summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)Author
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-10-01smb: client: use actual path when queryfswangrong
2024-09-30Revert "smb: client: make SHA-512 TFM ephemeral"Steve French
2024-09-26smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya
2024-09-26smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher
2024-08-22smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells
2024-07-13cifs: fix setting SecurityFlags to trueSteve French
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells
2024-06-20cifs: Only pick a channel once per read requestDavid Howells
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells
2024-05-01cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells
2024-05-01cifs: Use more fields from netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara