aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-10f2fs: obsolete ALLOC_NID_LIST listChao Yu1-4/+4
2017-10-10f2fs: show flush list status in sysfsChao Yu1-1/+4
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim1-2/+3
2017-04-19f2fs: add undiscard blocks statChao Yu1-2/+3
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim1-3/+3
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim1-1/+1
2017-04-05f2fs: count discard command entryChao Yu1-3/+9
2017-04-05f2fs: show issued flush/discard countChao Yu1-8/+16
2017-03-24f2fs: show the max number of volatile operationsChao Yu1-2/+8
2017-03-21f2fs: calculate the f2fs_stat_info into base_memKinglong Mee1-1/+5
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu1-0/+1
2017-02-27f2fs: introduce free nid bitmapChao Yu1-0/+2
2017-02-27f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim1-0/+1
2017-02-22f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim1-2/+4
2017-02-22f2fs: show # of on-going flush and discard biosJaegeuk Kim1-2/+9
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim1-0/+2
2017-02-22f2fs: reorganize stat informationJaegeuk Kim1-4/+4
2017-02-22f2fs: clean up flush/discard command namingsJaegeuk Kim1-1/+1
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim1-0/+7
2016-11-25f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange1-0/+1
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu1-3/+4
2016-11-23f2fs: remove percpu_count due to performance regressionJaegeuk Kim1-6/+6
2016-11-23f2fs: split free nid listChao Yu1-4/+7
2016-09-22f2fs: show dirty inode numberChao Yu1-0/+3
2016-08-29f2fs: add discard info to sys entry of f2fs statusYunlei He1-2/+8
2016-08-24f2fs: do not use discard_map for hard disksJaegeuk Kim1-1/+3
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim1-2/+3
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim1-5/+6