summaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-251-1/+6
* unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-4/+4
* ext4: allow to change s_last_trim_minblks via sysfsLukas Czerner2022-01-101-0/+2
* ext4: replace snprintf in show functions with sysfs_emitQing Wang2022-01-101-17/+17
* ext4: notify sysfs on errors_count value changeJonathan Davies2021-06-291-0/+5
* ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg2021-06-061-0/+4
* ext4: add proc files to monitor new structuresHarshad Shirwadkar2021-04-091-0/+2
* ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-091-0/+2
* ext4: add mballoc stats proc fileHarshad Shirwadkar2021-04-091-0/+2
* ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-051-0/+2
* ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-061-0/+7
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-8/+2
* ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o2020-10-281-0/+2
* ext4: add fast commit stats in procfsHarshad Shirwadkar2020-10-211-0/+2
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-0/+2
* ext4: export msg_count and warning_count via sysfsDmitry Monakhov2020-08-071-0/+7
* ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-061-0/+4
* fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-181-0/+2
* block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
* ext4: export information about first/last errors via /sys/fs/ext4/<dev>Theodore Ts'o2019-12-261-1/+64
* ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o2019-12-261-0/+23
* ext4: add basic fs-verity supportEric Biggers2019-08-121-0/+6
* 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