This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7f50d4dfe816 Merge tag 'for-linus' of https://github.com/openrisc/linux new 91e23b1c3982 NFSD: Clean up nfsd_splice_actor() new 45cb7955c180 SUNRPC: Clean up svc_deferred_class trace events new 37324e6bb120 SUNRPC: Cache deferral injection new 0b6c14bdd908 SUNRPC: Make cache_req::thread_wait an unsigned long new 4af8b42e5629 SUNRPC: Remove dead code in svc_tcp_release_rqst() new 983084b2672c SUNRPC: Remove svc_rqst::rq_xprt_hlen new 66af25799940 NFSD: add courteous server support for thread with only de [...] new 3d6942715180 NFSD: add support for share reservation conflict to courte [...] new d76cc46b37e1 NFSD: move create/destroy of laundry_wq to init_nfsd and e [...] new 591502c5cb32 fs/lock: add helper locks_owner_has_blockers to check for [...] new 2443da2259e9 fs/lock: add 2 callbacks to lock_manager_operations to res [...] new 27431affb0db NFSD: add support for lock conflict to courteous server new e9488d5ae13c NFSD: Show state of courtesy client in client info new 586095d339b1 SUNRPC: Don't disable preemption while calling svc_pool_fo [...] new 2059b698a2ef SUNRPC: Simplify synopsis of svc_pool_for_cpu() new e61568599c9a NFSD: Clean up nfsd3_proc_create() new 14ee45b70dd0 NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create() new 5f46e950c395 NFSD: Refactor nfsd_create_setattr() new df9606abddfb NFSD: Refactor NFSv3 CREATE new 254454a5aa4a NFSD: Refactor NFSv4 OPEN(CREATE) new 1c388f27759c NFSD: Remove do_nfsd_create() new f4d84c52643a NFSD: Clean up nfsd_open_verified() new fb70bf124b05 NFSD: Instantiate a struct file when creating a regular NF [...] new f67a16b14704 NFSD: Remove dprintk call sites from tail of nfsd4_open() new 26320d7e317c NFSD: Fix whitespace new 7e2ce0cc15a5 NFSD: Move documenting comment for nfsd4_process_open2() new 0122e882119d NFSD: Trace filecache opens new bb283ca18d1e NFSD: Clean up the show_nf_flags() macro new 28df0988815f SUNRPC: Use RMW bitops in single-threaded hot paths new 62fdb65edb6c nfsd: Unregister the cld notifier when laundry_wq create failed new 6f6f84aa215f nfsd: Fix null-ptr-deref in nfsd_fill_super() new fd5e363eac77 nfsd: destroy percpu stats counters after reply cache shutdown new ce3c4ad7f4ce NFSD: Fix possible sleep during nfsd4_release_lockowner() new bd8fdb6e545f NFSD: Modernize nfsd4_release_lockowner() new 043862b09cc0 NFSD: Add documenting comment for nfsd4_release_lockowner() new 08af54b3e572 NFSD: nfsd_file_put() can sleep new 6d29d7fe4f0c Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linu [...] new d37aa2efc89b gcc-plugins: use KERNELVERSION for plugin version new 090b39af591c Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.o [...]
The 39 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: Documentation/filesystems/locking.rst | 4 + fs/locks.c | 61 ++++- fs/nfsd/filecache.c | 54 +++- fs/nfsd/filecache.h | 2 + fs/nfsd/nfs3proc.c | 141 ++++++++-- fs/nfsd/nfs4proc.c | 264 +++++++++++++++---- fs/nfsd/nfs4state.c | 353 +++++++++++++++++++++----- fs/nfsd/nfs4xdr.c | 2 +- fs/nfsd/nfscache.c | 2 +- fs/nfsd/nfsctl.c | 20 +- fs/nfsd/nfsd.h | 5 + fs/nfsd/state.h | 31 +++ fs/nfsd/trace.h | 34 ++- fs/nfsd/vfs.c | 255 ++++--------------- fs/nfsd/vfs.h | 14 +- fs/nfsd/xdr4.h | 1 + fs/open.c | 42 +++ include/linux/fs.h | 12 + include/linux/sunrpc/cache.h | 8 +- include/linux/sunrpc/svc.h | 4 +- include/trace/events/sunrpc.h | 12 +- net/sunrpc/auth_gss/svcauth_gss.c | 4 +- net/sunrpc/cache.c | 18 +- net/sunrpc/debugfs.c | 3 + net/sunrpc/fail.h | 2 +- net/sunrpc/svc.c | 24 +- net/sunrpc/svc_xprt.c | 17 +- net/sunrpc/svcsock.c | 19 +- net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 1 - net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +- scripts/gcc-plugins/Makefile | 2 +- scripts/gcc-plugins/latent_entropy_plugin.c | 2 +- scripts/gcc-plugins/randomize_layout_plugin.c | 2 +- scripts/gcc-plugins/sancov_plugin.c | 2 +- scripts/gcc-plugins/stackleak_plugin.c | 2 +- scripts/gcc-plugins/structleak_plugin.c | 2 +- 36 files changed, 991 insertions(+), 432 deletions(-)