summaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: add positive int attr pointer to avoid sysfs variables overflowBaokun Li2024-05-031-6/+19
* ext4: add new attr pointer attr_mb_orderBaokun Li2024-05-031-1/+12
* ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2024-05-031-1/+12
* ext4: refactor out ext4_generic_attr_show()Baokun Li2024-05-031-42/+32
* ext4: refactor out ext4_generic_attr_store()Baokun Li2024-05-031-15/+25
* ext4: avoid overflow when setting values via sysfsBaokun Li2024-05-031-5/+6
* ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo2023-06-271-2/+2
* ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo2023-06-271-0/+2
* ext4: Remove the logic to trim inode PAsOjaswin Mujoo2023-04-061-2/+0
* ext4: make kobj_type structures constantThomas Weißschuh2023-03-081-2/+2
* ext4: fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-191-1/+6
* unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-211-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-301-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-061-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-221-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-191-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-131-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-241-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