summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2inode.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-191-13/+33
* cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke2022-12-081-3/+46
* cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke2022-12-081-11/+12
* cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg2022-10-191-0/+2
* cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara2022-10-131-0/+1
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-82/+87
* 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-121-1/+1
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-111-2/+2
* cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-111-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-201-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-081-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-111-5/+6
* SMB3: Fix mkdir when idsfromsid configured on mountSteve French2020-08-131-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-151-0/+12
* smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-141-4/+68
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-141-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-231-2/+7
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-231-1/+1
* SMB3: Backup intent flag missing from compounded opsSteve French2018-10-231-0/+2
* cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg2018-10-231-1/+1
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-231-71/+59
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-231-12/+23
* cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg2018-10-231-8/+20