summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: Improve creating native symlinks pointing to directoryPali Rohár2024-10-071-1/+2
* cifs: Remove intermediate object of failed create reparse callPali Rohár2024-10-011-2/+22
* smb: move SMB2 Status code to common header fileChenXiaoSong2024-09-151-1/+1
* smb/client: rename cifs_sid to smb_sidChenXiaoSong2024-09-151-2/+2
* smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara2024-09-031-0/+1
* smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara2024-09-031-0/+2
* smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara2024-08-021-2/+4
* smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara2024-08-021-0/+2
* smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-111-19/+151
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-111-2/+6
* smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2024-03-111-69/+84
* smb: client: fix potential broken compound requestPaulo Alcantara2024-03-111-43/+63
* smb: client: retry compound request without reusing leaseMeetakshi Setiya2024-03-111-3/+38
* smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-111-1/+8
* smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-111-18/+30
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-241-6/+27
* smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-191-82/+33
* smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-191-69/+60
* smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara2024-01-071-0/+33
* smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-071-12/+21
* smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-071-15/+23
* smb: client: optimise reparse point queryingPaulo Alcantara2024-01-071-24/+98
* smb: client: allow creating special files via reparse pointsPaulo Alcantara2024-01-071-0/+75
* smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2024-01-071-382/+400
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-231-1/+1
* smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara2023-09-201-0/+3
* smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara2023-08-201-17/+4
* smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-201-41/+78
* smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara2023-08-201-26/+26
* smb: client: move some params to cifs_open_info_dataPaulo Alcantara2023-08-201-13/+16
* smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara2023-06-281-3/+0
* cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N2023-06-281-3/+3
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+844