diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-12-05 16:05:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-12-05 16:05:48 -0500 |
commit | 29be6345bbaec8502a70c4e2204d5818b48c4e8f (patch) | |
tree | df7707ea45a72b85712328285122029fb044617c /MAINTAINERS | |
parent | ef1e4e32d595d3e6c9a6d3d2956f087d5886c5e5 (diff) | |
parent | 3873d064b8538686bbbd4b858dc8a07db1f7f43a (diff) |
Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client bugfixes from Trond Myklebust:
- Stable fix for a NFSv4.1 delegation and state recovery deadlock
- Stable fix for a loop on irrecoverable errors when returning
delegations
- Fix a 3-way deadlock between layoutreturn, open, and state recovery
- Update the MAINTAINERS file with contact information for Trond
Myklebust
- Close needs to handle NFS4ERR_ADMIN_REVOKED
- Enabling v4.2 should not recompile nfsd and lockd
- Fix a couple of compile warnings
* tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
nfs: fix do_div() warning by instead using sector_div()
MAINTAINERS: Update contact information for Trond Myklebust
NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery
SUNRPC: do not fail gss proc NULL calls with EACCES
NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKED
NFSv4: Update list of irrecoverable errors on DELEGRETURN
NFSv4 wait on recovery for async session errors
NFS: Fix a warning in nfs_setsecurity
NFS: Enabling v4.2 should not recompile nfsd and lockd
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 926b0e1efca0..e37640300dca 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5980,10 +5980,10 @@ F: drivers/nfc/ | |||
5980 | F: include/linux/platform_data/pn544.h | 5980 | F: include/linux/platform_data/pn544.h |
5981 | 5981 | ||
5982 | NFS, SUNRPC, AND LOCKD CLIENTS | 5982 | NFS, SUNRPC, AND LOCKD CLIENTS |
5983 | M: Trond Myklebust <Trond.Myklebust@netapp.com> | 5983 | M: Trond Myklebust <trond.myklebust@primarydata.com> |
5984 | L: linux-nfs@vger.kernel.org | 5984 | L: linux-nfs@vger.kernel.org |
5985 | W: http://client.linux-nfs.org | 5985 | W: http://client.linux-nfs.org |
5986 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git | 5986 | T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git |
5987 | S: Maintained | 5987 | S: Maintained |
5988 | F: fs/lockd/ | 5988 | F: fs/lockd/ |
5989 | F: fs/nfs/ | 5989 | F: fs/nfs/ |