1. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  2. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  3. 7ef35e3 f2fs: introduce a flag to represent each nat entry information by Jaegeuk Kim · 10 years ago
  4. 184a5cd f2fs: refactor flush_sit_entries codes for reducing SIT writes by Chao Yu · 10 years ago
  5. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  6. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  7. c2e6958 f2fs: truncate stale block for inline_data by Jaegeuk Kim · 10 years ago
  8. c200b1a f2fs: fix incorrect calculation with total/free inode num by Chao Yu · 10 years ago
  9. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  10. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  11. 5274651 f2fs: unlock_page when node page is redirtied out by Jaegeuk Kim · 10 years ago
  12. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  13. e3b4d43 f2fs: should clear the inline_xattr flag by Jaegeuk Kim · 10 years ago
  14. 617deb8 f2fs: fix the initial inode page for recovery by Jaegeuk Kim · 10 years ago
  15. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  16. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  17. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  18. aec7138 f2fs: refactor flush_nat_entries codes for reducing NAT writes by Chao Yu · 10 years ago
  19. a014e03 f2fs: clean up an unused parameter and assignment by Jaegeuk Kim · 10 years ago
  20. 2743f86 f2fs: check bdi->dirty_exceeded when trying to skip data writes by Jaegeuk Kim · 10 years ago
  21. 64b2d1f Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  22. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  23. b6fe587 f2fs: fix to recover data written by dio by Jaegeuk Kim · 10 years ago
  24. bac4eef f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages by Chao Yu · 10 years ago
  25. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  26. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  27. 54b591d f2fs: split grab_cache_page and wait_on_page_writeback for node pages by Jaegeuk Kim · 10 years ago
  28. 6fb03f3 f2fs: adjust free mem size to flush dentry blocks by Jaegeuk Kim · 10 years ago
  29. e8271fa f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks by Jaegeuk Kim · 10 years ago
  30. 7ee0eea f2fs: add available_nids to fix handling max_nid correctly by Jaegeuk Kim · 10 years ago
  31. 94dac22 f2fs: introduce raw_nat_from_node_info() to simplfy codes by Chao Yu · 10 years ago
  32. b156d54 f2fs: make recover_inline_xattr() static by Jingoo Han · 10 years ago
  33. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 10 years ago
  34. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  35. cf0ee0f f2fs: avoid free slab cache under spinlock by Chao Yu · 10 years ago
  36. 3bb5e2c f2fs: return -EIO when node id is not matched by Jaegeuk Kim · 10 years ago
  37. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  38. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 10 years ago
  39. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  40. 40bb005 f2fs: avoid to drop nat entries due to the negative nr_shrink by Jaegeuk Kim · 10 years ago
  41. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  42. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 10 years ago
  43. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 10 years ago
  44. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 10 years ago
  45. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  46. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 10 years ago
  47. 28cdce0 f2fs: recover inline xattr data in roll-forward process by Chao Yu · 10 years ago
  48. d653788 f2fs: optimize restore_node_summary slightly by Gu Zheng · 10 years ago
  49. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 10 years ago
  50. b6ce391 f2fs: update start nid only once each circle by Gu Zheng · 10 years ago
  51. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 10 years ago
  52. 8a7ed66 f2fs: introduce a radix_tree for the free_nid list by Jaegeuk Kim · 10 years ago
  53. f978f5a f2fs: introduce help macro on_build_free_nids() by Gu Zheng · 10 years ago
  54. fffc2a0 f2fs: fix to mark the checkpointed nat entry correctly by Jaegeuk Kim · 10 years ago
  55. b63da15 f2fs: fix the calculation of max_nids by Jaegeuk Kim · 10 years ago
  56. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 10 years ago
  57. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 10 years ago
  58. bf39c00 f2fs: drop obsolete node page when it is truncated by Jaegeuk Kim · 10 years ago
  59. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 10 years ago
  60. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 10 years ago
  61. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 10 years ago
  62. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 10 years ago
  63. a225dca f2fs: fix truncate_partial_nodes bug by shifei10.ge · 11 years ago
  64. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  65. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  66. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  67. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  68. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  69. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  70. a0acdfe f2fs: use inner macro GFP_F2FS_ZERO for simplification by Chao Yu · 11 years ago
  71. 9af0ff1 f2fs: readahead contiguous pages for restore_node_summary by Chao Yu · 11 years ago
  72. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  73. 01d2d1a f2fs: use true and false for boolean variable by Chao Yu · 11 years ago
  74. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  75. 7107e0a f2fs: merge read IOs at ra_nat_pages() by Jaegeuk Kim · 11 years ago
  76. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  77. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  78. 4bf08ff f2fs: remove unnecessary TestClearPageError when wait pages writeback by Chao Yu · 11 years ago
  79. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  80. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  81. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  82. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  83. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  84. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  85. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  86. 87a9bd2 f2fs: avoid to write during the recovery by Jaegeuk Kim · 11 years ago
  87. 423e95c f2fs: merge more bios of node block writes by Jaegeuk Kim · 11 years ago
  88. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  89. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  90. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  91. e27dae4 f2fs: alloc_page() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  92. 479bd73 f2fs: should cover i_xattr_nid with its xattr node page lock by Jaegeuk Kim · 11 years ago
  93. 9c02740 f2fs: check the free space first in new_node_page by Jaegeuk Kim · 11 years ago
  94. 41dfde1 f2fs: clean up the needless end 'return' of void function by Gu Zheng · 11 years ago
  95. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  96. 3f490f7 Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  97. 8ae8f16 f2fs: support xattr security labels by Jaegeuk Kim · 11 years ago
  98. f356fe0 f2fs: add debug msgs in the recovery routine by Jaegeuk Kim · 11 years ago
  99. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  100. 1646cfa f2fs: skip get_node_page if locked node page is passed by Jaegeuk Kim · 11 years ago