aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c
AgeCommit message (Expand)Author
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
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu
2018-07-28f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He
2018-05-31f2fs: avoid stucking GC due to atomic writeChao Yu
2018-01-02f2fs: inject fault to kzallocChao Yu
2018-01-02f2fs: remove unneeded memory footprint accountingChao Yu
2018-01-02f2fs: reserve nid resource for quota sysfileChao Yu
2017-11-13f2fs: expose quota information in debugfsJaegeuk Kim
2017-11-05f2fs: show current cp stateJaegeuk Kim
2017-10-10f2fs: fix to show ino management cache size correctlyChao Yu
2017-10-10f2fs: obsolete ALLOC_NID_LIST listChao Yu
2017-10-10f2fs: show flush list status in sysfsChao Yu
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim
2017-04-19f2fs: add undiscard blocks statChao Yu
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim
2017-04-05f2fs: count discard command entryChao Yu
2017-04-05f2fs: show issued flush/discard countChao Yu
2017-03-24f2fs: show the max number of volatile operationsChao Yu
2017-03-21f2fs: calculate the f2fs_stat_info into base_memKinglong Mee