summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-6/+5
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-21/+20
2021-12-13NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown1-6/+2
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-3/+2
2021-12-13nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown1-3/+3
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-16/+26
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-14/+16
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-10-19NFSD:fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-4/+4
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-6/+3
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-3/+3
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-4/+3
2021-05-26NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo1-0/+3
2021-04-15nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin1-4/+4
2021-04-06NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-2/+1
2021-03-22nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust1-1/+34
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-2/+2
2021-01-25NFSD: Remove argument length checking in nfsd_dispatch()Chuck Lever1-34/+0
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-26nfsd: rq_lease_breaker cleanupJ. Bruce Fields1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-11nfsd: Fix old-style function definitionMa Feng1-1/+1
2020-05-09nfsd: 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-23nfsd: 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-20nfsd: 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