summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsd.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-06NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP'Trond Myklebust1-1/+0
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton1-1/+1
2024-03-01NFSD: handle GETATTR conflict with write delegationDai Ngo1-0/+1
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown1-0/+1
2024-03-01nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik1-0/+1
2024-01-08nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown1-1/+1
2024-01-05nfsd: drop the nfsd_put helperJeff Layton1-7/+0
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown1-0/+1
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+17
2023-08-30nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown1-1/+6
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-1/+1
2023-01-12NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo1-4/+2
2022-11-28nfsd: allow disabling NFSv2 at compile timeJeff Layton1-2/+1
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo1-2/+4
2022-09-26NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever1-0/+7
2022-07-30NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo1-0/+2
2022-07-30NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo1-0/+4
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever1-1/+2
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo1-0/+4
2022-05-19NFSD: add courteous server support for thread with only delegationDai Ngo1-0/+1
2022-02-28nfsd: Add support for the birth time attributeOndrej Valousek1-1/+1
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-1/+1
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-1/+2
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-1/+2
2021-05-26NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo1-0/+4
2021-03-22nfsd: report client confirmation status in "info" fileNeilBrown1-1/+3
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust1-2/+1
2021-01-25nfsd: report per-export statsAmir Goldstein1-1/+1
2020-12-09Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields1-1/+0
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-0/+8
2020-07-14nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden1-1/+4
2020-06-29nfsd4: fix nfsdfs reference count loopJ. Bruce Fields1-0/+3
2020-05-09nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+2
2019-12-20nfsd: remove nfs4_reset_lease() declarationsArnd Bergmann1-2/+0
2019-12-09NFSD fix mismatching type in nfsd4_set_netaddrOlga Kornievskaia1-1/+1
2019-12-09NFSD fill-in netloc4 structureOlga Kornievskaia1-0/+32
2019-11-30nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown1-1/+2
2019-07-04nfsd4: add a client info fileJ. Bruce Fields1-1/+3
2019-07-04nfsd: add nfsd/clients directoryJ. Bruce Fields1-0/+9
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-0/+7
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-1/+1
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust1-3/+5
2018-06-17nfsd4: support change_attr_type attributeJ. Bruce Fields1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-3/+3
2017-01-31nfsd: constify nfsd_suppatttrsJ. Bruce Fields1-3/+3
2016-12-16nfsd: add support for the umask attributeAndreas Gruenbacher1-2/+7
2016-11-01nfsd: catch errors in decode_fattr earlierJ. Bruce Fields1-1/+5