1. 1069bbf f2fs: check return value of f2fs_readpage in find_data_page by Chao Yu · 11 years ago
  2. 01d2d1a f2fs: use true and false for boolean variable by Chao Yu · 11 years ago
  3. aac4404 f2fs: correct type of wait in struct bio_private by Chao Yu · 11 years ago
  4. 6947eea f2fs: avoid to calculate incorrect max orphan number by Chao Yu · 11 years ago
  5. a66c7b2 f2fs: remove unneeded code in punch_hole by Chao Yu · 11 years ago
  6. 031fa8c f2fs: remove unnecessary condition checks by Jaegeuk Kim · 11 years ago
  7. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  8. 3679556 f2fs: fix a potential out of range issue by Gu Zheng · 11 years ago
  9. 0e80220 f2fs: remove unnecessary return value by Jaegeuk Kim · 11 years ago
  10. 8274de7 f2fs: add a new mount option: inline_data by Huajun Li · 11 years ago
  11. 1001b34 f2fs: add flags and helpers to support inline data by Huajun Li · 11 years ago
  12. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  13. a709f4a f2fs: add detailed information of bio types in the tracepoints by Jaegeuk Kim · 11 years ago
  14. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  15. 0daaad9 f2fs: avoid lock debugging overhead by Jaegeuk Kim · 11 years ago
  16. 74de593 f2fs: read contiguous sit entry pages by merging for mount performance by Chao Yu · 11 years ago
  17. d4d288b f2fs: adds a tracepoint for f2fs_submit_read_bio by Chao Yu · 11 years ago
  18. 87b8872 f2fs: adds a tracepoint for submit_read_page by Chao Yu · 11 years ago
  19. 61ae45c f2fs: simplify IS_DATASEG and IS_NODESEG macro by Changman Lee · 11 years ago
  20. 7107e0a f2fs: merge read IOs at ra_nat_pages() by Jaegeuk Kim · 11 years ago
  21. 924b720 f2fs: add a new function to support for merging contiguous read by Chao Yu · 11 years ago
  22. ce3b7d8 f2fs: move the list_head initialization into the lock protection region by Gu Zheng · 11 years ago
  23. 502c6e0 f2fs: simplify write_orphan_inodes for better readable by Gu Zheng · 11 years ago
  24. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  25. da19b0d f2fs: convert dev_valid_block_count to void by Gu Zheng · 11 years ago
  26. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  27. 1ff7bd3 f2fs: introduce a bio array for per-page write bios by Jaegeuk Kim · 11 years ago
  28. c11abd1 f2fs: disable the extent cache ops on high fragmented files by Jaegeuk Kim · 11 years ago
  29. 971767c f2fs: use sbi->write_mutex for write bios by Jaegeuk Kim · 11 years ago
  30. 7d5e510 f2fs: clean up the do_submit_bio flow by Jaegeuk Kim · 11 years ago
  31. 75c3c8b f2fs: use f2fs_put_page to release page for uniform style by Chao Yu · 11 years ago
  32. 1661d07 f2fs: add a tracepoint for f2fs_issue_discard by Jaegeuk Kim · 11 years ago
  33. 3720887 f2fs: introduce f2fs_issue_discard() to clean up by Jaegeuk Kim · 11 years ago
  34. 7ac8c3b f2fs: add a sysfs entry to control max_discards by Jaegeuk Kim · 11 years ago
  35. b295555 f2fs: add key functions for small discards by Jaegeuk Kim · 11 years ago
  36. 7fd9e54 f2fs: add a slab cache entry for small discards by Jaegeuk Kim · 11 years ago
  37. e81c93c f2fs: improve searching speed of __next_free_blkoff by Changman Lee · 11 years ago
  38. 9a7f143 f2fs: introduce __find_rev_next(_zero)_bit by Changman Lee · 11 years ago
  39. 29e59c1 f2fs: issue more large discard command by Changman Lee · 11 years ago
  40. 1d15bd2 f2fs: fix memory leak after kobject init failed in fill_super by Chao Yu · 11 years ago
  41. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  42. 3b03f72 f2fs: avoid to use a NULL point in destroy_segment_manager by Chao Yu · 11 years ago
  43. 4bf08ff f2fs: remove unnecessary TestClearPageError when wait pages writeback by Chao Yu · 11 years ago
  44. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  45. 44c60bf f2fs: check all ones or zeros bitmap with bitops for better mount performance by Chao Yu · 11 years ago
  46. 9a47938 f2fs: change the method of calculating the number summary blocks by Fan Li · 11 years ago
  47. cc3de6a f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattr by Chao Yu · 11 years ago
  48. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  49. 3b218e3 f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON control by Jaegeuk Kim · 11 years ago
  50. 2ed2d5b f2fs: fix a deadlock during init_acl procedure by Jaegeuk Kim · 11 years ago
  51. b8b60e1 f2fs: clean up acl flow for better readability by Jaegeuk Kim · 11 years ago
  52. 4625d6a f2fs: remove unnecessary segment bitmap updates by Changman Lee · 11 years ago
  53. e943a10 f2fs: add tracepoint for vm_page_mkwrite by Jaegeuk Kim · 11 years ago
  54. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  55. e8d61a7 f2fs: remove redundant set_page_dirty from write_compacted_summaries by Chao Yu · 11 years ago
  56. ea91e9b f2fs: add reclaiming control by sysfs by Jaegeuk Kim · 11 years ago
  57. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  58. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  59. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  60. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  61. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  62. 435f2a1 f2fs: no need to check other dirty_segmap when the seg has been found by Haicheng Li · 11 years ago
  63. cffbfa6 f2fs: use true and false for boolean value by Haicheng Li · 11 years ago
  64. 87a9bd2 f2fs: avoid to write during the recovery by Jaegeuk Kim · 11 years ago
  65. e234088 f2fs: avoid wait if IO end up when do_checkpoint for better performance by Gu Zheng · 11 years ago
  66. 9076a75 f2fs: introduce function read_raw_super_block() by Gu Zheng · 11 years ago
  67. b1838f8 f2fs: fix the starvation problem on cp_rwsem by Jaegeuk Kim · 11 years ago
  68. 3d1e380 f2fs: fix to store and retrieve i_rdev correctly by Jaegeuk Kim · 11 years ago
  69. ccaaca2 f2fs: fix writing incorrect orphan blocks by Jaegeuk Kim · 11 years ago
  70. 5887d29 f2fs: avoid unnecessary checkpoints by Jaegeuk Kim · 11 years ago
  71. 4058c51 f2fs: handle remount options correctly by Kelly Anderson · 11 years ago
  72. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  73. 2e5558f f2fs: account for orphan inodes during recovery by Russ W. Knize · 11 years ago
  74. 52ab956 f2fs: don't GC or take an fs_lock from f2fs_initxattrs() by Russ Knize · 11 years ago
  75. 885166c f2fs: don't let the orphan inode counter underflow by Russ W. Knize · 11 years ago
  76. 691c6fd f2fs: remove unneeded write checkpoint in recover_fsync_data by Chao Yu · 11 years ago
  77. cc7b1bb f2fs: avoid allocating failure in bio_alloc by Chao Yu · 11 years ago
  78. a57e564 f2fs: optimize the victim searching loop slightly by Jin Xu · 11 years ago
  79. e76eebe f2fs: optimize fs_lock for better performance by Yu Chao · 11 years ago
  80. a26b7c8 f2fs: optimize gc for better performance by Jin Xu · 11 years ago
  81. 423e95c f2fs: merge more bios of node block writes by Jaegeuk Kim · 11 years ago
  82. 222cbdc f2fs: avoid an overflow during utilization calculation by Jaegeuk Kim · 11 years ago
  83. c34e333 f2fs: trigger GC when there are prefree segments by Jaegeuk Kim · 11 years ago
  84. 749ebfd f2fs: use strncasecmp() simplify the string comparison by Gu Zheng · 11 years ago
  85. 8cb8268 f2fs: fix omitting to update inode page by Jaegeuk Kim · 11 years ago
  86. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  87. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  88. dd9cfe2 f2fs: introduce __find_xattr for readability by Jaegeuk Kim · 11 years ago
  89. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  90. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  91. 6e6b978 f2fs: fix error return code in init_f2fs_fs() by Wei Yongjun · 11 years ago
  92. d59ff4d f2fs: fix wrong BUG_ON condition by Jaegeuk Kim · 11 years ago
  93. 9890ff3 f2fs: fix memory leak when init f2fs filesystem fail by Zhao Hongjiang · 11 years ago
  94. 7b40527 f2fs: fix a compound statement label error by Gu Zheng · 11 years ago
  95. 92c4342 f2fs: avoid writing inode redundantly when creating a file by Jin Xu · 11 years ago
  96. e27dae4 f2fs: alloc_page() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  97. 479bd73 f2fs: should cover i_xattr_nid with its xattr node page lock by Jaegeuk Kim · 11 years ago
  98. 9c02740 f2fs: check the free space first in new_node_page by Jaegeuk Kim · 11 years ago
  99. 41dfde1 f2fs: clean up the needless end 'return' of void function by Gu Zheng · 11 years ago
  100. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago