Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client updates from Trond Myklebust: "Stable fixes and other bugfixes: - nfs: don't report STATX_BTIME in ->getattr - Revert 'NFSv4: Retry LOCK on OLD_STATEID during delegation return' since it breaks NFSv4 state recovery. - NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION - Fix the NFSv4.2 xattr cache shrinker_id - Force a ctime update after a NFSv4.2 SETXATTR call Features and cleanups: - NFS and RPC over TLS client code from Chuck Lever - Support for use of abstract unix socket addresses with the rpcbind daemon - Sysfs API to allow shutdown of the kernel RPC client and prevent umount() hangs if the server is known to be permanently down - XDR cleanups from Anna" * tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (33 commits) Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return" NFS: Don't cleanup sysfs superblock entry if uninitialized nfs: don't report STATX_BTIME in ->getattr NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION NFSv4.2: fix wrong shrinker_id NFSv4: Clean up some shutdown loops NFS: Cancel all existing RPC tasks when shutdown NFS: add sysfs shutdown knob NFS: add a sysfs link to the acl rpc_client NFS: add a sysfs link to the lockd rpc_client NFS: Add sysfs links to sunrpc clients for nfs_clients NFS: add superblock sysfs entries NFS: Make all of /sys/fs/nfs network-namespace unique NFS: Open-code the nfs_kset kset_create_and_add() NFS: rename nfs_client_kobj to nfs_net_kobj NFS: rename nfs_client_kset to nfs_kset NFS: Add an "xprtsec=" NFS mount option NFS: Have struct nfs_client carry a TLS policy field SUNRPC: Add a TCP-with-TLS RPC transport class SUNRPC: Capture CMSG metadata on client-side receive ...
No related branches found
No related tags found
Showing
- fs/lockd/clntlock.c 6 additions, 0 deletionsfs/lockd/clntlock.c
- fs/nfs/client.c 32 additions, 0 deletionsfs/nfs/client.c
- fs/nfs/fs_context.c 67 additions, 0 deletionsfs/nfs/fs_context.c
- fs/nfs/inode.c 1 addition, 1 deletionfs/nfs/inode.c
- fs/nfs/internal.h 2 additions, 0 deletionsfs/nfs/internal.h
- fs/nfs/nfs3client.c 11 additions, 2 deletionsfs/nfs/nfs3client.c
- fs/nfs/nfs42proc.c 21 additions, 4 deletionsfs/nfs/nfs42proc.c
- fs/nfs/nfs42xattr.c 44 additions, 35 deletionsfs/nfs/nfs42xattr.c
- fs/nfs/nfs42xdr.c 327 additions, 304 deletionsfs/nfs/nfs42xdr.c
- fs/nfs/nfs4client.c 33 additions, 11 deletionsfs/nfs/nfs4client.c
- fs/nfs/nfs4proc.c 4 additions, 5 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4state.c 3 additions, 0 deletionsfs/nfs/nfs4state.c
- fs/nfs/super.c 17 additions, 1 deletionfs/nfs/super.c
- fs/nfs/sysfs.c 201 additions, 34 deletionsfs/nfs/sysfs.c
- fs/nfs/sysfs.h 9 additions, 1 deletionfs/nfs/sysfs.h
- include/linux/lockd/bind.h 2 additions, 0 deletionsinclude/linux/lockd/bind.h
- include/linux/nfs_fs_sb.h 5 additions, 1 deletioninclude/linux/nfs_fs_sb.h
- include/linux/nfs_xdr.h 3 additions, 0 deletionsinclude/linux/nfs_xdr.h
- include/linux/sunrpc/auth.h 2 additions, 0 deletionsinclude/linux/sunrpc/auth.h
- include/linux/sunrpc/clnt.h 11 additions, 2 deletionsinclude/linux/sunrpc/clnt.h
Loading
Please register or sign in to comment