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