Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client fixes from Trond Myklebust: "Highlights include: Stable fixes: - NFSv4: Ensure we check the return value of update_open_stateid() so we correctly track active open state. - NFSv4: Fix for delegation state recovery to ensure we recover all open modes that are active. - NFSv4: Fix an Oops in nfs4_do_setattr Fixes: - NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts - NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim() - NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid - pNFS: Report errors from the call to nfs4_select_rw_stateid() - NFSv4: Various other delegation and open stateid recovery fixes - NFSv4: Fix state recovery behaviour when server connection times out" * tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: NFSv4: Ensure state recovery handles ETIMEDOUT correctly NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts NFSv4: Fix an Oops in nfs4_do_setattr NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim() NFSv4: Check the return value of update_open_stateid() NFSv4.1: Only reap expired delegations NFSv4.1: Fix open stateid recovery NFSv4: Report the error from nfs4_select_rw_stateid() NFSv4: When recovering state fails with EAGAIN, retry the same recovery NFSv4: Print an error in the syslog when state is marked as irrecoverable NFSv4: Fix delegation state recovery NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid
No related branches found
No related tags found
Showing
- fs/nfs/delegation.c 18 additions, 7 deletionsfs/nfs/delegation.c
- fs/nfs/delegation.h 1 addition, 1 deletionfs/nfs/delegation.h
- fs/nfs/fscache.c 6 additions, 1 deletionfs/nfs/fscache.c
- fs/nfs/fscache.h 1 addition, 1 deletionfs/nfs/fscache.h
- fs/nfs/nfs4_fs.h 2 additions, 1 deletionfs/nfs/nfs4_fs.h
- fs/nfs/nfs4client.c 4 additions, 1 deletionfs/nfs/nfs4client.c
- fs/nfs/nfs4proc.c 62 additions, 47 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4state.c 39 additions, 10 deletionsfs/nfs/nfs4state.c
- fs/nfs/pnfs.c 1 addition, 6 deletionsfs/nfs/pnfs.c
- fs/nfs/super.c 1 addition, 0 deletionsfs/nfs/super.c
Loading
Please register or sign in to comment