summaryrefslogtreecommitdiff
path: root/fs/nfs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-19NFS: Fix sysfs server name memory leakBenjamin Coddington1-1/+3
2023-06-19NFS: Cancel all existing RPC tasks when shutdownBenjamin Coddington1-4/+15
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington1-1/+53
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington1-0/+20
2023-06-19NFS: add superblock sysfs entriesBenjamin Coddington1-0/+59
2023-06-19NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington1-37/+32
2023-06-19NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington1-2/+32
2023-06-19NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington1-5/+5
2023-06-19NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-06fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman1-2/+2
2022-01-06NFS: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2020-10-15NFSv4: Fix up RCU annotations for struct nfs_netns_clientTrond Myklebust1-3/+8
2019-11-18fs: nfs: sysfs: Remove NULL check before kfreeSaurav Girepunje1-2/+1
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust1-0/+118
2019-07-06NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust1-0/+69