1. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  2. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  3. b56ab83 f2fs: avoid mark_inode_dirty by Jaegeuk Kim · 8 years ago
  4. 67c3758 f2fs: call update_inode_page for orphan inodes by Jaegeuk Kim · 8 years ago
  5. 1e7c48f f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode by Jaegeuk Kim · 8 years ago
  6. 9a449e9 f2fs: remove obsolete parameter in f2fs_truncate by Jaegeuk Kim · 8 years ago
  7. 53aa6bb f2fs: inject to produce some orphan inodes by Jaegeuk Kim · 8 years ago
  8. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  9. 0f18b46 f2fs: flush inode metadata when checkpoint is doing by Jaegeuk Kim · 8 years ago
  10. 205b982 f2fs: call mark_inode_dirty_sync for i_field changes by Jaegeuk Kim · 8 years ago
  11. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  12. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  13. 29234b1 f2fs: don't worry about inode leak in evict_inode by Jaegeuk Kim · 8 years ago
  14. 4c0c294 f2fs: retry to truncate blocks in -ENOMEM case by Jaegeuk Kim · 8 years ago
  15. 221149c f2fs: revisit error handling flows by Jaegeuk Kim · 8 years ago
  16. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  17. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 8 years ago
  18. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 8 years ago
  19. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 8 years ago
  20. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  21. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 8 years ago
  22. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 8 years ago
  23. ed3d125 f2fs: load largest extent all the time by Jaegeuk Kim · 8 years ago
  24. c227f91 f2fs: record dirty status of regular/symlink inode by Chao Yu · 8 years ago
  25. a49324f f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry by Chao Yu · 9 years ago
  26. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  27. c5cd29d f2fs: no need to lock for update_inode_page all the time by Jaegeuk Kim · 9 years ago
  28. 13ec729 f2fs: fix to release inode correctly by Chao Yu · 9 years ago
  29. 6a67885 f2fs: atomically set inode->i_flags by Zhang Zhen · 9 years ago
  30. e4e7627 f2fs: fix inline data/dentry stat number leak by Chao Yu · 9 years ago
  31. 55f57d2 f2fs: fix double lock in handle_failed_inode by Chao Yu · 9 years ago
  32. d5e8f6c f2fs: stat inline xattr inode number by Chao Yu · 9 years ago
  33. 3e72f72 f2fs: use extent_cache by default by Jaegeuk Kim · 9 years ago
  34. c9b63bd f2fs: avoid to use failed inode immediately by Jaegeuk Kim · 9 years ago
  35. 26bf3dc f2fs crypto: use per-inode tfm structure by Jaegeuk Kim · 9 years ago
  36. cbaf042 f2fs crypto: add symlink encryption by Jaegeuk Kim · 9 years ago
  37. fcc85a4 f2fs crypto: activate encryption support for fs APIs by Jaegeuk Kim · 9 years ago
  38. adad81e f2fs: fix sparse warnings by Jaegeuk Kim · 9 years ago
  39. 0bdee48 f2fs: preserve extent info for extent cache by Chao Yu · 9 years ago
  40. 028a41e f2fs: initialize extent tree with on-disk extent info of inode by Chao Yu · 9 years ago
  41. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 9 years ago
  42. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 9 years ago
  43. 0c872e2 f2fs: move ext_lock out of struct extent_info by Chao Yu · 9 years ago
  44. 9e5ba77 f2fs: get rid of kzalloc in __recover_inline_status by Chao Yu · 9 years ago
  45. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  46. 9d1015d f2fs: count inline_xx in do_read_inode by Jaegeuk Kim · 10 years ago
  47. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  48. e7a2bf2 f2fs: fix counting inline_data inode numbers by Jaegeuk Kim · 10 years ago
  49. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  50. a78186e f2fs: use highmem for directory pages by Jaegeuk Kim · 10 years ago
  51. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  52. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  53. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  54. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  55. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  56. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  57. 002a41c f2fs: invalidate xattr node page when evict inode by Chao Yu · 10 years ago
  58. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  59. dbf20cb f2fs: avoid use invalid mapping of node_inode when evict meta inode by Chao Yu · 10 years ago
  60. d6b7d4b f2fs: check lower bound nid value in check_nid_range by Chao Yu · 10 years ago
  61. 8198899 f2fs: deactivate inode page if the inode is evicted by Jaegeuk Kim · 10 years ago
  62. 8abfb36 f2fs: atomically set inode->i_flags in f2fs_set_inode_flags() by Zhang Zhen · 10 years ago
  63. 3021112 Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  64. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  65. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 10 years ago
  66. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  67. 744602c f2fs: update_inode_page should be done all the time by Jaegeuk Kim · 10 years ago
  68. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 10 years ago
  69. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 10 years ago
  70. 0dbdc2a f2fs: add the number of inline_data files to status info by Jaegeuk Kim · 11 years ago
  71. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 10 years ago
  72. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  73. 3d1e380 f2fs: fix to store and retrieve i_rdev correctly by Jaegeuk Kim · 11 years ago
  74. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  75. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  76. 92c4342 f2fs: avoid writing inode redundantly when creating a file by Jin Xu · 11 years ago
  77. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  78. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  79. b378387 f2fs: avoid freqeunt write_inode calls by Jaegeuk Kim · 11 years ago
  80. b638f0c f2fs: fix wrong condition check by Jaegeuk Kim · 11 years ago
  81. 6f85b35 f2fs: avoid RECLAIM_FS-ON-W: deadlock by Jaegeuk Kim · 11 years ago
  82. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 11 years ago
  83. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  84. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 11 years ago
  85. 064e082 f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode by Namjae Jeon · 11 years ago
  86. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 11 years ago
  87. d6212a5 f2fs: add un/freeze_fs into super_operations by Changman Lee · 11 years ago
  88. 7d79e75 f2fs: save device node number into f2fs_inode by Changman Lee · 11 years ago
  89. 7d82db8 f2fs: add f2fs_balance_fs in several interfaces by Jaegeuk Kim · 11 years ago
  90. 398b1ac f2fs: fix handling errors got by f2fs_write_inode by Jaegeuk Kim · 11 years ago
  91. 6666e6a f2fs: fix tracking parent inode number by Jaegeuk Kim · 12 years ago
  92. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  93. 19f99ce f2fs: add core inode operations by Jaegeuk Kim · 12 years ago