summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsctl.c
AgeCommit message (Expand)Author
5 daystreewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-10nfsd: export NFSv4 callback op stats via netlinkJeff Layton
2026-08-10nfsd: count NFSv4 callback operations per netnsJeff Layton
2026-08-10nfsd: implement server-stats-get netlink handlerJeff Layton
2026-08-10sunrpc: add per-netns per-procedure call counts to svc_statJeff Layton
2026-08-10NFSD: include "netns.h"Chuck Lever
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton
2026-08-10NFSD: Guard admin state-revocation walks with NFSD_NET_UPChuck Lever
2026-08-10nfsd: validate sockaddr length per family in listener_setJeff Layton
2026-08-10NFSD: Prevent post-shutdown use-after-free in unlock_filesystemChuck Lever
2026-08-10nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()Jeff Layton
2026-08-10nfsd: fix netlink dumpit error handling for rpc_status_getJeff Layton
2026-08-10nfsd: add missing read barrier to rpc_status_get dumpit seqcount retryJeff Layton
2026-08-10NFSD: fix up error returned by write_threads()Scott Mayhew
2026-08-10nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storageJeff Layton
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason
2026-07-05NFSD: Prevent post-shutdown use-after-free in NFSD_CMD_UNLOCK_FILESYSTEMChuck Lever
2026-06-09Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun
2026-06-09NFSD: Close cached file handles when revoking export stateChuck Lever
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink commandChuck Lever
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM netlink commandChuck Lever
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_IP netlink commandChuck Lever
2026-06-01nfsd: add NFSD_CMD_CACHE_FLUSH netlink commandJeff Layton
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton
2026-06-01nfsd: move struct nfsd_genl_rqstp to nfsctl.cJeff Layton
2026-05-21NFSD: Report whether fh_key was actually updatedChuck Lever
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo
2026-03-29NFSD: Add a key for signing filehandlesBenjamin Coddington
2026-03-29lockd: Relocate nlmsvc_unlock API declarationsChuck Lever
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