summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
AgeCommit message (Expand)Author
2021-04-15nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin
2021-04-06NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever
2021-01-25NFSD: Remove argument length checking in nfsd_dispatch()Chuck Lever
2020-12-18NFSD: Fix sparse warning in nfssvc.cChuck Lever
2020-12-09nfsd: Fix message level for normal terminationkazuo ito
2020-11-30NFSD: Add tracepoints in nfsd_dispatch()Chuck Lever
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-11nfsd: Fix old-style function definitionMa Feng
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields
2020-03-16nfsd: set the server_scope during service startupScott Mayhew
2020-01-22nfsd: Containerise filecache laundretteTrond Myklebust
2020-01-03nfsd: use true,false for bool variable in nfssvc.czhengbin
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia
2019-11-19nfsd: restore NFSv3 ACL supportJ. Bruce Fields
2019-09-23nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust
2019-08-19nfsd: rip out the raparms cacheJeff Layton
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust
2019-04-24nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04nfsd: increase DRC cache limitJ. Bruce Fields
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields