1. 2da68d9 f2fs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  2. ec19f64 f2fs: don't access node/meta inode mapping after iput by Jaegeuk Kim · 5 years ago
  3. 2d145882 f2fs: correct wrong spelling, issing_* by Jaegeuk Kim · 6 years ago
  4. 9248dba f2fs: use kvmalloc, if kmalloc is failed by Jaegeuk Kim · 6 years ago
  5. cc32cf3 f2fs: add to account direct IO by Chao Yu · 6 years ago
  6. 7fc4751 f2fs: introduce __is_large_section() for cleanup by Chao Yu · 6 years ago
  7. 8025d72 f2fs: account read IOs and use IO counts for is_idle by Jaegeuk Kim · 6 years ago
  8. f22f93a f2fs: checkpoint disabling by Daniel Rosenberg · 6 years ago
  9. 0fc6da7 f2fs: add to account skip count of background GC by Chao Yu · 6 years ago
  10. d826d4a f2fs: add to account meta IO by Chao Yu · 6 years ago
  11. 6d1a832 f2fs: add SPDX license identifiers by Chao Yu · 6 years ago
  12. 12d8e57 f2fs: fix to avoid NULL pointer dereference on se->discard_map by Chao Yu · 6 years ago
  13. 4679c2e f2fs: Allocate and stat mem used by free nid bitmap more accurately by Yunlei He · 6 years ago
  14. caf10c6 f2fs: avoid stucking GC due to atomic write by Chao Yu · 6 years ago
  15. e585ca2 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  16. 9be6e75 f2fs: remove unneeded memory footprint accounting by Chao Yu · 7 years ago
  17. 09234be f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  18. 931ecc2 f2fs: expose quota information in debugfs by Jaegeuk Kim · 7 years ago
  19. 5a8ed07 f2fs: show current cp state by Jaegeuk Kim · 7 years ago
  20. 0597a6e f2fs: fix to show ino management cache size correctly by Chao Yu · 7 years ago
  21. 84af6ae f2fs: obsolete ALLOC_NID_LIST list by Chao Yu · 7 years ago
  22. 2f0df25 f2fs: show flush list status in sysfs by Chao Yu · 7 years ago
  23. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  24. 725ba1a f2fs: remove percpu_count due to performance regression by Jaegeuk Kim · 8 years ago
  25. 1134ef1 f2fs: set ->owner for debugfs status file's file_operations by Nicolai Stange · 8 years ago
  26. 5bc994a f2fs: show dirty inode number by Chao Yu · 8 years ago
  27. f83a258 f2fs: add discard info to sys entry of f2fs status by Yunlei He · 8 years ago
  28. 3e02574 f2fs: do not use discard_map for hard disks by Jaegeuk Kim · 8 years ago
  29. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  30. 523be8a f2fs: use percpu_counter for page counters by Jaegeuk Kim · 8 years ago
  31. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  32. 652be55 f2fs: show # of orphan inodes by Jaegeuk Kim · 8 years ago
  33. 8c11a53 f2fs: show current mount status by Jaegeuk Kim · 8 years ago
  34. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  35. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  36. 42190d2 f2fs: monitor the number of background checkpoint by Jaegeuk Kim · 8 years ago
  37. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  38. c00ba55 f2fs: monitor zombie_tree count by Jaegeuk Kim · 8 years ago
  39. 7441cce f2fs: use atomic variable for total_extent_tree by Jaegeuk Kim · 9 years ago
  40. 33fbd51 f2fs: stat dirty regular/symlink inodes by Chao Yu · 9 years ago
  41. 2710fd7 f2fs: introduce dirty list node in inode info by Chao Yu · 9 years ago
  42. 3519e3f f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation by Chao Yu · 9 years ago
  43. 787c7b8c f2fs: report error of f2fs_create_root_stats by Chao Yu · 9 years ago
  44. 5b7ee37 f2fs: use atomic64_t for extent cache hit stat by Chao Yu · 9 years ago
  45. 1d7e10d f2fs: fix incorrect bimodal calculation by Chao Yu · 9 years ago
  46. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  47. 029e13c f2fs: adjust showing of extent cache stat by Chao Yu · 9 years ago
  48. 91c481f f2fs: add largest/cached stat in extent cache by Chao Yu · 9 years ago
  49. 727edac f2fs: use atomic_t to record hit ratio info of extent cache by Chao Yu · 9 years ago
  50. d5e8f6c f2fs: stat inline xattr inode number by Chao Yu · 9 years ago
  51. 7beb428 f2fs: fix building on 32-bit architectures by Arnd Bergmann · 9 years ago
  52. 3589a91 f2fs: avoid value overflow in showing current status by Jaegeuk Kim · 9 years ago
  53. a66cdd9 f2fs: introduce discard_map for f2fs_trim_fs by Jaegeuk Kim · 9 years ago
  54. e123598 f2fs: add stat info for moved blocks by background gc by Changman Lee · 10 years ago
  55. 4bf6fd9 f2fs: show extent tree, node stat info in debugfs by Chao Yu · 9 years ago
  56. 60a3b78 f2fs: avoid variable length array by Jaegeuk Kim · 9 years ago
  57. d24bdcb f2fs: show the number of writeback pages in stat by Jaegeuk Kim · 9 years ago
  58. 6f0aacb f2fs: update memory footprint information by Jaegeuk Kim · 9 years ago
  59. 9066c6a f2fs: fix wrong memory footprint statistics in debugfs by Chao Yu · 9 years ago
  60. dd4e4b5 f2fs: add nat/sit entries into status by Jaegeuk Kim · 9 years ago
  61. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 9 years ago
  62. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago
  63. 03e14d5 f2fs: use atomic for counting inode with inline_{dir,inode} flag by Chao Yu · 10 years ago
  64. 8dcf2ff7 f2fs: count the number of inmemory pages by Jaegeuk Kim · 10 years ago
  65. 6729880 f2fs: introduce struct inode_management to wrap inner fields by Chao Yu · 10 years ago
  66. 8c40294 f2fs: introduce the number of inode entries by Jaegeuk Kim · 10 years ago
  67. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  68. 7cd8558 f2fs: check the use of macros on block counts and addresses by Jaegeuk Kim · 10 years ago
  69. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  70. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  71. 7a6c76b f2fs: cleanup the needless return of f2fs_create_root_stats by Gu Zheng · 10 years ago
  72. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 10 years ago
  73. 8b8343f f2fs: implement a lock-free stat_show by Jaegeuk Kim · 10 years ago
  74. 942e0be f2fs: show counts of checkpoint in status by Changman Lee · 10 years ago
  75. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 10 years ago
  76. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 10 years ago
  77. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 10 years ago
  78. 499046a f2fs: add delimiter to seperate name and value in debug phrase by Changman Lee · 10 years ago
  79. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  80. 40e1ebe f2fs: replace the debugfs_root with f2fs_debugfs_root by Younger Liu · 11 years ago
  81. c524723 f2fs: remove debufs dir if debugfs_create_file() failed by Younger Liu · 11 years ago
  82. 2d219c5 f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible by Gu Zheng · 11 years ago
  83. 963d4f7 f2fs: add a help func F2FS_STAT() to get the f2fs_stat_info by Gu Zheng · 11 years ago
  84. 145b04e f2fs: use list_for_each_entry rather than list_for_each_entry_safe by majianpeng · 11 years ago
  85. b743ba7 f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry. by Haicheng Li · 11 years ago
  86. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 11 years ago
  87. 53cf952 f2fs: introduce TOTAL_SECS macro by Jaegeuk Kim · 11 years ago
  88. f83759e f2fs: add device name in debugfs by majianpeng · 11 years ago
  89. 4589d25 f2fs: fix the debugfs entry creation path by Namjae Jeon · 11 years ago
  90. 66af62c f2fs: add global mutex_lock to protect f2fs_stat_list by majianpeng · 11 years ago
  91. 7880cee f2fs: update f2fs partition info about SIT/NAT layout by Huajun Li · 11 years ago
  92. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  93. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago
  94. 902829a f2fs: move proc files to debugfs by Greg Kroah-Hartman · 12 years ago