1. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  2. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 9 years ago
  3. da5af12 f2fs: recognize encrypted data in f2fs_fiemap by Chao Yu · 9 years ago
  4. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 9 years ago
  5. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 9 years ago
  6. 7612118 f2fs: check the page status filled from disk by Jaegeuk Kim · 9 years ago
  7. de1475c f2fs: read isize while holding i_mutex in fiemap by Fan Li · 9 years ago
  8. e0afc4d f2fs: introduce max_file_blocks in sbi by Chao Yu · 9 years ago
  9. 8d4ea29 f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  10. 819d915 f2fs: use i_size_read to get i_size by Jaegeuk Kim · 9 years ago
  11. 179448b f2fs: add a max block check for get_data_block_bmap by Yunlei He · 9 years ago
  12. 9a950d5 f2fs: fix bugs and simplify codes of f2fs_fiemap by Fan Li · 9 years ago
  13. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  14. b4d07a3 f2fs: avoid f2fs_lock_op in f2fs_write_begin by Jaegeuk Kim · 9 years ago
  15. 2aadac0 f2fs: introduce prepare_write_begin to clean up by Jaegeuk Kim · 9 years ago
  16. 2a34076 f2fs: call f2fs_balance_fs only when node was changed by Jaegeuk Kim · 9 years ago
  17. 3104af3 f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks by Chao Yu · 9 years ago
  18. 93bae09 f2fs: record node block allocation in dnode_of_data by Jaegeuk Kim · 9 years ago
  19. b9d777b f2fs: check inline_data flag at converting time by Jaegeuk Kim · 9 years ago
  20. 7df3a43 f2fs: optimize the flow of f2fs_map_blocks by Fan Li · 9 years ago
  21. c227f91 f2fs: record dirty status of regular/symlink inode by Chao Yu · 9 years ago
  22. 9006f2c f2fs: kill f2fs_drop_largest_extent by Chao Yu · 9 years ago
  23. eb7e813 f2fs: fix to remove directory inode from dirty list by Chao Yu · 9 years ago
  24. d323d00 f2fs: support file defragment by Chao Yu · 9 years ago
  25. 2da3e027 f2fs: commit atomic written page in LFS mode by Chao Yu · 9 years ago
  26. 67f8cf3c f2fs: support fiemap for inline_data by Jaegeuk Kim · 9 years ago
  27. 1d373a0 f2fs: flush dirty data for bmap by Jaegeuk Kim · 9 years ago
  28. 08b39fb f2fs crypto: fix racing of accessing encrypted page among by Chao Yu · 9 years ago
  29. b8c2940 f2fs: add a tracepoint for f2fs_read_data_pages by Chao Yu · 9 years ago
  30. a56c7c6 f2fs: set GFP_NOFS for grab_cache_page by Jaegeuk Kim · 9 years ago
  31. a125702 Revert "f2fs: do not skip dentry block writes" by Jaegeuk Kim · 9 years ago
  32. 90b803e f2fs: do not skip dentry block writes by Jaegeuk Kim · 9 years ago
  33. 46c9e14 f2fs: use correct flag in f2fs_map_blocks() by Chao Yu · 9 years ago
  34. f981170 f2fs: fix to handle io error in ->direct_IO by Chao Yu · 9 years ago
  35. 973163f f2fs: reorganize f2fs_map_blocks by Chao Yu · 9 years ago
  36. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  37. 4c12ab7 Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  38. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  39. e2b4e2b f2fs: fix incorrect mapping for bmap by Chao Yu · 9 years ago
  40. 740432f f2fs: handle failed bio allocation by Jaegeuk Kim · 9 years ago
  41. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  42. decd36b f2fs: remove inmem radix tree by Chao Yu · 9 years ago
  43. c15e859 f2fs: report EINVAL for unalignment direct IO by Chao Yu · 9 years ago
  44. 759af1c f2fs: use extent cache to optimize f2fs_reserve_block by Fan Li · 9 years ago
  45. 470f00e f2fs: fix to release inode page correctly by Chao Yu · 9 years ago
  46. 5768dcd f2fs: change the timing of f2fs_wait_on_page_writeback by Fan Li · 9 years ago
  47. 6a29054 f2fs: skip writing in ->writepages when no dirty pages exist by Chao Yu · 9 years ago
  48. 737f189 f2fs: optimize f2fs_write_cache_pages by Tiezhu Yang · 9 years ago
  49. 86531d6 f2fs: callers take care of the page from bio error by Jaegeuk Kim · 9 years ago
  50. 8f46dca f2fs: expose f2fs_write_cache_pages by Chao Yu · 9 years ago
  51. a28ef1f f2fs: maintain extent cache in separated file by Chao Yu · 9 years ago
  52. 3c7df87 f2fs: don't try to split extents shorter than F2FS_MIN_EXTENT_LEN by Fan Li · 9 years ago
  53. 90d4388 f2fs: fix to update page flag by Chao Yu · 9 years ago
  54. 7023a1a f2fs: shrink unreferenced extent_caches first by Jaegeuk Kim · 9 years ago
  55. bb96a8d f2fs: enhance multithread performance by Chao Yu · 9 years ago
  56. 84bc926 f2fs: check the largest extent at look-up time by Jaegeuk Kim · 9 years ago
  57. 3e72f72 f2fs: use extent_cache by default by Jaegeuk Kim · 9 years ago
  58. 554df79 f2fs: shrink extent_cache entries by Jaegeuk Kim · 9 years ago
  59. 244f4fc f2fs: set cached_en after checking finally by Jaegeuk Kim · 9 years ago
  60. cbe9192 f2fs: update on-disk extents even under extent_cache by Jaegeuk Kim · 9 years ago
  61. 7a2cb67 f2fs: fix wrong block address calculation for a split extent by Jaegeuk Kim · 9 years ago
  62. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  63. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  64. 1237702 f2fs: avoid duplicated code by reusing f2fs_read_end_io by Chao Yu · 9 years ago
  65. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  66. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  67. 7f63eb7 f2fs: report unwritten area in f2fs_fiemap by Jaegeuk Kim · 9 years ago
  68. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  69. 01f2861 f2fs: fix race on allocating and deallocating a dentry block by Jaegeuk Kim · 9 years ago
  70. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  71. f1e8866 f2fs: expose f2fs_mpage_readpages by Jaegeuk Kim · 10 years ago
  72. 003a3e1 f2fs: add f2fs_map_blocks by Jaegeuk Kim · 10 years ago
  73. 5463e7c Revert "f2fs: enhance multi-threads performance" by Jaegeuk Kim · 9 years ago
  74. 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
  75. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  76. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  77. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  78. 1b3e27a f2fs: limit b_size of mapped bh in f2fs_map_bh by Chao Yu · 10 years ago
  79. df6136e f2fs: preallocate fallocated blocks for direct IO by Chao Yu · 10 years ago
  80. 0bdee48 f2fs: preserve extent info for extent cache by Chao Yu · 10 years ago
  81. 028a41e f2fs: initialize extent tree with on-disk extent info of inode by Chao Yu · 10 years ago
  82. 93dfc52 f2fs: introduce __{find,grab}_extent_tree by Chao Yu · 10 years ago
  83. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 10 years ago
  84. 8ce67cb f2fs: add some tracepoints to debug volatile and atomic writes by Jaegeuk Kim · 10 years ago
  85. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 10 years ago
  86. 78373b7 f2fs: enhance multi-threads performance by Jaegeuk Kim · 10 years ago
  87. 3402e87 f2fs: set buffer_new when new blocks are allocated by Jaegeuk Kim · 10 years ago
  88. d6d4f1c f2fs: fix to check current blkaddr in __allocate_data_blocks by Chao Yu · 10 years ago
  89. d5669f7 f2fs: avoid to trigger writepage during POR by Jaegeuk Kim · 10 years ago
  90. b7f204c f2fs: check its block allocation to avoid producing wrong dirty pages by Jaegeuk Kim · 10 years ago
  91. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 10 years ago
  92. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  93. cb3bc9e f2fs: use extent cache for dir by Chao Yu · 10 years ago
  94. 91c5d9b f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache by Chao Yu · 10 years ago
  95. 62c8af6 f2fs: support fast lookup in extent cache by Chao Yu · 10 years ago
  96. 1ec4610 f2fs: add trace for rb-tree extent cache ops by Chao Yu · 10 years ago
  97. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 10 years ago
  98. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  99. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  100. a2e7d1b f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache by Chao Yu · 10 years ago