summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsglob.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb: client: Correct typos in multiple comments across various filesShen Lichuan2024-10-031-1/+1
* smb: client: use actual path when queryfswangrong2024-10-021-1/+1
* Revert "smb: client: make SHA-512 TFM ephemeral"Steve French2024-10-011-0/+1
* smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya2024-09-271-1/+0
* smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya2024-09-271-1/+0
* smb: client: fix DFS interlink failoverPaulo Alcantara2024-09-251-0/+3
* Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-191-12/+13
|\
| * smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French2024-09-151-1/+2
| * smb/client: rename cifs_ace to smb_aceChenXiaoSong2024-09-151-1/+1
| * smb/client: rename cifs_sid to smb_sidChenXiaoSong2024-09-151-4/+4
| * smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong2024-09-151-6/+6
* | cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells2024-09-121-1/+1
* | netfs: Speed up buffered readingDavid Howells2024-09-121-1/+0
* | netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells2024-09-051-1/+0
|/
* cifs: Fix lack of credit renegotiation on read retryDavid Howells2024-08-281-0/+1
* smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher2024-08-251-1/+0
* smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong2024-08-221-3/+3
* Fix spelling errors in Server Message BlockXiaxi Shen2024-08-081-2/+2
* smb3: fix setting SecurityFlags when encryption is requiredSteve French2024-08-081-4/+4
* cifs: Remove cifs_aio_ctxDavid Howells2024-08-021-24/+0
* cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells2024-07-191-7/+10
* cifs: fix setting SecurityFlags to trueSteve French2024-07-131-2/+2
* cifs: Move the 'pid' from the subreq to the reqDavid Howells2024-06-201-1/+1
* cifs: Only pick a channel once per read requestDavid Howells2024-06-201-0/+1
* cifs: Fix locking in cifs_strict_readv()Steve French2024-05-141-0/+1
* cifs: Remove some code that's no longer used, part 1David Howells2024-05-011-12/+0
* cifs: Cut over to using netfslibDavid Howells2024-05-011-2/+3
* cifs: Implement netfslib hooksDavid Howells2024-05-011-9/+19
* cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells2024-05-011-1/+2
* cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2024-05-011-0/+2
* cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-011-2/+2
* cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-011-3/+0
* cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-26/+6
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-10/+12
* cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-191-0/+1
* cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells2024-04-191-0/+2
* smb3: fix broken reconnect when password changing on the server by allowing p...Steve French2024-04-111-0/+1
* smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-031-0/+10
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-2/+5
* smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-021-2/+0
* cifs: Move some extern decls from .c files to .hDavid Howells2024-03-201-0/+2
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-141-0/+3
* smb: client: negotiate compression algorithmsEnzo Matsumiya2024-03-111-1/+5
* smb: client: return reparse type in /proc/mountsPaulo Alcantara2024-03-111-0/+12
* smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-111-0/+5
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-111-0/+1
* smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2024-03-111-0/+11
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-111-13/+0
* smb: client: introduce reparse mount optionPaulo Alcantara2024-03-111-0/+6
* smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-111-0/+1