Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg
2022-05-17SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French
2021-11-10cifs: for compound requests, use open handle if possibleShyam Prasad N
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French
2021-04-26cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg
2021-04-26cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg
2021-04-26cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg
2021-03-09cifs: do not send close in compound create+close requestsPaulo Alcantara
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-12cifs: return cached_fid from open_shrootRonnie Sahlberg
2020-08-14SMB3: Fix mkdir when idsfromsid configured on mountSteve French
2020-06-12smb311: Add tracepoints for new compound posix query infoSteve French
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel
2020-06-01cifs: Standardize logging outputJoe Perches
2020-06-01cifs: reduce stack use in smb2_compound_opRonnie Sahlberg
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-04SMB3: Backup intent flag missing from some more opsAmir Goldstein
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French
2019-12-04smb3: query attributes on file closeSteve French
2019-09-26smb3: pass mode bits into create callsSteve French
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg
2019-09-16cifs: use existing handle for compound_op(OP_SET_INFO) when possibleRonnie Sahlberg
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg
2019-07-16cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg
2019-03-15smb3: Add dynamic trace points for various compounded smb3 opsSteve French
2019-03-15cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-01-24CIFS: Fix mounts if the client is low on creditsPavel Shilovsky
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-10-24smb3: send backup intent on compounded query infoSteve French
2018-10-24cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-24SMB3: Backup intent flag missing from compounded opsSteve French
2018-10-24cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg
2018-10-24cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg
2018-10-24cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg
2018-10-24cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg
2018-10-24cifs: make rmdir() use compoundingRonnie Sahlberg
2018-10-24cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg
2018-10-24cifs: change unlink to use a compoundRonnie Sahlberg
2018-10-24cifs: change mkdir to use a compoundRonnie Sahlberg
2018-10-24cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg
2018-06-08cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-05-28smb3: fix redundant opens on rootSteve French
2016-10-14Do not send SMB3 SET_INFO request if nothing is changingSteve French
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Steve French