aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-35/+401
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-24nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew1-4/+35
2019-04-24nfsd: re-order client tracking method selectionScott Mayhew1-15/+65
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew1-0/+3
2019-04-24nfsd: un-deprecate nfsdcldScott Mayhew1-8/+217
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew1-18/+91
2018-11-28nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew1-11/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2016-03-17nfsd: recover: fix memory leakSudip Mukherjee1-0/+1
2016-01-27nfsd: Use shashHerbert Xu1-11/+17
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall1-3/+3
2015-08-31nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker1-4/+2
2015-07-20nfsd: Fix a memory leak in nfsd4_list_rec_dir()Kinglong Mee1-3/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-11/+11
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2014-11-19nfsd: get rid of ->f_dentryAl Viro1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-2/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 clientsJeff Layton1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton1-0/+29
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton1-13/+83
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton1-9/+8
2014-09-03NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee1-13/+17
2014-09-03NFSD: Reset creds after mnt_want_write_file() failKinglong Mee1-1/+2
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