1. 3bd012f dm-default-key, f2fs, ICE: support dm-default-key with f2fs/ICE by Jaegeuk Kim · 6 years ago
  2. f56989b Merge android-4.9.114 (dbcb748) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  3. e029e96 f2fs: fix performance issue observed with multi-thread sequential read by Jaegeuk Kim · 6 years ago
  4. 22ee66f Merge "f2fs,fscrypt,ice: fix direct IO patch for f2fs" by Linux Build Service Account · 6 years ago
  5. de4027c f2fs/fscrypt-ice: fix memory leak in read path by Eric Biggers · 6 years ago
  6. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  7. 48f4b1d f2fs: Fix data corruption issue observed with FBE by Sahitya Tummala · 6 years ago
  8. deb78d4 f2fs: let sync node IO interrupt async one by Chao Yu · 6 years ago
  9. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  10. fdd569a f2fs: make __f2fs_write_data_pages() static by Chao Yu · 6 years ago
  11. 34880e0 f2fs: fix to let caller retry allocating block address by Chao Yu · 6 years ago
  12. 9780d68 f2fs: don't drop dentry pages after fs shutdown by Chao Yu · 6 years ago
  13. bcbcda4 f2fs: clean up with clear_radix_tree_dirty_tag by Chao Yu · 6 years ago
  14. caf10c6 f2fs: avoid stucking GC due to atomic write by Chao Yu · 6 years ago
  15. 458e47f f2fs: detect synchronous writeback more earlier by Chao Yu · 6 years ago
  16. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  17. e067365 f2fs: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  18. 158d9bb f2fs: clean up with is_valid_blkaddr() by Chao Yu · 6 years ago
  19. a301e76 f2fs: fix to let checkpoint guarantee atomic page persistence by Chao Yu · 6 years ago
  20. f6bd7d4 f2fs: rename dio_rwsem to i_gc_rwsem by Chao Yu · 6 years ago
  21. ded3533 Merge "Merge android-4.9.99 (c462abb) into msm-4.9" by Linux Build Service Account · 6 years ago
  22. 36c6512 Enable hardware based FBE on f2fs and adapt ext4 fs by Neeraj Soni · 6 years ago
  23. 6a70286 UPSTREAM: f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 6 years ago
  24. 5b37ebb f2fs: avoid fsync() failure caused by EAGAIN in writepage() by Jaegeuk Kim · 6 years ago
  25. a25efd8 Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 6 years ago
  26. efeffe9 f2fs: clear PageError on writepage by Jaegeuk Kim · 6 years ago
  27. 95459e9 Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" by Jaegeuk Kim · 6 years ago
  28. 926b370 f2fs: clear PageError on writepage by Jaegeuk Kim · 6 years ago
  29. c629974 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 6 years ago
  30. 823fd56 fscrypt: allow synchronous bio decryption by Eric Biggers · 6 years ago
  31. f69e814 f2fs: refactor read path to allow multiple postprocessing steps by Eric Biggers · 6 years ago
  32. 0509923 fscrypt: allow synchronous bio decryption by Eric Biggers · 6 years ago
  33. d919765 f2fs/fscrypt: updates to v4.17-rc1 by Jaegeuk Kim · 6 years ago
  34. a3f8ec8 f2fs: check blkaddr more accuratly before issue a bio by Yunlei He · 6 years ago
  35. 355d234 f2fs: add nowait aio support by Hyunchul Lee · 6 years ago
  36. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 6 years ago
  37. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 6 years ago
  38. 4d8e4a8 f2fs: remove redundant check of page type when submit bio by Tiezhu Yang · 6 years ago
  39. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 6 years ago
  40. 2f17e34 f2fs: updates on v4.16-rc1 by Jaegeuk Kim · 7 years ago
  41. 86f78c1 f2fs: drop page cache after fs shutdown by Chao Yu · 6 years ago
  42. 66356ee f2fs: split need_inplace_update by Chao Yu · 6 years ago
  43. 5912fba f2fs: fix to update last_disk_size correctly by Chao Yu · 6 years ago
  44. 3aa46e2 f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup by Chao Yu · 6 years ago
  45. 2a6489c f2fs: fix to drop all inmem pages correctly by Chao Yu · 6 years ago
  46. fd21442 f2fs: speed up defragment on sparse file by Chao Yu · 6 years ago
  47. 6bce963 f2fs: support F2FS_IOC_PRECACHE_EXTENTS by Chao Yu · 6 years ago
  48. 9ce3d6b f2fs: add an ioctl to disable GC for specific file by Jaegeuk Kim · 7 years ago
  49. 08ddb19 f2fs: support FIEMAP_FLAG_XATTR by Chao Yu · 6 years ago
  50. aa9c1c1 f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock by Chao Yu · 6 years ago
  51. 92b8f9c f2fs: check node page again in write end io by Yunlei He · 6 years ago
  52. cbd5e5a f2fs: implement cgroup writeback support by Yufen Yu · 6 years ago
  53. 8fc7446 f2fs: continue to do direct IO if we only preallocate partial blocks by Chao Yu · 6 years ago
  54. e270976 f2fs: skip stop_checkpoint for user data writes by Jaegeuk Kim · 6 years ago
  55. 987892c f2fs: clean up f2fs_map_blocks by Chao Yu · 7 years ago
  56. 1a9d6a9 f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  57. ba4556c f2fs: remove an excess variable by LiFan · 7 years ago
  58. 76b6e8e f2fs: still write data if preallocate only partial blocks by Sheng Yong · 7 years ago
  59. 8ae26d1 f2fs: updates on 4.15-rc1 by Jaegeuk Kim · 7 years ago
  60. b5db2de f2fs: support bio allocation error injection by Chao Yu · 7 years ago
  61. 58ddec8 f2fs: support get_page error injection by Chao Yu · 7 years ago
  62. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  63. 33fdebb f2fs: fix to avoid race when accessing last_disk_size by Chao Yu · 7 years ago
  64. 5950467 f2fs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  65. f014be8 f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  66. 8456d34 f2fs: convert inline data for direct I/O & FI_NO_PREALLOC by Weichao Guo · 7 years ago
  67. 3f01af7 f2fs: allow readpages with NULL file pointer by Hsiang Kao · 7 years ago
  68. 63da420 f2fs: catch up to v4.14-rc1 by Hyojun Kim · 7 years ago
  69. 5a69067 f2fs: make get_lock_data_page to handle encrypted inode by Jaegeuk Kim · 7 years ago
  70. fb605d0 f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  71. a4fb189 f2fs: introduce f2fs_encrypted_file for clean-up by Jaegeuk Kim · 7 years ago
  72. 9afa159 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] by Qiuyang Sun · 7 years ago
  73. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  74. fbcf931 f2fs: enhance on-disk inode structure scalability by Chao Yu · 7 years ago
  75. e84f88e f2fs: make max inline size changeable by Chao Yu · 7 years ago
  76. 09c3a72 f2fs: support plain user/group quota by Chao Yu · 7 years ago
  77. 0f4dc16 f2fs: avoid deadlock caused by lock order of page and lock_op by Jaegeuk Kim · 7 years ago
  78. 025258e f2fs: relax migratepage for atomic written page by Jaegeuk Kim · 7 years ago
  79. 00cc7ed f2fs: skip ->writepages for {mete,node}_inode during recovery by Chao Yu · 7 years ago
  80. 7b23ea1 f2fs: dax: fix races between page faults and truncating pages by Qiuyang Sun · 7 years ago
  81. c52dc0f f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 7 years ago
  82. 1b48ed6 f2fs: avoid f2fs_lock_op for IPU writes by Jaegeuk Kim · 7 years ago
  83. c412726 f2fs: split bio cache by Jaegeuk Kim · 7 years ago
  84. 9bc576a f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 7 years ago
  85. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  86. 009e608 ANDROID: Refactor fs readpage/write tracepoints. by Mohan Srinivasan · 7 years ago
  87. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  88. 25cc70f ANDROID: fs: FS tracepoints to track IO. by Mohan Srinivasan · 8 years ago
  89. a299abd f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  90. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  91. 6ca56ca f2fs: don't submit irrelevant page by Chao Yu · 8 years ago
  92. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  93. 5b7a487 f2fs: add customized migrate_page callback by Weichao Guo · 8 years ago
  94. 5d4c0af f2fs: preallocate blocks for encrypted file by Yunlei He · 8 years ago
  95. 8b038c7 f2fs: support IO error injection by Chao Yu · 8 years ago
  96. 649d7df f2fs: fix to set PageUptodate in f2fs_write_end correctly by Jaegeuk Kim · 8 years ago
  97. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  98. 68f3139 f2fs: no need to make zeros beyond i_size by Jaegeuk Kim · 8 years ago
  99. dfd02e4 f2fs: fix to preallocate block only aligned to 4K by Chao Yu · 8 years ago
  100. 6a7a3ae f2fs: fix non static symbol warning by Wei Yongjun · 8 years ago