aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15nfsd: removed unused argument in nfsd_startup_generic()Gravatar Vasily Averin 1-4/+4
2021-04-06NFSD: Use DEFINE_SPINLOCK() for spinlockGravatar Guobin Huang 1-2/+1
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedGravatar Trond Myklebust 1-1/+34
2021-03-22NFSD: Extract the svcxdr_init_encode() helperGravatar Chuck Lever 1-2/+2
2021-01-25NFSD: Remove argument length checking in nfsd_dispatch()Gravatar Chuck Lever 1-34/+0
2020-12-18NFSD: Fix sparse warning in nfssvc.cGravatar Chuck Lever 1-6/+0
2020-12-09nfsd: Fix message level for normal terminationGravatar kazuo ito 1-2/+1
2020-11-30NFSD: Add tracepoints in nfsd_dispatch()Gravatar Chuck Lever 1-12/+5
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsGravatar Chuck Lever 1-0/+28
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideGravatar Chuck Lever 1-0/+2
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsGravatar Chuck Lever 1-16/+5
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchGravatar Chuck Lever 1-2/+0
2020-10-02NFSD: Call NFSv2 encoders on error returnsGravatar Chuck Lever 1-6/+2
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsGravatar Chuck Lever 1-25/+35
2020-10-02NFSD: Clean up nfsd_dispatch() variablesGravatar Chuck Lever 1-8/+7
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Gravatar Chuck Lever 1-10/+16
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Gravatar Chuck Lever 1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentGravatar Chuck Lever 1-3/+2
2020-09-25nfsd: rq_lease_breaker cleanupGravatar J. Bruce Fields 1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-11nfsd: Fix old-style function definitionGravatar Ma Feng 1-1/+1
2020-05-08nfsd: clients don't need to break their own delegationsGravatar J. Bruce Fields 1-0/+6
2020-03-16nfsd: set the server_scope during service startupGravatar Scott Mayhew 1-0/+3
2020-01-22nfsd: Containerise filecache laundretteGravatar Trond Myklebust 1-2/+7
2020-01-03nfsd: use true,false for bool variable in nfssvc.cGravatar zhengbin 1-3/+3
2019-12-09NFSD add nfs4 inter ssc to nfsd4_copyGravatar Olga Kornievskaia 1-0/+6
2019-11-19nfsd: restore NFSv3 ACL supportGravatar J. Bruce Fields 1-2/+1
2019-09-23nfsd: Make nfsd_reset_boot_verifier_locked staticGravatar YueHaibing 1-1/+1
2019-09-10nfsd: Support the server resetting the boot verifierGravatar Trond Myklebust 1-1/+30
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceGravatar Trond Myklebust 1-0/+1
2019-08-19nfsd: rip out the raparms cacheGravatar Jeff Layton 1-12/+1
2019-08-19nfsd: add a new struct file caching facility to nfsdGravatar Jeff Layton 1-1/+8
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverGravatar Trond Myklebust 1-1/+1
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerGravatar Trond Myklebust 1-7/+7
2019-04-24nfsd: Allow containers to set supported nfs versionsGravatar Trond Myklebust 1-46/+168
2019-04-24nfsd: Add custom rpcbind callbacks for knfsdGravatar Trond Myklebust 1-2/+46
2019-04-24SUNRPC: Allow further customisation of RPC program registrationGravatar Trond Myklebust 1-1/+2
2019-04-24SUNRPC: Add a callback to initialise server requestsGravatar Trond Myklebust 1-0/+2
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeGravatar Vasily Averin 1-3/+11
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+2
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeGravatar Arnd Bergmann 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-04nfsd: increase DRC cache limitGravatar J. Bruce Fields 1-1/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsGravatar Chuck Lever 1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-4/+4
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-4/+1
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-3/+2
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-1/+1
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsGravatar J. Bruce Fields 1-0/+36