aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4recover.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-10nfsd: Fix nsfd startup race (again)Gravatar Alexander Sverdlin 1-0/+1
2021-03-22nfsd: Log client tracking type log message as info instead of warningGravatar Paul Menzel 1-4/+4
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-3/+3
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Gravatar Scott Mayhew 1-13/+11
2020-05-08nfsd: use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-20/+6
2019-12-19nfsd: make 'boot_time' 64-bit wideGravatar Arnd Bergmann 1-4/+4
2019-11-12nfsd: Fix cld_net->cn_tfm initializationGravatar Scott Mayhew 1-5/+7
2019-10-11nfsd: remove private bin2hex implementationGravatar Andy Shevchenko 1-8/+3
2019-09-10nfsd: add support for upcall version 2Gravatar Scott Mayhew 1-14/+209
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldGravatar Scott Mayhew 1-50/+117
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-35/+401
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-24nfsd: handle legacy client tracking records sent by nfsdcldGravatar Scott Mayhew 1-4/+35
2019-04-24nfsd: re-order client tracking method selectionGravatar Scott Mayhew 1-15/+65
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldGravatar Scott Mayhew 1-0/+3
2019-04-24nfsd: un-deprecate nfsdcldGravatar Scott Mayhew 1-8/+217
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayGravatar Scott Mayhew 1-18/+91
2018-11-28nfsd: fix a warning in __cld_pipe_upcall()Gravatar Scott Mayhew 1-11/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2016-03-17nfsd: recover: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2016-01-27nfsd: Use shashGravatar Herbert Xu 1-11/+17
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresGravatar Julia Lawall 1-3/+3
2015-08-31nfsd: don't WARN/backtrace for invalid container deployment.Gravatar Paul Gortmaker 1-4/+2
2015-07-20nfsd: Fix a memory leak in nfsd4_list_rec_dir()Gravatar Kinglong Mee 1-3/+9
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-11/+11
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2014-11-19nfsd: get rid of ->f_dentryGravatar Al Viro 1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-2/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Gravatar Kirill Tkhai 1-1/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Gravatar Jeff Layton 1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsGravatar Jeff Layton 1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientGravatar Jeff Layton 1-0/+29
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endGravatar Jeff Layton 1-13/+83
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opGravatar Jeff Layton 1-9/+8
2014-09-03NFSD: Fix a memory leak if nfsd4_recdir_load failGravatar Kinglong Mee 1-13/+17
2014-09-03NFSD: Reset creds after mnt_want_write_file() failGravatar Kinglong Mee 1-1/+2
2013-10-24nfsd: switch to %p[dD]Gravatar Al Viro 1-6/+6
2013-08-30nfsd4: nfsd4_create_clid_dir prints uninitialized dataGravatar J. Bruce Fields 1-2/+0
2013-06-29[readdir] constify ->actorGravatar Al Viro 1-3/+4
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Gravatar Al Viro 1-6/+8
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-4/+9
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorGravatar Jeff Layton 1-7/+5
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+6
2013-02-15nfsd: disable usermode helper client tracker in containerGravatar Stanislav Kinsbursky 1-0/+6
2013-02-13nfsd: Properly compare and initialize kuids and kgidsGravatar Eric W. Biederman 1-2/+2
2012-12-10nfsd: make NFSv4 recovery client tracking options per netGravatar Stanislav Kinsbursky 1-20/+28
2012-11-28nfsd: recovery - make in_grace per netGravatar Stanislav Kinsbursky 1-5/+4