1. aec2f72 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 7 years ago
  2. 7b525dd f2fs: clean up with is_valid_blkaddr() by Chao Yu · 7 years ago
  3. 868de61 f2fs: don't drop any page on f2fs_cp_error() case by Jaegeuk Kim · 7 years ago
  4. a4f843b f2fs: give message and set need_fsck given broken node id by Jaegeuk Kim · 7 years ago
  5. 17c5003 f2fs: clear PageError on writepage by Jaegeuk Kim · 7 years ago
  6. b87078a Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 7 years ago
  7. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  8. 780de47 f2fs: don't track new nat entry in nat set by Chao Yu · 7 years ago
  9. df033ca f2fs: clean up with F2FS_BLK_ALIGN by Chao Yu · 7 years ago
  10. bb1105e f2fs: align memory boundary for bitops by Jaegeuk Kim · 7 years ago
  11. c566757 f2fs: remove unneeded set_cold_node() by Chao Yu · 7 years ago
  12. 2882d34 f2fs: use GFP_F2FS_ZERO for cleanup by Chao Yu · 7 years ago
  13. db198ae f2fs: drop page cache after fs shutdown by Chao Yu · 7 years ago
  14. 578c647 f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  15. 1eca05a f2fs: update inode info to inode page for new file by Yunlei He · 7 years ago
  16. c376fc0 f2fs: no need return value in restore summary process by Yunlei He · 7 years ago
  17. 628b3d1 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  18. acbf054 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  19. de8b10a f2fs: remove repeated f2fs_bug_on by Zhikang Zhang · 7 years ago
  20. e17d488 f2fs: remove unused parameter by Sheng Yong · 7 years ago
  21. 5921aaa f2fs: fix concurrent problem for updating free bitmap by LiFan · 7 years ago
  22. 66e8336 f2fs: no need to read nat block if nat_block_bitmap is set by Yunlei He · 7 years ago
  23. 292c196a f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  24. a02cd42 Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  25. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  26. 67fd707 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  27. 028a63a f2fs: simplify page iteration loops by Jan Kara · 7 years ago
  28. 12f9ef3 f2fs: separate nat entry mem alloc from nat_tree_lock by Yunlei He · 7 years ago
  29. 0dd99ca f2fs: validate before set/clear free nat bitmap by LiFan · 7 years ago
  30. 2fbaa25 f2fs: introduce scan_curseg_cache for cleanup by Chao Yu · 7 years ago
  31. 9745657 f2fs: optimize the way of traversing free_nid_bitmap by Fan Li · 7 years ago
  32. 7498621 f2fs: keep scanning until enough free nids are acquired by Fan Li · 7 years ago
  33. f6986ed f2fs: save a multiplication for last_nid calculation by Fan Li · 7 years ago
  34. 37a0ab2 f2fs: optimize __update_nat_bits by Fan Li · 7 years ago
  35. f15194f f2fs: modify for accurate fggc node io stat by Yunlei He · 7 years ago
  36. a0761f6 f2fs: add a function to move nid by Fan Li · 7 years ago
  37. 01eccef f2fs: support get_page error injection by Chao Yu · 7 years ago
  38. 6afc662 f2fs: support flexible inline xattr size by Chao Yu · 7 years ago
  39. 9c77f75 f2fs: remove obsolete pointer for truncate_xattr_node by Jaegeuk Kim · 7 years ago
  40. 57864ae f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  41. 39d787b f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  42. 9a4ffdf f2fs: obsolete ALLOC_NID_LIST list by Chao Yu · 7 years ago
  43. c1fe3e9 Revert "f2fs: reuse nids more aggressively" by Chao Yu · 7 years ago
  44. ee60523 f2fs: don't check inode's checksum if it was dirtied or writebacked by Jaegeuk Kim · 7 years ago
  45. a298d57 f2fs: don't need to update inode checksum for recovery by Jaegeuk Kim · 7 years ago
  46. adb6dc19 f2fs: return error when accessing insane flie offset by Jaegeuk Kim · 7 years ago
  47. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  48. 704956e f2fs: support inode checksum by Chao Yu · 7 years ago
  49. 401db79 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  50. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  51. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  52. 8790568 f2fs: alloc new nids for xattr block in recovery by Yunlei He · 7 years ago
  53. 5f4ce6a f2fs: remove unused input parameter by Yunlei He · 7 years ago
  54. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  55. 0abd675 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  56. 000519f f2fs: don't count inode block in in-memory inode.i_blocks by Chao Yu · 7 years ago
  57. 0771fcc f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 8 years ago
  58. 0eb0ada f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 8 years ago
  59. 1f258ec f2fs: fix to avoid panic when encountering corrupt node by Chao Yu · 8 years ago
  60. febeca6 f2fs: don't track newly allocated nat entry in list by Chao Yu · 8 years ago
  61. bd80a4b f2fs: declare load_free_nid_bitmap static by Hou Pengyang · 8 years ago
  62. b9109b0 f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 8 years ago
  63. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  65. e9cdd30 f2fs: fix a mount fail for wrong next_scan_nid by Yunlei He · 8 years ago
  66. 66a82d1 f2fs: seperate read nat page from nat_tree_lock by Yunlei He · 8 years ago
  67. d29fd17 f2fs: fix not to set fsync/dentry mark by Jaegeuk Kim · 8 years ago
  68. 68afcf2 f2fs: guard macro variables with braces by Tomohiro Kusumi · 8 years ago
  69. 59c9081 f2fs: allow write page cache when writting cp by Yunlei He · 8 years ago
  70. 30a61dd f2fs: fix race condition in between free nid allocator/initializer by Chao Yu · 8 years ago
  71. 8f73cbb f2fs: more reasonable mem_size calculating of ino_entry by Kinglong Mee · 8 years ago
  72. 346fe75 f2fs: cover update_free_nid_bitmap with nid_list_lock by Chao Yu · 8 years ago
  73. 0b28b71 f2fs: drop duplicate radix tree lookup of nat_entry_set by Kinglong Mee · 8 years ago
  74. 7041d5d f2fs: combine nat_bits and free_nid_bitmap cache by Chao Yu · 8 years ago
  75. 586d149 f2fs: skip scanning free nid bitmap of full NAT blocks by Chao Yu · 8 years ago
  76. 23380b8 f2fs: use __set{__clear}_bit_le by Jaegeuk Kim · 8 years ago
  77. 9f7e4a2 f2fs: declare static functions by Jaegeuk Kim · 8 years ago
  78. 900f736 f2fs: avoid to flush nat journal entries by Jaegeuk Kim · 8 years ago
  79. f0cdbfe f2fs: use MAX_FREE_NIDS for the free nids target by Kinglong Mee · 8 years ago
  80. 4ac9124 f2fs: introduce free nid bitmap by Chao Yu · 8 years ago
  81. ced2c7e f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint by Kinglong Mee · 8 years ago
  82. 5552351 f2fs: show simple call stack in fault injection message by Chao Yu · 8 years ago
  83. 22ad0b6 f2fs: add bitmaps for empty or full NAT blocks by Jaegeuk Kim · 8 years ago
  84. 25cc5d3 f2fs: avoid reading NAT page by get_node_info by Jaegeuk Kim · 8 years ago
  85. d260081 f2fs: change recovery policy of xattr node block by Chao Yu · 8 years ago
  86. 942fd31 f2fs: check last page index in cached bio to decide submission by Jaegeuk Kim · 8 years ago
  87. d68f735 f2fs: check io submission more precisely by Jaegeuk Kim · 8 years ago
  88. e7c75ab f2fs: avoid out-of-order execution of atomic writes by Jaegeuk Kim · 8 years ago
  89. faa2489 f2fs: move write_node_page above fsync_node_pages by Jaegeuk Kim · 8 years ago
  90. 599a09b f2fs: check in-memory nat version bitmap by Chao Yu · 8 years ago
  91. 5c9e4184 f2fs: don't cache nat entry if out of memory by Chao Yu · 8 years ago
  92. 09cb646 Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  93. 04d47e6 f2fs: fix to account total free nid correctly by Chao Yu · 8 years ago
  94. d40a43a f2fs: fix an infinite loop when flush nodes in cp by Yunlei He · 8 years ago
  95. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  96. 3e7b5bb f2fs: declare static function for __build_free_nids by Jaegeuk Kim · 8 years ago
  97. 3a2ad56 f2fs: don't interrupt free nids building during nid allocation by Chao Yu · 8 years ago
  98. eb0aa4b f2fs: clean up free nid list operations by Jaegeuk Kim · 8 years ago
  99. b8559dc f2fs: split free nid list by Chao Yu · 8 years ago
  100. 0c0b471 f2fs: fix sparse warnings by Eric Biggers · 8 years ago