This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4c17ca27923c Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/ [...] new 099dd788e31b cifs: remove pathname for file from SPDX header new 4c51de1e8f92 cifs: fix incorrect kernel doc comments new e3fc065682eb cifs: Deferred close performance improvements new 71826b068884 cifs: Fix soft lockup during fsstress new 35866f3f779a cifs: Not to defer close on file when lock is set new fdf507845879 Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6 new a9b3043de47b ksmbd: transport_rdma: Don't include rwlock.h directly new f58eae6c5fa8 ksmbd: prevent out of share access new 6d56262c3d22 ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2 [...] new 707a63e9a9dd Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbd new 345e1ae0c6ba afs: Fix missing put on afs_read objects and missing get o [...] new 581b2027af00 afs: Fix page leak new 3978d8165239 afs: Add missing vnode validation checks new 63d49d843ef5 afs: Fix incorrect triggering of sillyrename on 3rd-party [...] new 6e0e99d58a65 afs: Fix mmap coherency vs 3rd-party changes new 4fe6a946823a afs: Try to avoid taking RCU read lock when checking vnode [...] new b537a3c21775 afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS server new 9d37e1cab2a9 afs: Fix updating of i_blocks on file/dir extension new d9fb678414c0 Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub [...]
The 19 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/callback.c | 44 +++++++++++++++- fs/afs/cell.c | 2 + fs/afs/dir.c | 57 +++++++-------------- fs/afs/dir_edit.c | 4 +- fs/afs/file.c | 86 +++++++++++++++++++++++++++++-- fs/afs/fs_probe.c | 8 ++- fs/afs/fsclient.c | 31 ++++++++---- fs/afs/inode.c | 98 ++++++++++++++++-------------------- fs/afs/internal.h | 21 ++++++++ fs/afs/protocol_afs.h | 15 ++++++ fs/afs/protocol_yfs.h | 6 +++ fs/afs/rotate.c | 1 + fs/afs/server.c | 2 + fs/afs/super.c | 1 + fs/afs/write.c | 29 +++++++++-- fs/cifs/cache.c | 2 +- fs/cifs/cifs_debug.c | 1 - fs/cifs/cifs_fs_sb.h | 1 - fs/cifs/cifs_ioctl.h | 1 - fs/cifs/cifs_spnego.c | 2 +- fs/cifs/cifs_spnego.h | 2 +- fs/cifs/cifs_unicode.c | 1 - fs/cifs/cifsacl.c | 1 - fs/cifs/cifsacl.h | 1 - fs/cifs/cifsencrypt.c | 1 - fs/cifs/cifsfs.c | 1 - fs/cifs/cifsfs.h | 1 - fs/cifs/cifsglob.h | 2 +- fs/cifs/cifspdu.h | 1 - fs/cifs/cifsproto.h | 4 +- fs/cifs/cifssmb.c | 1 - fs/cifs/connect.c | 13 +++-- fs/cifs/dir.c | 1 - fs/cifs/dns_resolve.c | 1 - fs/cifs/dns_resolve.h | 4 +- fs/cifs/export.c | 1 - fs/cifs/file.c | 3 +- fs/cifs/fscache.c | 2 +- fs/cifs/fscache.h | 2 +- fs/cifs/inode.c | 7 ++- fs/cifs/ioctl.c | 3 +- fs/cifs/link.c | 1 - fs/cifs/misc.c | 42 ++++++++++++++-- fs/cifs/netmisc.c | 1 - fs/cifs/ntlmssp.h | 1 - fs/cifs/readdir.c | 1 - fs/cifs/rfc1002pdu.h | 1 - fs/cifs/sess.c | 1 - fs/cifs/smb2file.c | 1 - fs/cifs/smb2glob.h | 1 - fs/cifs/smb2inode.c | 1 - fs/cifs/smb2misc.c | 1 - fs/cifs/smb2pdu.c | 1 - fs/cifs/smb2pdu.h | 1 - fs/cifs/smb2proto.h | 1 - fs/cifs/smb2status.h | 1 - fs/cifs/smb2transport.c | 1 - fs/cifs/smberr.h | 1 - fs/cifs/transport.c | 1 - fs/cifs/winucase.c | 1 - fs/cifs/xattr.c | 1 - fs/ksmbd/misc.c | 76 ++++++++++++++++++++++++---- fs/ksmbd/misc.h | 3 +- fs/ksmbd/smb2pdu.c | 18 +++++-- fs/ksmbd/transport_rdma.c | 1 - fs/smbfs_common/smbfsctl.h | 2 +- include/trace/events/afs.h | 8 ++- include/uapi/linux/cifs/cifs_mount.h | 1 - mm/memory.c | 1 + 69 files changed, 442 insertions(+), 194 deletions(-) create mode 100644 fs/afs/protocol_afs.h