This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6525771f58cb Merge tag 'arc-5.3-rc7' of git://git.kernel.org/pub/scm/li [...] new 7e10cc25bfa0 NFS: Don't refresh attributes with mounted-on-file information new 90cf500e338a NFSv4: Fix return values for nfs4_file_open() new 9821421a291b NFSv4: Fix return value in nfs_finish_open() new f4340e9314db NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend() new eb2c50da9e25 NFS: Ensure O_DIRECT reports an error if the bytes read/wr [...] new 17d8c5d14500 NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup new 06c9fdf3b9f1 NFS: On fatal writeback errors, we need to call nfs_inode_ [...] new bd736ed3e2d1 SUNRPC: Don't handle errors if the bind/connect succeeded new bf2bf9b80e0c pNFS/flexfiles: Turn off soft RPC calls new 80f455da6cd0 SUNRPC: Handle EADDRINUSE and ENOBUFS correctly new d5711920ec6e Revert "NFSv4/flexfiles: Abort I/O early if the layout seg [...] new c82e5472c998 SUNRPC: Handle connection breakages correctly in call_status() new 7af46292dadc pNFS/flexfiles: Don't time out requests on hard mounts new 8f54c7a4babf NFS: Fix spurious EIO read errors new 96c4145599b3 NFS: Fix writepage(s) error handling to not report errors twice new 71affe9be45a NFSv2: Fix eof handling new d33d4beb5229 NFSv2: Fix write regression new 99300a85260c NFS: remove set but not used variable 'mapping' new 9e8312f5e160 Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/proje [...]
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/nfs/dir.c | 2 +- fs/nfs/direct.c | 27 ++++++++++++------- fs/nfs/flexfilelayout/flexfilelayout.c | 28 +++++++------------- fs/nfs/inode.c | 33 ++++++++++++++---------- fs/nfs/internal.h | 10 ++++++++ fs/nfs/nfs4file.c | 12 ++++----- fs/nfs/pagelist.c | 19 ++++++++------ fs/nfs/pnfs_nfs.c | 15 +++++++---- fs/nfs/proc.c | 7 +++-- fs/nfs/read.c | 35 ++++++++++++++++++------- fs/nfs/write.c | 38 ++++++++++++--------------- include/linux/sunrpc/sched.h | 1 - net/sunrpc/clnt.c | 47 +++++++++++++++++++++++----------- net/sunrpc/xprt.c | 7 ----- 14 files changed, 163 insertions(+), 118 deletions(-)