summaryrefslogtreecommitdiff
path: root/fs/f2fs/debug.c
Commit message (Expand)AuthorAge
* f2fs: show available_nids in f2fs/statusJaegeuk Kim2017-05-03
* f2fs: add undiscard blocks statChao Yu2017-04-19
* f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-04-10
* f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-04-10
* f2fs: count discard command entryChao Yu2017-04-05
* f2fs: show issued flush/discard countChao Yu2017-04-05
* f2fs: show the max number of volatile operationsChao Yu2017-03-24
* f2fs: calculate the f2fs_stat_info into base_memKinglong Mee2017-03-21
* f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-20
* f2fs: introduce free nid bitmapChao Yu2017-02-27
* f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-27
* f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-02-22
* f2fs: show # of on-going flush and discard biosJaegeuk Kim2017-02-22
* f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim2017-02-22
* f2fs: reorganize stat informationJaegeuk Kim2017-02-22
* f2fs: clean up flush/discard command namingsJaegeuk Kim2017-02-22
* f2fs: show the max number of atomic operationsJaegeuk Kim2017-01-29
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2016-11-25
* f2fs: don't wait writeback for datas during checkpointChao Yu2016-11-25
* f2fs: remove percpu_count due to performance regressionJaegeuk Kim2016-11-23
* f2fs: split free nid listChao Yu2016-11-23
* f2fs: show dirty inode numberChao Yu2016-09-22
* f2fs: add discard info to sys entry of f2fs statusYunlei He2016-08-29
* f2fs: do not use discard_map for hard disksJaegeuk Kim2016-08-24
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-02
* f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-18
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-18
* f2fs: show # of orphan inodesJaegeuk Kim2016-05-11
* f2fs: show current mount statusJaegeuk Kim2016-04-15
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-13
|\
| * f2fs: monitor the number of background checkpointJaegeuk Kim2016-01-11
| * f2fs: monitor zombie_tree countJaegeuk Kim2015-12-31
| * f2fs: use atomic variable for total_extent_treeJaegeuk Kim2015-12-22
| * f2fs: stat dirty regular/symlink inodesChao Yu2015-12-17
| * f2fs: introduce dirty list node in inode infoChao Yu2015-12-15
| * f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2015-12-04
| * f2fs: report error of f2fs_create_root_statsChao Yu2015-12-04
* | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-06
|/
* f2fs: use atomic64_t for extent cache hit statChao Yu2015-10-09
* f2fs: fix incorrect bimodal calculationChao Yu2015-10-09
* f2fs: fix overflow of size calculationChao Yu2015-10-09
* f2fs: adjust showing of extent cache statChao Yu2015-08-21
* f2fs: add largest/cached stat in extent cacheChao Yu2015-08-21
* f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu2015-08-05
* f2fs: stat inline xattr inode numberChao Yu2015-08-05
* f2fs: fix building on 32-bit architecturesArnd Bergmann2015-06-01
* f2fs: avoid value overflow in showing current statusJaegeuk Kim2015-05-28
* f2fs: introduce discard_map for f2fs_trim_fsJaegeuk Kim2015-05-28
* f2fs: add stat info for moved blocks by background gcChangman Lee2015-04-10