summaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-4/+3
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-3/+3
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-1/+8
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-6/+18
2023-04-13f2fs: fix to recover quota data correctlyChao Yu1-0/+1
2023-03-30f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Yangtao Li1-18/+18
2023-02-14f2fs: replace si->sbi w/ sbi in stat_show()Yangtao Li1-21/+23
2023-02-14f2fs: export ipu policy in debugfsYangtao Li1-0/+24
2022-12-13f2fs: fix some format WARNING in debug.c and sysfs.cYangtao Li1-22/+23
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim1-0/+21
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-21/+44
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu1-1/+2
2022-10-07f2fs: account swapfile inodesChao Yu1-0/+4
2022-10-04f2fs: code clean and fix a type errorZhang Qilong1-1/+1
2022-07-31f2fs: adjust zone capacity when considering valid block countJaegeuk Kim1-1/+1
2022-05-12f2fs: kill volatile write supportJaegeuk Kim1-8/+2
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-10/+2
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong1-1/+3
2022-03-17f2fs: use spin_lock to avoid hangJaegeuk Kim1-7/+10
2022-03-11f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim1-0/+1
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim1-0/+3
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li1-1/+1
2021-08-13f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li1-5/+26
2021-08-02f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim1-2/+3
2021-07-14f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong1-0/+9
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-0/+13
2021-04-10f2fs: clean up build warningsYi Zhuang1-0/+3
2021-02-04f2fs: introduce checkpoint_merge mount optionDaeho Jeong1-0/+12
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim1-5/+6
2020-09-14f2fs: clean up kvfreeChao Yu1-1/+1
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong1-3/+3
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-0/+4
2020-09-11f2fs: introduce inmem cursegChao Yu1-1/+5
2020-07-08f2fs: show more debug info for per-temperature logChao Yu1-12/+52
2020-03-19f2fs: show mounted timeJaegeuk Kim1-0/+3
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju1-36/+43
2020-01-18f2fs: support data compressionChao Yu1-0/+6
2020-01-16f2fs: cleanup duplicate stats for atomic filesSahitya Tummala1-2/+1
2019-08-23fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai1-2/+2
2019-07-03f2fs: ioctl for removing a range from F2FSQiuyang Sun1-0/+7
2019-01-09f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+3
2019-01-08f2fs: don't access node/meta inode mapping after iputJaegeuk Kim1-7/+12
2018-12-27f2fs: correct wrong spelling, issing_*Jaegeuk Kim1-2/+2
2018-12-27f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-1/+1
2018-11-27f2fs: add to account direct IOChao Yu1-0/+4
2018-11-27f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-12/+1
2018-11-27f2fs: introduce __is_large_section() for cleanupChao Yu1-1/+1
2018-10-23f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim1-1/+6
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-1/+2
2018-10-01f2fs: add to account skip count of background GCChao Yu1-0/+4