This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f6eb0fed6a39 Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.o [...] new 8549a26308f9 afs: Enable multipage folio support new 773891ffd4d6 cifs: fix lock length calculation new cd04345598b7 cifs: Remove {cifs,nfs}_fscache_release_page() new 05b98fd2da6b cifs: Move cached-dir functions into a separate file new dcb45fd7f501 cifs: Do not use tcon->cfid directly, use the cfid we get [...] new 5efdd9122eff smb3: allow deferred close timeout to be configurable new 9e31678fb403 SMB3: fix lease break timeout when multiple deferred close [...] new a63ec83c462b cifs: Add constructor/destructors for tcon->cfid new 7eb59a98701d cifs: Do not access tcon->cfids->cfid directly from is_pat [...] new 332019e23a51 Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.s [...] new ed5fce76b5ea vfs: escape hash as well new aea23e7c464b Merge tag 'pull-work.misc' of git://git.kernel.org/pub/scm [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/afs/inode.c | 2 + fs/afs/write.c | 2 +- fs/cifs/Makefile | 2 +- fs/cifs/cached_dir.c | 388 +++++++++++++++++++++++++++++++++++++++++++++++++++ fs/cifs/cached_dir.h | 64 +++++++++ fs/cifs/cifsfs.c | 21 +-- fs/cifs/cifsglob.h | 42 +----- fs/cifs/cifsproto.h | 1 - fs/cifs/connect.c | 2 + fs/cifs/file.c | 39 ++---- fs/cifs/fs_context.c | 9 ++ fs/cifs/fs_context.h | 8 ++ fs/cifs/fscache.h | 16 --- fs/cifs/inode.c | 1 + fs/cifs/misc.c | 20 ++- fs/cifs/readdir.c | 5 +- fs/cifs/smb2inode.c | 11 +- fs/cifs/smb2misc.c | 11 +- fs/cifs/smb2ops.c | 320 +++--------------------------------------- fs/cifs/smb2pdu.c | 3 +- fs/cifs/smb2proto.h | 10 -- fs/proc_namespace.c | 2 +- 22 files changed, 532 insertions(+), 447 deletions(-) create mode 100644 fs/cifs/cached_dir.c create mode 100644 fs/cifs/cached_dir.h