This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 343a9f35409b Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/li [...] new 672ca9dd13f1 Cramfs: fix abad comparison when wrap-arounds occur new 56ce68bceeef Cramfs: trivial whitespace fixes new 9b190ecca11c Merge tag 'cramfs_fixes' of git://git.linaro.org/people/ni [...] new 9eb190fca8f9 NFSD CB_OFFLOAD xdr new 6308bc98e86e NFSD OFFLOAD_STATUS xdr new 885e2bf3ea51 NFSD OFFLOAD_CANCEL xdr new e0639dc5805a NFSD introduce async copy feature new 7d20b6a2728f nfsd: remove set but not used variable 'dirp' new 30382d6ce593 SUNRPC: Remove the server 'authtab_lock' and just use RCU new 608a0ab2f54a SUNRPC: Add lockless lookup of the server's auth domain new b92a8fababa9 SUNRPC: Refactor sunrpc_cache_lookup new ae74136b4bb6 SUNRPC: Allow cache lookups to use RCU protection rather t [...] new fd5d2f78261b SUNRPC: Make server side AUTH_UNIX use lockless lookups new 9ceddd9da134 knfsd: Allow lockless lookups of the exports new 6d1616b26cd9 SUNRPC: Lockless server RPCSEC_GSS context lookup new 9d5afd9491c8 knfsd: Lockless lookup of NFSv4 identities. new 437f91451349 NFS: Lockless DNS lookups new a6482733bc98 NFS: Fix up a typo in nfs_dns_ent_put new d48cf356a130 SUNRPC: Remove non-RCU protected lookup new 1863d77f15da SUNRPC: Replace the cache_detail->hash_lock with a regular [...] new 4c8e5537bb28 SUNRPC: Simplify TCP receive code new 3e87da5145fc knfsd: Remove dead code from nfsd_cache_lookup new 76ecec21197a knfsd: Simplify NFS duplicate replay cache new ed00c2f65267 knfsd: Further simplify the cache lookup new 736c6625de66 knfsd: Improve lookup performance in the duplicate reply c [...] new 0ac203cb1f03 nfsd: fix fall-through annotations new f3c1fd0ee294 svcrdma: Reduce max_send_sges new 596f2a195043 svcrdma: Remove ->release_rqst call in bc reply handler new 07880fa4968b svcrdma: Remove try_module_get from backchannel new 3ae2cefb613b svcrdma: Increase the default connection credit limit new bd8d72507886 nfsd: correctly decrement odstate refcount in error path new bb6ad5572c00 nfsd: Fix an Oops in free_session() new 93f38b6fae0e lockd: fix access beyond unterminated strings in prints new 310c7585e830 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
The 34 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/nfs/rpc-cache.txt | 6 +- fs/cramfs/inode.c | 7 +- fs/lockd/host.c | 2 +- fs/nfs/dns_resolve.c | 15 +- fs/nfsd/cache.h | 20 +- fs/nfsd/export.c | 14 +- fs/nfsd/export.h | 2 + fs/nfsd/netns.h | 8 + fs/nfsd/nfs4callback.c | 98 ++++++++++ fs/nfsd/nfs4idmap.c | 11 +- fs/nfsd/nfs4proc.c | 289 ++++++++++++++++++++++++++-- fs/nfsd/nfs4state.c | 41 +++- fs/nfsd/nfs4xdr.c | 50 ++++- fs/nfsd/nfscache.c | 142 +++++++------- fs/nfsd/nfsctl.c | 1 + fs/nfsd/state.h | 10 + fs/nfsd/vfs.c | 5 +- fs/nfsd/xdr4.h | 28 +++ fs/nfsd/xdr4cb.h | 10 + include/linux/sunrpc/cache.h | 18 +- include/linux/sunrpc/svc_rdma.h | 13 +- include/linux/sunrpc/svcauth.h | 1 + net/sunrpc/auth_gss/svcauth_gss.c | 41 +++- net/sunrpc/cache.c | 153 +++++++++------ net/sunrpc/svc_xprt.c | 2 +- net/sunrpc/svcauth.c | 74 +++++-- net/sunrpc/svcauth_unix.c | 24 ++- net/sunrpc/svcsock.c | 53 ++--- net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 23 +-- net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +- 30 files changed, 862 insertions(+), 309 deletions(-)