summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4recover.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Log client tracking type log message as info instead of warningPaul Menzel2021-03-221-4/+4
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-3/+3
* nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew2020-07-131-13/+11
* nfsd: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-20/+6
* nfsd: make 'boot_time' 64-bit wideArnd Bergmann2019-12-191-4/+4
* nfsd: Fix cld_net->cn_tfm initializationScott Mayhew2019-11-121-5/+7
* nfsd: remove private bin2hex implementationAndy Shevchenko2019-10-111-8/+3
* nfsd: add support for upcall version 2Scott Mayhew2019-09-101-14/+209
* nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-101-50/+117
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-35/+401
|\
| * nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew2019-04-241-4/+35
| * nfsd: re-order client tracking method selectionScott Mayhew2019-04-241-15/+65
| * nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-241-0/+3
| * nfsd: un-deprecate nfsdcldScott Mayhew2019-04-241-8/+217
| * nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-241-18/+91
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2018-11-281-11/+6
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-241-0/+1
|\
| * nfsd: recover: fix memory leakSudip Mukherjee2016-03-171-0/+1
* | nfsd: Use shashHerbert Xu2016-01-271-11/+17
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall2015-11-231-3/+3
* nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker2015-08-311-4/+2
* nfsd: Fix a memory leak in nfsd4_list_rec_dir()Kinglong Mee2015-07-201-3/+9
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-11/+11
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* nfsd: get rid of ->f_dentryAl Viro2014-11-191-1/+1
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-2/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | nfsd: skip subsequent UMH "create" operations after the first one for v4.0 cl...Jeff Layton2014-09-171-0/+16
* | nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton2014-09-171-4/+18
* | nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton2014-09-171-0/+29
* | nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton2014-09-171-13/+83
* | nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton2014-09-171-9/+8
* | NFSD: Fix a memory leak if nfsd4_recdir_load failKinglong Mee2014-09-031-13/+17
* | NFSD: Reset creds after mnt_want_write_file() failKinglong Mee2014-09-031-1/+2
|/
* nfsd: switch to %p[dD]Al Viro2013-10-241-6/+6
* 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