1. 5084fdf Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  2. 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
  3. bd7b829 fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  4. 0002b61 f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage by Chao Yu · 8 years ago
  5. 36951b3 f2fs: don't wait writeback for datas during checkpoint by Chao Yu · 8 years ago
  6. c040ff9 f2fs: fix redundant block allocation by Jaegeuk Kim · 8 years ago
  7. a7de608 f2fs: use err for f2fs_preallocate_blocks by Jaegeuk Kim · 8 years ago
  8. 3c62be1 f2fs: support multiple devices by Jaegeuk Kim · 8 years ago
  9. e57e9ae f2fs: allow dio read for LFS mode by Jaegeuk Kim · 8 years ago
  10. 6ae1be1 f2fs: revert segment allocation for direct IO by Jaegeuk Kim · 8 years ago
  11. 0bfd7a0 f2fs: Use generic zoned block device terminology by Damien Le Moal · 8 years ago
  12. 230436b f2fs: hide a maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  13. 664ba97 f2fs: use BIO_MAX_PAGES for bio allocation by Jaegeuk Kim · 8 years ago
  14. 58736fa f2fs: be aware of extent beyond EOF in fiemap by Chao Yu · 8 years ago
  15. 6f2d8ed f2fs: don't miss any f2fs_balance_fs cases by Chao Yu · 8 years ago
  16. 933439c f2fs: give a chance to detach from dirty list by Chao Yu · 8 years ago
  17. 9c4bb8a fscrypt: Let fs select encryption index/tweak by David Gstir · 8 years ago
  18. 7821d4d fscrypt: Enable partial page encryption by David Gstir · 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. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  22. 6ca56ca f2fs: don't submit irrelevant page 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. 5d4c0af f2fs: preallocate blocks for encrypted file by Yunlei He · 8 years ago
  26. 8b038c7 f2fs: support IO error injection by Chao Yu · 8 years ago
  27. 649d7df f2fs: fix to set PageUptodate in f2fs_write_end correctly by Jaegeuk Kim · 8 years ago
  28. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  29. 68f3139 f2fs: no need to make zeros beyond i_size by Jaegeuk Kim · 8 years ago
  30. dfd02e4 f2fs: fix to preallocate block only aligned to 4K by Chao Yu · 8 years ago
  31. 6a7a3ae f2fs: fix non static symbol warning by Wei Yongjun · 8 years ago
  32. 58383be f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctly by Chao Yu · 8 years ago
  33. 3024c9a Revert "f2fs: move i_size_write in f2fs_write_end" by Chao Yu · 8 years ago
  34. 1aee6b9 f2fs: drop bio->bi_rw manual assignment by Jens Axboe · 8 years ago
  35. 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
  36. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  37. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  38. 5302fb0 f2fs: clean up coding style and redundancy by Jaegeuk Kim · 8 years ago
  39. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 9 years ago
  40. 82e0a5a f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 9 years ago
  41. 1d353eb f2fs: fix ERR_PTR returned by bio by Jaegeuk Kim · 9 years ago
  42. a2ee0a30 f2fs: move i_size_write in f2fs_write_end by Jaegeuk Kim · 9 years ago
  43. 237c079 f2fs: call SetPageUptodate if needed by Jaegeuk Kim · 9 years ago
  44. fe76b79 f2fs: introduce f2fs_set_page_dirty_nobuffer by Jaegeuk Kim · 9 years ago
  45. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 9 years ago
  46. 78682f7 f2fs: fix to avoid reading out encrypted data in page cache by Chao Yu · 9 years ago
  47. ac6f199 f2fs: avoid latency-critical readahead of node pages by Jaegeuk Kim · 9 years ago
  48. 52763a4 f2fs: detect host-managed SMR by feature flag by Jaegeuk Kim · 9 years ago
  49. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 9 years ago
  50. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 9 years ago
  51. 7f31997 f2fs: set mapping error for EIO by Jaegeuk Kim · 9 years ago
  52. 04d328d f2fs: use bio op accessors by Mike Christie · 9 years ago
  53. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  54. b230e6c f2fs: handle writepage correctly by Jaegeuk Kim · 9 years ago
  55. 46ae957 f2fs: remove two steps to flush dirty data pages by Jaegeuk Kim · 9 years ago
  56. 28ea616 f2fs: do not skip writing data pages by Jaegeuk Kim · 9 years ago
  57. b93f771 f2fs: remove writepages lock by Jaegeuk Kim · 9 years ago
  58. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 9 years ago
  59. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 9 years ago
  60. 8edd03c f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync by Jaegeuk Kim · 9 years ago
  61. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 9 years ago
  62. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 9 years ago
  63. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  64. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 9 years ago
  65. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 9 years ago
  66. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  67. ab47036 f2fs: fix deadlock when flush inline data by Chao Yu · 9 years ago
  68. 46008c6 f2fs: support in batch multi blocks preallocation by Chao Yu · 9 years ago
  69. 0080c50 f2fs: do not preallocate block unaligned to 4KB by Jaegeuk Kim · 9 years ago
  70. 43473f9 f2fs: fix incorrect mapping in ->bmap by Chao Yu · 9 years ago
  71. 23dc974 f2fs: fix to clear private data in page by Chao Yu · 9 years ago
  72. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  73. 6bfc491 f2fs: issue cache flush on direct IO by Jaegeuk Kim · 9 years ago
  74. e6e5f56 f2fs: avoid writing 0'th page in volatile writes by Jaegeuk Kim · 9 years ago
  75. 4da7bf5 f2fs: remove redundant condition check by Jaegeuk Kim · 9 years ago
  76. b32e4482 fscrypto: don't let data integrity writebacks fail with ENOMEM by Jaegeuk Kim · 9 years ago
  77. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  78. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 10 years ago
  79. 406657d f2fs: introduce f2fs_flush_merged_bios for cleanup by Chao Yu · 9 years ago
  80. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 9 years ago
  81. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  82. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  83. ce855a3 f2fs crypto: f2fs_page_crypto() doesn't need a encryption context by Jaegeuk Kim · 9 years ago
  84. 24b8491 f2fs: preallocate blocks for buffered aio writes by Jaegeuk Kim · 9 years ago
  85. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 9 years ago
  86. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  87. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  88. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 9 years ago
  89. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  90. 5b8db7f f2fs: simplify __allocate_data_blocks by Chao Yu · 9 years ago
  91. 4fe71e8 f2fs: simplify f2fs_map_blocks by Chao Yu · 9 years ago
  92. 7c50689 f2fs: use wq_has_sleeper for cp_wait wait_queue by Jaegeuk Kim · 9 years ago
  93. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  94. e3ef187 f2fs: don't need to call set_page_dirty for io error by Jaegeuk Kim · 9 years ago
  95. ae96e7bd f2fs: avoid needless sync_inode_page when reading inline_data by Jaegeuk Kim · 9 years ago
  96. 52f8033 f2fs: don't need to sync node page at every time by Jaegeuk Kim · 9 years ago
  97. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  98. 3c082b7 f2fs: do f2fs_balance_fs when block is allocated by Jaegeuk Kim · 9 years ago
  99. 25c1355 f2fs: use writepages->lock for WB_SYNC_ALL by Jaegeuk Kim · 9 years ago
  100. b483fad f2fs: remove needless condition check by Jaegeuk Kim · 9 years ago