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