summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add a proc entry show disk layoutJaegeuk Kim2024-03-061-0/+46
* f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu2024-03-041-2/+2
* f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-3/+3
* f2fs: show more discard status by sysfsZhiguo Niu2023-12-261-0/+34
* f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang2023-12-261-0/+7
* f2fs: sysfs: support discard_io_awareChao Yu2023-11-281-0/+9
* f2fs: fix to account cp stats correctlyChao Yu2023-08-141-2/+12
* f2fs: fix to account gc stats correctlyChao Yu2023-08-141-2/+2
* f2fs: refactor struct f2fs_attr macroYangtao Li2023-06-261-91/+149
* f2fs: add sanity check for proc_mkdirYangtao Li2023-05-081-16/+23
* f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()Yangtao Li2023-04-171-13/+2
* f2fs: convert to use sysfs_emitYangtao Li2023-04-101-8/+3
* f2fs: fix iostat lock protectionQilin Tan2023-04-041-2/+2
* f2fs: convert to use bitmap APIYangtao Li2023-03-291-1/+1
* f2fs: export compress_percent and compress_watermark entriesYangtao Li2023-03-291-0/+18
* f2fs: make kobj_type structures constantThomas Weißschuh2023-02-131-5/+5
* f2fs: fix to set ipu policyYangtao Li2023-02-071-0/+9
* f2fs: add sysfs nodes to set last_age_weightqixiaoyu12023-02-071-0/+11
* f2fs: fix to check warm_data_age_thresholdYangtao Li2023-01-311-1/+1
* f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li2023-01-301-0/+13
* f2fs: convert discard_wake and gc_wake to bool typeYangtao Li2023-01-111-2/+2
* f2fs: fix some format WARNING in debug.c and sysfs.cYangtao Li2022-12-121-5/+5
* f2fs: add block_age-based extent cacheJaegeuk Kim2022-12-121-0/+24
* f2fs: introduce discard_urgent_util sysfs nodeYangtao Li2022-11-281-0/+9
* f2fs: change type for 'sbi->readdir_ra'Yuwei Guan2022-11-281-0/+5
* f2fs: add proc entry to show discard_plist infoYangtao Li2022-11-111-0/+41
* f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-011-6/+6
* f2fs: use sysfs_emit instead of sprintfJaegeuk Kim2022-11-011-18/+18
* f2fs: introduce gc_mode sysfs nodeYangtao Li2022-11-011-6/+9
* f2fs: introduce max_ordered_discard sysfs nodeYangtao Li2022-11-011-0/+11
* f2fs: remove batched_trim_sections nodeYangtao Li2022-11-011-5/+0
* f2fs: introduce cp_status sysfs entryChao Yu2022-10-041-0/+8
* f2fs: remove gc_urgent_high_limited for cleanupChao Yu2022-08-291-1/+0
* f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-301-0/+46
* f2fs: add a sysfs entry to show zone capacityJaegeuk Kim2022-07-301-0/+10
* Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2022-03-221-4/+36
|\
| * f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong2022-03-211-1/+16
| * f2fs: introduce gc_urgent_mid modeDaeho Jeong2022-03-171-0/+7
| * f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-121-0/+2
| * f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky2022-02-021-0/+8
| * f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu2022-01-241-1/+1
| * f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-2/+2
* | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-5/+5
|\ \ | |/ |/|
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-5/+5
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-1/+25
|\ \ | |/ |/|
| * f2fs: Simplify bool conversionYang Li2022-01-041-1/+1
| * f2fs: fix to reserve space for IO align featureChao Yu2022-01-041-1/+3
| * f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-101-0/+11
| * f2fs: show number of pending discard commandsJaegeuk Kim2021-12-101-0/+11
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-171-2/+1
|\ \ | |/ |/|