1. 57e5055 f2fs crypto: add f2fs encryption facilities by Jaegeuk Kim · 9 years ago
  2. f424f66 f2fs crypto: add encryption policy and password salt support by Jaegeuk Kim · 9 years ago
  3. cde4de1 f2fs crypto: declare some definitions for f2fs encryption feature by Jaegeuk Kim · 9 years ago
  4. 7f63eb7 f2fs: report unwritten area in f2fs_fiemap by Jaegeuk Kim · 9 years ago
  5. 19f106b f2fs: introduce f2fs_replace_block() for reuse by Chao Yu · 9 years ago
  6. 402f721 f2fs: remove unneeded f2fs_make_empty declaration by Chao Yu · 9 years ago
  7. 836b5a6 f2fs: issue discard with finally produced len and minlen by Jaegeuk Kim · 9 years ago
  8. a66cdd9 f2fs: introduce discard_map for f2fs_trim_fs by Jaegeuk Kim · 9 years ago
  9. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  10. 2dcf51a f2fs: add need_dentry_mark by Jaegeuk Kim · 9 years ago
  11. eaa693f f2fs: introduce dot and dotdot name check by Jaegeuk Kim · 9 years ago
  12. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  13. 01b960e f2fs: add f2fs_may_inline_{data, dentry} by Jaegeuk Kim · 9 years ago
  14. 26d815ad f2fs: introduce f2fs_commit_super by Jaegeuk Kim · 9 years ago
  15. 003a3e1 f2fs: add f2fs_map_blocks by Jaegeuk Kim · 9 years ago
  16. 76f105a f2fs: add feature facility in superblock by Jaegeuk Kim · 9 years ago
  17. b5492af f2fs: move existing definitions into f2fs.h by Jaegeuk Kim · 9 years ago
  18. 2aa7c51 f2fs: make has_fsynced_inode static by Chao Yu · 9 years ago
  19. f0c9cad f2fs: use is_valid_blkaddr to verify blkaddr for readability by Chao Yu · 9 years ago
  20. 5463e7c Revert "f2fs: enhance multi-threads performance" by Jaegeuk Kim · 9 years ago
  21. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  22. 1002755 f2fs: pass checkpoint reason on roll-forward recovery by Jaegeuk Kim · 9 years ago
  23. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  24. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  25. 0bdee48 f2fs: preserve extent info for extent cache by Chao Yu · 10 years ago
  26. 028a41e f2fs: initialize extent tree with on-disk extent info of inode by Chao Yu · 10 years ago
  27. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 10 years ago
  28. 8ce67cb f2fs: add some tracepoints to debug volatile and atomic writes by Jaegeuk Kim · 10 years ago
  29. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 10 years ago
  30. 78373b7 f2fs: enhance multi-threads performance by Jaegeuk Kim · 10 years ago
  31. 0bfcfcc f2fs: fix to truncate inline data past EOF by Chao Yu · 10 years ago
  32. e123598 f2fs: add stat info for moved blocks by background gc by Changman Lee · 10 years ago
  33. 5514148 f2fs: introduce macro __cp_payload by Wanpeng Li · 10 years ago
  34. 1abff93 f2fs: support fs shutdown by Jaegeuk Kim · 10 years ago
  35. 62c8af6 f2fs: support fast lookup in extent cache by Chao Yu · 10 years ago
  36. 4bf6fd9 f2fs: show extent tree, node stat info in debugfs by Chao Yu · 10 years ago
  37. 8967215 f2fs: add a mount option for rb-tree extent cache by Chao Yu · 10 years ago
  38. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  39. 13054c5 f2fs: introduce infra macro and data structure of rb-tree extent cache by Chao Yu · 10 years ago
  40. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  41. 4d0b0bd f2fs: simplfy a field name in struct f2fs_extent,extent_info by Chao Yu · 10 years ago
  42. 0c872e2 f2fs: move ext_lock out of struct extent_info by Chao Yu · 10 years ago
  43. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 10 years ago
  44. 1753396 f2fs: remove unused inline_dentry_addr by Chao Yu · 10 years ago
  45. 29e7043 f2fs: fix sparse warnings by Jaegeuk Kim · 10 years ago
  46. bba681c f2fs: introduce a batched trim by Jaegeuk Kim · 10 years ago
  47. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  48. d24bdcb f2fs: show the number of writeback pages in stat by Jaegeuk Kim · 10 years ago
  49. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 10 years ago
  50. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  51. feeb0de f2fs: make truncate_inline_date static by Chao Yu · 10 years ago
  52. d49f3e8 f2fs: add F2FS_IOC_GETVERSION support by Chao Yu · 10 years ago
  53. 30a5537 f2fs: trigger correct checkpoint during umount by Jaegeuk Kim · 10 years ago
  54. 6f0aacb f2fs: update memory footprint information by Jaegeuk Kim · 10 years ago
  55. dd4e4b5 f2fs: add nat/sit entries into status by Jaegeuk Kim · 10 years ago
  56. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  57. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  58. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 10 years ago
  59. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago
  60. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  61. 3fa06d7 f2fs: readahead contiguous current summary blocks in checkpoint by Chao Yu · 10 years ago
  62. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  63. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  64. 635aee1 f2fs: avoid to ra unneeded blocks in recover flow by Chao Yu · 10 years ago
  65. 03e14d5 f2fs: use atomic for counting inode with inline_{dir,inode} flag by Chao Yu · 10 years ago
  66. 8dcf2ff7 f2fs: count the number of inmemory pages by Jaegeuk Kim · 10 years ago
  67. 9be32d7 f2fs: do retry operations with cond_resched by Jaegeuk Kim · 10 years ago
  68. 8b26ef9 f2fs: use rw_semaphore for nat entry lock by Jaegeuk Kim · 10 years ago
  69. 9486ba4 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  70. 6729880 f2fs: introduce struct inode_management to wrap inner fields by Chao Yu · 10 years ago
  71. 8c40294 f2fs: introduce the number of inode entries by Jaegeuk Kim · 10 years ago
  72. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  73. 6a8f8ca f2fs: avoid race condition in handling wait_io by Jaegeuk Kim · 10 years ago
  74. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  75. 52aca07 f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit by Gu Zheng · 10 years ago
  76. c6ac4c0 f2fs: introduce f2fs_change_bit to simplify the change bit logic by Gu Zheng · 10 years ago
  77. fa52872 f2fs: remove the redundant function cond_clear_inode_flag by Gu Zheng · 10 years ago
  78. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  79. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  80. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  81. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  82. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  83. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  84. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  85. 201a05b f2fs: add key function to handle inline dir by Chao Yu · 10 years ago
  86. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  87. 34d67de f2fs: add infra struct and helper for inline dir by Chao Yu · 10 years ago
  88. cbcb287 f2fs: invalidate inmemory page by Jaegeuk Kim · 10 years ago
  89. 34ba94b f2fs: do not make dirty any inmemory pages by Jaegeuk Kim · 10 years ago
  90. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  91. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  92. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  93. 309cc2b f2fs: refactor flush_nat_entries to remove costly reorganizing ops by Jaegeuk Kim · 10 years ago
  94. 4b2fecc f2fs: introduce FITRIM in f2fs_ioctl by Jaegeuk Kim · 10 years ago
  95. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  96. c52e1b1 f2fs: remove redundant operation during roll-forward recovery by Jaegeuk Kim · 10 years ago
  97. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  98. 4c521f49 f2fs: use meta_inode cache to improve roll-forward speed by Jaegeuk Kim · 10 years ago
  99. c1ce1b0 f2fs: give an option to enable in-place-updates during fsync to users by Jaegeuk Kim · 10 years ago
  100. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago