aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-18NFSD: Fix sparse warning in nfssvc.cChuck Lever1-6/+0
2020-12-09nfsd: Fix message level for normal terminationkazuo ito1-2/+1
2020-11-30NFSD: Add tracepoints in nfsd_dispatch()Chuck Lever1-12/+5
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-0/+28
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+2
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-16/+5
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever1-2/+0
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever1-6/+2
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever1-25/+35
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever1-8/+7
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever1-10/+16
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-3/+2
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-11nfsd: Fix old-style function definitionMa Feng1-1/+1
2020-05-08nfsd: clients don't need to break their own delegationsJ. Bruce Fields1-0/+6
2020-03-16nfsd: set the server_scope during service startupScott Mayhew1-0/+3
2020-01-22nfsd: Containerise filecache laundretteTrond Myklebust1-2/+7
2020-01-03nfsd: use true,false for bool variable in nfssvc.czhengbin1-3/+3
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia1-0/+6
2019-11-19nfsd: restore NFSv3 ACL supportJ. Bruce Fields1-2/+1
2019-09-23nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing1-1/+1
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust1-1/+30
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust1-0/+1
2019-08-19nfsd: rip out the raparms cacheJeff Layton1-12/+1
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton1-1/+8
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust1-1/+1
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-7/+7
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust1-46/+168
2019-04-24nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust1-2/+46
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-1/+2
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-0/+2
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin1-3/+11
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04nfsd: increase DRC cache limitJ. Bruce Fields1-1/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-4/+4
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-4/+1
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-3/+2
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-1/+1
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-03-10NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown1-14/+11
2017-03-10NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust1-0/+14
2017-01-31nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Scott Mayhew1-0/+2