Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux
Pull nfsd updates from Bruce Fields: "Highlights: - Add a new /proc/fs/nfsd/clients/ directory which exposes some long-requested information about NFSv4 clients (like open files) and allows forced revocation of client state. - Replace the global duplicate reply cache by a cache per network namespace; previously, a request in one network namespace could incorrectly match an entry from another, though we haven't seen this in production. This is the last remaining container bug that I'm aware of; at this point you should be able to run separate nfsd's in each network namespace, each with their own set of exports, and everything should work. - Cleanup and modify lock code to show the pid of lockd as the owner of NLM locks. This is the correct version of the bugfix originally attempted in b8eee0e9 ("lockd: Show pid of lockd for remote locks")" * tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux: (34 commits) nfsd: Make __get_nfsdfs_client() static nfsd: Make two functions static nfsd: Fix misuse of strlcpy sunrpc/cache: remove the exporting of cache_seq_next nfsd: decode implementation id nfsd: create xdr_netobj_dup helper nfsd: allow forced expiration of NFSv4 clients nfsd: create get_nfsdfs_clp helper nfsd4: show layout stateids nfsd: show lock and deleg stateids nfsd4: add file to display list of client's opens nfsd: add more information to client info file nfsd: escape high characters in binary data nfsd: copy client's address including port number to cl_addr nfsd4: add a client info file nfsd: make client/ directory names small ints nfsd: add nfsd/clients directory nfsd4: use reference count to free client nfsd: rename cl_refcount nfsd: persist nfsd filesystem across mounts ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/Locking 0 additions, 14 deletionsDocumentation/filesystems/Locking
- fs/lockd/clntproc.c 11 additions, 10 deletionsfs/lockd/clntproc.c
- fs/lockd/svc4proc.c 13 additions, 1 deletionfs/lockd/svc4proc.c
- fs/lockd/svclock.c 98 additions, 20 deletionsfs/lockd/svclock.c
- fs/lockd/svcproc.c 13 additions, 1 deletionfs/lockd/svcproc.c
- fs/lockd/svcsubs.c 1 addition, 1 deletionfs/lockd/svcsubs.c
- fs/lockd/xdr.c 0 additions, 3 deletionsfs/lockd/xdr.c
- fs/lockd/xdr4.c 0 additions, 3 deletionsfs/lockd/xdr4.c
- fs/locks.c 0 additions, 5 deletionsfs/locks.c
- fs/nfsd/blocklayout.c 3 additions, 5 deletionsfs/nfsd/blocklayout.c
- fs/nfsd/cache.h 3 additions, 2 deletionsfs/nfsd/cache.h
- fs/nfsd/netns.h 44 additions, 0 deletionsfs/nfsd/netns.h
- fs/nfsd/nfs4idmap.c 1 addition, 1 deletionfs/nfsd/nfs4idmap.c
- fs/nfsd/nfs4state.c 424 additions, 29 deletionsfs/nfsd/nfs4state.c
- fs/nfsd/nfs4xdr.c 13 additions, 25 deletionsfs/nfsd/nfs4xdr.c
- fs/nfsd/nfscache.c 115 additions, 121 deletionsfs/nfsd/nfscache.c
- fs/nfsd/nfsctl.c 225 additions, 8 deletionsfs/nfsd/nfsctl.c
- fs/nfsd/nfsd.h 11 additions, 0 deletionsfs/nfsd/nfsd.h
- fs/nfsd/state.h 10 additions, 1 deletionfs/nfsd/state.h
- fs/nfsd/vfs.c 1 addition, 1 deletionfs/nfsd/vfs.c
Loading
Please register or sign in to comment