summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-231-3/+3
* SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-191-6/+12
* NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-11/+26
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-2/+0
* SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-6/+0
* SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
* SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+0
* lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-2/+1
* SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown2021-12-131-25/+29
* SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-6/+25
* SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-47/+2
* SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-2/+7
* SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-11/+11
* SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-14/+5
* SUNRPC: De-duplicate .pc_release() call sitesChuck Lever2021-10-121-15/+7
* SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-49/+2
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-5/+6
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-28/+11
|\
| * SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-20/+4
| * SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-3/+1
| * SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-8/+9
* | SUNRPC: Server-side disconnect injectionChuck Lever2021-08-201-0/+8
* | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-0/+15
* | SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2021-08-171-0/+21
|/
* SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-04-231-1/+2
* sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-061-2/+4
* SUNRPC: Correct a commentChuck Lever2021-01-251-1/+1
* SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+5
* SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-301-5/+6
* Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-211-15/+4
|\
| * SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-181-15/+4
* | sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang2020-05-111-5/+5
|/
* SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-161-4/+0
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-0/+16
* SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-301-0/+2
* sunrpc: clean up indentation issueColin Ian King2019-09-251-2/+2
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-31/+54
* SUNRPC: Clean up generic dispatcher codeTrond Myklebust2019-04-241-28/+47
* SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-37/+76
* SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-5/+22
* SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-15/+4
* sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-271-2/+2
* sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-271-0/+11
* sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-4/+5
* NFSD: Handle full-length symlinksChuck Lever2018-08-091-42/+25
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-7/+4
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-0/+67
* NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-0/+42