summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: silence extraneous printk on nfsd.ko insertionJeff Layton2022-07-291-1/+0
* NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo2022-07-291-8/+1
* NFSD: Hook up the filecache stat fileChuck Lever2022-07-291-0/+10
* nfsd: remove redundant assignment to variable lenColin Ian King2022-07-291-1/+0
* nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu2022-05-231-7/+7
* nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu2022-05-231-1/+3
* NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo2022-05-191-0/+4
* SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
* SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-4/+4
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+3
* NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever2022-01-081-1/+2
* NFSD: simplify locking for network notifier.NeilBrown2021-12-131-2/+0
* SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-12/+10
* SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-2/+2
* NFSD: handle errors better in write_ports_addfd()NeilBrown2021-12-131-1/+1
* nfsd: Fix nsfd startup race (again)Alexander Sverdlin2021-12-101-7/+7
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-3/+3
|\
| * NFSD: simplify struct nfsfhNeilBrown2021-10-021-3/+3
* | NFSD: Keep existing listeners on portlist errorBenjamin Coddington2021-10-061-1/+4
* | nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho2021-09-301-1/+1
|/
* nfsd: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1
* nfsd: report client confirmation status in "info" fileNeilBrown2021-03-221-6/+8
* nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2021-03-221-12/+2
* Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-221-7/+7
|\
| * nfsd: register pernet ops last, unregister firstJ. Bruce Fields2021-02-151-7/+7
* | nfsd: report per-export statsAmir Goldstein2021-01-251-0/+3
* | nfsd: protect concurrent access to nfsd stats countersAmir Goldstein2021-01-251-1/+4
|/
* nfsd: remove fault injection codeJ. Bruce Fields2020-09-251-3/+0
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | nfsd: fix nfsdfs inode reference count leakJ. Bruce Fields2020-06-291-0/+1
* | nfsd4: fix nfsdfs reference count loopJ. Bruce Fields2020-06-291-10/+12
|/
* nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-011-0/+6
* NFSD: Fix improperly-formatted Doxygen commentsChuck Lever2020-05-201-13/+13
* nfsd: fsnotify on rmdir under nfsd/clients/J. Bruce Fields2020-03-191-0/+1
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-071-3/+3
|\
| * nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-191-3/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+6
|/
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-271-0/+1
|\
| * nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-101-0/+1
* | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-181-2/+1
|\ \ | |/ |/|
| * new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
* | nfsd: initialize i_private before d_addJ. Bruce Fields2019-08-151-6/+6
* | nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields2019-08-151-4/+2
* | nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa2019-08-151-0/+1
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-7/+25
|\
| * vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+1
|\ \
| * | nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-4/+1
* | | nfsd: Make __get_nfsdfs_client() staticYueHaibing2019-07-091-1/+1