1. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  2. 9a4cbc9 f2fs: try to flush inode after merging inline data by Chao Yu · 9 years ago
  3. 41214b3 f2fs: show more info about superblock recovery by Chao Yu · 9 years ago
  4. 17d899d f2fs: fix the wrong stat count of calling gc by Chao Yu · 9 years ago
  5. 4ce5377 f2fs: remain last victim segment number ascending order by Jaegeuk Kim · 9 years ago
  6. 8060656 f2fs: reuse read_inline_data for f2fs_convert_inline_page by Shawn Lin · 9 years ago
  7. 993a049 f2fs: fix to delete old dirent in converted inline directory in ->rename by Chao Yu · 9 years ago
  8. 9def1e9 f2fs: detect error of update_dent_inode in ->rename by Chao Yu · 9 years ago
  9. 984ec63 f2fs: move sanity checking of cp into get_valid_checkpoint by Shawn Lin · 9 years ago
  10. 2b39e90 f2fs: slightly reorganize read_raw_super_block by Shawn Lin · 9 years ago
  11. 1515aef f2fs: reorder nat cache lock in cache_nat_entry by Chao Yu · 9 years ago
  12. b7ad751 f2fs: split journal cache from curseg cache by Chao Yu · 9 years ago
  13. e9f5b8b f2fs: enhance IO path with block plug by Chao Yu · 9 years ago
  14. dfc08a1 f2fs: introduce f2fs_journal struct to wrap journal info by Chao Yu · 9 years ago
  15. 922ec35 f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink by Chao Yu · 9 years ago
  16. ae10866 f2fs crypto: handle unexpected lack of encryption keys by Chao Yu · 9 years ago
  17. ed3360a f2fs crypto: make sure the encryption info is initialized on opendir(2) by Chao Yu · 9 years ago
  18. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  19. 29b96b5 f2fs: split drop_inmem_pages from commit_inmem_pages by Chao Yu · 9 years ago
  20. 7d9dfa1 f2fs: avoid garbage lenghs in dentries by Jaegeuk Kim · 9 years ago
  21. a263669 f2fs crypto: sync with ext4's fname padding by Jaegeuk Kim · 9 years ago
  22. 60b286c f2fs: use correct errno by Jaegeuk Kim · 9 years ago
  23. 745e849 f2fs crypto: add missing locking for keyring_key access by Jaegeuk Kim · 9 years ago
  24. 1dafa51 f2fs crypto: check for too-short encrypted file names by Jaegeuk Kim · 9 years ago
  25. ce855a3 f2fs crypto: f2fs_page_crypto() doesn't need a encryption context by Jaegeuk Kim · 9 years ago
  26. 0fac2d5 f2fs crypto: fix spelling typo in comment by Jaegeuk Kim · 9 years ago
  27. 66aa3e1 f2fs crypto: replace some BUG_ON()'s with error checks by Jaegeuk Kim · 9 years ago
  28. 8ef2af45 f2fs: increase i_size to avoid missing data by Jaegeuk Kim · 9 years ago
  29. 24b8491 f2fs: preallocate blocks for buffered aio writes by Jaegeuk Kim · 9 years ago
  30. b439b10 f2fs: move dio preallocation into f2fs_file_write_iter by Jaegeuk Kim · 9 years ago
  31. d31c7c3 f2fs: fix missing skip pages info by Yunlei He · 9 years ago
  32. 0c3a579 f2fs: introduce f2fs_submit_merged_bio_cond by Chao Yu · 9 years ago
  33. d48dfc2 f2fs: fix conflict on page->private usage by Jaegeuk Kim · 9 years ago
  34. 17c1912 f2fs: flush bios to handle cp_error in put_super by Jaegeuk Kim · 9 years ago
  35. fa3d2bd f2fs: wait on page's writeback in writepages path by Jaegeuk Kim · 9 years ago
  36. da85985 f2fs: speed up handling holes in fiemap by Chao Yu · 9 years ago
  37. 3cf4574 f2fs: introduce get_next_page_offset to speed up SEEK_DATA by Chao Yu · 9 years ago
  38. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  39. 5b8db7f f2fs: simplify __allocate_data_blocks by Chao Yu · 9 years ago
  40. 4fe71e8 f2fs: simplify f2fs_map_blocks by Chao Yu · 9 years ago
  41. 8f1dbbb f2fs: introduce lifetime write IO statistics by Shuoran Liu · 9 years ago
  42. 6fe2bc9 f2fs: give scheduling point in shrinking path by Jaegeuk Kim · 9 years ago
  43. 201ef5e f2fs: improve shrink performance of extent nodes by Hou Pengyang · 9 years ago
  44. 4292674 f2fs: don't set cached_en if it will be freed by Jaegeuk Kim · 9 years ago
  45. 43a2fa1 f2fs: move extent_node list operations being coupled with rbtree operation by Jaegeuk Kim · 9 years ago
  46. a03f01f f2fs: reconstruct the code to free an extent_node by Hou Pengyang · 9 years ago
  47. 7c50689 f2fs: use wq_has_sleeper for cp_wait wait_queue by Jaegeuk Kim · 9 years ago
  48. 688159b f2fs: avoid unnecessary search while finding victim in gc by Fan Li · 9 years ago
  49. 85ead81 f2fs: delete unnecessary wait for page writeback by Yunlei He · 9 years ago
  50. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  51. 718e53f f2fs: enhance foreground GC by Chao Yu · 9 years ago
  52. e3ef187 f2fs: don't need to call set_page_dirty for io error by Jaegeuk Kim · 9 years ago
  53. ae96e7bd f2fs: avoid needless sync_inode_page when reading inline_data by Jaegeuk Kim · 9 years ago
  54. 52f8033 f2fs: don't need to sync node page at every time by Jaegeuk Kim · 9 years ago
  55. 2049d4f f2fs: avoid multiple node page writes due to inline_data by Jaegeuk Kim · 9 years ago
  56. 3c082b7 f2fs: do f2fs_balance_fs when block is allocated by Jaegeuk Kim · 9 years ago
  57. 6e17bfb f2fs: fix to overcome inline_data floods by Jaegeuk Kim · 9 years ago
  58. 25c1355 f2fs: use writepages->lock for WB_SYNC_ALL by Jaegeuk Kim · 9 years ago
  59. b483fad f2fs: remove needless condition check by Jaegeuk Kim · 9 years ago
  60. 0ab1435 f2fs: correct search area in get_new_segment by Chao Yu · 9 years ago
  61. 2304cb0 f2fs: export dirty_nats_ratio in sysfs by Chao Yu · 9 years ago
  62. 7d768d2 f2fs: flush dirty nat entries when exceeding threshold by Chao Yu · 9 years ago
  63. 0fd785e f2fs: relocate is_merged_page by Chao Yu · 9 years ago
  64. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  65. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  66. f9a03ae Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  67. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  68. 447135a f2fs: should unset atomic flag after successful commit by Jaegeuk Kim · 9 years ago
  69. 1663cae f2fs: fix wrong memory condition check by Jaegeuk Kim · 9 years ago
  70. 42190d2 f2fs: monitor the number of background checkpoint by Jaegeuk Kim · 9 years ago
  71. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 9 years ago
  72. 6beceb5 f2fs: introduce time and interval facility by Jaegeuk Kim · 9 years ago
  73. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  74. 9b72a38 f2fs: skip releasing nodes in chindless extent tree by Chao Yu · 9 years ago
  75. 68e3538 f2fs: use atomic type for node count in extent tree by Chao Yu · 9 years ago
  76. da5af12 f2fs: recognize encrypted data in f2fs_fiemap by Chao Yu · 9 years ago
  77. 2c4db1a f2fs: clean up f2fs_balance_fs by Jaegeuk Kim · 9 years ago
  78. 2a4b8e9 f2fs: remove redundant calls by Jaegeuk Kim · 9 years ago
  79. 12719ae f2fs: avoid unnecessary f2fs_balance_fs calls by Jaegeuk Kim · 9 years ago
  80. 7612118 f2fs: check the page status filled from disk by Jaegeuk Kim · 9 years ago
  81. 0e022ea f2fs: introduce __get_node_page to reuse common code by Chao Yu · 9 years ago
  82. e8458725 f2fs: check node id earily when readaheading node page by Chao Yu · 9 years ago
  83. de1475c f2fs: read isize while holding i_mutex in fiemap by Fan Li · 9 years ago
  84. 957efb0 Revert "f2fs: check the node block address of newly allocated nid" by Jaegeuk Kim · 9 years ago
  85. a513119 f2fs: cover more area with nat_tree_lock by Jaegeuk Kim · 9 years ago
  86. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 10 years ago
  87. e0afc4d f2fs: introduce max_file_blocks in sbi by Chao Yu · 9 years ago
  88. 3a9e643 f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink by Chao Yu · 9 years ago
  89. 137d09f f2fs: introduce zombie list for fast shrinking extent trees by Jaegeuk Kim · 9 years ago
  90. c00ba55 f2fs: monitor zombie_tree count by Jaegeuk Kim · 9 years ago
  91. c46a155 f2fs: use IPU for fdatasync by Jaegeuk Kim · 9 years ago
  92. 8d4ea29 f2fs: write pending bios when cp_error is set by Jaegeuk Kim · 9 years ago
  93. 1f6fa26 f2fs: remove f2fs_bug_on in terms of max_depth by Jaegeuk Kim · 9 years ago
  94. 732d564 f2fs: fix f2fs_ioc_abort_volatile_write by Jaegeuk Kim · 9 years ago
  95. 4e0d836 f2fs: fix to skip recovering dot dentries in a readonly fs by Chao Yu · 9 years ago
  96. ed3d125 f2fs: load largest extent all the time by Jaegeuk Kim · 9 years ago
  97. 819d915 f2fs: use i_size_read to get i_size by Jaegeuk Kim · 9 years ago
  98. 8dc0d6a f2fs: early check broken symlink length in the encrypted case by Jaegeuk Kim · 9 years ago
  99. e96248b f2fs: clean up f2fs_ioc_write_checkpoint by Chao Yu · 9 years ago
  100. 179448b f2fs: add a max block check for get_data_block_bmap by Yunlei He · 9 years ago