1. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  2. 4d8e4a8 f2fs: remove redundant check of page type when submit bio by Tiezhu Yang · 7 years ago
  3. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  4. 86f78c1 f2fs: drop page cache after fs shutdown by Chao Yu · 7 years ago
  5. 66356ee f2fs: split need_inplace_update by Chao Yu · 7 years ago
  6. 5912fba f2fs: fix to update last_disk_size correctly by Chao Yu · 7 years ago
  7. 3aa46e2 f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup by Chao Yu · 7 years ago
  8. 2a6489c f2fs: fix to drop all inmem pages correctly by Chao Yu · 7 years ago
  9. fd21442 f2fs: speed up defragment on sparse file by Chao Yu · 7 years ago
  10. 6bce963 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 7 years ago
  11. 9ce3d6b f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  12. 08ddb19 f2fs: support FIEMAP_FLAG_XATTR by Chao Yu · 7 years ago
  13. aa9c1c1 f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock by Chao Yu · 7 years ago
  14. 92b8f9c f2fs: check node page again in write end io by Yunlei He · 7 years ago
  15. cbd5e5a f2fs: implement cgroup writeback support by Yufen Yu · 7 years ago
  16. 8fc7446 f2fs: continue to do direct IO if we only preallocate partial blocks by Chao Yu · 7 years ago
  17. e270976 f2fs: skip stop_checkpoint for user data writes by Jaegeuk Kim · 7 years ago
  18. 987892c f2fs: clean up f2fs_map_blocks by Chao Yu · 7 years ago
  19. 1a9d6a9 f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  20. ba4556c f2fs: remove an excess variable by LiFan · 7 years ago
  21. 76b6e8e f2fs: still write data if preallocate only partial blocks by Sheng Yong · 7 years ago
  22. b5db2de f2fs: support bio allocation error injection by Chao Yu · 7 years ago
  23. 58ddec8 f2fs: support get_page error injection by Chao Yu · 7 years ago
  24. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  25. 33fdebb f2fs: fix to avoid race when accessing last_disk_size by Chao Yu · 7 years ago
  26. 5950467 f2fs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  27. f014be8 f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  28. 8456d34 f2fs: convert inline data for direct I/O & FI_NO_PREALLOC by Weichao Guo · 7 years ago
  29. 3f01af7 f2fs: allow readpages with NULL file pointer by Hsiang Kao · 7 years ago
  30. 5a69067 f2fs: make get_lock_data_page to handle encrypted inode by Jaegeuk Kim · 7 years ago
  31. fb605d0 f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  32. a4fb189 f2fs: introduce f2fs_encrypted_file for clean-up by Jaegeuk Kim · 7 years ago
  33. 9afa159 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  34. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  35. fbcf931 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  36. e84f88e f2fs: make max inline size changeable by Chao Yu · 7 years ago
  37. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  38. 0f4dc16 f2fs: avoid deadlock caused by lock order of page and lock_op by Jaegeuk Kim · 7 years ago
  39. 025258e f2fs: relax migratepage for atomic written page by Jaegeuk Kim · 7 years ago
  40. 00cc7ed f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  41. 7b23ea1 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 7 years ago
  42. c52dc0f f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 7 years ago
  43. 1b48ed6 f2fs: avoid f2fs_lock_op for IPU writes by Jaegeuk Kim · 7 years ago
  44. c412726 f2fs: split bio cache by Jaegeuk Kim · 7 years ago
  45. 9bc576a f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 7 years ago
  46. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  47. a299abd f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  48. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  49. 6ca56ca f2fs: don't submit irrelevant page by Chao Yu · 8 years ago
  50. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  51. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  52. 5d4c0af f2fs: preallocate blocks for encrypted file by Yunlei He · 8 years ago
  53. 8b038c7 f2fs: support IO error injection by Chao Yu · 8 years ago
  54. 649d7df f2fs: fix to set PageUptodate in f2fs_write_end correctly by Jaegeuk Kim · 8 years ago
  55. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  56. 68f3139 f2fs: no need to make zeros beyond i_size by Jaegeuk Kim · 8 years ago
  57. dfd02e4 f2fs: fix to preallocate block only aligned to 4K by Chao Yu · 8 years ago
  58. 6a7a3ae f2fs: fix non static symbol warning by Wei Yongjun · 8 years ago
  59. 58383be f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctly by Chao Yu · 8 years ago
  60. 3024c9a Revert "f2fs: move i_size_write in f2fs_write_end" by Chao Yu · 8 years ago
  61. 1aee6b9 f2fs: drop bio->bi_rw manual assignment by Jens Axboe · 8 years ago
  62. 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
  63. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  65. 5302fb0 f2fs: clean up coding style and redundancy by Jaegeuk Kim · 8 years ago
  66. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  67. 82e0a5a f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  68. 1d353eb f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 8 years ago
  69. a2ee0a3 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 8 years ago
  70. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 8 years ago
  71. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 8 years ago
  72. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  73. 78682f7 f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 8 years ago
  74. ac6f199 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 8 years ago
  75. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 8 years ago
  76. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  77. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  78. 7f31997 f2fs: set mapping error for EIO by Jaegeuk Kim · 8 years ago
  79. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  80. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  81. b230e6c f2fs: handle writepage correctly by Jaegeuk Kim · 8 years ago
  82. 46ae957 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 8 years ago
  83. 28ea616 f2fs: do not skip writing data pages by Jaegeuk Kim · 8 years ago
  84. b93f771 f2fs: remove writepages lock by Jaegeuk Kim · 8 years ago
  85. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  86. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  87. 8edd03c f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  88. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  89. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  90. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  91. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  92. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  93. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  94. ab47036 f2fs: fix deadlock when flush inline data by Chao Yu · 8 years ago
  95. 46008c6 f2fs: support in batch multi blocks preallocation by Chao Yu · 8 years ago
  96. 0080c50 f2fs: do not preallocate block unaligned to 4KB by Jaegeuk Kim · 8 years ago
  97. 43473f9 f2fs: fix incorrect mapping in ->bmap by Chao Yu · 8 years ago
  98. 23dc974 f2fs: fix to clear private data in page by Chao Yu · 8 years ago
  99. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  100. 6bfc491 f2fs: issue cache flush on direct IO by Jaegeuk Kim · 8 years ago