summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | NFSD: Rename boot verifier functionsChuck Lever2022-01-081-8/+8
* | NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever2022-01-081-13/+38
* | NFSD: Write verifier might go backwardsChuck Lever2022-01-081-1/+1
* | NFSD: simplify locking for network notifier.NeilBrown2021-12-131-18/+20
* | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-6/+5
* | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-21/+20
* | NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown2021-12-131-6/+2
* | SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-3/+2
* | nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown2021-12-131-3/+3
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-16/+26
* | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-14/+16
|/
* NFSD:fix boolreturn.cocci warningChangcheng Deng2021-10-191-1/+1
* SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-4/+4
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-6/+3
* SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-131-3/+3
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-131-4/+3
* NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo2021-05-251-0/+3
* nfsd: removed unused argument in nfsd_startup_generic()Vasily Averin2021-04-151-4/+4
* NFSD: Use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-061-2/+1
* nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2021-03-221-1/+34
* NFSD: Extract the svcxdr_init_encode() helperChuck Lever2021-03-221-2/+2
* NFSD: Remove argument length checking in nfsd_dispatch()Chuck Lever2021-01-251-34/+0
* NFSD: Fix sparse warning in nfssvc.cChuck Lever2020-12-181-6/+0
* nfsd: Fix message level for normal terminationkazuo ito2020-12-091-2/+1
* NFSD: Add tracepoints in nfsd_dispatch()Chuck Lever2020-11-301-12/+5
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-0/+28
* SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+2
* 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-261-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-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-091-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