summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-10nfsd: export NFSv4 callback op stats via netlinkJeff Layton1-0/+27
2026-08-10nfsd: count NFSv4 callback operations per netnsJeff Layton1-0/+14
2026-08-10nfsd: implement server-stats-get netlink handlerJeff Layton1-0/+222
2026-08-10sunrpc: add per-netns per-procedure call counts to svc_statJeff Layton1-1/+7
2026-08-10NFSD: include "netns.h"Chuck Lever1-0/+1
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever1-0/+1
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton1-1/+1
2026-08-10NFSD: Guard admin state-revocation walks with NFSD_NET_UPChuck Lever1-3/+3
2026-08-10nfsd: validate sockaddr length per family in listener_setJeff Layton1-12/+65
2026-08-10NFSD: Prevent post-shutdown use-after-free in unlock_filesystemChuck Lever1-3/+4
2026-08-10nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()Jeff Layton1-4/+5
2026-08-10nfsd: fix netlink dumpit error handling for rpc_status_getJeff Layton1-6/+26
2026-08-10nfsd: add missing read barrier to rpc_status_get dumpit seqcount retryJeff Layton1-4/+7
2026-08-10NFSD: fix up error returned by write_threads()Scott Mayhew1-1/+5
2026-08-10nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storageJeff Layton1-6/+6
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason1-1/+1
2026-07-05NFSD: Prevent post-shutdown use-after-free in NFSD_CMD_UNLOCK_FILESYSTEMChuck Lever1-3/+4
2026-06-09Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun1-7/+1
2026-06-09NFSD: Close cached file handles when revoking export stateChuck Lever1-2/+3
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink commandChuck Lever1-0/+45
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM netlink commandChuck Lever1-0/+40
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_IP netlink commandChuck Lever1-1/+39
2026-06-01nfsd: add NFSD_CMD_CACHE_FLUSH netlink commandJeff Layton1-0/+36
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton1-0/+28
2026-06-01nfsd: move struct nfsd_genl_rqstp to nfsctl.cJeff Layton1-0/+15
2026-05-21NFSD: Report whether fh_key was actually updatedChuck Lever1-4/+14
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo1-0/+5
2026-03-29NFSD: Add a key for signing filehandlesBenjamin Coddington1-1/+37
2026-03-29lockd: Relocate nlmsvc_unlock API declarationsChuck Lever1-1/+1
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+19
2026-03-14NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever1-1/+7
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-11/+11
2026-02-24nfsd: report the requested maximum number of threads instead of number runningJeff Layton1-9/+9
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().Kuniyuki Iwashima1-1/+1
2026-02-14nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit().Kuniyuki Iwashima1-1/+1
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever1-0/+1
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton1-0/+6
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-3/+9
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia1-1/+8
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown1-2/+1
2025-11-17convert nfsctlAl Viro1-9/+9
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