summaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
AgeCommit message (Expand)Author
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-04-12f2fs: fix to recover quota data correctlyChao Yu
2023-03-29f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Yangtao Li
2023-02-14f2fs: replace si->sbi w/ sbi in stat_show()Yangtao Li
2023-02-14f2fs: export ipu policy in debugfsYangtao 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-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu
2022-10-07f2fs: account swapfile inodesChao Yu
2022-10-04f2fs: code clean and fix a type errorZhang Qilong
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim
2022-05-12f2fs: kill volatile write supportJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong
2022-03-17f2fs: use spin_lock to avoid hangJaegeuk Kim
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li
2021-08-13f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li
2021-08-02f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-02-03f2fs: introduce checkpoint_merge mount optionDaeho Jeong
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim
2020-09-14f2fs: clean up kvfreeChao Yu
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu
2020-07-07f2fs: show more debug info for per-temperature logChao Yu
2020-03-19f2fs: show mounted timeJaegeuk Kim
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju
2020-01-17f2fs: support data compressionChao Yu
2020-01-15f2fs: cleanup duplicate stats for atomic filesSahitya Tummala
2019-08-23fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai
2019-07-02f2fs: ioctl for removing a range from F2FSQiuyang Sun
2019-01-08f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-08f2fs: don't access node/meta inode mapping after iputJaegeuk Kim
2018-12-26f2fs: correct wrong spelling, issing_*Jaegeuk Kim
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2018-11-26f2fs: add to account direct IOChao Yu
2018-11-26f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-11-26f2fs: introduce __is_large_section() for cleanupChao Yu
2018-10-22f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg
2018-09-30f2fs: add to account skip count of background GCChao Yu
2018-09-30f2fs: add to account meta IOChao Yu
2018-09-12f2fs: add SPDX license identifiersChao Yu