aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French1-0/+2
2025-04-01cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTESPali Rohár1-1/+66
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár1-0/+8
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSIX extensionsSteve French1-0/+4
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár1-0/+5
2025-01-22smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara1-23/+69
2025-01-19smb3: add missing tracepoint for querying wsl EAsSteve French1-0/+2
2025-01-19smb: client: fix order of arguments of tracepointsRuben Devos1-54/+54
2024-12-04fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme1-1/+2
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-2/+4
2024-10-06cifs: Improve creating native symlinks pointing to directoryPali Rohár1-1/+2
2024-09-30cifs: Remove intermediate object of failed create reparse callPali Rohár1-2/+22
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong1-2/+2
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara1-0/+1
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara1-0/+2
2024-08-02smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara1-2/+4
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara1-0/+2
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara1-19/+151
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara1-2/+6
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara1-69/+84
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-1/+8
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-18/+30
2024-01-23cifs: 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-07smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara1-0/+33
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara1-12/+21
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara1-15/+23
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara1-24/+98
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara1-0/+75
2024-01-07smb: 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-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara1-0/+3
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara1-17/+4
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara1-41/+78
2023-08-20smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara1-26/+26
2023-08-20smb: 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-24smb: move client and server files to common directory fs/smbSteve French1-0/+844