1. 06a60de Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  2. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  3. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  4. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  5. 1b3e27a f2fs: limit b_size of mapped bh in f2fs_map_bh by Chao Yu · 10 years ago
  6. df6136e f2fs: preallocate fallocated blocks for direct IO by Chao Yu · 10 years ago
  7. 0bdee48 f2fs: preserve extent info for extent cache by Chao Yu · 10 years ago
  8. 028a41e f2fs: initialize extent tree with on-disk extent info of inode by Chao Yu · 10 years ago
  9. 93dfc52 f2fs: introduce __{find,grab}_extent_tree by Chao Yu · 10 years ago
  10. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 10 years ago
  11. 8ce67cb f2fs: add some tracepoints to debug volatile and atomic writes by Jaegeuk Kim · 10 years ago
  12. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 10 years ago
  13. 78373b7 f2fs: enhance multi-threads performance by Jaegeuk Kim · 10 years ago
  14. 3402e87 f2fs: set buffer_new when new blocks are allocated by Jaegeuk Kim · 10 years ago
  15. d6d4f1c f2fs: fix to check current blkaddr in __allocate_data_blocks by Chao Yu · 10 years ago
  16. d5669f7 f2fs: avoid to trigger writepage during POR by Jaegeuk Kim · 10 years ago
  17. b7f204c f2fs: check its block allocation to avoid producing wrong dirty pages by Jaegeuk Kim · 10 years ago
  18. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 10 years ago
  19. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  20. cb3bc9e f2fs: use extent cache for dir by Chao Yu · 10 years ago
  21. 91c5d9b f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache by Chao Yu · 10 years ago
  22. 62c8af6 f2fs: support fast lookup in extent cache by Chao Yu · 10 years ago
  23. 1ec4610 f2fs: add trace for rb-tree extent cache ops by Chao Yu · 10 years ago
  24. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 10 years ago
  25. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  26. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  27. a2e7d1b f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache by Chao Yu · 10 years ago
  28. 4d0b0bd f2fs: simplfy a field name in struct f2fs_extent,extent_info by Chao Yu · 10 years ago
  29. 0c872e2 f2fs: move ext_lock out of struct extent_info by Chao Yu · 10 years ago
  30. 59b802e f2fs: allocate data blocks in advance for f2fs_direct_IO by Jaegeuk Kim · 10 years ago
  31. da17eec f2fs: call set_buffer_new for get_block by Jaegeuk Kim · 10 years ago
  32. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  33. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  34. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  35. df19913 f2fs: fix wrong unlock_page call by Jaegeuk Kim · 10 years ago
  36. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  37. 41ef94b f2fs: remove uncovered code path by Jaegeuk Kim · 10 years ago
  38. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  39. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  40. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  41. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  42. db9f7c1 f2fs: activate f2fs_trace_ios by Jaegeuk Kim · 10 years ago
  43. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  44. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  45. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  46. cd34e29 f2fs: fix to return correct error number in f2fs_write_begin by Chao Yu · 10 years ago
  47. 5f72739 f2fs: fix deadlock during inline_data conversion by Jaegeuk Kim · 10 years ago
  48. 8cdcb71 f2fs: put the inode page when error was occurred by Jaegeuk Kim · 10 years ago
  49. 6a8f8ca f2fs: avoid race condition in handling wait_io by Jaegeuk Kim · 10 years ago
  50. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  51. 9234f31 f2fs: fix possible data corruption in f2fs_write_begin() by Jan Kara · 10 years ago
  52. 9ba69cf f2fs: avoid to allocate when inline_data was written by Jaegeuk Kim · 10 years ago
  53. cbcb287 f2fs: invalidate inmemory page by Jaegeuk Kim · 10 years ago
  54. 34ba94b f2fs: do not make dirty any inmemory pages by Jaegeuk Kim · 10 years ago
  55. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  56. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  57. 55cf9cb f2fs: support large sector size by Chao Yu · 10 years ago
  58. 976e4c5 f2fs: update i_size when __allocate_data_block by Jaegeuk Kim · 10 years ago
  59. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  60. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  61. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  62. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 11 years ago
  63. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 11 years ago
  64. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 11 years ago
  65. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 11 years ago
  66. b067ba1f f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 11 years ago
  67. e1c4204 f2fs: fix typo by arter97 · 11 years ago
  68. 70407fa f2fs: add tracepoint for f2fs_direct_IO by Chao Yu · 11 years ago
  69. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 11 years ago
  70. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 11 years ago
  71. 79e35dc f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 11 years ago
  72. 3aab8f8 f2fs: introduce f2fs_write_failed to handle error case when write by Chao Yu · 11 years ago
  73. 5576cd6c f2fs: avoid unneeded SetPageUptodate in f2fs_write_end by Chao Yu · 11 years ago
  74. ccfb300 f2fs: fix to report newly allocate region as extent by Jaegeuk Kim · 11 years ago
  75. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  76. 9ab70134 f2fs: support f2fs_fiemap by Jaegeuk Kim · 11 years ago
  77. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 11 years ago
  78. c20e89cd f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 11 years ago
  79. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 11 years ago
  80. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 11 years ago
  81. dfb2bf3 f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 11 years ago
  82. 62aed04 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 11 years ago
  83. d5f6699 f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 11 years ago
  84. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 11 years ago
  85. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 11 years ago
  86. 2aea39e f2fs: submit bio at the reclaim path by Jaegeuk Kim · 11 years ago
  87. 454ae7e f2fs: handle inline data independently in f2fs_bmap by Chao Yu · 11 years ago
  88. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 11 years ago
  89. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 11 years ago
  90. 5b46f25 f2fs: switch to iov_iter_alignment() by Al Viro · 11 years ago
  91. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  92. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  93. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 11 years ago
  94. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 11 years ago
  95. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 11 years ago
  96. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 11 years ago
  97. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 11 years ago
  98. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 11 years ago
  99. 8618b88 f2fs: fix not to write data pages on the page reclaiming path by Jaegeuk Kim · 11 years ago
  100. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 11 years ago