aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-30f2fs: 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-13f2fs: 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-03f2fs: 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-10f2fs: introduce inmem cursegChao Yu1-1/+5
2020-07-07f2fs: 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-17f2fs: support data compressionChao Yu1-0/+6
2020-01-15f2fs: 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-02f2fs: ioctl for removing a range from F2FSQiuyang Sun1-0/+7
2019-01-08f2fs: 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-26f2fs: correct wrong spelling, issing_*Jaegeuk Kim1-2/+2
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-1/+1
2018-11-26f2fs: add to account direct IOChao Yu1-0/+4
2018-11-26f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-12/+1
2018-11-26f2fs: introduce __is_large_section() for cleanupChao Yu1-1/+1
2018-10-22f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim1-1/+6
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-1/+2
2018-09-30f2fs: add to account skip count of background GCChao Yu1-0/+4
2018-09-30f2fs: add to account meta IOChao Yu1-0/+13
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu1-2/+1
2018-07-28f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He1-1/+2
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu1-0/+6
2018-01-02f2fs: inject fault to kzallocChao Yu1-1/+1
2018-01-02f2fs: remove unneeded memory footprint accountingChao Yu1-1/+0
2018-01-02f2fs: reserve nid resource for quota sysfileChao Yu1-8/+1
2017-11-13f2fs: expose quota information in debugfsJaegeuk Kim1-0/+11
2017-11-05f2fs: show current cp stateJaegeuk Kim1-2/+3
2017-10-10f2fs: fix to show ino management cache size correctlyChao Yu1-1/+1