summaryrefslogtreecommitdiff
path: root/fs/nfsd/netns.h
AgeCommit message (Expand)Author
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2023-10-04nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-01-12NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo
2022-09-26NFSD: keep track of the number of courtesy clients in the systemDai Ngo
2022-07-29NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo
2022-07-29NFSD: keep track of the number of v4 clients in the systemDai Ngo
2022-01-08NFSD: Rename boot verifier functionsChuck Lever
2022-01-08NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever
2021-12-13NFSD: simplify per-net file cache managementNeilBrown
2021-12-13NFSD: simplify locking for network notifier.NeilBrown
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown
2021-05-25NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein
2020-07-24nfsd: netns.h: delete a duplicated wordRandy Dunlap
2020-06-01nfsd4: make drc_slab global, not per-netJ. Bruce Fields
2020-03-16nfsd: set the server_scope during service startupScott Mayhew
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann
2019-12-19nfsd: make 'boot_time' 64-bit wideArnd Bergmann
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields
2019-07-03nfsd: persist nfsd filesystem across mountsJ. Bruce Fields
2019-07-03nfsd: note inadequate stats lockingJ. Bruce Fields
2019-07-03nfsd4: drc containerizationJ. Bruce Fields
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew
2018-09-25NFSD introduce async copy featureOlga Kornievskaia
2018-06-17nfsd4: extend reclaim period for reclaiming clientsJ. Bruce Fields
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockJeff Layton
2016-09-26nfsd: add a LRU list for blocked locksJeff Layton
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall
2015-08-10nfsd: New counter for generating client confirm verifierKinglong Mee
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff Layton
2014-08-05nfsd: protect clid and verifier generation with client_lockJeff Layton
2014-07-31nfsd: Move the open owner hash table into struct nfs4_clientTrond Myklebust
2014-07-09nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust
2014-07-08nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton
2014-01-03NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee
2013-04-04nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields