1. 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
  2. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  3. 44a8349 f2fs: add maximum prefree segments by Jaegeuk Kim · 8 years ago
  4. c24a0fd f2fs: fix to avoid redundant discard during fstrim by Chao Yu · 8 years ago
  5. c7b41e1 f2fs: avoid mismatching block range for discard by Yunlei He · 8 years ago
  6. ad4edb8 f2fs: produce more nids and reduce readahead nats by Jaegeuk Kim · 8 years ago
  7. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  8. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 9 years ago
  9. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 9 years ago
  10. 7dfeaa3 f2fs: avoid reverse IO order for NODE and DATA by Jaegeuk Kim · 9 years ago
  11. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  12. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  13. e589c2c f2fs: control not to exceed # of cached nat entries by Jaegeuk Kim · 9 years ago
  14. 0a87f66 f2fs: detect congestion of flush command issues by Jaegeuk Kim · 9 years ago
  15. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 9 years ago
  16. c81ced0 f2fs: fix to clear page private flag by Chao Yu · 9 years ago
  17. 63c52d7 f2fs: don't invalidate atomic page if successful by Jaegeuk Kim · 9 years ago
  18. 26dc3d4 f2fs: unset atomic/volatile flag in f2fs_release_file by Jaegeuk Kim · 9 years ago
  19. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  20. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 9 years ago
  21. 4356e48 f2fs crypto: fix incorrect positioning for GCing encrypted data page by Chao Yu · 9 years ago
  22. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  23. b7ad751 f2fs: split journal cache from curseg cache by Chao Yu · 9 years ago
  24. e9f5b8b f2fs: enhance IO path with block plug by Chao Yu · 9 years ago
  25. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 9 years ago
  26. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  27. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 9 years ago
  28. 60b286c f2fs: use correct errno by Jaegeuk Kim · 9 years ago
  29. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  30. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  31. 0ab1435 f2fs: correct search area in get_new_segment by Chao Yu · 9 years ago
  32. 7d768d2 f2fs: flush dirty nat entries when exceeding threshold by Chao Yu · 9 years ago
  33. 0fd785e f2fs: relocate is_merged_page by Chao Yu · 9 years ago
  34. 42190d2 f2fs: monitor the number of background checkpoint by Jaegeuk Kim · 9 years ago
  35. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 9 years ago
  36. 6beceb5 f2fs: introduce time and interval facility by Jaegeuk Kim · 9 years ago
  37. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 9 years ago
  38. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  39. 36b35a0 f2fs: support data flush in background by Chao Yu · 9 years ago
  40. 8060944 f2fs: enhance the bit operation for SSR by Jaegeuk Kim · 9 years ago
  41. 855639d f2fs: clean up code with __has_cursum_space by Chao Yu · 9 years ago
  42. f478f43 f2fs: clear page uptodate when dropping cache for atomic write by Chao Yu · 9 years ago
  43. 692223d f2fs: optimize __find_rev_next_bit by Fan Li · 9 years ago
  44. 7fee740 f2fs: fix to clear GCed flag for atomic written page by Chao Yu · 9 years ago
  45. 2b246fb f2fs: don't need to submit bio on error case by Jaegeuk Kim · 9 years ago
  46. f96999c f2fs: refactor __find_rev_next_{zero}_bit by Jaegeuk Kim · 9 years ago
  47. 08b39fb f2fs crypto: fix racing of accessing encrypted page among by Chao Yu · 9 years ago
  48. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  49. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  50. 6e2c64a f2fs: fix SSA updates resulting in corruption by Jaegeuk Kim · 9 years ago
  51. 60b99b4 f2fs: introduce a periodic checkpoint flow by Jaegeuk Kim · 9 years ago
  52. d530d4d f2fs: support synchronous gc in ioctl by Chao Yu · 9 years ago
  53. 39307a8 f2fs: use vmalloc to handle -ENOMEM error by Jaegeuk Kim · 9 years ago
  54. 80c5450 f2fs: use __GFP_NOFAIL to avoid infinite loop by Jaegeuk Kim · 9 years ago
  55. 740432f f2fs: handle failed bio allocation by Jaegeuk Kim · 9 years ago
  56. 3169658 f2fs: shrink free_nids entries by Chao Yu · 9 years ago
  57. 47e70ca f2fs: do not assign a new segment for dio under space shortage by Jaegeuk Kim · 9 years ago
  58. decd36b f2fs: remove inmem radix tree by Chao Yu · 9 years ago
  59. e90c2d2 f2fs: invalidate temporary meta page by Chao Yu · 9 years ago
  60. edb27de f2fs: handle error cases in commit_inmem_pages by Jaegeuk Kim · 9 years ago
  61. 554df79 f2fs: shrink extent_cache entries by Jaegeuk Kim · 9 years ago
  62. 1b38dc8 f2fs: shrink nat_cache entries by Jaegeuk Kim · 9 years ago
  63. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  64. f56aa1c f2fs: fix to return exact trimmed size by Jaegeuk Kim · 10 years ago
  65. 528e345 f2fs: hide common code in f2fs_replace_block by Chao Yu · 10 years ago
  66. 381722d f2fs: introduce update_meta_page by Chao Yu · 10 years ago
  67. cb5c94c f2fs crypto: zero next free dnode block by Chao Yu · 10 years ago
  68. ca40b03 f2fs crypto: shrink size of the f2fs_crypto_ctx structure by Jaegeuk Kim · 10 years ago
  69. 912a83b f2fs: cleanup a confusing indent by Dan Carpenter · 10 years ago
  70. e19ef527 f2fs: avoid buggy functions by Jaegeuk Kim · 10 years ago
  71. 40a02be f2fs: do not issue next dnode discard redundantly by Jaegeuk Kim · 10 years ago
  72. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 10 years ago
  73. 19f106b f2fs: introduce f2fs_replace_block() for reuse by Chao Yu · 10 years ago
  74. 836b5a6 f2fs: issue discard with finally produced len and minlen by Jaegeuk Kim · 10 years ago
  75. a66cdd9 f2fs: introduce discard_map for f2fs_trim_fs by Jaegeuk Kim · 10 years ago
  76. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 10 years ago
  77. 8ce67cb f2fs: add some tracepoints to debug volatile and atomic writes by Jaegeuk Kim · 10 years ago
  78. 21cb1d9 f2fs: fix to cover sentry_lock for block allocation by Jaegeuk Kim · 10 years ago
  79. b28c3f9 f2fs: fix to issue small discard in real-time mode discard by Chao Yu · 10 years ago
  80. 2b11a74 f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries by Wanpeng Li · 10 years ago
  81. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 10 years ago
  82. 1a118cc f2fs: use spinlock for segmap_lock instead of rwlock by Chao Yu · 10 years ago
  83. 60a3b78 f2fs: avoid variable length array by Jaegeuk Kim · 10 years ago
  84. f7ef9b8 f2fs: introduce macros to convert bytes and blocks in f2fs by Jaegeuk Kim · 10 years ago
  85. bba681c f2fs: introduce a batched trim by Jaegeuk Kim · 10 years ago
  86. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 10 years ago
  87. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  88. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  89. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago
  90. 9e4ded3 f2fs: activate f2fs_trace_pid by Jaegeuk Kim · 10 years ago
  91. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  92. 3fa06d7 f2fs: readahead contiguous current summary blocks in checkpoint by Chao Yu · 10 years ago
  93. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  94. d7bc248 f2fs: fix small discards not to issue redundantly by Jaegeuk Kim · 10 years ago
  95. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  96. 70c640b f2fs: don't need to call lock_op and lock_page for abort by Jaegeuk Kim · 10 years ago
  97. 88a70a6 f2fs: fix wrong condition check to trigger f2fs_sync_fs by Jaegeuk Kim · 10 years ago
  98. 8dcf2ff7 f2fs: count the number of inmemory pages by Jaegeuk Kim · 10 years ago
  99. 0722b10 f2fs: set page private for inmemory pages for truncation by Jaegeuk Kim · 10 years ago
  100. 9be32d7 f2fs: do retry operations with cond_resched by Jaegeuk Kim · 10 years ago