This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d0b51bfb23a2 Revert "mm: shmem: don't truncate page if memory failure happens" new c9f1c19cf7c5 cifs: nosharesock should not share socket with future sessions new 49bd49f983b5 cifs: send workstation name during ntlmssp session setup new efb21d7b0fa4 cifs: fix print of hdr_flags in dfscache_proc_show() new 43b459aa5e22 cifs: introduce new helper for cifs_reconnect() new ae0abb4dac8f cifs: convert list_for_each to entry variant new bbcce3680445 cifs: split out dfs code from cifs_reconnect() new 4ac0536f8874 cifs: set a minimum of 120s for next dns resolution new b6f2a0f89d7e cifs: for compound requests, use open handle if possible new 71e6864eacbe smb3: do not error on fsync when readonly new c88f7dcd6d64 cifs: support nested dfs links over reconnect new 0e62904836ec smb3: remove trivial dfs compile warning new 4d9beec22f73 smb3: add additional null check in SMB2_ioctl new 6b7895182ce3 smb3: add additional null check in SMB2_open new bac35395d27c smb3: add additional null check in SMB2_tcon new 9e7ffa77b26a cifs: release lock earlier in dequeue_mid error case new ca780da5fdd3 smb3: add additional null check in SMB311_posix_mkdir new 869da64d0711 cifs: fix memory leak of smb3_fs_context_dup::server_hostname new 7f28af9cf542 cifs: fix potential use-after-free bugs new 02102744d364 smb3: do not setup the fscache_super_cookie until fsinfo i [...] new 8e07757bece6 cifs: do not negotiate session if session already exists new 724244cdb382 cifs: protect session channel fields with chan_lock new 0f2b305af944 cifs: connect individual channel servers to primary channe [...] new 46bb1b9484ae cifs: do not duplicate fscache cookie for secondary channels new c8103c2718eb Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.s [...]
The 24 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/cifs/cifs_debug.c | 7 +- fs/cifs/cifs_dfs_ref.c | 59 +- fs/cifs/cifs_fs_sb.h | 5 - fs/cifs/cifsglob.h | 47 +- fs/cifs/cifsproto.h | 10 +- fs/cifs/connect.c | 1468 ++++++++++++++++++++++++++---------------------- fs/cifs/dfs_cache.c | 46 +- fs/cifs/file.c | 35 +- fs/cifs/fs_context.c | 36 +- fs/cifs/fs_context.h | 1 + fs/cifs/fscache.c | 8 + fs/cifs/misc.c | 64 +-- fs/cifs/ntlmssp.h | 4 +- fs/cifs/sess.c | 240 +++++--- fs/cifs/smb2inode.c | 22 +- fs/cifs/smb2ops.c | 10 +- fs/cifs/smb2pdu.c | 52 +- fs/cifs/transport.c | 3 + 18 files changed, 1184 insertions(+), 933 deletions(-)