summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/netns.h
Commit message (Expand)AuthorAgeFilesLines
* nfsd: add LOCALIO supportWeston Andros Adamson2024-09-231-0/+4
* nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer2024-09-231-1/+7
* NFSD: Limit the number of concurrent async COPY operationsChuck Lever2024-09-201-0/+1
* nfsd: don't allocate the versions array.NeilBrown2024-09-201-4/+2
* NFSD: add write_version to netlink commandLorenzo Bianconi2024-05-061-0/+1
* nfsd: allow admin-revoked NFSv4.0 state to be freed.NeilBrown2024-03-011-0/+4
* nfsd: make svc_stat per-network namespace instead of globalJosef Bacik2024-03-011-0/+4
* nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-011-2/+15
* nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik2024-03-011-2/+2
* SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-7/+0
* svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-071-1/+3
* nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng2023-10-041-1/+1
* nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng2023-10-041-1/+1
* Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-201-0/+1
|\
| * filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
* | NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo2023-01-121-1/+1
|/
* NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo2022-09-261-0/+2
* NFSD: keep track of the number of courtesy clients in the systemDai Ngo2022-09-261-0/+2
* NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo2022-07-291-0/+1
* NFSD: keep track of the number of v4 clients in the systemDai Ngo2022-07-291-0/+2
* NFSD: Rename boot verifier functionsChuck Lever2022-01-081-2/+2
* NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever2022-01-081-3/+5
* NFSD: simplify per-net file cache managementNeilBrown2021-12-131-0/+2
* NFSD: simplify locking for network notifier.NeilBrown2021-12-131-3/+0
* NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-3/+0
* SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-0/+7
* NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo2021-05-251-0/+6
* nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2021-03-221-3/+3
* nfsd: protect concurrent access to nfsd stats countersAmir Goldstein2021-01-251-9/+14
* nfsd: netns.h: delete a duplicated wordRandy Dunlap2020-07-241-1/+1
* nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-011-1/+0
* nfsd: set the server_scope during service startupScott Mayhew2020-03-161-0/+2
* nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-191-2/+2
* nfsd: make 'boot_time' 64-bit wideArnd Bergmann2019-12-191-1/+1
* nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-101-0/+4
* nfsd: make client/ directory names small intsJ. Bruce Fields2019-07-031-0/+1
* nfsd: add nfsd/clients directoryJ. Bruce Fields2019-07-031-0/+2
* nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2019-07-031-0/+3
* nfsd: note inadequate stats lockingJ. Bruce Fields2019-07-031-2/+5
* nfsd4: drc containerizationJ. Bruce Fields2019-07-031-0/+35
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-241-0/+8
* nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-241-0/+3
* NFSD introduce async copy featureOlga Kornievskaia2018-09-251-0/+8
* nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields2018-06-171-0/+1
* race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin2017-11-271-0/+3
* nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-071-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-241-0/+5
* nfsd: add a LRU list for blocked locksJeff Layton2016-09-261-0/+1