summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-12smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+1
2024-04-03smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara1-0/+10
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja1-2/+5
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara1-2/+0
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells1-0/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-0/+3
2024-03-11smb: client: negotiate compression algorithmsEnzo Matsumiya1-1/+5
2024-03-11smb: client: return reparse type in /proc/mountsPaulo Alcantara1-0/+12
2024-03-11smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara1-0/+5
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara1-0/+1
2024-03-11smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara1-0/+11
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-13/+0
2024-03-11smb: client: introduce reparse mount optionPaulo Alcantara1-0/+6
2024-03-11smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-0/+1
2024-03-11smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-2/+3
2024-03-11cifs: allow changing password during remountSteve French1-0/+1
2024-02-12cifs: update the same create_guid on replayShyam Prasad N1-0/+1
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara1-1/+1
2024-02-01cifs: make sure that channel scaling is done only onceShyam Prasad N1-0/+3
2024-01-24cifs: set replay flag for retries of write commandShyam Prasad N1-0/+1
2024-01-24cifs: commands that are retried should have replay flag setShyam Prasad N1-0/+5
2024-01-24cifs: helper function to check replayable error codesShyam Prasad N1-0/+7
2024-01-24cifs: Share server EOF pos with netfslibDavid Howells1-1/+0
2024-01-19cifs: new mount option called retransShyam Prasad N1-0/+1
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara1-0/+2
2024-01-18smb3: show beginning time for per share statsSteve French1-0/+1
2024-01-08smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara1-0/+1
2024-01-08smb: client: allow creating symlinks via reparse pointsPaulo Alcantara1-0/+6
2024-01-08smb: client: fix hardlinking of reparse pointsPaulo Alcantara1-3/+5
2024-01-08smb: client: fix renaming of reparse pointsPaulo Alcantara1-5/+17
2024-01-08smb: client: optimise reparse point queryingPaulo Alcantara1-5/+5
2024-01-08smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara1-2/+2
2023-12-29cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N1-1/+0
2023-12-18smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara1-1/+2
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-1/+7
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara1-2/+4
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N1-0/+1
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N1-0/+2