summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsproto.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: Remove some code that's no longer used, part 1David Howells2024-05-011-25/+0
* cifs: Cut over to using netfslibDavid Howells2024-05-011-1/+7
* cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-011-1/+1
* cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-4/+12
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-2/+11
* cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-191-5/+4
* smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-021-10/+10
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-101-4/+0
* smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-101-0/+4
* smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-101-2/+4
* cifs: prevent updating file size from server if we have a read/write leaseBharath SM2024-03-101-2/+4
* cifs: make cifs_chan_update_iface() a void functionDan Carpenter2024-01-081-1/+1
* smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-071-3/+5
* smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-071-3/+4
* smb: client: optimise reparse point queryingPaulo Alcantara2024-01-071-0/+7
* smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-071-2/+6
* smb: client: introduce cifs_sfu_make_node()Paulo Alcantara2023-11-231-0/+3
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-231-2/+2
* smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara2023-11-231-0/+9
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-0/+2
* cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-101-0/+1
* cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-091-1/+1
* cifs: handle cases where a channel is closedShyam Prasad N2023-11-091-1/+1
* smb: client: fix potential deadlock when releasing midsPaulo Alcantara2023-10-311-1/+6
* smb3: do not start laundromat thread when dir leasesSteve French2023-09-191-1/+1
* smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-201-0/+3
* smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara2023-08-201-4/+0
* smb: client: get rid of dfs naming in automount codePaulo Alcantara2023-08-201-2/+2
* smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara2023-06-281-1/+1
* smb: client: fix parsing of source mount optionPaulo Alcantara2023-06-281-0/+2
* cifs: fix sockaddr comparison in iface_cmpShyam Prasad N2023-06-111-0/+1
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+741