summaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
AgeCommit message (Expand)Author
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
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu
2017-02-27f2fs: introduce free nid bitmapChao Yu
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim
2017-02-22f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim
2017-02-22f2fs: show # of on-going flush and discard biosJaegeuk Kim
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim
2017-02-22f2fs: reorganize stat informationJaegeuk Kim
2017-02-22f2fs: clean up flush/discard command namingsJaegeuk Kim
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim
2016-11-25f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu
2016-11-23f2fs: remove percpu_count due to performance regressionJaegeuk Kim
2016-11-23f2fs: split free nid listChao Yu
2016-09-22f2fs: show dirty inode numberChao Yu
2016-08-29f2fs: add discard info to sys entry of f2fs statusYunlei He
2016-08-24f2fs: do not use discard_map for hard disksJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim