summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2inode.c
AgeCommit message (Expand)Author
2025-11-24smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu
2025-10-19smb: client: fix missing timestamp updates after utime(2)Paulo Alcantara
2025-10-02smb: client: fix wrong index reference in smb2_compound_op()Sang-Heon Jeon
2025-09-04fs/smb: Fix inconsistent refcnt updateShuhao Fu
2025-02-17smb: client: fix order of arguments of tracepointsRuben Devos
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara
2025-01-09smb/client: rename cifs_sid to smb_sidChenXiaoSong
2024-12-14fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme
2024-12-09cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár
2024-10-10cifs: Remove intermediate object of failed create reparse callPali Rohár
2024-09-12smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-12smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-08smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara
2024-08-14smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara
2024-05-25smb: client: introduce SMB2_OP_QUERY_WSL_EASteve French
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara
2024-05-25smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara
2024-05-25smb: client: fix potential broken compound requestPaulo Alcantara
2024-05-25smb: client: retry compound request without reusing leaseMeetakshi Setiya
2024-05-25smb: client: do not defer close open handles to deleted filesSteve French
2024-05-25smb: client: reuse file lease key in compound operationsMeetakshi Setiya
2024-05-25smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara
2024-05-25smb: client: parse owner/group when creating reparse pointsSteve French
2024-05-25cifs: commands that are retried should have replay flag setShyam Prasad N
2024-05-25smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara
2024-05-25smb: client: optimise reparse point queryingSteve French
2024-05-25smb: client: allow creating special files via reparse pointsSteve French
2024-05-25smb: client: extend smb2_compound_op() to accept more commandsSteve French
2024-02-05smb: client: fix hardlinking of reparse pointsPaulo Alcantara
2024-02-05smb: client: fix renaming of reparse pointsPaulo Alcantara
2023-12-20smb: 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