1. 3c6c2be f2fs: avoid punch_hole overhead when releasing volatile data by Jaegeuk Kim · 10 years ago
  2. 83e21db f2fs: avoid wrong f2fs_bug_on when truncating inline_data by Jaegeuk Kim · 10 years ago
  3. 78373b7 f2fs: enhance multi-threads performance by Jaegeuk Kim · 10 years ago
  4. 3402e87 f2fs: set buffer_new when new blocks are allocated by Jaegeuk Kim · 10 years ago
  5. 2adc350 f2fs: set SBI_NEED_FSCK when encountering exception in recovery by Chao Yu · 10 years ago
  6. 21cb1d9 f2fs: fix to cover sentry_lock for block allocation by Jaegeuk Kim · 10 years ago
  7. d6d4f1c f2fs: fix to check current blkaddr in __allocate_data_blocks by Chao Yu · 10 years ago
  8. 0bfcfcc f2fs: fix to truncate inline data past EOF by Chao Yu · 10 years ago
  9. 83dfe53 f2fs: fix reference leaks in f2fs_acl_create by Chao Yu · 10 years ago
  10. bda1907 f2fs: fix to calculate max length of contiguous free slots correctly by Chao Yu · 10 years ago
  11. 57ed1e9 f2fs: fix unlocked nat set cache operation by Wanpeng Li · 10 years ago
  12. e015039 f2fs: cleanup statement about max orphan inodes calc by Changman Lee · 10 years ago
  13. d9f46bb f2fs: remove unnecessary condition judgment by Yuan Zhong · 10 years ago
  14. b1f73b7 f2fs: set the correct place of initializing *res_page by Yuan Zhong · 10 years ago
  15. 7fd9701 f2fs: reduce searching region of segmap when set free section by Wanpeng Li · 10 years ago
  16. fdf6c8b f2fs: fix extent cache memory leak by Wanpeng Li · 10 years ago
  17. d7196c5 f2fs: relocate Kconfig from misc filesystems by Jaegeuk Kim · 10 years ago
  18. 7662916 f2fs: report -ENOENT for unreached data indices by Jaegeuk Kim · 10 years ago
  19. cff2852 f2fs: clear append/update flags once fsync is done by Jaegeuk Kim · 10 years ago
  20. d5669f7 f2fs: avoid to trigger writepage during POR by Jaegeuk Kim · 10 years ago
  21. e123598 f2fs: add stat info for moved blocks by background gc by Changman Lee · 10 years ago
  22. b28c3f9 f2fs: fix to issue small discard in real-time mode discard by Chao Yu · 10 years ago
  23. 7ecebe5 f2fs: add cond_resched() to sync_dirty_dir_inodes() by Sebastian Andrzej Siewior · 10 years ago
  24. 14b4281 f2fs: fix max orphan inodes calculation by Wanpeng Li · 10 years ago
  25. 2b11a74 f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries by Wanpeng Li · 10 years ago
  26. 2bda542 f2fs: fix block_ops trace point by Wanpeng Li · 10 years ago
  27. b7f204c f2fs: check its block allocation to avoid producing wrong dirty pages by Jaegeuk Kim · 10 years ago
  28. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 10 years ago
  29. 3c64298 f2fs: fix the number of orphan inode blocks by Wanpeng Li · 10 years ago
  30. 5514148 f2fs: introduce macro __cp_payload by Wanpeng Li · 10 years ago
  31. 1abff93 f2fs: support fs shutdown by Jaegeuk Kim · 10 years ago
  32. 8fbc418 f2fs: avoid wrong error during recovery by Jaegeuk Kim · 10 years ago
  33. 1614091 f2fs: remove obsolete code by Jaegeuk Kim · 10 years ago
  34. cb3bc9e f2fs: use extent cache for dir by Chao Yu · 10 years ago
  35. 91c5d9b f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache by Chao Yu · 10 years ago
  36. 62c8af6 f2fs: support fast lookup in extent cache by Chao Yu · 10 years ago
  37. 1ec4610 f2fs: add trace for rb-tree extent cache ops by Chao Yu · 10 years ago
  38. 4bf6fd9 f2fs: show extent tree, node stat info in debugfs by Chao Yu · 10 years ago
  39. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 10 years ago
  40. 8967215 f2fs: add a mount option for rb-tree extent cache by Chao Yu · 10 years ago
  41. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  42. 13054c5 f2fs: introduce infra macro and data structure of rb-tree extent cache by Chao Yu · 10 years ago
  43. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  44. a2e7d1b f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache by Chao Yu · 10 years ago
  45. 4d0b0bd f2fs: simplfy a field name in struct f2fs_extent,extent_info by Chao Yu · 10 years ago
  46. 0c872e2 f2fs: move ext_lock out of struct extent_info by Chao Yu · 10 years ago
  47. 3c0d84d f2fs: fix incorrectly stat number of inline data inode by Chao Yu · 10 years ago
  48. 97dc3fd f2fs: use ->writepage in sync_meta_pages by Chao Yu · 10 years ago
  49. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 10 years ago
  50. 1753396 f2fs: remove unused inline_dentry_addr by Chao Yu · 10 years ago
  51. c7d7b98 Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  52. 1a118cc f2fs: use spinlock for segmap_lock instead of rwlock by Chao Yu · 10 years ago
  53. f1a3b98 f2fs: fix accessing wrong indexed data blocks by Jaegeuk Kim · 10 years ago
  54. 60a3b78 f2fs: avoid variable length array by Jaegeuk Kim · 10 years ago
  55. 29e7043 f2fs: fix sparse warnings by Jaegeuk Kim · 10 years ago
  56. 59b802e f2fs: allocate data blocks in advance for f2fs_direct_IO by Jaegeuk Kim · 10 years ago
  57. f7ef9b8 f2fs: introduce macros to convert bytes and blocks in f2fs by Jaegeuk Kim · 10 years ago
  58. da17eec f2fs: call set_buffer_new for get_block by Jaegeuk Kim · 10 years ago
  59. aaf9607 f2fs: check node page contents all the time by Jaegeuk Kim · 10 years ago
  60. 2e02317 f2fs: avoid data offset overflow when lseeking huge file by Chao Yu · 10 years ago
  61. 560d467 f2fs: fix to use highmem for pages of newly created directory by Chao Yu · 10 years ago
  62. bba681c f2fs: introduce a batched trim by Jaegeuk Kim · 10 years ago
  63. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  64. d24bdcb f2fs: show the number of writeback pages in stat by Jaegeuk Kim · 10 years ago
  65. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  66. 081d78c f2fs: should fail mount when trying to recover data on read-only dev by Jaegeuk Kim · 10 years ago
  67. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 10 years ago
  68. 11504a8 f2fs: avoid write_checkpoint if f2fs is mounted readonly by Jaegeuk Kim · 10 years ago
  69. 2d834bf f2fs: support norecovery mount option by Jaegeuk Kim · 10 years ago
  70. dabc4a5 f2fs: fix not to drop mount options when retrying fill_super by Jaegeuk Kim · 10 years ago
  71. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  72. 88dd893 f2fs: clean up {in,de}create_sleep_time by Chao Yu · 10 years ago
  73. feeb0de f2fs: make truncate_inline_date static by Chao Yu · 10 years ago
  74. 3b6709b f2fs: fix a bug of inheriting default ACL from parent by Kinglong Mee · 10 years ago
  75. f28e503 f2fs: use f2fs_radix_tree_insert to clean codes by Chao Yu · 10 years ago
  76. d49f3e8 f2fs: add F2FS_IOC_GETVERSION support by Chao Yu · 10 years ago
  77. bc4a1f8 f2fs: leave comment for code readability by Jaegeuk Kim · 10 years ago
  78. 1601839 f2fs: fix to release count of meta page in ->invalidatepage by Chao Yu · 10 years ago
  79. 85dc2f2 f2fs: do checkpoint when umount flag is not set by Jaegeuk Kim · 10 years ago
  80. 30a5537 f2fs: trigger correct checkpoint during umount by Jaegeuk Kim · 10 years ago
  81. 6f0aacb f2fs: update memory footprint information by Jaegeuk Kim · 10 years ago
  82. 9066c6a f2fs: fix wrong memory footprint statistics in debugfs by Chao Yu · 10 years ago
  83. 871f599 f2fs: avoid infinite loop on cp_error by Jaegeuk Kim · 10 years ago
  84. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  85. 08e4126 f2fs: pids_lock can be static by kbuild test robot · 10 years ago
  86. 351f4fb f2fs: add f2fs_destroy_trace_ios to free radix tree by Jaegeuk Kim · 10 years ago
  87. c050865 f2fs: add spin_lock to cover radix operations in IO tracer by Jaegeuk Kim · 10 years ago
  88. dd4e4b5 f2fs: add nat/sit entries into status by Jaegeuk Kim · 10 years ago
  89. 7aed0d4 f2fs: free radix_tree_nodes used by nat_set entries by Jaegeuk Kim · 10 years ago
  90. df19913 f2fs: fix wrong unlock_page call by Jaegeuk Kim · 10 years ago
  91. 9e5ba77 f2fs: get rid of kzalloc in __recover_inline_status by Chao Yu · 10 years ago
  92. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  93. 41ef94b f2fs: remove uncovered code path by Jaegeuk Kim · 10 years ago
  94. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  95. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  96. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 10 years ago
  97. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  98. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  99. 09eb483 f2fs: fix missing cold bit during recovery by Jaegeuk Kim · 10 years ago
  100. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago