summaryrefslogtreecommitdiff
path: root/fs/ext4/sysfs.c
AgeCommit message (Expand)Author
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2019-12-26ext4: export information about first/last errors via /sys/fs/ext4/<dev>Theodore Ts'o
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o
2019-08-12ext4: add basic fs-verity supportEric Biggers
2019-07-02ext4: replace ktype default_attrs with default_groupsKimberly Brown
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-02-21ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-29ext4: super: extend timestamps to 40 bitsArnd Bergmann
2018-07-29ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-05-16ext4: simplify procfs codeChristoph Hellwig
2018-03-30ext4: simplify kobject usageTyson Nottingham
2018-03-30ext4: remove unused parameters in sysfs codeTyson Nottingham
2018-03-30ext4: null out kobject* during sysfs cleanupTyson Nottingham
2018-01-11ext4: create ext4_kset dynamicallyRiccardo Schirone
2018-01-11ext4: create ext4_feat kobject dynamicallyRiccardo Schirone
2018-01-11ext4: release kobject/kset even when init/register failRiccardo Schirone
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-23ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu
2017-04-29ext4: constify static data that is never modifiedEric Biggers
2016-10-12ext4: do not advertise encryption support when disabledEric Biggers
2016-05-29drop redundant ->owner initializationsAl Viro
2015-11-26ext4: add "static" to ext4_seq_##name##_fops structXu Cang
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-09-23ext4: refactor sysfs support codeTheodore Ts'o
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o