summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-261-11/+1
* SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-261-1/+1
* NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+1
* SUNRPC: Replace pool stats with per-CPU variablesChuck Lever2023-02-201-9/+6
* SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-1/+1
* SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever2023-02-201-0/+19
* SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-2/+3
* SUNRPC: Remove no-longer-used helper functionsChuck Lever2023-02-201-65/+1
* SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever2023-02-201-2/+24
* sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming2022-12-101-7/+0
* SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever2022-11-281-1/+0
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+1
* SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever2022-09-261-1/+1
* SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever2022-09-261-3/+14
* SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-191-1/+1
* SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-191-2/+0
* SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-061-0/+1
* NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-10/+4
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-5/+0
* SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-1/+0
* SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+0
* SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-3/+0
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
* | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-3/+3
* | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-25/+0
* | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-4/+0
* | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-0/+13
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-10/+4
* | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-3/+23
* | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-1/+2
|/
* SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-1/+1
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-1/+2
* SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-131-1/+1
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-131-1/+2
* SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-4/+1
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-2/+1
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-2/+1
|\
| * SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-2/+0
| * SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-0/+1
* | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-0/+1
* | SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2021-08-171-0/+4
|/
* NFSD: Extract the svcxdr_init_encode() helperChuck Lever2021-03-221-0/+25
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+1
* SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+16
* SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-301-3/+3
* Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-211-0/+1
|\
| * SUNRPC: Refactor svc_recvfrom()Chuck Lever2020-05-201-0/+1
* | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+1
|/
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-0/+3
* sunrpc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1