summaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: replace ktype default_attrs with default_groupsKimberly Brown2019-07-021-2/+4
* ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-061-0/+6
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-03-121-0/+13
|\
| * ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov2019-02-211-0/+13
* | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-2/+2
|/
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-2/+4
|\
| * block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-2/+4
* | ext4: super: extend timestamps to 40 bitsArnd Bergmann2018-07-291-2/+17
* | ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann2018-07-291-3/+10
|/
* ext4: simplify procfs codeChristoph Hellwig2018-05-161-40/+9
* 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