aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c
AgeCommit message (Expand)Author
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
2016-05-11f2fs: show # of orphan inodesJaegeuk Kim
2016-04-15f2fs: show current mount statusJaegeuk Kim
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-01-11f2fs: monitor the number of background checkpointJaegeuk Kim
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-12-31f2fs: monitor zombie_tree countJaegeuk Kim
2015-12-22f2fs: use atomic variable for total_extent_treeJaegeuk Kim
2015-12-17f2fs: stat dirty regular/symlink inodesChao Yu
2015-12-15f2fs: introduce dirty list node in inode infoChao Yu
2015-12-04f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu
2015-12-04f2fs: report error of f2fs_create_root_statsChao Yu
2015-10-09f2fs: use atomic64_t for extent cache hit statChao Yu
2015-10-09f2fs: fix incorrect bimodal calculationChao Yu