aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: remove unneeded memory footprint accountingChao Yu2018-05-231-1/+0
* f2fs: fix to show ino management cache size correctlyChao Yu2017-12-061-1/+1
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-12-061-4/+4
* f2fs: show flush list status in sysfsChao Yu2017-12-061-1/+4
* f2fs: show available_nids in f2fs/statusJaegeuk Kim2017-05-211-2/+3
* f2fs: add undiscard blocks statChao Yu2017-05-211-2/+3
* f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-05-211-3/+3
* f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-05-211-1/+1
* f2fs: count discard command entryChao Yu2017-05-211-3/+9
* f2fs: show issued flush/discard countChao Yu2017-05-211-8/+16
* f2fs: show the max number of volatile operationsChao Yu2017-05-211-2/+8
* f2fs: calculate the f2fs_stat_info into base_memKinglong Mee2017-05-211-1/+5
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-05-211-0/+1
* f2fs: introduce free nid bitmapChao Yu2017-04-131-0/+2
* f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-04-131-0/+1
* f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-04-131-2/+4
* f2fs: show # of on-going flush and discard biosJaegeuk Kim2017-04-131-2/+9
* f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim2017-04-131-0/+2
* f2fs: reorganize stat informationJaegeuk Kim2017-04-131-4/+4
* f2fs: clean up flush/discard command namingsJaegeuk Kim2017-04-131-1/+1
* f2fs: show the max number of atomic operationsJaegeuk Kim2017-04-131-0/+7
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-04-131-0/+1
* f2fs: don't wait writeback for datas during checkpointChao Yu2017-04-131-3/+4
* f2fs: remove percpu_count due to performance regressionJaegeuk Kim2017-04-131-6/+6
* f2fs: split free nid listChao Yu2017-04-131-4/+7
* f2fs: show dirty inode numberChao Yu2017-04-131-0/+3
* f2fs: add discard info to sys entry of f2fs statusYunlei He2017-04-131-2/+8
* f2fs: do not use discard_map for hard disksJaegeuk Kim2017-04-131-1/+3
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2017-04-131-2/+3
* f2fs: adjust other changesJaegeuk Kim2017-04-131-3/+3
* f2fs: use percpu_counter for page countersJaegeuk Kim2017-04-131-5/+6
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2017-04-131-3/+3
* f2fs: show # of orphan inodesJaegeuk Kim2017-04-131-1/+4
* f2fs: show current mount statusJaegeuk Kim2017-04-131-2/+3
* f2fs: monitor the number of background checkpointJaegeuk Kim2017-04-131-1/+2
* f2fs: monitor zombie_tree countJaegeuk Kim2017-04-131-2/+3
* f2fs: use atomic variable for total_extent_treeJaegeuk Kim2017-04-131-2/+3
* f2fs: stat dirty regular/symlink inodesChao Yu2017-04-131-1/+5
* f2fs: introduce dirty list node in inode infoChao Yu2017-04-131-1/+0
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-131-1/+1
* f2fs: report error of f2fs_create_root_statsChao Yu2017-04-131-2/+5
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-77/+156
* first commitMeizu OpenSource2016-08-151-0/+353