aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24nfsd: switch to %p[dD]Al Viro1-6/+6
2013-08-30nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields1-2/+0
2013-06-29[readdir] constify ->actorAl Viro1-3/+4
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-6/+8
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-4/+9
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+6
2013-02-15nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky1-0/+6
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman1-2/+2
2012-12-10nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky1-20/+28
2012-11-28nfsd: recovery - make in_grace per netStanislav Kinsbursky1-5/+4
2012-11-28nfsd: recovery - make rec_file per netStanislav Kinsbursky1-35/+35
2012-11-28nfsd4: remove state lock from nfsd4_load_reboot_recovery_dataJ. Bruce Fields1-2/+0
2012-11-15nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky1-8/+6
2012-11-15nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky1-23/+77
2012-11-15nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky1-6/+3
2012-11-12nfsd: release the legacy reclaimable clients list in grace_doneJeff Layton1-0/+1
2012-11-12nfsd: get rid of cl_recdir fieldJeff Layton1-19/+74
2012-11-12nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton1-4/+27
2012-11-12nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton1-1/+1
2012-11-12nfsd: warn about impending removal of nfsdcld upcallJeff Layton1-0/+3
2012-11-12nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton1-8/+82
2012-11-12nfsd: change heuristic for selecting the client_tracking_opsJeff Layton1-9/+27
2012-11-12nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton1-1/+133
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton1-1/+1
2012-11-10nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton1-1/+2
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-4/+5
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2012-05-31nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields1-1/+1
2012-05-31nfsd4: fix missing "static"J. Bruce Fields1-1/+1
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap1-1/+1
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton1-0/+12
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton1-2/+1
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton1-0/+7
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton1-0/+44
2012-03-26nfsd: add the infrastructure to handle the cld upcallJeff Layton1-1/+443
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton1-10/+126
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton1-4/+3
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+14
2012-01-05nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields1-6/+4
2012-01-05nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields1-2/+3
2012-01-03vfs: mnt_drop_write_file()Al Viro1-3/+3
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-3/+3
2012-01-02nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields1-1/+8
2011-08-27nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields1-1/+1
2011-08-27nfsd4: fix failure to end nfsd4 grace periodBoaz Harrosh1-7/+8
2011-08-27nfsd4: simplify recovery dir settingJ. Bruce Fields1-4/+32
2011-07-20nfsd4_list_rec_dir(): don't bother with reopening rec_fileAl Viro1-31/+21
2010-12-17nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields1-1/+0
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-3/+3