summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)Author
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton
2025-06-12SUNRPC: Cleanup/fix initial rq_pages allocationBenjamin Coddington
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever
2025-05-15sunrpc: Remove backchannel check in svc_init_buffer()Chuck Lever
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2024-09-30sunrpc: fix prog selection loop in svc_process_commonNeilBrown
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown
2024-09-20sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown
2024-09-20sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown
2024-09-20sunrpc: document locking rules for svc_exit_thread()NeilBrown
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown
2024-07-19sunrpc: avoid -Wformat-security warningArnd Bergmann
2024-07-08sunrpc: refactor pool_mode setting codeJeff Layton
2024-07-08sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton
2024-06-21SUNRPC: Fix backchannel reply, againChuck Lever
2024-05-06sunrpc: removed redundant procp checkAleksandr Aprelkov
2024-03-01SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()Chuck Lever
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-03-01sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik
2024-01-29NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington
2023-10-16SUNRPC: Remove BUG_ON call sitesChuck Lever
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: discard sp_lockNeilBrown
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: Clean up svc_set_num_threadsChuck Lever
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever