summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-09-04nfsd: Don't call freezable_schedule_timeout() after each successful page allo...Kuniyuki Iwashima1-1/+1
2024-08-19SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-19SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-08-19xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-08-19xprtrdma: Rename frwr_release_mr()Chuck Lever3-6/+6
2024-08-19gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-07-05SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+15
2024-07-05SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang1-1/+2
2024-07-05SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-06-21nfsd: don't allow nfsd threads to be signalled.Chuck Lever1-12/+8
2024-06-21nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2024-06-21Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever5-11/+11
2024-06-21NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+22
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-1/+1
2024-06-21SUNRPC: Optimize xdr_reserve_space()Chuck Lever1-7/+10
2024-06-21SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever5-11/+11
2024-06-21NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-11/+26
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-2/+0
2024-06-21SUNRPC: Remove svc_shutdown_net()Chuck Lever2-8/+7
2024-06-21SUNRPC: Rename svc_close_xprt()Chuck Lever3-4/+9
2024-06-21SUNRPC: Rename svc_create_xprt()Chuck Lever1-5/+19
2024-06-21SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-06-21SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever1-16/+10
2024-06-21SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-5/+5
2024-06-21lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-2/+1
2024-06-21SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown1-25/+29
2024-06-21SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-6/+25
2024-06-21SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-47/+2
2024-06-21SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-2/+7
2024-06-21SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-11/+11
2024-06-21SUNRPC/NFSD: clean up get/put functions.NeilBrown1-14/+5
2024-06-21NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-5/+6
2024-06-21SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-0/+1
2024-06-21SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-20/+4
2024-06-21SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever3-4/+10
2024-06-21SUNRPC: Add svc_rqst::rq_auth_statChuck Lever4-40/+40
2024-06-21SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2-0/+24
2024-06-21SUNRPC: Export svc_xprt_received()Chuck Lever1-4/+9
2024-06-21NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+45
2024-06-21SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+5
2024-06-21SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2-25/+5
2024-06-21NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever1-17/+7
2024-06-21SUNRPC: Rename svc_encode_read_payload()Chuck Lever4-14/+15
2024-06-16SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-18/+0
2024-06-16rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-06-16sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-06-16SUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
2024-06-16sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4