summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-29cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-07-10smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong1-0/+1
2025-07-10smb: client: fix warning when reconnecting channelPaulo Alcantara1-0/+1
2025-07-06smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara1-0/+1
2025-07-06cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-06-27cifs: serialize other channels when query server interfaces is pendingShyam Prasad N1-0/+1
2025-05-22CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja1-0/+7
2025-03-22smb3: add support for IAKerbSteve French1-0/+4
2025-03-13smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French1-0/+1
2025-03-13cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-4/+1
2025-02-21cifs: pick channels for individual subrequestsShyam Prasad N1-1/+0
2025-02-17smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-7/+7
2024-12-05cifs: Fix parsing native symlinks relative to the exportPali Rohár1-0/+1
2024-12-05smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich1-1/+2
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
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French1-1/+2
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong1-4/+4
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-6/+6
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells1-1/+1
2024-09-12netfs: Speed up buffered readingDavid Howells1-1/+0
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells1-1/+0
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells1-0/+1
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher1-1/+0
2024-08-22smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong1-3/+3
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen1-2/+2
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French1-4/+4
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells1-24/+0
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells1-7/+10
2024-07-13cifs: fix setting SecurityFlags to trueSteve French1-2/+2
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells1-1/+1
2024-06-20cifs: Only pick a channel once per read requestDavid Howells1-0/+1
2024-05-14cifs: Fix locking in cifs_strict_readv()Steve French1-0/+1
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells1-12/+0
2024-05-01cifs: Cut over to using netfslibDavid Howells1-2/+3
2024-05-01cifs: Implement netfslib hooksDavid Howells1-9/+19
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells1-1/+2
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells1-0/+2
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells1-2/+2
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells1-3/+0
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells1-26/+6
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-10/+12
2024-04-20cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-0/+1
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells1-0/+2