1. f950fa4 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 6 years ago
  2. 61f4864 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 6 years ago
  3. deb78d4 f2fs: let sync node IO interrupt async one by Chao Yu · 6 years ago
  4. 7507ad2 f2fs: don't change wbc->sync_mode by Chao Yu · 6 years ago
  5. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  6. bcbcda4 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 6 years ago
  7. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  8. 45ec63b f2fs: simplify page iteration loops by Jan Kara · 7 years ago
  9. 158d9bb f2fs: clean up with is_valid_blkaddr() by Chao Yu · 6 years ago
  10. 04fa5dc f2fs: don't drop any page on f2fs_cp_error() case by Jaegeuk Kim · 6 years ago
  11. b733d01 f2fs: give message and set need_fsck given broken node id by Jaegeuk Kim · 6 years ago
  12. f453147 f2fs: clear PageError on writepage - part 2 by Jaegeuk Kim · 6 years ago
  13. 95459e9 Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 6 years ago
  14. 83b9bb9 f2fs: don't track new nat entry in nat set by Chao Yu · 6 years ago
  15. a33ce03 f2fs: clean up with F2FS_BLK_ALIGN by Chao Yu · 6 years ago
  16. 9f1896c f2fs: align memory boundary for bitops by Jaegeuk Kim · 6 years ago
  17. c7930ee8 f2fs: remove unneeded set_cold_node() by Chao Yu · 6 years ago
  18. cfabb6e f2fs: use GFP_F2FS_ZERO for cleanup by Chao Yu · 6 years ago
  19. 86f78c1 f2fs: drop page cache after fs shutdown by Chao Yu · 6 years ago
  20. cbd5e5a f2fs: implement cgroup writeback support by Yufen Yu · 6 years ago
  21. 4f76d6a f2fs: update inode info to inode page for new file by Yunlei He · 6 years ago
  22. c804fcf f2fs: no need return value in restore summary process by Yunlei He · 7 years ago
  23. ead5259 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  24. e585ca2 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  25. 8b5674e f2fs: remove repeated f2fs_bug_on by Zhikang Zhang · 7 years ago
  26. 8933908 f2fs: remove unused parameter by Sheng Yong · 7 years ago
  27. 4e68a15 f2fs: fix concurrent problem for updating free bitmap by LiFan · 7 years ago
  28. 923df75 f2fs: no need to read nat block if nat_block_bitmap is set by Yunlei He · 7 years ago
  29. 09234be f2fs: reserve nid resource for quota sysfile by Chao Yu · 7 years ago
  30. 45d6e70 f2fs: separate nat entry mem alloc from nat_tree_lock by Yunlei He · 7 years ago
  31. 8e2f721 f2fs: validate before set/clear free nat bitmap by LiFan · 7 years ago
  32. b561061 f2fs: introduce scan_curseg_cache for cleanup by Chao Yu · 7 years ago
  33. 5772e0c f2fs: optimize the way of traversing free_nid_bitmap by Fan Li · 7 years ago
  34. a51e85e f2fs: keep scanning until enough free nids are acquired by Fan Li · 7 years ago
  35. 51cb399 f2fs: save a multiplication for last_nid calculation by Fan Li · 7 years ago
  36. 1033eee f2fs: optimize __update_nat_bits by Fan Li · 7 years ago
  37. 247e895 f2fs: modify for accurate fggc node io stat by Yunlei He · 7 years ago
  38. 068868f f2fs: add a function to move nid by Fan Li · 7 years ago
  39. 58ddec8 f2fs: support get_page error injection by Chao Yu · 7 years ago
  40. 50ffaa9 f2fs: support flexible inline xattr size by Chao Yu · 7 years ago
  41. 41d5923 f2fs: remove obsolete pointer for truncate_xattr_node by Jaegeuk Kim · 7 years ago
  42. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  43. f014be8 f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  44. 84af6ae f2fs: obsolete ALLOC_NID_LIST list by Chao Yu · 7 years ago
  45. 127faa7 Revert "f2fs: reuse nids more aggressively" by Chao Yu · 7 years ago
  46. c5497ec f2fs: don't check inode's checksum if it was dirtied or writebacked by Jaegeuk Kim · 7 years ago
  47. 7bd0f32 f2fs: don't need to update inode checksum for recovery by Jaegeuk Kim · 7 years ago
  48. d6f5d63 f2fs: return error when accessing insane flie offset by Jaegeuk Kim · 7 years ago
  49. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  50. 4310125 f2fs: support inode checksum by Chao Yu · 7 years ago
  51. 0c535c5 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  52. 5647b30 f2fs: support project quota by Chao Yu · 7 years ago
  53. fbcf931 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  54. e21d43c f2fs: alloc new nids for xattr block in recovery by Yunlei He · 7 years ago
  55. 40df136 f2fs: remove unused input parameter by Yunlei He · 7 years ago
  56. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  57. d9bfbbb f2fs: don't count inode block in in-memory inode.i_blocks by Chao Yu · 7 years ago
  58. 00cc7ed f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  59. 56a0d93 f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 7 years ago
  60. b8329ee f2fs: fix to avoid panic when encountering corrupt node by Chao Yu · 7 years ago
  61. 86aadea f2fs: don't track newly allocated nat entry in list by Chao Yu · 7 years ago
  62. 61c356c f2fs: declare load_free_nid_bitmap static by Hou Pengyang · 7 years ago
  63. 9bc576a f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 7 years ago
  64. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  65. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 3f5f495 f2fs: fix to commit bio cache after flushing node pages by Chao Yu · 8 years ago
  67. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  68. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  69. 280db3c f2fs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  70. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  71. 5f8eaf1 f2fs: remove redundant judgement condition in available_free_memory by Chao Yu · 8 years ago
  72. b873b79 Revert "f2fs: use percpu_rw_semaphore" by Jaegeuk Kim · 8 years ago
  73. 4fc29c1 Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  74. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  75. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  76. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  77. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 8 years ago
  78. 3bdad3c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  79. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  80. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  81. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  82. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  83. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  84. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 8 years ago
  85. 0c9df7f f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 8 years ago
  86. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  87. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  88. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  89. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  90. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  91. 0f3311a f2fs: fix to update dirty page count correctly by Chao Yu · 8 years ago
  92. 79344ef f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 8 years ago
  93. fb58ae2 f2fs: remove an obsolete variable by Jaegeuk Kim · 8 years ago
  94. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 8 years ago
  95. 300e129 f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 8 years ago
  96. da011cc f2fs: move node pages only in victim section during GC by Chao Yu · 8 years ago
  97. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 8 years ago
  98. c267ec1 f2fs: report unwritten status in fsync_node_pages by Jaegeuk Kim · 8 years ago
  99. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 8 years ago
  100. eca76e7 f2fs: avoid needless lock for node pages when fsyncing a file by Jaegeuk Kim · 8 years ago