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