1. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  2. cf0ee0f f2fs: avoid free slab cache under spinlock by Chao Yu · 10 years ago
  3. 3bb5e2c f2fs: return -EIO when node id is not matched by Jaegeuk Kim · 10 years ago
  4. 479f40c f2fs: skip unnecessary node writes during fsync by Jaegeuk Kim · 10 years ago
  5. a5f42010 f2fs: remove unnecessary threshold by Jaegeuk Kim · 10 years ago
  6. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  7. 40bb005 f2fs: avoid to drop nat entries due to the negative nr_shrink by Jaegeuk Kim · 10 years ago
  8. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  9. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 10 years ago
  10. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 10 years ago
  11. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 10 years ago
  12. 4bc8e9b f2fs: introduce f2fs_has_xattr_block for better readability by Chao Yu · 10 years ago
  13. 987c7c3 f2fs: introduce f2fs_has_inline_xattr for better readability by Chao Yu · 10 years ago
  14. 28cdce0 f2fs: recover inline xattr data in roll-forward process by Chao Yu · 11 years ago
  15. d653788 f2fs: optimize restore_node_summary slightly by Gu Zheng · 11 years ago
  16. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 11 years ago
  17. b6ce391 f2fs: update start nid only once each circle by Gu Zheng · 11 years ago
  18. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 11 years ago
  19. 8a7ed66 f2fs: introduce a radix_tree for the free_nid list by Jaegeuk Kim · 11 years ago
  20. f978f5a f2fs: introduce help macro on_build_free_nids() by Gu Zheng · 11 years ago
  21. fffc2a0 f2fs: fix to mark the checkpointed nat entry correctly by Jaegeuk Kim · 11 years ago
  22. b63da15 f2fs: fix the calculation of max_nids by Jaegeuk Kim · 11 years ago
  23. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 11 years ago
  24. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 11 years ago
  25. bf39c00 f2fs: drop obsolete node page when it is truncated by Jaegeuk Kim · 11 years ago
  26. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 11 years ago
  27. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 11 years ago
  28. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  29. fb5566d f2fs: improve write performance under frequent fsync calls by Jaegeuk Kim · 11 years ago
  30. a225dca f2fs: fix truncate_partial_nodes bug by shifei10.ge · 11 years ago
  31. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  32. 4f4124d f2fs: update several comments by Chao Yu · 11 years ago
  33. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  34. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  35. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  36. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  37. a0acdfe f2fs: use inner macro GFP_F2FS_ZERO for simplification by Chao Yu · 11 years ago
  38. 9af0ff1 f2fs: readahead contiguous pages for restore_node_summary by Chao Yu · 11 years ago
  39. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  40. 01d2d1a f2fs: use true and false for boolean variable by Chao Yu · 11 years ago
  41. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  42. 7107e0a f2fs: merge read IOs at ra_nat_pages() by Jaegeuk Kim · 11 years ago
  43. ef86d70 f2fs: convert inc/dec_valid_node_count to inc/dec one count by Gu Zheng · 11 years ago
  44. 58e674d f2fs: convert remove_inode_page to void by Gu Zheng · 11 years ago
  45. 4bf08ff f2fs: remove unnecessary TestClearPageError when wait pages writeback by Chao Yu · 11 years ago
  46. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  47. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  48. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  49. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  50. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  51. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  52. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  53. 87a9bd2 f2fs: avoid to write during the recovery by Jaegeuk Kim · 11 years ago
  54. 423e95c f2fs: merge more bios of node block writes by Jaegeuk Kim · 11 years ago
  55. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  56. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  57. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  58. e27dae4 f2fs: alloc_page() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  59. 479bd73 f2fs: should cover i_xattr_nid with its xattr node page lock by Jaegeuk Kim · 11 years ago
  60. 9c02740 f2fs: check the free space first in new_node_page by Jaegeuk Kim · 11 years ago
  61. 41dfde1 f2fs: clean up the needless end 'return' of void function by Gu Zheng · 11 years ago
  62. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  63. 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
  64. 8ae8f16 f2fs: support xattr security labels by Jaegeuk Kim · 11 years ago
  65. f356fe0 f2fs: add debug msgs in the recovery routine by Jaegeuk Kim · 11 years ago
  66. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  67. 1646cfa f2fs: skip get_node_page if locked node page is passed by Jaegeuk Kim · 11 years ago
  68. 65e5cd0 f2fs: fix inconsistency of block count during recovery by Jaegeuk Kim · 11 years ago
  69. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  70. 59bbd47 f2fs: cover free_nid management with spin_lock by Jaegeuk Kim · 11 years ago
  71. 23d3884 f2fs: optimize scan_nat_page() by Haicheng Li · 11 years ago
  72. 8760952 f2fs: code cleanup for scan_nat_page() and build_free_nids() by Haicheng Li · 11 years ago
  73. 95630cb f2fs: bugfix for alloc_nid_failed() by Haicheng Li · 11 years ago
  74. ac5d156 f2fs: modify the number of issued pages to merge IOs by Jaegeuk Kim · 11 years ago
  75. 6cac375 f2fs: fix inconsistent using of NM_WOUT_THRESHOLD by Haicheng Li · 11 years ago
  76. afcb7ca0 f2fs: check truncation of mapping after lock_page by Jaegeuk Kim · 11 years ago
  77. 55008d8 f2fs: enhance alloc_nid and build_free_nids flows by Jaegeuk Kim · 11 years ago
  78. 9198ace f2fs: check nid == 0 in add_free_nid by Jaegeuk Kim · 11 years ago
  79. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  80. 51dd624 f2fs: add tracepoints for truncate operation by Namjae Jeon · 11 years ago
  81. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  82. 49952fa f2fs: reduce redundant spin_lock operations by Jaegeuk Kim · 11 years ago
  83. b747375 f2fs: avoid race for summary information by Jaegeuk Kim · 11 years ago
  84. 56ae674 f2fs: remove redundant lock_page calls by Jaegeuk Kim · 11 years ago
  85. 79b5793 f2fs: use kmemdup by Alexandru Gheorghiu · 11 years ago
  86. fa37241 f2fs: remain nat cache entries for further free nid allocation by Jaegeuk Kim · 11 years ago
  87. 04431c4 f2fs: fix not to allocate max_nid by Jaegeuk Kim · 11 years ago
  88. c3850aa f2fs: fix return value of releasepage for node and data by Jaegeuk Kim · 11 years ago
  89. 48cb76c f2fs: scan next nat page to reuse free nids in there by Jaegeuk Kim · 11 years ago
  90. 08d8058 f2fs: should check the node page was truncated first by Jaegeuk Kim · 11 years ago
  91. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 12 years ago
  92. 25c0a6e f2fs: avoid extra ++ while returning from get_node_path by Namjae Jeon · 12 years ago
  93. 3aa770a f2fs: optimize and change return path in lookup_free_nid_list by Namjae Jeon · 12 years ago
  94. e0f56cb f2fs: optimize get node page readahead part by Namjae Jeon · 12 years ago
  95. 52c2db3 f2fs: check the level before calling get_nid function by Changman Lee · 12 years ago
  96. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 12 years ago
  97. 66d36a2 f2fs: read with READ_SYNC when getting dnode page by Jaegeuk Kim · 12 years ago
  98. 12faafe f2fs: fix to unlock node page when it was truncated by Jaegeuk Kim · 11 years ago
  99. 7dd690c f2fs: avoid build warning by Jaegeuk Kim · 12 years ago
  100. 90b2fc6 Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev by Jaegeuk Kim · 12 years ago