1. 942fd31 f2fs: check last page index in cached bio to decide submission by Jaegeuk Kim · 8 years ago
  2. d68f735 f2fs: check io submission more precisely by Jaegeuk Kim · 8 years ago
  3. e7c75ab f2fs: avoid out-of-order execution of atomic writes by Jaegeuk Kim · 8 years ago
  4. faa2489 f2fs: move write_node_page above fsync_node_pages by Jaegeuk Kim · 8 years ago
  5. 599a09b f2fs: check in-memory nat version bitmap by Chao Yu · 8 years ago
  6. 5c9e4184 f2fs: don't cache nat entry if out of memory by Chao Yu · 8 years ago
  7. 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
  8. 04d47e6 f2fs: fix to account total free nid correctly by Chao Yu · 8 years ago
  9. d40a43a f2fs: fix an infinite loop when flush nodes in cp by Yunlei He · 8 years ago
  10. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  11. 3e7b5bb f2fs: declare static function for __build_free_nids by Jaegeuk Kim · 8 years ago
  12. 3a2ad56 f2fs: don't interrupt free nids building during nid allocation by Chao Yu · 8 years ago
  13. eb0aa4b f2fs: clean up free nid list operations by Jaegeuk Kim · 8 years ago
  14. b8559dc f2fs: split free nid list by Chao Yu · 8 years ago
  15. 0c0b471 f2fs: fix sparse warnings by Eric Biggers · 8 years ago
  16. 9de6927 f2fs: fix error handling in fsync_node_pages by Chao Yu · 8 years ago
  17. 933439c f2fs: give a chance to detach from dirty list by Chao Yu · 8 years ago
  18. 2411cf5 f2fs: exclude free nids building and allocation by Chao Yu · 8 years ago
  19. 7637241 writeback: add wbc_to_write_flags() by Jens Axboe · 8 years ago
  20. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  21. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 3f5f495 f2fs: fix to commit bio cache after flushing node pages by Chao Yu · 8 years ago
  23. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  24. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  25. 280db3c f2fs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  26. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  27. 5f8eaf1 f2fs: remove redundant judgement condition in available_free_memory by Chao Yu · 8 years ago
  28. b873b79 Revert "f2fs: use percpu_rw_semaphore" by Jaegeuk Kim · 8 years ago
  29. 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
  30. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 9 years ago
  31. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 9 years ago
  32. 0a2aa8f f2fs: refactor __exchange_data_block for speed up by Jaegeuk Kim · 9 years ago
  33. ec79541 f2fs: use percpu_rw_semaphore by Jaegeuk Kim · 9 years ago
  34. 3bdad3c f2fs: skip to check the block address of node page by Jaegeuk Kim · 9 years ago
  35. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 9 years ago
  36. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 9 years ago
  37. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 9 years ago
  38. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 9 years ago
  39. 04d328d f2fs: use bio op accessors by Mike Christie · 9 years ago
  40. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 9 years ago
  41. 0c9df7f f2fs: return the errno to the caller to avoid using a wrong page by Yunlong Song · 9 years ago
  42. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 9 years ago
  43. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 9 years ago
  44. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 9 years ago
  45. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 9 years ago
  46. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 9 years ago
  47. 0f3311a f2fs: fix to update dirty page count correctly by Chao Yu · 9 years ago
  48. 79344ef f2fs: read node blocks ahead when truncating blocks by Jaegeuk Kim · 9 years ago
  49. fb58ae2 f2fs: remove an obsolete variable by Jaegeuk Kim · 9 years ago
  50. cb78942 f2fs: inject ENOSPC failures by Jaegeuk Kim · 9 years ago
  51. 300e129 f2fs: use f2fs_grab_cache_page instead of grab_cache_page by Jaegeuk Kim · 9 years ago
  52. da011cc f2fs: move node pages only in victim section during GC by Chao Yu · 9 years ago
  53. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 9 years ago
  54. c267ec1 f2fs: report unwritten status in fsync_node_pages by Jaegeuk Kim · 9 years ago
  55. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 9 years ago
  56. eca76e7 f2fs: avoid needless lock for node pages when fsyncing a file by Jaegeuk Kim · 9 years ago
  57. ff37355 f2fs: add BUG_ON to avoid unnecessary flow by Jaegeuk Kim · 9 years ago
  58. 4a6de50 f2fs: use PGP_LOCK to check its truncation by Jaegeuk Kim · 9 years ago
  59. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  60. 12bb0a8 f2fs: submit node page write bios when really required by Jaegeuk Kim · 9 years ago
  61. 17a0ee5 f2fs: declare static functions by Jaegeuk Kim · 9 years ago
  62. 999270d f2fs: modify the readahead method in ra_node_page() by Fan Li · 9 years ago
  63. 19c7377 f2fs: fix to avoid deadlock when merging inline data by Chao Yu · 9 years ago
  64. 80dd9c0 f2fs: fix incorrect upper bound when iterating inode mapping tree by Chao Yu · 9 years ago
  65. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  66. 9a4cbc9 f2fs: try to flush inode after merging inline data by Chao Yu · 9 years ago
  67. 1515aef f2fs: reorder nat cache lock in cache_nat_entry by Chao Yu · 9 years ago
  68. b7ad751 f2fs: split journal cache from curseg cache by Chao Yu · 9 years ago
  69. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 9 years ago
  70. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  71. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  72. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  73. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 9 years ago
  74. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  75. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  76. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  77. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 9 years ago
  78. 1663cae f2fs: fix wrong memory condition check by Jaegeuk Kim · 9 years ago
  79. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 9 years ago
  80. 0e022ea f2fs: introduce __get_node_page to reuse common code by Chao Yu · 9 years ago
  81. e845872 f2fs: check node id earily when readaheading node page by Chao Yu · 9 years ago
  82. 957efb0 Revert "f2fs: check the node block address of newly allocated nid" by Jaegeuk Kim · 9 years ago
  83. a513119 f2fs: cover more area with nat_tree_lock by Jaegeuk Kim · 9 years ago
  84. 8d4ea29 f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  85. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  86. 4aa69d5 f2fs: return early when trying to read null nid by Jaegeuk Kim · 9 years ago
  87. 93bae09 f2fs: record node block allocation in dnode_of_data by Jaegeuk Kim · 9 years ago
  88. 7441cce f2fs: use atomic variable for total_extent_tree by Jaegeuk Kim · 9 years ago
  89. e1c51b9f f2fs: clean up node page updating flow by Chao Yu · 9 years ago
  90. ea1a29a0 f2fs: export ra_nid_pages to sysfs by Chao Yu · 9 years ago
  91. 2db2388 f2fs: readahead for free nids building by Chao Yu · 9 years ago
  92. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  93. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  94. a125702 Revert "f2fs: do not skip dentry block writes" by Jaegeuk Kim · 9 years ago
  95. 90b803e f2fs: do not skip dentry block writes by Jaegeuk Kim · 9 years ago
  96. 25b9334 f2fs: cover number of dirty node pages under node_write lock by Jaegeuk Kim · 9 years ago
  97. 13ec729 f2fs: fix to release inode correctly by Chao Yu · 9 years ago
  98. f7409d0 f2fs: fix wrong pointer access during try_to_free_nids by Jaegeuk Kim · 9 years ago
  99. 80c5450 f2fs: use __GFP_NOFAIL to avoid infinite loop by Jaegeuk Kim · 9 years ago
  100. 2492863 f2fs: check the node block address of newly allocated nid by Jaegeuk Kim · 9 years ago