1. ee60523 f2fs: don't check inode's checksum if it was dirtied or writebacked by Jaegeuk Kim · 7 years ago
  2. a298d57 f2fs: don't need to update inode checksum for recovery by Jaegeuk Kim · 7 years ago
  3. adb6dc19 f2fs: return error when accessing insane flie offset by Jaegeuk Kim · 7 years ago
  4. b0af6d4 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  5. 704956e f2fs: support inode checksum by Chao Yu · 7 years ago
  6. 401db79 f2fs: provide f2fs_balance_fs to __write_node_page by Yunlong Song · 7 years ago
  7. 5c57132 f2fs: support project quota by Chao Yu · 7 years ago
  8. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  9. 8790568 f2fs: alloc new nids for xattr block in recovery by Yunlei He · 7 years ago
  10. 5f4ce6a f2fs: remove unused input parameter by Yunlei He · 7 years ago
  11. 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
  12. 0abd675 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  13. 000519f f2fs: don't count inode block in in-memory inode.i_blocks by Chao Yu · 7 years ago
  14. 0771fcc f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  15. 0eb0ada f2fs: measure inode.i_blocks as generic filesystem by Chao Yu · 7 years ago
  16. 1f258ec f2fs: fix to avoid panic when encountering corrupt node by Chao Yu · 7 years ago
  17. febeca6 f2fs: don't track newly allocated nat entry in list by Chao Yu · 8 years ago
  18. bd80a4b f2fs: declare load_free_nid_bitmap static by Hou Pengyang · 8 years ago
  19. b9109b0 f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 8 years ago
  20. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  21. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  22. e9cdd30 f2fs: fix a mount fail for wrong next_scan_nid by Yunlei He · 8 years ago
  23. 66a82d1 f2fs: seperate read nat page from nat_tree_lock by Yunlei He · 8 years ago
  24. d29fd17 f2fs: fix not to set fsync/dentry mark by Jaegeuk Kim · 8 years ago
  25. 68afcf2 f2fs: guard macro variables with braces by Tomohiro Kusumi · 8 years ago
  26. 59c9081 f2fs: allow write page cache when writting cp by Yunlei He · 8 years ago
  27. 30a61dd f2fs: fix race condition in between free nid allocator/initializer by Chao Yu · 8 years ago
  28. 8f73cbb f2fs: more reasonable mem_size calculating of ino_entry by Kinglong Mee · 8 years ago
  29. 346fe75 f2fs: cover update_free_nid_bitmap with nid_list_lock by Chao Yu · 8 years ago
  30. 0b28b71 f2fs: drop duplicate radix tree lookup of nat_entry_set by Kinglong Mee · 8 years ago
  31. 7041d5d f2fs: combine nat_bits and free_nid_bitmap cache by Chao Yu · 8 years ago
  32. 586d149 f2fs: skip scanning free nid bitmap of full NAT blocks by Chao Yu · 8 years ago
  33. 23380b8 f2fs: use __set{__clear}_bit_le by Jaegeuk Kim · 8 years ago
  34. 9f7e4a2 f2fs: declare static functions by Jaegeuk Kim · 8 years ago
  35. 900f736 f2fs: avoid to flush nat journal entries by Jaegeuk Kim · 8 years ago
  36. f0cdbfe f2fs: use MAX_FREE_NIDS for the free nids target by Kinglong Mee · 8 years ago
  37. 4ac9124 f2fs: introduce free nid bitmap by Chao Yu · 8 years ago
  38. ced2c7e f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint by Kinglong Mee · 8 years ago
  39. 5552351 f2fs: show simple call stack in fault injection message by Chao Yu · 8 years ago
  40. 22ad0b6 f2fs: add bitmaps for empty or full NAT blocks by Jaegeuk Kim · 8 years ago
  41. 25cc5d3 f2fs: avoid reading NAT page by get_node_info by Jaegeuk Kim · 8 years ago
  42. d260081 f2fs: change recovery policy of xattr node block by Chao Yu · 8 years ago
  43. 942fd31 f2fs: check last page index in cached bio to decide submission by Jaegeuk Kim · 8 years ago
  44. d68f735 f2fs: check io submission more precisely by Jaegeuk Kim · 8 years ago
  45. e7c75ab f2fs: avoid out-of-order execution of atomic writes by Jaegeuk Kim · 8 years ago
  46. faa2489 f2fs: move write_node_page above fsync_node_pages by Jaegeuk Kim · 8 years ago
  47. 599a09b f2fs: check in-memory nat version bitmap by Chao Yu · 8 years ago
  48. 5c9e418 f2fs: don't cache nat entry if out of memory by Chao Yu · 8 years ago
  49. 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
  50. 04d47e6 f2fs: fix to account total free nid correctly by Chao Yu · 8 years ago
  51. d40a43a f2fs: fix an infinite loop when flush nodes in cp by Yunlei He · 8 years ago
  52. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  53. 3e7b5bb f2fs: declare static function for __build_free_nids by Jaegeuk Kim · 8 years ago
  54. 3a2ad56 f2fs: don't interrupt free nids building during nid allocation by Chao Yu · 8 years ago
  55. eb0aa4b f2fs: clean up free nid list operations by Jaegeuk Kim · 8 years ago
  56. b8559dc f2fs: split free nid list by Chao Yu · 8 years ago
  57. 0c0b471 f2fs: fix sparse warnings by Eric Biggers · 8 years ago
  58. 9de6927 f2fs: fix error handling in fsync_node_pages by Chao Yu · 8 years ago
  59. 933439c f2fs: give a chance to detach from dirty list by Chao Yu · 8 years ago
  60. 2411cf5 f2fs: exclude free nids building and allocation by Chao Yu · 8 years ago
  61. 7637241 writeback: add wbc_to_write_flags() by Jens Axboe · 8 years ago
  62. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  63. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. 3f5f495 f2fs: fix to commit bio cache after flushing node pages by Chao Yu · 8 years ago
  65. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  66. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  67. 280db3c f2fs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  68. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  69. 5f8eaf1 f2fs: remove redundant judgement condition in available_free_memory by Chao Yu · 8 years ago
  70. b873b79 Revert "f2fs: use percpu_rw_semaphore" by Jaegeuk Kim · 8 years ago
  71. 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
  72. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  73. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  74. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 8 years ago
  75. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 8 years ago
  76. 3bdad3c f2fs: skip to check the block address of node page by Jaegeuk Kim · 8 years ago
  77. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  78. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  79. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  80. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  81. 04d328d f2fs: use bio op accessors by Mike Christie · 9 years ago
  82. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 9 years ago
  83. 0c9df7f f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 9 years ago
  84. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 9 years ago
  85. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 9 years ago
  86. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 9 years ago
  87. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 9 years ago
  88. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 9 years ago
  89. 0f3311a f2fs: fix to update dirty page count correctly by Chao Yu · 9 years ago
  90. 79344ef f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 9 years ago
  91. fb58ae2 f2fs: remove an obsolete variable by Jaegeuk Kim · 9 years ago
  92. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 9 years ago
  93. 300e129 f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 9 years ago
  94. da011cc f2fs: move node pages only in victim section during GC by Chao Yu · 9 years ago
  95. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 9 years ago
  96. c267ec1 f2fs: report unwritten status in fsync_node_pages by Jaegeuk Kim · 9 years ago
  97. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 9 years ago
  98. eca76e7 f2fs: avoid needless lock for node pages when fsyncing a file by Jaegeuk Kim · 9 years ago
  99. ff37355 f2fs: add BUG_ON to avoid unnecessary flow by Jaegeuk Kim · 9 years ago
  100. 4a6de50 f2fs: use PGP_LOCK to check its truncation by Jaegeuk Kim · 9 years ago