aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29nfsd: silence extraneous printk on nfsd.ko insertionGravatar Jeff Layton 1-1/+0
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cGravatar Dai Ngo 1-8/+1
2022-07-29NFSD: Hook up the filecache stat fileGravatar Chuck Lever 1-0/+10
2022-07-29nfsd: remove redundant assignment to variable lenGravatar Colin Ian King 1-1/+0
2022-05-23nfsd: Fix null-ptr-deref in nfsd_fill_super()Gravatar Zhang Xiaoxu 1-7/+7
2022-05-23nfsd: Unregister the cld notifier when laundry_wq create failedGravatar Zhang Xiaoxu 1-1/+3
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdGravatar Dai Ngo 1-0/+4
2022-02-28SUNRPC: Rename svc_close_xprt()Gravatar Chuck Lever 1-1/+1
2022-02-28SUNRPC: Rename svc_create_xprt()Gravatar Chuck Lever 1-4/+4
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsGravatar Amir Goldstein 1-2/+3
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldGravatar Chuck Lever 1-1/+2
2021-12-13NFSD: simplify locking for network notifier.Gravatar NeilBrown 1-2/+0
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountGravatar NeilBrown 1-12/+10
2021-12-13SUNRPC/NFSD: clean up get/put functions.Gravatar NeilBrown 1-2/+2
2021-12-13NFSD: handle errors better in write_ports_addfd()Gravatar NeilBrown 1-1/+1
2021-12-10nfsd: Fix nsfd startup race (again)Gravatar Alexander Sverdlin 1-7/+7
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+3
2021-10-06NFSD: Keep existing listeners on portlist errorGravatar Benjamin Coddington 1-1/+4
2021-10-02NFSD: simplify struct nfsfhGravatar NeilBrown 1-3/+3
2021-09-30nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Gravatar Patrick Ho 1-1/+1
2021-04-20nfsd: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-03-22nfsd: report client confirmation status in "info" fileGravatar NeilBrown 1-6/+8
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedGravatar Trond Myklebust 1-12/+2
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-7/+7
2021-02-15nfsd: register pernet ops last, unregister firstGravatar J. Bruce Fields 1-7/+7
2021-01-25nfsd: report per-export statsGravatar Amir Goldstein 1-0/+3
2021-01-25nfsd: protect concurrent access to nfsd stats countersGravatar Amir Goldstein 1-1/+4
2020-09-25nfsd: remove fault injection codeGravatar J. Bruce Fields 1-3/+0
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-29nfsd: fix nfsdfs inode reference count leakGravatar J. Bruce Fields 1-0/+1
2020-06-29nfsd4: fix nfsdfs reference count loopGravatar J. Bruce Fields 1-10/+12
2020-06-01nfsd4: make drc_slab global, not per-netGravatar J. Bruce Fields 1-0/+6
2020-05-20NFSD: Fix improperly-formatted Doxygen commentsGravatar Chuck Lever 1-13/+13
2020-03-19nfsd: fsnotify on rmdir under nfsd/clients/Gravatar J. Bruce Fields 1-0/+1
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+6
2019-12-19nfsd: use boottime for lease expiry calculationGravatar Arnd Bergmann 1-3/+3
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2019-09-10nfsd: Support the server resetting the boot verifierGravatar Trond Myklebust 1-0/+1
2019-09-05new helper: get_tree_keyed()Gravatar Al Viro 1-2/+1
2019-08-15nfsd: initialize i_private before d_addGravatar J. Bruce Fields 1-6/+6
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateGravatar J. Bruce Fields 1-4/+2
2019-08-15nfsd: fix dentry leak upon mkdir failure.Gravatar Tetsuo Handa 1-0/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-7/+25
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+1
2019-07-09nfsd: Make __get_nfsdfs_client() staticGravatar YueHaibing 1-1/+1
2019-07-03nfsd4: add a client info fileGravatar J. Bruce Fields 1-6/+108
2019-07-03nfsd: make client/ directory names small intsGravatar J. Bruce Fields 1-2/+3