1. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  2. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 10 years ago
  3. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  4. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  5. 09eb483 f2fs: fix missing cold bit during recovery by Jaegeuk Kim · 10 years ago
  6. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago
  7. dd80240 f2fs: avoid double lock for cp_rwsem by Jaegeuk Kim · 10 years ago
  8. db9f7c1 f2fs: activate f2fs_trace_ios by Jaegeuk Kim · 10 years ago
  9. 9e4ded3 f2fs: activate f2fs_trace_pid by Jaegeuk Kim · 10 years ago
  10. 0e689d0 f2fs: add key functions for f2fs_io_tracer by Jaegeuk Kim · 10 years ago
  11. 63f92dd f2fs: add f2fs_io_tracer support by Jaegeuk Kim · 10 years ago
  12. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  13. 9ecf4b8 f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary by Chao Yu · 10 years ago
  14. 5c27f4e f2fs: merge two uchar variable in struct node_info to reduce memory cost by Chao Yu · 10 years ago
  15. 3fa06d7 f2fs: readahead contiguous current summary blocks in checkpoint by Chao Yu · 10 years ago
  16. 5df1f1d f2fs: use missing the use of f2fs_kunmap_page by Jaegeuk Kim · 10 years ago
  17. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  18. d7bc248 f2fs: fix small discards not to issue redundantly by Jaegeuk Kim · 10 years ago
  19. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  20. 70c640b f2fs: don't need to call lock_op and lock_page for abort by Jaegeuk Kim · 10 years ago
  21. 88a70a6 f2fs: fix wrong condition check to trigger f2fs_sync_fs by Jaegeuk Kim · 10 years ago
  22. cd52b63 f2fs: remove checking dirty_exceed by Jaegeuk Kim · 10 years ago
  23. 635aee1 f2fs: avoid to ra unneeded blocks in recover flow by Chao Yu · 10 years ago
  24. 66b00c1 f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pages by Chao Yu · 10 years ago
  25. 13da549 f2fs: fix to enable readahead for SSA/CP blocks by Chao Yu · 10 years ago
  26. 03e14d5 f2fs: use atomic for counting inode with inline_{dir,inode} flag by Chao Yu · 10 years ago
  27. 51455b1 f2fs: cleanup path to need cp at fsync by Changman Lee · 10 years ago
  28. 9c7bb70 f2fs: check if inode state is dirty at fsync by Changman Lee · 10 years ago
  29. 8dcf2ff7 f2fs: count the number of inmemory pages by Jaegeuk Kim · 10 years ago
  30. 1266223 f2fs: release inmemory pages when the file was closed by Jaegeuk Kim · 10 years ago
  31. 0722b10 f2fs: set page private for inmemory pages for truncation by Jaegeuk Kim · 10 years ago
  32. 9d1015d f2fs: count inline_xx in do_read_inode by Jaegeuk Kim · 10 years ago
  33. 9be32d7 f2fs: do retry operations with cond_resched by Jaegeuk Kim · 10 years ago
  34. 769ec6e f2fs: call radix_tree_preload before radix_tree_insert by Jaegeuk Kim · 10 years ago
  35. 8b26ef9 f2fs: use rw_semaphore for nat entry lock by Jaegeuk Kim · 10 years ago
  36. 4634d71 f2fs: fix missing kmem_cache_free by Jaegeuk Kim · 10 years ago
  37. 7dda2af f2fs: more fast lookup for gc_inode list by Changman Lee · 10 years ago
  38. 9c01503 f2fs: cleanup redundant macro by Changman Lee · 10 years ago
  39. cd34e29 f2fs: fix to return correct error number in f2fs_write_begin by Chao Yu · 10 years ago
  40. 31a3268 f2fs: cleanup if-statement of phase in gc_data_segment by Changman Lee · 10 years ago
  41. 95f5b0f f2fs: fix to recover converted inline_data by Jaegeuk Kim · 10 years ago
  42. 158c194 f2fs: make clean the page before writing by Jaegeuk Kim · 10 years ago
  43. 80ec2e9 f2fs: no more dirty_nat_entires when flushing by Changman Lee · 10 years ago
  44. 20d047c f2fs: check dirty_nat_cnt before flushing nat entries in journal by Changman Lee · 10 years ago
  45. 5f72739 f2fs: fix deadlock during inline_data conversion by Jaegeuk Kim · 10 years ago
  46. ce3e6d2 f2fs: fix typos for the word "destroy" in jump labels by Markus Elfring · 10 years ago
  47. 0341845 f2fs: fix livelock calling f2fs_iget during f2fs_evict_inode by Jaegeuk Kim · 10 years ago
  48. 9486ba442 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  49. c9ee008 f2fs: fix wrong data structure when create slab by Changman Lee · 10 years ago
  50. 09b8b3c f2fs: call flush_dcache_page when the page was updated by Jaegeuk Kim · 10 years ago
  51. 857dc4e f2fs: write SSA pages under memory pressure by Jaegeuk Kim · 10 years ago
  52. 27c6bd6 f2fs: submit bio for node blocks in the reclaim path by Jaegeuk Kim · 10 years ago
  53. 6729880 f2fs: introduce struct inode_management to wrap inner fields by Chao Yu · 10 years ago
  54. aba291b f2fs: remove unneeded check code with option in f2fs_remount by Chao Yu · 10 years ago
  55. 6c02993 f2fs: avoid unable to restart gc thread in remount by Chao Yu · 10 years ago
  56. 8cdcb71 f2fs: put the inode page when error was occurred by Jaegeuk Kim · 10 years ago
  57. 6d20aff f2fs: fix to call put_page at the error handling routine by Jaegeuk Kim · 10 years ago
  58. 92dffd0 f2fs: convert inline_data when i_size becomes large by Jaegeuk Kim · 10 years ago
  59. 764d2c8 f2fs: fix deadlock to grab 0'th data page by Jaegeuk Kim · 10 years ago
  60. 57e2a2c f2fs: reduce the number of inline_data inode before clearing it by Jaegeuk Kim · 10 years ago
  61. b7e1d80 f2fs: implement -o dirsync by Jaegeuk Kim · 10 years ago
  62. 510184c f2fs: do not skip any writes under memory pressure by Jaegeuk Kim · 10 years ago
  63. 2f97c32 f2fs: write node pages if checkpoint is not doing by Jaegeuk Kim · 10 years ago
  64. e5e7ea3 f2fs: control the memory footprint used by ino entries by Jaegeuk Kim · 10 years ago
  65. 8c40294 f2fs: introduce the number of inode entries by Jaegeuk Kim · 10 years ago
  66. a344b9f f2fs: disable roll-forward when active_logs = 2 by Jaegeuk Kim · 10 years ago
  67. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  68. 6a8f8ca f2fs: avoid race condition in handling wait_io by Jaegeuk Kim · 10 years ago
  69. adf4983 f2fs: send discard commands in larger extent by Jaegeuk Kim · 10 years ago
  70. b3d208f f2fs: revisit inline_data to avoid data races and potential bugs by Jaegeuk Kim · 10 years ago
  71. 1f7732f f2fs: remove pointless bit testing in f2fs_delete_entry() by Jan Kara · 10 years ago
  72. e3fb1b7 f2fs: do not discard data protected by the previous checkpoint by Jaegeuk Kim · 10 years ago
  73. 427a45c f2fs: flush_dcache_page for inline data by Jaegeuk Kim · 10 years ago
  74. ca4b02e f2fs: call write_checkpoint under disabled gc by Jaegeuk Kim · 10 years ago
  75. 9234f31 f2fs: fix possible data corruption in f2fs_write_begin() by Jan Kara · 10 years ago
  76. 2cc2218 f2fs: use current_sit_addr to replace the open code by Gu Zheng · 10 years ago
  77. 52aca07 f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bit by Gu Zheng · 10 years ago
  78. 1730663 f2fs: set raw_super default to NULL to avoid compile warning by Gu Zheng · 10 years ago
  79. c6ac4c0 f2fs: introduce f2fs_change_bit to simplify the change bit logic by Gu Zheng · 10 years ago
  80. fa52872 f2fs: remove the redundant function cond_clear_inode_flag by Gu Zheng · 10 years ago
  81. 8a2d0ac f2fs: remove the seems unneeded argument 'type' from __get_victim by Gu Zheng · 10 years ago
  82. 9bd27ae f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs() by Jan Kara · 10 years ago
  83. d64948a f2fs: declare f2fs_convert_inline_dir as a static function by Jaegeuk Kim · 10 years ago
  84. f1e33a0 f2fs: use kmap_atomic instead of kmap by Jaegeuk Kim · 10 years ago
  85. 062a3e7 f2fs: reuse make_empty_dir code for inline_dentry by Jaegeuk Kim · 10 years ago
  86. 7b3cd7d f2fs: introduce f2fs_dentry_ptr structure for code clean-up by Jaegeuk Kim · 10 years ago
  87. 5ab1857 f2fs: should not truncate any inline_dentry by Jaegeuk Kim · 10 years ago
  88. 38594de f2fs: reuse core function in f2fs_readdir for inline_dentry by Jaegeuk Kim · 10 years ago
  89. e7a2bf2 f2fs: fix counting inline_data inode numbers by Jaegeuk Kim · 10 years ago
  90. 3289c06 f2fs: add stat info for inline_dentry inodes by Jaegeuk Kim · 10 years ago
  91. bce8d11 f2fs: avoid deadlock on init_inode_metadata by Jaegeuk Kim · 10 years ago
  92. 59a0615 f2fs: fix to wait correct block type by Jaegeuk Kim · 10 years ago
  93. 4e6ebf6 f2fs: reuse find_in_block code for find_in_inline_dir by Jaegeuk Kim · 10 years ago
  94. a82afa2 f2fs: reuse room_for_filename for inline dentry operation by Jaegeuk Kim · 10 years ago
  95. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  96. 201a05b f2fs: add key function to handle inline dir by Chao Yu · 10 years ago
  97. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  98. 5efd3c6 f2fs: add a new mount option for inline dir by Chao Yu · 10 years ago
  99. 34d67de f2fs: add infra struct and helper for inline dir by Chao Yu · 10 years ago
  100. af41d3e f2fs: avoid infinite loop at cp_error by Jaegeuk Kim · 10 years ago