aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim1-3/+3
2016-05-11f2fs: show # of orphan inodesJaegeuk Kim1-1/+4
2016-04-15f2fs: show current mount statusJaegeuk Kim1-2/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-10/+19
2016-01-11f2fs: monitor the number of background checkpointJaegeuk Kim1-1/+2
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-12-31f2fs: monitor zombie_tree countJaegeuk Kim1-2/+3
2015-12-22f2fs: use atomic variable for total_extent_treeJaegeuk Kim1-2/+3
2015-12-17f2fs: stat dirty regular/symlink inodesChao Yu1-1/+5
2015-12-15f2fs: introduce dirty list node in inode infoChao Yu1-1/+0
2015-12-04f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu1-1/+1
2015-12-04f2fs: report error of f2fs_create_root_statsChao Yu1-2/+5
2015-10-09f2fs: use atomic64_t for extent cache hit statChao Yu1-11/+11
2015-10-09f2fs: fix incorrect bimodal calculationChao Yu1-1/+1
2015-10-09f2fs: fix overflow of size calculationChao Yu1-6/+6