summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)Author
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton
2026-08-10sunrpc: add per-netns per-procedure call counts to svc_statJeff Layton
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton
2026-08-10sunrpc: tear down pool counters before dropping the pool map referenceJeff Layton
2026-08-10sunrpc: guarantee a thread per pool when auto-distributingJeff Layton
2026-08-10sunrpc: hardcode pool_mode to pernode, remove other modesJeff Layton
2026-08-10sunrpc: route to a populated pool in svc_pool_for_cpu()Jeff Layton
2026-08-10SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global modeAmeer Hamza
2026-08-10sunrpc: defer rq_argp and rq_resp free until after RCU grace periodJeff Layton
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever
2026-08-10SUNRPC: Check svc pool percpu counter allocationChuck Lever
2026-06-09sunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu
2026-04-03SUNRPC: Add svc_rqst_page_release() helperChuck Lever
2026-03-29SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever
2026-03-29SUNRPC: Handle NULL entries in svc_rqst_release_pagesChuck Lever
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever
2026-03-29SUNRPC: Tighten bounds checking in svc_rqst_replace_pageChuck Lever
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-21sunrpc: delay pc_release callback until after the reply is sentJeff Layton
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