summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara1-19/+151
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara1-2/+6
2024-03-11smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara1-69/+84
2024-03-11smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-11smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-11smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-1/+8
2024-03-11smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-18/+30
2024-01-24cifs: commands that are retried should have replay flag setShyam Prasad N1-6/+27
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara1-82/+33
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara1-69/+60
2024-01-08smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara1-0/+33
2024-01-08smb: client: fix hardlinking of reparse pointsPaulo Alcantara1-12/+21
2024-01-08smb: client: fix renaming of reparse pointsPaulo Alcantara1-15/+23
2024-01-08smb: client: optimise reparse point queryingPaulo Alcantara1-24/+98
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara1-0/+75
2024-01-08smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara1-382/+400
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-1/+1
2023-09-21smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara1-0/+3
2023-08-21smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara1-17/+4
2023-08-21smb: client: parse reparse point flag in create responsePaulo Alcantara1-41/+78
2023-08-21smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara1-26/+26
2023-08-21smb: client: move some params to cifs_open_info_dataPaulo Alcantara1-13/+16
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara1-3/+0
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N1-3/+3
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+844