summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-1/+1
* cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-131-1/+1
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-121-2/+2
* cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-121-2/+2
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-2/+3
* cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2022-05-211-1/+4
* SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French2022-05-171-2/+0
* cifs: for compound requests, use open handle if possibleShyam Prasad N2021-11-101-5/+17
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-211-13/+1
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-2/+2
* cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg2021-04-251-12/+10
* cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg2021-04-251-13/+11
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-091-0/+1
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-231-6/+6
* cifs: return cached_fid from open_shrootRonnie Sahlberg2020-10-121-5/+6
* SMB3: Fix mkdir when idsfromsid configured on mountSteve French2020-08-141-0/+1
* smb311: Add tracepoints for new compound posix query infoSteve French2020-06-121-6/+3
* SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-121-0/+108
* cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-041-14/+30
* cifs: Standardize logging outputJoe Perches2020-06-011-2/+1
* cifs: reduce stack use in smb2_compound_opRonnie Sahlberg2020-06-011-45/+47
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-2/+2
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-7/+2
* SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French2019-12-131-0/+1
* smb3: query attributes on file closeSteve French2019-12-031-1/+1
* smb3: pass mode bits into create callsSteve French2019-09-261-15/+19
* smb3: improve handling of share deleted (and share recreated)Steve French2019-09-161-0/+6
* cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg2019-09-161-5/+23
* cifs: use existing handle for compound_op(OP_SET_INFO) when possibleRonnie Sahlberg2019-09-161-9/+26
* cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg2019-09-161-26/+68
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-161-0/+12
* smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-151-4/+68
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-5/+10
* CIFS: Fix mounts if the client is low on creditsPavel Shilovsky2019-01-241-0/+17
* cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-311-9/+7
* smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg2018-12-191-8/+8
* smb3: send backup intent on compounded query infoSteve French2018-10-241-2/+7
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-241-1/+1
* SMB3: Backup intent flag missing from compounded opsSteve French2018-10-241-0/+2
* cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg2018-10-241-1/+1
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-241-71/+59
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-241-12/+23
* cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg2018-10-241-8/+20
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-241-13/+35
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-241-3/+3
* cifs: change unlink to use a compoundRonnie Sahlberg2018-10-241-5/+6
* cifs: change mkdir to use a compoundRonnie Sahlberg2018-10-241-9/+13
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-241-12/+119
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-08-071-1/+1