aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16ext4: simplify procfs codeChristoph Hellwig1-40/+9
2018-03-30ext4: simplify kobject usageTyson Nottingham1-33/+12
2018-03-30ext4: remove unused parameters in sysfs codeTyson Nottingham1-15/+10
2018-03-30ext4: null out kobject* during sysfs cleanupTyson Nottingham1-0/+2
2018-01-11ext4: create ext4_kset dynamicallyRiccardo Schirone1-14/+25
2018-01-11ext4: create ext4_feat kobject dynamicallyRiccardo Schirone1-11/+22
2018-01-11ext4: release kobject/kset even when init/register failRiccardo Schirone1-4/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-23ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu1-1/+1
2017-04-29ext4: constify static data that is never modifiedEric Biggers1-4/+4
2016-10-12ext4: do not advertise encryption support when disabledEric Biggers1-0/+4
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
2015-11-26ext4: add "static" to ext4_seq_##name##_fops structXu Cang1-1/+1
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong1-0/+2
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o1-2/+66
2015-09-23ext4: refactor sysfs support codeTheodore Ts'o1-133/+128
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o1-0/+387