This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f41445645ab5 Merge tag 'hwmon-fixes-for-v6.0-rc1' of git://git.kernel.o [...] new 4b8dbdfbc5f6 SUNRPC: Fix an RPC/RDMA performance regression new 9597152d9884 Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING" new 7836d75467e9 pNFS/flexfiles: Report RDMA connection errors to the server new 431794e67e23 pNFS/files: Handle RDMA connection errors correctly new 6ca0a6f834ed NFS: Fix case insensitive renames new f07a5d2427fc NFSv4.1: Don't decrease the value of seq_nr_highest_sent new 7ccafd4b2b9f NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly new f931d8374cad nfs/blocklayout: refactor block device opening new 064109db53ec NFS: remove redundant code in nfs_file_write() new c77c738c37d0 nfs: Replace kmap() with kmap_local_page() new 8b4e87a1d68f nfs: fix port value parsing new f1bafa7375c0 sunrpc: fix expiry of auth creds new 940261a19508 NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE new 51fd2eb52c0c NFSv4: Fix races in the legacy idmapper upcall new ba8ec7a607e9 SUNRPC: Shrink size of struct rpc_task new 8efc4bbe84a8 nfs: add new nfs_direct_req tracepoint events new 55051c0ced7d nfs: always check dreq->error after a commit new 69d966510d9f nfs: only issue commit in DIO codepath if we have uncommit [...] new 0701214cd6e6 SUNRPC: Fail faster on bad verifier new f67939e4b045 SUNRPC: Replace dprintk() call site in xs_data_ready new 33ce83ef0bb0 NFS: Replace fs_context-related dprintk() call sites with [...] new 4f5f3b602834 SUNRPC: Introduce xdr_stream_move_subsegment() new 7c4cd5f4d2dd SUNRPC: Add a function for directly setting the xdr page len new e1bd87608d4b SUNRPC: Add a function for zeroing out a portion of an xdr_stream new d3b00a802c84 NFS: Replace the READ_PLUS decoding code new 29946fbcb2c3 SUNRPC: Remove xdr_align_data() and xdr_expand_hole() new 7ffcdaa67016 SUNRPC expose functions for offline remote xprt functionality new 895245ccea25 SUNRPC add function to offline remove trunkable transports new 88363d3e9db6 NFSv4.1 offline trunkable transports on DESTROY_SESSION new 95d0d30c66b8 SUNRPC create an iterator to list only OFFLINE xprts new 9368fd6c7505 SUNRPC enable back offline transports in trunking discovery new 497e6464d6ad SUNRPC create an rpc function that allows xprt removal fro [...] new e818bd085baf NFSv4.1 remove xprt from xprt_switch if session trunking t [...] new 7960aa9e4d09 SUNRPC restructure rpc_clnt_setup_test_and_add_xprt new 273d6aed9e5a SUNRPC export xprt_iter_rewind function new 92cc04f60ab4 SUNRPC create a function that probes only offline transports new f201bdfd7c87 NFSv4.1 probe offline transports for trunking on session creation new e35a5e782f67 NFSv4.1: RECLAIM_COMPLETE must handle EACCES new 6622e3a73112 SUNRPC: Reinitialise the backchannel request buffers before reuse new 72691a269f0b SUNRPC: Don't reuse bvec on retransmission of the request new b1a28f2eb9ea NFS: nfs_async_write_reschedule_io must not recurse into t [...] new 2135e5d56278 NFSv4/pnfs: Fix a use-after-free bug in open new 3c59366c207e NFS: don't unhash dentry during unlink/rename new af887e437bb2 NFS: Improve write error tracing new b313eb915218 NFS: Improve O_DIRECT tracing new 3fa5cbdc44de NFS: Improve readpage/writepage tracing new aeb6e6ac18c7 Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/proj [...]
The 47 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/blocklayout/dev.c | 42 ++---- fs/nfs/client.c | 13 +- fs/nfs/dir.c | 80 ++++++++--- fs/nfs/direct.c | 50 +++---- fs/nfs/file.c | 2 - fs/nfs/filelayout/filelayout.c | 2 + fs/nfs/flexfilelayout/flexfilelayout.c | 4 + fs/nfs/flexfilelayout/flexfilelayoutdev.c | 6 +- fs/nfs/fs_context.c | 26 ++-- fs/nfs/internal.h | 51 +++++++ fs/nfs/nfs3client.c | 1 - fs/nfs/nfs42xdr.c | 170 +++++++++++------------ fs/nfs/nfs4client.c | 4 +- fs/nfs/nfs4idmap.c | 46 ++++--- fs/nfs/nfs4proc.c | 32 +++-- fs/nfs/nfstrace.h | 215 ++++++++++++++++++++++++------ fs/nfs/write.c | 58 ++++---- include/linux/nfs_fs.h | 9 ++ include/linux/nfs_page.h | 3 +- include/linux/nfs_xdr.h | 1 + include/linux/sunrpc/clnt.h | 5 + include/linux/sunrpc/sched.h | 4 +- include/linux/sunrpc/xdr.h | 7 +- include/linux/sunrpc/xprt.h | 6 +- include/linux/sunrpc/xprtmultipath.h | 7 +- include/trace/events/sunrpc.h | 20 +++ net/sunrpc/auth.c | 2 +- net/sunrpc/auth_gss/auth_gss.c | 11 +- net/sunrpc/backchannel_rqst.c | 14 ++ net/sunrpc/clnt.c | 207 ++++++++++++++++++++++++---- net/sunrpc/sched.c | 1 + net/sunrpc/sysfs.c | 28 +--- net/sunrpc/xdr.c | 168 ++++++++++++++--------- net/sunrpc/xprt.c | 59 ++++++-- net/sunrpc/xprtmultipath.c | 111 ++++++++++++--- net/sunrpc/xprtrdma/transport.c | 6 +- net/sunrpc/xprtsock.c | 18 +-- 37 files changed, 1032 insertions(+), 457 deletions(-)