aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever1-1/+1
2025-09-17nfsd_get_inode(): lift setting ->i_{,f}op to callers.Al Viro1-18/+9
2025-09-17nfsdfs_create_files(): switch to simple_start_creating()Al Viro1-18/+12
2025-09-17_nfsd_symlink(): switch to simple_start_creating()Al Viro1-26/+16
2025-09-17nfsd_mkdir(): switch to simple_start_creating()Al Viro1-25/+12
2025-09-17nfsctl: symlink has no business bumping link count of parent directoryAl Viro1-1/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-22/+14
2025-07-14NFSD: Make nfsd_genl_rqstp::rq_ops array best-effortChuck Lever1-1/+2
2025-07-14NFSD: Rename a function parameterChuck Lever1-14/+14
2025-07-02netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran1-22/+14
2025-06-19nfsd: use threads array as-is in netlink interfaceJeff Layton1-3/+2
2025-05-11NFSD: Add /sys/kernel/debug/nfsdChuck Lever1-0/+4
2025-05-11NFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
2025-05-11NFSD: unregister filesystem in case genl_register_family() failsManinder Singh1-1/+3
2025-03-10nfsd: don't ignore the return code of svc_proc_register()Jeff Layton1-1/+8
2025-03-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+4
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer1-1/+3
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer1-2/+2
2025-01-06sunrpc: remove all connection limit configurationNeilBrown1-42/+0
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-1/+24
2024-09-23SUNRPC: replace program list with program arrayNeilBrown1-1/+1
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-4/+6
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown1-0/+7
2024-07-22nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton1-2/+1
2024-07-08nfsd: new netlink ops to get/set server pool_modeJeff Layton1-0/+57
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton1-12/+20
2024-07-08nfsd: make nfsd_svc take an array of thread countsJeff Layton1-2/+10
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown1-0/+2
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi1-37/+11
2024-05-06NFSD: add listener-{set,get} netlink commandLorenzo Bianconi1-0/+220
2024-05-06NFSD: add write_version to netlink commandLorenzo Bianconi1-0/+150
2024-05-06NFSD: convert write_threads to netlink commandLorenzo Bianconi1-0/+143
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton1-1/+1
2024-05-06NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton1-0/+2
2024-05-06nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown1-2/+2
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang1-2/+3
2024-03-01nfsd: prepare for supporting admin-revocation of stateNeilBrown1-0/+1
2024-03-01nfsd: make svc_stat per-network namespace instead of globalJosef Bacik1-0/+2
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-9/+3
2024-03-01nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik1-3/+5
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-56/+14
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown1-2/+3
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-11/+2
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown1-1/+1
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton1-0/+6
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-14/+17