aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4recover.c
AgeCommit message (Expand)Author
2015-08-31nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker
2015-07-20nfsd: Fix a memory leak in nfsd4_list_rec_dir()Kinglong Mee
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-11-19nfsd: get rid of ->f_dentryAl Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Jeff Layton
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton
2014-09-03NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee
2014-09-03NFSD: Reset creds after mnt_want_write_file() failKinglong Mee
2013-10-24nfsd: switch to %p[dD]Al Viro
2013-08-30nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-15nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman
2012-12-10nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky
2012-11-28nfsd: recovery - make in_grace per netStanislav Kinsbursky
2012-11-28nfsd: recovery - make rec_file per netStanislav Kinsbursky
2012-11-28nfsd4: remove state lock from nfsd4_load_reboot_recovery_dataJ. Bruce Fields
2012-11-15nfsd: pass nfsd_net instead of net to grace endersStanislav Kinsbursky
2012-11-15nfsd: make reclaim_str_hashtbl allocated per netStanislav Kinsbursky
2012-11-15nfsd: make nfs4_client network namespace dependentStanislav Kinsbursky
2012-11-12nfsd: release the legacy reclaimable clients list in grace_doneJeff Layton
2012-11-12nfsd: get rid of cl_recdir fieldJeff Layton
2012-11-12nfsd: don't search for client by hash on legacy reboot recovery gracedoneJeff Layton
2012-11-12nfsd: have nfsd4_find_reclaim_client take a char * argumentJeff Layton
2012-11-12nfsd: warn about impending removal of nfsdcld upcallJeff Layton
2012-11-12nfsd: pass info about the legacy recoverydir in environment variablesJeff Layton
2012-11-12nfsd: change heuristic for selecting the client_tracking_opsJeff Layton
2012-11-12nfsd: add a usermodehelper upcall for NFSv4 client ID trackingJeff Layton
2012-11-10nfsd: remove unused argument to nfs4_has_reclaimed_stateJeff Layton
2012-11-10nfsd: fix error handling in nfsd4_remove_clid_dirJeff Layton
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields
2012-05-31nfsd4: fix missing "static"J. Bruce Fields
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton