summaryrefslogtreecommitdiff
path: root/fs/f2fs/sysfs.c
AgeCommit message (Expand)Author
2024-03-06f2fs: add a proc entry show disk layoutJaegeuk Kim
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2023-12-26f2fs: show more discard status by sysfsZhiguo Niu
2023-12-26f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-06-26f2fs: refactor struct f2fs_attr macroYangtao Li
2023-05-08f2fs: add sanity check for proc_mkdirYangtao Li
2023-04-17f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()Yangtao Li
2023-04-10f2fs: convert to use sysfs_emitYangtao Li
2023-04-04f2fs: fix iostat lock protectionQilin Tan
2023-03-29f2fs: convert to use bitmap APIYangtao Li
2023-03-29f2fs: export compress_percent and compress_watermark entriesYangtao Li
2023-02-13f2fs: make kobj_type structures constantThomas Weißschuh
2023-02-07f2fs: fix to set ipu policyYangtao Li
2023-02-07f2fs: add sysfs nodes to set last_age_weightqixiaoyu1
2023-01-31f2fs: fix to check warm_data_age_thresholdYangtao Li
2023-01-30f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li
2022-12-12f2fs: fix some format WARNING in debug.c and sysfs.cYangtao Li
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan
2022-11-11f2fs: add proc entry to show discard_plist infoYangtao Li
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li
2022-11-01f2fs: use sysfs_emit instead of sprintfJaegeuk Kim
2022-11-01f2fs: introduce gc_mode sysfs nodeYangtao Li
2022-11-01f2fs: introduce max_ordered_discard sysfs nodeYangtao Li
2022-11-01f2fs: remove batched_trim_sections nodeYangtao Li
2022-10-04f2fs: introduce cp_status sysfs entryChao Yu
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong
2022-07-30f2fs: add a sysfs entry to show zone capacityJaegeuk Kim
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim
2022-02-02f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-24f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-04f2fs: Simplify bool conversionYang Li
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-10f2fs: show number of pending discard commandsJaegeuk Kim