1. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  2. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  3. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  4. 309cc2b f2fs: refactor flush_nat_entries to remove costly reorganizing ops by Jaegeuk Kim · 10 years ago
  5. 4b2fecc f2fs: introduce FITRIM in f2fs_ioctl by Jaegeuk Kim · 10 years ago
  6. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  7. c52e1b1 f2fs: remove redundant operation during roll-forward recovery by Jaegeuk Kim · 10 years ago
  8. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  9. 4c521f49 f2fs: use meta_inode cache to improve roll-forward speed by Jaegeuk Kim · 10 years ago
  10. c1ce1b0 f2fs: give an option to enable in-place-updates during fsync to users by Jaegeuk Kim · 10 years ago
  11. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  12. 721bd4d f2fs: use lock-less list(llist) to simplify the flush cmd management by Gu Zheng · 10 years ago
  13. 184a5cd f2fs: refactor flush_sit_entries codes for reducing SIT writes by Chao Yu · 10 years ago
  14. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  15. 2ae4c67 f2fs: retain inconsistency information to initiate fsck.f2fs by Jaegeuk Kim · 10 years ago
  16. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  17. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  18. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  19. b3fe0a0 f2fs: add WARN_ON in f2fs_bug_on by Jaegeuk Kim · 10 years ago
  20. 1e968fd f2fs: introduce f2fs_cp_error for readability by Jaegeuk Kim · 10 years ago
  21. 6f12ac2 f2fs: trigger release_dirty_inode in f2fs_put_super by Jaegeuk Kim · 10 years ago
  22. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  23. 0342fd3 f2fs: make clear on test condition and return types by Jaegeuk Kim · 10 years ago
  24. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  25. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  26. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  27. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  28. 65b85cc f2fs: fix coding style by Jaegeuk Kim · 10 years ago
  29. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  30. 61e0f2d f2fs: test before set/clear bits by Jaegeuk Kim · 10 years ago
  31. ea1aa12 f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 10 years ago
  32. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  33. 39efac4 f2fs: use radix_tree for ino management by Jaegeuk Kim · 10 years ago
  34. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  35. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  36. 4b2868a f2fs: remove the unused stat_lock by Gu Zheng · 10 years ago
  37. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago
  38. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  39. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  40. b97a9b5 f2fs: introduce f2fs_do_tmpfile for code consistency by Jaegeuk Kim · 10 years ago
  41. d6b7d4b f2fs: check lower bound nid value in check_nid_range by Chao Yu · 10 years ago
  42. 8bc6f60 f2fs: remove unused variables in f2fs_sm_info by Chao Yu · 10 years ago
  43. 9ab7013 f2fs: support f2fs_fiemap by Jaegeuk Kim · 10 years ago
  44. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  45. 1dbe415 f2fs: large volume support by Changman Lee · 10 years ago
  46. 8aa6f1c f2fs: fix to truncate inline data in inode page when setattr by Chao Yu · 10 years ago
  47. 817202d9 f2fs: readahead multi pages of directory for performance by Chao Yu · 10 years ago
  48. 267378d f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek by Chao Yu · 10 years ago
  49. 2163d19 f2fs: introduce help function {create,destroy}_flush_cmd_control by Gu Zheng · 10 years ago
  50. a688b9d9e f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields by Gu Zheng · 10 years ago
  51. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  52. 7ee0eea f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 10 years ago
  53. 876dc59 f2fs: add the flush_merge handle in the remount flow by Gu Zheng · 10 years ago
  54. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 10 years ago
  55. 1e87a78 f2fs: avoid to conduct roll-forward due to the remained garbage blocks by Jaegeuk Kim · 10 years ago
  56. 6b4afdd f2fs: introduce f2fs_issue_flush to avoid redundant flush issue by Jaegeuk Kim · 10 years ago
  57. df0f8dc f2fs: avoid unnecessary bio submit when wait page writeback by Chao Yu · 10 years ago
  58. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  59. d928bfb f2fs: introduce fi->i_sem to protect fi's info by Jaegeuk Kim · 10 years ago
  60. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  61. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 10 years ago
  62. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  63. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 10 years ago
  64. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 10 years ago
  65. 695fd1e f2fs: use existing macro to clean up some codes by Chao Yu · 10 years ago
  66. 81c1a0f1 f2fs: readahead contiguous SSA blocks for f2fs_gc by Chao Yu · 10 years ago
  67. ab9fa66 f2fs: add an sysfs entry to control the directory level by Jaegeuk Kim · 10 years ago
  68. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  69. 8b8343f f2fs: implement a lock-free stat_show by Jaegeuk Kim · 10 years ago
  70. 8a7ed66 f2fs: introduce a radix_tree for the free_nid list by Jaegeuk Kim · 10 years ago
  71. f978f5a f2fs: introduce help macro on_build_free_nids() by Gu Zheng · 10 years ago
  72. 942e0be f2fs: show counts of checkpoint in status by Changman Lee · 10 years ago
  73. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 10 years ago
  74. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  75. 1b1f559 f2fs: remove the ugly pointer conversion by Jaegeuk Kim · 10 years ago
  76. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 10 years ago
  77. 5e44381 f2fs: handle dirty segments inside refresh_sit_entry by Jaegeuk Kim · 10 years ago
  78. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 10 years ago
  79. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  80. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  81. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 10 years ago
  82. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 10 years ago
  83. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 10 years ago
  84. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 10 years ago
  85. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 10 years ago
  86. b1c57c1 f2fs: add a sysfs entry to control max_victim_search by Jaegeuk Kim · 10 years ago
  87. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 10 years ago
  88. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  89. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  90. 9e09fc8 f2fs: refactor f2fs_convert_inline_data by Jaegeuk Kim · 11 years ago
  91. e18c65b f2fs: key functions to handle inline data by Huajun Li · 11 years ago
  92. 0d47c1a f2fs: convert max_orphans to a field of f2fs_sb_info by Gu Zheng · 11 years ago
  93. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  94. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  95. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  96. bfad7c2 f2fs: introduce a new direct_IO write path by Jaegeuk Kim · 11 years ago
  97. 216fbd6 f2fs: introduce sysfs entry to control in-place-update policy by Jaegeuk Kim · 11 years ago
  98. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  99. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  100. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago