summaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: simplify kobject usageTyson Nottingham2018-03-301-33/+12
* ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-301-15/+10
* ext4: null out kobject* during sysfs cleanupTyson Nottingham2018-03-301-0/+2
* ext4: create ext4_kset dynamicallyRiccardo Schirone2018-01-111-14/+25
* ext4: create ext4_feat kobject dynamicallyRiccardo Schirone2018-01-111-11/+22
* ext4: release kobject/kset even when init/register failRiccardo Schirone2018-01-111-4/+11
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu2017-06-231-1/+1
* ext4: constify static data that is never modifiedEric Biggers2017-04-291-4/+4
* ext4: do not advertise encryption support when disabledEric Biggers2016-10-121-0/+4
* drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* ext4: add "static" to ext4_seq_##name##_fops structXu Cang2015-11-261-1/+1
* ext4: store checksum seed in superblockDarrick J. Wong2015-10-171-0/+2
* ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-2/+66
* ext4: refactor sysfs support codeTheodore Ts'o2015-09-231-133/+128
* ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-0/+387
OpenPOWER on IntegriCloud