summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields2013-08-301-2/+0
* [readdir] constify ->actorAl Viro2013-06-291-3/+4
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-6/+8
* [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-4/+9
* nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton2013-05-091-7/+5
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-0/+6
|\
| * nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky2013-02-151-0/+6
* | nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman2013-02-131-2/+2
|/
* nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky2012-12-101-20/+28
* nfsd: recovery - make in_grace per netStanislav Kinsbursky2012-11-281-5/+4
* nfsd: recovery - make rec_file per netStanislav Kinsbursky2012-11-281-35/+35
* nfsd4: remove state lock from nfsd4_load_reboot_recovery_dataJ. Bruce Fields2012-11-281-2/+0
* nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky2012-11-151-8/+6
* nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky2012-11-151-23/+77
* nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky2012-11-151-6/+3
* nfsd: release the legacy reclaimable clients list in grace_doneJeff Layton2012-11-121-0/+1
* nfsd: get rid of cl_recdir fieldJeff Layton2012-11-121-19/+74
* nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton2012-11-121-4/+27
* nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton2012-11-121-1/+1
* nfsd: warn about impending removal of nfsdcld upcallJeff Layton2012-11-121-0/+3
* nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton2012-11-121-8/+82
* nfsd: change heuristic for selecting the client_tracking_opsJeff Layton2012-11-121-9/+27
* nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton2012-11-121-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-311-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-05-311-1/+1
| * nfsd4: fix missing "static"J. Bruce Fields2012-05-311-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/+1
* 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/+3
* 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/+4
| * 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-031-3/+3
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-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/+21
* nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields2010-12-171-1/+0
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-3/+3
* nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig2010-05-211-45/+42
OpenPOWER on IntegriCloud