-
- Downloads
Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client updates from Trond Myklebust: "Bugfixes: - SUNRPC: - re-probe the target RPC port after an ECONNRESET error - handle allocation errors from rpcb_call_async() - fix a use-after-free condition in rpc_pipefs - fix up various checks for timeouts - NFSv4.1: - Handle NFS4ERR_DELAY errors during session trunking - fix SP4_MACH_CRED protection for pnfs IO - NFSv4: - Ensure that we test all delegations when the server notifies us that it may have revoked some of them Features: - Allow knfsd processes to break out of NFS4ERR_DELAY loops when re-exporting NFSv4.x by setting appropriate values for the 'delay_retrans' module parameter - nfs: Convert nfs_symlink() to use a folio" * tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: nfs: Convert nfs_symlink() to use a folio SUNRPC: Fix RPC client cleaned up the freed pipefs dentries NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO SUNRPC: Add an IS_ERR() check back to where it was NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking nfs41: drop dependency between flexfiles layout driver and NFSv3 modules NFSv4: fairly test all delegations on a SEQ4_ revocation SUNRPC: SOFTCONN tasks should time out when on the sending list SUNRPC: Force close the socket when a hard error is reported SUNRPC: Don't skip timeout checks in call_connect_status() SUNRPC: ECONNRESET might require a rebind NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAY
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 7 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- fs/nfs/Kconfig 1 addition, 1 deletionfs/nfs/Kconfig
- fs/nfs/delegation.c 6 additions, 1 deletionfs/nfs/delegation.c
- fs/nfs/delegation.h 1 addition, 0 deletionsfs/nfs/delegation.h
- fs/nfs/dir.c 12 additions, 17 deletionsfs/nfs/dir.c
- fs/nfs/nfs3proc.c 2 additions, 1 deletionfs/nfs/nfs3proc.c
- fs/nfs/nfs4_fs.h 2 additions, 0 deletionsfs/nfs/nfs4_fs.h
- fs/nfs/nfs4proc.c 48 additions, 14 deletionsfs/nfs/nfs4proc.c
- fs/nfs/pnfs.c 6 additions, 2 deletionsfs/nfs/pnfs.c
- fs/nfs/pnfs.h 4 additions, 1 deletionfs/nfs/pnfs.h
- fs/nfs/proc.c 2 additions, 1 deletionfs/nfs/proc.c
- fs/nfs/super.c 7 additions, 1 deletionfs/nfs/super.c
- fs/nfs/write.c 2 additions, 0 deletionsfs/nfs/write.c
- include/linux/nfs_fs_sb.h 1 addition, 0 deletionsinclude/linux/nfs_fs_sb.h
- include/linux/nfs_xdr.h 1 addition, 1 deletioninclude/linux/nfs_xdr.h
- include/linux/sunrpc/clnt.h 1 addition, 0 deletionsinclude/linux/sunrpc/clnt.h
- net/sunrpc/clnt.c 7 additions, 3 deletionsnet/sunrpc/clnt.c
- net/sunrpc/rpcb_clnt.c 4 additions, 0 deletionsnet/sunrpc/rpcb_clnt.c
- net/sunrpc/xprt.c 2 additions, 2 deletionsnet/sunrpc/xprt.c
- net/sunrpc/xprtsock.c 5 additions, 9 deletionsnet/sunrpc/xprtsock.c
Loading
Please register or sign in to comment