summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells1-2/+0
2025-10-23cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-16smb: client: Remove obsolete crypto_shash allocationsEric Biggers1-3/+0
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong1-18/+1
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara1-0/+5
2025-09-29smb: client: make use of struct smbdirect_mr_ioStefan Metzmacher1-1/+1
2025-09-29smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher1-0/+7
2025-09-10smb: client: fix data loss due to broken rename(2)Paulo Alcantara1-4/+9
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong1-0/+21
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong1-6/+3
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong1-2/+3
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-2/+2
2025-08-05smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-0/+5
2025-07-28cifs: Add support for creating reparse points over SMB1Pali Rohár1-6/+8
2025-07-04smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong1-0/+1
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara1-0/+1
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara1-0/+1
2025-06-04cifs: serialize other channels when query server interfaces is pendingShyam Prasad N1-0/+1
2025-06-03cifs: update the lock ordering comments with new mutexShyam Prasad N1-5/+8
2025-06-02smb: client: add ParentLeaseKey supportHenrique Carvalho1-1/+3
2025-06-02cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár1-4/+2
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár1-0/+3
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár1-0/+1
2025-04-01smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong1-1/+2
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+2
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French1-0/+1
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+2
2025-02-12cifs: pick channels for individual subrequestsShyam Prasad N1-1/+0
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-7/+7
2025-01-31smb3: add support for IAKerbSteve French1-0/+4
2025-01-31cifs: Fix struct FILE_ALL_INFOPali Rohár1-5/+7
2025-01-30cifs: Add mount option -o reparse=nonePali Rohár1-0/+3
2025-01-30cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+33
2025-01-30cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-4/+1
2025-01-30cifs: Remove struct reparse_posix_data from struct cifs_open_info_dataPali Rohár1-4/+1
2025-01-23smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara1-11/+2
2025-01-20smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-0/+21
2025-01-20smb: client: parse av pair type 4 in CHALLENGE_MESSAGEPaulo Alcantara1-0/+1
2024-11-27smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich1-1/+2
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-0/+1
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara1-2/+2
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja1-0/+7
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-10-02smb: client: use actual path when queryfswangrong1-1/+1
2024-10-01Revert "smb: client: make SHA-512 TFM ephemeral"Steve French1-0/+1
2024-09-27smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya1-1/+0
2024-09-27smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya1-1/+0
2024-09-25smb: client: fix DFS interlink failoverPaulo Alcantara1-0/+3
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds1-12/+13