1. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  2. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  3. 4b2868a f2fs: remove the unused stat_lock by Gu Zheng · 10 years ago
  4. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago
  5. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  6. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  7. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  8. d6b7d4b f2fs: check lower bound nid value in check_nid_range by Chao Yu · 10 years ago
  9. 8bc6f60 f2fs: remove unused variables in f2fs_sm_info by Chao Yu · 10 years ago
  10. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  11. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  12. 1dbe415 f2fs: large volume support by Changman Lee · 10 years ago
  13. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 10 years ago
  14. 817202d9 f2fs: readahead multi pages of directory for performance by Chao Yu · 10 years ago
  15. 267378d f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek by Chao Yu · 10 years ago
  16. 2163d19 f2fs: introduce help function {create,destroy}_flush_cmd_control by Gu Zheng · 10 years ago
  17. a688b9d9e f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields by Gu Zheng · 10 years ago
  18. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  19. 7ee0eea f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 10 years ago
  20. 876dc59 f2fs: add the flush_merge handle in the remount flow by Gu Zheng · 10 years ago
  21. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 10 years ago
  22. 1e87a78 f2fs: avoid to conduct roll-forward due to the remained garbage blocks by Jaegeuk Kim · 10 years ago
  23. 6b4afdd f2fs: introduce f2fs_issue_flush to avoid redundant flush issue by Jaegeuk Kim · 10 years ago
  24. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 10 years ago
  25. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  26. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  27. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  28. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 10 years ago
  29. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  30. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 10 years ago
  31. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 10 years ago
  32. 695fd1e f2fs: use existing macro to clean up some codes by Chao Yu · 10 years ago
  33. 81c1a0f1 f2fs: readahead contiguous SSA blocks for f2fs_gc by Chao Yu · 10 years ago
  34. ab9fa66 f2fs: add an sysfs entry to control the directory level by Jaegeuk Kim · 10 years ago
  35. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  36. 8b8343f f2fs: implement a lock-free stat_show by Jaegeuk Kim · 10 years ago
  37. 8a7ed66 f2fs: introduce a radix_tree for the free_nid list by Jaegeuk Kim · 10 years ago
  38. f978f5a f2fs: introduce help macro on_build_free_nids() by Gu Zheng · 10 years ago
  39. 942e0be f2fs: show counts of checkpoint in status by Changman Lee · 10 years ago
  40. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 10 years ago
  41. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  42. 1b1f559 f2fs: remove the ugly pointer conversion by Jaegeuk Kim · 10 years ago
  43. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 10 years ago
  44. 5e44381 f2fs: handle dirty segments inside refresh_sit_entry by Jaegeuk Kim · 10 years ago
  45. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 10 years ago
  46. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  48. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 10 years ago
  49. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 10 years ago
  50. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 10 years ago
  51. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 10 years ago
  52. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 10 years ago
  53. b1c57c1 f2fs: add a sysfs entry to control max_victim_search by Jaegeuk Kim · 10 years ago
  54. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 10 years ago
  55. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  56. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  57. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  58. e18c65b f2fs: key functions to handle inline data by Huajun Li · 11 years ago
  59. 0d47c1a f2fs: convert max_orphans to a field of f2fs_sb_info by Gu Zheng · 11 years ago
  60. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  61. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  62. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  63. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  64. 216fbd6 f2fs: introduce sysfs entry to control in-place-update policy by Jaegeuk Kim · 11 years ago
  65. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  66. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  67. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  68. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  69. 8f99a94 f2fs: convert recover_orphan_inodes to void by Chao Yu · 11 years ago
  70. 031fa8c f2fs: remove unnecessary condition checks by Jaegeuk Kim · 11 years ago
  71. 0e80220 f2fs: remove unnecessary return value by Jaegeuk Kim · 11 years ago
  72. 1001b34 f2fs: add flags and helpers to support inline data by Huajun Li · 11 years ago
  73. b600965 f2fs: add a new function: f2fs_reserve_block() by Huajun Li · 11 years ago
  74. 0daaad9 f2fs: avoid lock debugging overhead by Jaegeuk Kim · 11 years ago
  75. 924b720 f2fs: add a new function to support for merging contiguous read by Chao Yu · 11 years ago
  76. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  77. da19b0d f2fs: convert dev_valid_block_count to void by Gu Zheng · 11 years ago
  78. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  79. 1ff7bd3 f2fs: introduce a bio array for per-page write bios by Jaegeuk Kim · 11 years ago
  80. c11abd1 f2fs: disable the extent cache ops on high fragmented files by Jaegeuk Kim · 11 years ago
  81. 971767c f2fs: use sbi->write_mutex for write bios by Jaegeuk Kim · 11 years ago
  82. 7d5e510 f2fs: clean up the do_submit_bio flow by Jaegeuk Kim · 11 years ago
  83. 7fd9e54 f2fs: add a slab cache entry for small discards by Jaegeuk Kim · 11 years ago
  84. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  85. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  86. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  87. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  88. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  89. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  90. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  91. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  92. e234088 f2fs: avoid wait if IO end up when do_checkpoint for better performance by Gu Zheng · 11 years ago
  93. b1838f8 f2fs: fix the starvation problem on cp_rwsem by Jaegeuk Kim · 11 years ago
  94. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  95. e76eebe f2fs: optimize fs_lock for better performance by Yu Chao · 11 years ago
  96. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  97. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  98. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  99. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  100. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago