Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client bugfixes from Trond Myklebust: "Highlights include: - stable patches to fix NFSv4.x delegation reclaim error paths - fix a bug whereby we were advertising NFSv4.1 but using NFSv4.2 features - fix a use-after-free problem with pNFS block layouts - fix a memory leak in the pNFS files O_DIRECT code - replace an intrusive and Oops-prone performance fix in the NFSv4 atomic open code with a safer one-line version and revert the two original patches" * tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor NFS: Don't try to reclaim delegation open state if recovery failed NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked NFSv4: Fix races between nfs_remove_bad_delegation() and delegation return NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATE NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired NFS: SEEK is an NFS v4.2 feature nfs: Fix use of uninitialized variable in nfs_getattr() nfs: Remove bogus assignment nfs: remove spurious WARN_ON_ONCE in write path pnfs/blocklayout: serialize GETDEVICEINFO calls nfs: fix pnfs direct write memory leak Revert "NFS: nfs4_do_open should add negative results to the dcache." Revert "NFS: remove BUG possibility in nfs4_open_and_get_state" NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT
Showing
- fs/nfs/blocklayout/blocklayout.c 1 addition, 1 deletionfs/nfs/blocklayout/blocklayout.c
- fs/nfs/blocklayout/rpc_pipefs.c 9 additions, 5 deletionsfs/nfs/blocklayout/rpc_pipefs.c
- fs/nfs/delegation.c 23 additions, 2 deletionsfs/nfs/delegation.c
- fs/nfs/delegation.h 1 addition, 0 deletionsfs/nfs/delegation.h
- fs/nfs/dir.c 1 addition, 0 deletionsfs/nfs/dir.c
- fs/nfs/direct.c 1 addition, 0 deletionsfs/nfs/direct.c
- fs/nfs/filelayout/filelayout.c 0 additions, 3 deletionsfs/nfs/filelayout/filelayout.c
- fs/nfs/inode.c 1 addition, 1 deletionfs/nfs/inode.c
- fs/nfs/netns.h 1 addition, 0 deletionsfs/nfs/netns.h
- fs/nfs/nfs4proc.c 45 additions, 50 deletionsfs/nfs/nfs4proc.c
- fs/nfs/write.c 0 additions, 2 deletionsfs/nfs/write.c
- include/linux/nfs_xdr.h 11 additions, 0 deletionsinclude/linux/nfs_xdr.h
- net/sunrpc/auth_gss/auth_gss.c 30 additions, 5 deletionsnet/sunrpc/auth_gss/auth_gss.c
Loading
Please register or sign in to comment