summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4recover.c
AgeCommit message (Expand)Author
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-26nfsd: Propagate some error code returned by memdup_user()Christophe JAILLET
2022-09-26nfsd: Avoid some useless testsChristophe JAILLET
2022-09-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET
2022-08-17Change calling conventions for filldir_tAl Viro
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin
2021-03-22nfsd: Log client tracking type log message as info instead of warningPaul Menzel
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew
2020-05-08nfsd: use crypto_shash_tfm_digest()Eric Biggers
2019-12-19nfsd: make 'boot_time' 64-bit wideArnd Bergmann
2019-11-12nfsd: Fix cld_net->cn_tfm initializationScott Mayhew
2019-10-11nfsd: remove private bin2hex implementationAndy Shevchenko
2019-09-10nfsd: add support for upcall version 2Scott Mayhew
2019-09-10nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew
2019-04-24nfsd: re-order client tracking method selectionScott Mayhew
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew
2019-04-24nfsd: un-deprecate nfsdcldScott Mayhew
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew
2018-11-28nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-03-17nfsd: recover: fix memory leakSudip Mukherjee
2016-01-27nfsd: Use shashHerbert Xu
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall
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