summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)Author
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton
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-02-14nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown
2025-11-17convert nfsctlAl Viro
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-17nfsd_get_inode(): lift setting ->i_{,f}op to callers.Al Viro
2025-09-17nfsdfs_create_files(): switch to simple_start_creating()Al Viro
2025-09-17_nfsd_symlink(): switch to simple_start_creating()Al Viro
2025-09-17nfsd_mkdir(): switch to simple_start_creating()Al Viro
2025-09-17nfsctl: symlink has no business bumping link count of parent directoryAl Viro
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-14NFSD: Make nfsd_genl_rqstp::rq_ops array best-effortChuck Lever
2025-07-14NFSD: Rename a function parameterChuck Lever
2025-07-02netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran
2025-06-19nfsd: use threads array as-is in netlink interfaceJeff Layton
2025-05-11NFSD: Add /sys/kernel/debug/nfsdChuck Lever
2025-05-11NFSD: fix race between nfsd registration and exports_procManinder Singh
2025-05-11NFSD: unregister filesystem in case genl_register_family() failsManinder Singh
2025-03-10nfsd: don't ignore the return code of svc_proc_register()Jeff Layton
2025-03-10nfsd: fix management of listener transportsOlga Kornievskaia
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer
2025-01-06sunrpc: remove all connection limit configurationNeilBrown
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson
2024-09-23SUNRPC: replace program list with program arrayNeilBrown
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown
2024-09-20nfsd: don't allocate the versions array.NeilBrown
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown
2024-07-22nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton
2024-07-08nfsd: new netlink ops to get/set server pool_modeJeff Layton
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton
2024-07-08nfsd: make nfsd_svc take an array of thread countsJeff Layton
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi
2024-05-06NFSD: add listener-{set,get} netlink commandLorenzo Bianconi
2024-05-06NFSD: add write_version to netlink commandLorenzo Bianconi
2024-05-06NFSD: convert write_threads to netlink commandLorenzo Bianconi