1. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 11 years ago
  2. c1ef3725 f2fs: move alloc new orphan node out of lock protection region by Gu Zheng · 11 years ago
  3. 4531929 f2fs: move grabing orphan pages out of protection region by Gu Zheng · 11 years ago
  4. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  5. b1c57c1 f2fs: add a sysfs entry to control max_victim_search by Jaegeuk Kim · 11 years ago
  6. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 11 years ago
  7. 04a17fb f2fs: avoid to read inline data except first page by Chao Yu · 11 years ago
  8. 18309aa f2fs: avoid to left uninitialized data in page when read inline data by Chao Yu · 11 years ago
  9. a225dca f2fs: fix truncate_partial_nodes bug by shifei10.ge · 11 years ago
  10. a886537 f2fs: handle errors correctly during f2fs_reserve_block by Jaegeuk Kim · 11 years ago
  11. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  12. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  13. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  14. 26f466f f2fs: call f2fs_put_page at the error case by Jaegeuk Kim · 11 years ago
  15. 8230a0a f2fs: convert inline_data for punch_hole by Jaegeuk Kim · 11 years ago
  16. f185ff9 f2fs: don't need to get f2fs_lock_op for the inline_data test by Jaegeuk Kim · 11 years ago
  17. 9ffe0fb f2fs: handle inline data operations by Huajun Li · 11 years ago
  18. e18c65b f2fs: key functions to handle inline data by Huajun Li · 11 years ago
  19. 0d47c1a f2fs: convert max_orphans to a field of f2fs_sb_info by Gu Zheng · 11 years ago
  20. 944fcfc f2fs: check the blocksize before calling generic_direct_IO path by Jaegeuk Kim · 11 years ago
  21. 1ec7908 f2fs: should put the dnode when NEW_ADDR is detected by Jaegeuk Kim · 11 years ago
  22. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  23. d96b1431 f2fs: check filename length in recover_dentry by Chao Yu · 11 years ago
  24. deead09 f2fs: avoid to set wrong pino of inode when rename dir by Chao Yu · 11 years ago
  25. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  26. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  27. 940a6d3 f2fs: move all the bio initialization into __bio_alloc by Gu Zheng · 11 years ago
  28. 5459aa9 f2fs: write dirty meta pages collectively by Jaegeuk Kim · 11 years ago
  29. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  30. 216fbd6 f2fs: introduce sysfs entry to control in-place-update policy by Jaegeuk Kim · 11 years ago
  31. 5dcd8a7 f2fs: missing kmem_cache_destroy for discard_entry by Changman Lee · 11 years ago
  32. 76130cc f2fs: fix the location of tracepoint by Jaegeuk Kim · 11 years ago
  33. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  34. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  35. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  36. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  37. b9987a2 f2fs: avoid unneeded page release for correct _count of page by Chao Yu · 11 years ago
  38. a0acdfe f2fs: use inner macro GFP_F2FS_ZERO for simplification by Chao Yu · 11 years ago
  39. 40e1ebe f2fs: replace the debugfs_root with f2fs_debugfs_root by Younger Liu · 11 years ago
  40. c524723 f2fs: remove debufs dir if debugfs_create_file() failed by Younger Liu · 11 years ago
  41. 9af0ff1 f2fs: readahead contiguous pages for restore_node_summary by Chao Yu · 11 years ago
  42. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  43. 187b5b8 f2fs: remove the own bi_private allocation by Jaegeuk Kim · 11 years ago
  44. 8f99a94 f2fs: convert recover_orphan_inodes to void by Chao Yu · 11 years ago
  45. 1069bbf f2fs: check return value of f2fs_readpage in find_data_page by Chao Yu · 11 years ago
  46. 01d2d1a f2fs: use true and false for boolean variable by Chao Yu · 11 years ago
  47. aac4404 f2fs: correct type of wait in struct bio_private by Chao Yu · 11 years ago
  48. 6947eea f2fs: avoid to calculate incorrect max orphan number by Chao Yu · 11 years ago
  49. a66c7b2 f2fs: remove unneeded code in punch_hole by Chao Yu · 11 years ago
  50. 031fa8c f2fs: remove unnecessary condition checks by Jaegeuk Kim · 11 years ago
  51. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  52. 3679556 f2fs: fix a potential out of range issue by Gu Zheng · 11 years ago
  53. 0e80220 f2fs: remove unnecessary return value by Jaegeuk Kim · 11 years ago
  54. 8274de7 f2fs: add a new mount option: inline_data by Huajun Li · 11 years ago
  55. 1001b34 f2fs: add flags and helpers to support inline data by Huajun Li · 11 years ago
  56. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  57. a709f4a f2fs: add detailed information of bio types in the tracepoints by Jaegeuk Kim · 11 years ago
  58. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  59. 0daaad9 f2fs: avoid lock debugging overhead by Jaegeuk Kim · 11 years ago
  60. 74de593 f2fs: read contiguous sit entry pages by merging for mount performance by Chao Yu · 11 years ago
  61. d4d288b f2fs: adds a tracepoint for f2fs_submit_read_bio by Chao Yu · 11 years ago
  62. 87b8872 f2fs: adds a tracepoint for submit_read_page by Chao Yu · 11 years ago
  63. 61ae45c f2fs: simplify IS_DATASEG and IS_NODESEG macro by Changman Lee · 11 years ago
  64. 7107e0a f2fs: merge read IOs at ra_nat_pages() by Jaegeuk Kim · 11 years ago
  65. 924b720 f2fs: add a new function to support for merging contiguous read by Chao Yu · 11 years ago
  66. ce3b7d8 f2fs: move the list_head initialization into the lock protection region by Gu Zheng · 11 years ago
  67. 502c6e0 f2fs: simplify write_orphan_inodes for better readable by Gu Zheng · 11 years ago
  68. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  69. da19b0d f2fs: convert dev_valid_block_count to void by Gu Zheng · 11 years ago
  70. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  71. 1ff7bd3 f2fs: introduce a bio array for per-page write bios by Jaegeuk Kim · 11 years ago
  72. c11abd1 f2fs: disable the extent cache ops on high fragmented files by Jaegeuk Kim · 11 years ago
  73. 971767c f2fs: use sbi->write_mutex for write bios by Jaegeuk Kim · 11 years ago
  74. 7d5e510 f2fs: clean up the do_submit_bio flow by Jaegeuk Kim · 11 years ago
  75. 75c3c8b f2fs: use f2fs_put_page to release page for uniform style by Chao Yu · 11 years ago
  76. 1661d07 f2fs: add a tracepoint for f2fs_issue_discard by Jaegeuk Kim · 11 years ago
  77. 3720887 f2fs: introduce f2fs_issue_discard() to clean up by Jaegeuk Kim · 11 years ago
  78. 7ac8c3b f2fs: add a sysfs entry to control max_discards by Jaegeuk Kim · 11 years ago
  79. b295555 f2fs: add key functions for small discards by Jaegeuk Kim · 11 years ago
  80. 7fd9e54 f2fs: add a slab cache entry for small discards by Jaegeuk Kim · 11 years ago
  81. e81c93c f2fs: improve searching speed of __next_free_blkoff by Changman Lee · 11 years ago
  82. 9a7f143 f2fs: introduce __find_rev_next(_zero)_bit by Changman Lee · 11 years ago
  83. 29e59c1 f2fs: issue more large discard command by Changman Lee · 11 years ago
  84. 1d15bd2 f2fs: fix memory leak after kobject init failed in fill_super by Chao Yu · 11 years ago
  85. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  86. 3b03f72 f2fs: avoid to use a NULL point in destroy_segment_manager by Chao Yu · 11 years ago
  87. 4bf08ff f2fs: remove unnecessary TestClearPageError when wait pages writeback by Chao Yu · 11 years ago
  88. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  89. 44c60bf f2fs: check all ones or zeros bitmap with bitops for better mount performance by Chao Yu · 11 years ago
  90. 9a47938 f2fs: change the method of calculating the number summary blocks by Fan Li · 11 years ago
  91. cc3de6a f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattr by Chao Yu · 11 years ago
  92. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  93. 3b218e3 f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON control by Jaegeuk Kim · 11 years ago
  94. 2ed2d5b f2fs: fix a deadlock during init_acl procedure by Jaegeuk Kim · 11 years ago
  95. b8b60e1 f2fs: clean up acl flow for better readability by Jaegeuk Kim · 11 years ago
  96. 4625d6a f2fs: remove unnecessary segment bitmap updates by Changman Lee · 11 years ago
  97. e943a10 f2fs: add tracepoint for vm_page_mkwrite by Jaegeuk Kim · 11 years ago
  98. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  99. e8d61a7 f2fs: remove redundant set_page_dirty from write_compacted_summaries by Chao Yu · 11 years ago
  100. ea91e9b f2fs: add reclaiming control by sysfs by Jaegeuk Kim · 11 years ago