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