summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2inode.c
AgeCommit message (Expand)Author
2024-09-30cifs: Remove intermediate object of failed create reparse callPali Rohár
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-08-02smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N
2024-01-19smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara
2024-01-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2024-01-07smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara
2023-08-20smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara
2023-08-20smb: client: move some params to cifs_open_info_dataPaulo Alcantara
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N
2023-05-24smb: move client and server files to common directory fs/smbSteve French