aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-19cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg1-0/+2
2022-10-13cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara1-0/+1
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara1-82/+87
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-1/+1
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg1-1/+1
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg1-2/+2
2022-08-11cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg1-2/+2
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-2/+3
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg1-1/+4
2022-05-17SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_opSteve French1-2/+0
2021-11-10cifs: for compound requests, use open handle if possibleShyam Prasad N1-5/+17
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg1-2/+2
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg1-12/+10
2021-04-25cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg1-13/+11
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara1-0/+1
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French1-6/+6
2020-10-11cifs: return cached_fid from open_shrootRonnie Sahlberg1-5/+6
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountSteve French1-0/+1
2020-06-12smb311: Add tracepoints for new compound posix query infoSteve French1-6/+3
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French1-0/+108
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-14/+30
2020-06-01cifs: Standardize logging outputJoe Perches1-2/+1
2020-06-01cifs: reduce stack use in smb2_compound_opRonnie Sahlberg1-45/+47
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-2/+2
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-7/+2
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French1-0/+1
2019-12-03smb3: query attributes on file closeSteve French1-1/+1
2019-09-26smb3: pass mode bits into create callsSteve French1-15/+19
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French1-0/+6
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg1-5/+23
2019-09-16cifs: use existing handle for compound_op(OP_SET_INFO) when possibleRonnie Sahlberg1-9/+26
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg1-26/+68
2019-07-15cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg1-0/+12
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French1-4/+68
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-5/+10
2019-01-24CIFS: Fix mounts if the client is low on creditsPavel Shilovsky1-0/+17
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg1-9/+7
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg1-8/+8
2018-10-23smb3: send backup intent on compounded query infoSteve French1-2/+7
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-1/+1
2018-10-23SMB3: Backup intent flag missing from compounded opsSteve French1-0/+2
2018-10-23cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg1-1/+1
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg1-71/+59
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg1-12/+23
2018-10-23cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg1-8/+20
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg1-13/+35
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg1-3/+3
2018-10-23cifs: change unlink to use a compoundRonnie Sahlberg1-5/+6