This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c6f6ebd77ce1 Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/p [...] new 52870d504891 smb3: cleanup some recent endian errors spotted by updated sparse new dd19c106a366 fs: cifs: mute -Wunused-const-variable message new cb248819d209 cifs: use cifsInodeInfo->open_file_lock while iterating to [...] new 30573a82fb17 CIFS: Gracefully handle QueryInfo errors during open new d0959b080b1f smb3: remove noisy debug message and minor cleanup new d4cfbf04b2aa smb3: Fix regression in time handling new c82e5ac7fe35 CIFS: Force revalidate inode when dentry is stale new 0b3d0ef9840f CIFS: Force reval dentry if LOOKUP_REVAL flag is set new c6ad7c3ce980 Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 new 33ea5aaa87cd nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request new 031d73ed768a NFS: Fix O_DIRECT accounting of number of bytes read/written new 0b5748477924 NFS: Remove redundant mirror tracking in O_DIRECT new 1047ec868332 NFSv4: Fix leak of clp->cl_acceptor string new af84537dbd1b SUNRPC: fix race to sk_err after xs_error_report new 1c0cc5f1ae5e Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/proje [...]
The 15 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/cifsfs.c | 24 ++++++--- fs/cifs/cifsglob.h | 2 +- fs/cifs/connect.c | 4 +- fs/cifs/dir.c | 8 ++- fs/cifs/file.c | 33 +++++++------ fs/cifs/inode.c | 4 ++ fs/cifs/netmisc.c | 4 -- fs/cifs/smb2pdu.c | 14 +++--- fs/cifs/smb2proto.h | 4 ++ fs/nfs/direct.c | 106 ++++++++++++++-------------------------- fs/nfs/nfs4proc.c | 1 + fs/nfs/write.c | 5 +- include/linux/sunrpc/xprtsock.h | 1 + net/sunrpc/xprtsock.c | 17 +++---- 14 files changed, 106 insertions(+), 121 deletions(-)