summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfssvc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton1-5/+5
2026-08-10nfsd: restore rq_status_counter to even on all nfsd_dispatch() exit pathsJeff Layton1-6/+17
2026-08-10nfsd: fix version mismatch loops in nfsd_acl_init_request()Jeff Layton1-2/+2
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever1-3/+9
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason1-11/+11
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton1-2/+3
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton1-0/+5
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton1-3/+4
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton1-2/+2
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton1-1/+42
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton1-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-4/+4
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-12/+9
2026-01-02NFSD: net ref data still needs to be freed even if net hasn't startupEdward Adam Davis1-14/+14
2025-12-18nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2025-11-25NFSD: don't start nfsd if sv_permsocks is emptyOlga Kornievskaia1-23/+5
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever1-5/+2
2025-05-15NFSD: Add a "default" block sizeChuck Lever1-1/+1
2025-05-11nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-19/+21
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer1-17/+17
2025-01-14nfsd: update percpu_ref to manage references on nfsd_netMike Snitzer1-5/+7
2025-01-06nfsd: remove artificial limits on the session-based DRCNeilBrown1-32/+0
2025-01-06sunrpc: remove all connection limit configurationNeilBrown1-5/+0
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+2
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-3/+3
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-2/+2
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer1-1/+22
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer1-0/+1
2024-09-23SUNRPC: replace program list with program arrayNeilBrown1-19/+19
2024-09-23nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer1-0/+43
2024-09-23nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() ...NeilBrown1-3/+3
2024-09-20nfsd: use nfsd_v4client() in nfsd_breaker_owns_lease()NeilBrown1-2/+4
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-6/+3
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-1/+1
2024-09-20nfsd: don't allocate the versions array.NeilBrown1-83/+19
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown1-7/+0
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton1-1/+11
2024-07-08nfsd: make nfsd_svc take an array of thread countsJeff Layton1-21/+33
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown1-1/+0
2024-05-06NFSD: add write_version to netlink commandLorenzo Bianconi1-2/+1
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton1-2/+2
2024-05-06NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton1-2/+2
2024-03-01nfsd: make svc_stat per-network namespace instead of globalJosef Bacik1-1/+1
2024-03-01nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik1-2/+3
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+2
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik1-5/+0
2024-03-01nfsd: Don't leave work of closing files to a work queueNeilBrown1-0/+2
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown1-4/+8