aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-4/+4
2022-01-10ext4: allow to change s_last_trim_minblks via sysfsLukas Czerner1-0/+2
2022-01-10ext4: replace snprintf in show functions with sysfs_emitQing Wang1-17/+17
2021-06-29ext4: notify sysfs on errors_count value changeJonathan Davies1-0/+5
2021-06-06ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg1-0/+4
2021-04-09ext4: add proc files to monitor new structuresHarshad Shirwadkar1-0/+2
2021-04-09ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar1-0/+2
2021-04-09ext4: add mballoc stats proc fileHarshad Shirwadkar1-0/+2
2021-04-05ext4: handle casefolding with encryptionDaniel Rosenberg1-0/+2
2021-03-06ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney1-0/+7
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-8/+2
2020-10-28ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o1-0/+2
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar1-0/+2
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-0/+2
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov1-0/+7
2020-08-06ext4: add prefetching for block allocation bitmapsAlex Zhuravlev1-0/+4
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers1-0/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2019-12-26ext4: export information about first/last errors via /sys/fs/ext4/<dev>Theodore Ts'o1-1/+64
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o1-0/+23
2019-08-12ext4: add basic fs-verity supportEric Biggers1-0/+6
2019-07-02ext4: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o1-0/+6
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+13
2019-02-21ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov1-0/+13
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-2/+2
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2018-07-29ext4: super: extend timestamps to 40 bitsArnd Bergmann1-2/+17
2018-07-29ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-2/+4
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