summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton2012-11-131-8/+82
* nfsd: change heuristic for selecting the client_tracking_opsJeff Layton2012-11-131-9/+27
* nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton2012-11-131-1/+133
* nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton2012-11-101-1/+1
* nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton2012-11-101-1/+2
* nfsd: Push mnt_want_write() outside of i_mutexJan Kara2012-07-301-4/+5
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-2/+2
|\
| * nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields2012-06-011-1/+1
| * nfsd4: fix missing "static"J. Bruce Fields2012-06-011-1/+1
* | nfsd: fix nfs4recover.c printk format warningRandy Dunlap2012-04-301-1/+1
|/
* nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton2012-03-291-0/+12
* nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton2012-03-281-2/+1Star
* nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton2012-03-261-0/+7
* nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton2012-03-261-0/+44
* nfsd: add the infrastructure to handle the cld upcallJeff Layton2012-03-261-1/+443
* nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton2012-03-261-10/+126
* nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton2012-03-261-4/+3Star
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-8/+14
|\
| * nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields2012-01-051-6/+4Star
| * nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields2012-01-051-2/+3
| * nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields2012-01-021-1/+8
* | vfs: mnt_drop_write_file()Al Viro2012-01-041-3/+3
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-3/+3
|/
* nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields2011-08-271-1/+1
* nfsd4: fix failure to end nfsd4 grace periodBoaz Harrosh2011-08-271-7/+8
* nfsd4: simplify recovery dir settingJ. Bruce Fields2011-08-271-4/+32
* nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro2011-07-201-31/+21Star
* nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields2010-12-171-1/+0Star
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-221-3/+3
* nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig2010-05-221-45/+42Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* commit_metadata export operation replacing nfsd_sync_dirBen Myers2010-02-201-3/+1Star
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0Star
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-151-2/+3
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-151-8/+0Star
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* nfsd: silence lockdep warningJ. Bruce Fields2009-05-111-2/+2
* Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse2009-04-211-37/+9Star
* nfsd41: match clientid establishment methodAndy Adamson2009-04-041-1/+2
* nfsd4: don't do lookup within readdir in recovery codeJ. Bruce Fields2009-03-181-40/+31Star
* nfsd: Fix leaked memory in nfs4_make_rec_clidnameKrishna Kumar2009-01-061-1/+1
* Merge branch 'master' into nextJames Morris2008-12-041-0/+1
|\
| * nfsd: use of unitialized list head on error exit in nfs4recover.cJ. Bruce Fields2008-11-241-1/+1
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-26/+42
* | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-6/+6
|/
* [PATCH] switch nfsd to kern_path()Al Viro2008-10-231-25/+25
* [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen2008-04-191-0/+4
* [PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen2008-04-191-1/+11
* Introduce path_put()Jan Blunck2008-02-151-1/+1