1. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  2. 59b802e f2fs: allocate data blocks in advance for f2fs_direct_IO by Jaegeuk Kim · 9 years ago
  3. da17eec f2fs: call set_buffer_new for get_block by Jaegeuk Kim · 9 years ago
  4. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 9 years ago
  5. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  6. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  7. df19913 f2fs: fix wrong unlock_page call by Jaegeuk Kim · 10 years ago
  8. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  9. 41ef94b f2fs: remove uncovered code path by Jaegeuk Kim · 10 years ago
  10. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  11. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  12. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  13. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  14. db9f7c1 f2fs: activate f2fs_trace_ios by Jaegeuk Kim · 10 years ago
  15. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  16. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  17. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  18. cd34e29 f2fs: fix to return correct error number in f2fs_write_begin by Chao Yu · 10 years ago
  19. 5f72739 f2fs: fix deadlock during inline_data conversion by Jaegeuk Kim · 10 years ago
  20. 8cdcb71 f2fs: put the inode page when error was occurred by Jaegeuk Kim · 10 years ago
  21. 6a8f8ca f2fs: avoid race condition in handling wait_io by Jaegeuk Kim · 10 years ago
  22. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  23. 9234f31 f2fs: fix possible data corruption in f2fs_write_begin() by Jan Kara · 10 years ago
  24. 9ba69cf f2fs: avoid to allocate when inline_data was written by Jaegeuk Kim · 10 years ago
  25. cbcb287 f2fs: invalidate inmemory page by Jaegeuk Kim · 10 years ago
  26. 34ba94b f2fs: do not make dirty any inmemory pages by Jaegeuk Kim · 10 years ago
  27. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  28. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  29. 55cf9cb f2fs: support large sector size by Chao Yu · 10 years ago
  30. 976e4c5 f2fs: update i_size when __allocate_data_block by Jaegeuk Kim · 10 years ago
  31. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  32. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  33. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  34. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  35. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  36. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  37. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  38. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  39. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  40. 70407fad f2fs: add tracepoint for f2fs_direct_IO by Chao Yu · 10 years ago
  41. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  42. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  43. 79e35dc f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 10 years ago
  44. 3aab8f8 f2fs: introduce f2fs_write_failed to handle error case when write by Chao Yu · 10 years ago
  45. 5576cd6c f2fs: avoid unneeded SetPageUptodate in f2fs_write_end by Chao Yu · 10 years ago
  46. ccfb300 f2fs: fix to report newly allocate region as extent by Jaegeuk Kim · 10 years ago
  47. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  48. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  49. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  50. c20e89c f2fs: add a tracepoint for f2fs_read_data_page by Chao Yu · 10 years ago
  51. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  52. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  53. dfb2bf3 f2fs: add a tracepoint for f2fs_write_end by Chao Yu · 10 years ago
  54. 62aed04 f2fs: add a tracepoint for f2fs_write_begin by Chao Yu · 10 years ago
  55. d5f6699 f2fs: decrease the lock granularity during write_begin by Jaegeuk Kim · 10 years ago
  56. 9ac1349 f2fs: avoid grab_cache_page_write_begin for data pages by Jaegeuk Kim · 10 years ago
  57. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 10 years ago
  58. 2aea39e f2fs: submit bio at the reclaim path by Jaegeuk Kim · 10 years ago
  59. 454ae7e f2fs: handle inline data independently in f2fs_bmap by Chao Yu · 10 years ago
  60. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  61. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 10 years ago
  62. 5b46f25 f2fs: switch to iov_iter_alignment() by Al Viro · 10 years ago
  63. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  64. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  65. d54c795 f2fs: fix error path when fail to read inline data by Chao Yu · 10 years ago
  66. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 10 years ago
  67. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 10 years ago
  68. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 10 years ago
  69. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 10 years ago
  70. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 10 years ago
  71. 8618b88 f2fs: fix not to write data pages on the page reclaiming path by Jaegeuk Kim · 10 years ago
  72. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  73. 1b1f559 f2fs: remove the ugly pointer conversion by Jaegeuk Kim · 10 years ago
  74. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 11 years ago
  75. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  76. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  77. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  78. c434cbc f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) by Changman Lee · 11 years ago
  79. c33ec32 f2fs: avoid f2fs_balance_fs call during pageout by Jaegeuk Kim · 11 years ago
  80. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  81. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  82. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  83. 26f466f f2fs: call f2fs_put_page at the error case by Jaegeuk Kim · 11 years ago
  84. 9ffe0fb f2fs: handle inline data operations by Huajun Li · 11 years ago
  85. 944fcfc f2fs: check the blocksize before calling generic_direct_IO path by Jaegeuk Kim · 11 years ago
  86. 1ec7908 f2fs: should put the dnode when NEW_ADDR is detected by Jaegeuk Kim · 11 years ago
  87. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  88. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  89. 940a6d3 f2fs: move all the bio initialization into __bio_alloc by Gu Zheng · 11 years ago
  90. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  91. 76130cc f2fs: fix the location of tracepoint by Jaegeuk Kim · 11 years ago
  92. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  93. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  94. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  95. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  96. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  97. 1069bbf f2fs: check return value of f2fs_readpage in find_data_page by Chao Yu · 11 years ago
  98. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  99. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  100. d4d288b f2fs: adds a tracepoint for f2fs_submit_read_bio by Chao Yu · 11 years ago