summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix locking in cifs_strict_readv()Steve French5 days1-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-101-1/+5
* smb: client: return reparse type in /proc/mountsPaulo Alcantara2024-03-101-0/+12
* smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-101-0/+5
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-101-0/+1
* smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2024-03-101-0/+11
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-101-13/+0
* smb: client: introduce reparse mount optionPaulo Alcantara2024-03-101-0/+6
* smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-101-0/+1
* smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-101-2/+3
* cifs: allow changing password during remountSteve French2024-03-101-0/+1
* cifs: update the same create_guid on replayShyam Prasad N2024-02-111-0/+1
* smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-011-1/+1
* cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-311-0/+3
* cifs: set replay flag for retries of write commandShyam Prasad N2024-01-231-0/+1
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-231-0/+5
* cifs: helper function to check replayable error codesShyam Prasad N2024-01-231-0/+7
* cifs: Share server EOF pos with netfslibDavid Howells2024-01-231-1/+0
* cifs: new mount option called retransShyam Prasad N2024-01-191-0/+1
* smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-191-0/+2
* smb3: show beginning time for per share statsSteve French2024-01-181-0/+1
* smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-01-071-0/+1
* smb: client: allow creating symlinks via reparse pointsPaulo Alcantara2024-01-071-0/+6
* smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-071-3/+5
* smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-071-5/+17
* smb: client: optimise reparse point queryingPaulo Alcantara2024-01-071-5/+5
* smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2024-01-071-2/+2
* cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2023-12-291-1/+0
* smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara2023-12-171-1/+2
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-231-1/+7
* smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-231-2/+4
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-0/+1
* cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-091-0/+2