summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-16/+5
* NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2020-10-021-2/+0
* NFSD: Call NFSv2 encoders on error returnsChuck Lever2020-10-021-6/+2
* NFSD: Refactor nfsd_dispatch() error pathsChuck Lever2020-10-021-25/+35
* NFSD: Clean up nfsd_dispatch() variablesChuck Lever2020-10-021-8/+7
* NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever2020-10-021-10/+16
* NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever2020-10-021-4/+4
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-3/+2
* nfsd: rq_lease_breaker cleanupJ. Bruce Fields2020-09-251-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* nfsd: Fix old-style function definitionMa Feng2020-05-111-1/+1
* nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+6
* nfsd: set the server_scope during service startupScott Mayhew2020-03-161-0/+3
* nfsd: Containerise filecache laundretteTrond Myklebust2020-01-221-2/+7
* nfsd: use true,false for bool variable in nfssvc.czhengbin2020-01-031-3/+3
* NFSD add nfs4 inter ssc to nfsd4_copyOlga Kornievskaia2019-12-091-0/+6
* nfsd: restore NFSv3 ACL supportJ. Bruce Fields2019-11-191-2/+1
* nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing2019-09-231-1/+1
* nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-101-1/+30
* nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-101-0/+1
* nfsd: rip out the raparms cacheJeff Layton2019-08-191-12/+1
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-191-1/+8
* lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-1/+1
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-7/+7
* nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-241-46/+168
* nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust2019-04-241-2/+46
* SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-1/+2
* SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-0/+2
* race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin2017-11-271-3/+11
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-2/+2
|\
| * nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-071-1/+1
| * nfsd: increase DRC cache limitJ. Bruce Fields2017-10-041-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-1/+1
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-4/+4
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-4/+1
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-3/+2
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-1/+1
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-04-251-0/+36
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-03-101-14/+11
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-03-101-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* nfsd: fix configuration of supported minor versionsTrond Myklebust2017-02-271-0/+14
* nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Scott Mayhew2017-01-311-0/+2
* nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-151-2/+2
* NFSD: fix corruption in notifier registrationVasily Averin2016-09-261-4/+14
* nfsd: Fix nfsd leaks sunrpc module referencesKinglong Mee2016-01-071-4/+3
* nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew2015-12-231-0/+68
* nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton2015-08-101-3/+5