1. af41d3e f2fs: avoid infinite loop at cp_error by Jaegeuk Kim · 10 years ago
  2. 7cd8558 f2fs: check the use of macros on block counts and addresses by Jaegeuk Kim · 10 years ago
  3. 4b2fecc f2fs: introduce FITRIM in f2fs_ioctl by Jaegeuk Kim · 10 years ago
  4. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  5. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  6. 4c521f49 f2fs: use meta_inode cache to improve roll-forward speed by Jaegeuk Kim · 10 years ago
  7. 7704182 f2fs: use nm_i->next_scan_nid as default for next_free_nid by Huang Ying · 10 years ago
  8. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  9. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  10. 2ae4c67 f2fs: retain inconsistency information to initiate fsck.f2fs by Jaegeuk Kim · 10 years ago
  11. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  12. b5b8220 f2fs: use macro for code readability by Chao Yu · 10 years ago
  13. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  14. 8501017 f2fs: check s_dirty under cp_mutex by Jaegeuk Kim · 10 years ago
  15. 1e968fd f2fs: introduce f2fs_cp_error for readability by Jaegeuk Kim · 10 years ago
  16. 6f12ac2 f2fs: trigger release_dirty_inode in f2fs_put_super by Jaegeuk Kim · 10 years ago
  17. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  18. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  19. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  20. 01229f5 f2fs: fix wrong condition for unlikely by Jaegeuk Kim · 10 years ago
  21. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  22. 39efac4 f2fs: use radix_tree for ino management by Jaegeuk Kim · 10 years ago
  23. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  24. 953e6cc f2fs: punch the core function for inode management by Jaegeuk Kim · 10 years ago
  25. 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
  26. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  27. 1dbe415 f2fs: large volume support by Changman Lee · 10 years ago
  28. e574843 f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages by Chao Yu · 10 years ago
  29. ecda0de f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page by Chao Yu · 10 years ago
  30. bde4468 f2fs: no need to wait on page writebck to meta pages by Jaegeuk Kim · 10 years ago
  31. b49ad51 f2fs: add static to get_max_meta_blks by Fabian Frederick · 10 years ago
  32. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 10 years ago
  33. 76f6026 f2fs: call redirty_page_for_writepage by Jaegeuk Kim · 10 years ago
  34. 1e87a78 f2fs: avoid to conduct roll-forward due to the remained garbage blocks by Jaegeuk Kim · 10 years ago
  35. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  36. cf0ee0f f2fs: avoid free slab cache under spinlock by Chao Yu · 10 years ago
  37. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 10 years ago
  38. 50c8cdb f2fs: introduce nr_pages_to_write for segment alignment by Jaegeuk Kim · 10 years ago
  39. d3baf95 f2fs: increase pages_skipped when skipping writepages by Jaegeuk Kim · 10 years ago
  40. 87d6f89 f2fs: avoid small data writes by skipping writepages by Jaegeuk Kim · 10 years ago
  41. f8b2c1f f2fs: introduce get_dirty_dents for readability by Jaegeuk Kim · 10 years ago
  42. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 10 years ago
  43. 9cf3c38 f2fs: fix dirty page accounting when redirty by Chao Yu · 10 years ago
  44. 81c1a0f1 f2fs: readahead contiguous SSA blocks for f2fs_gc by Chao Yu · 10 years ago
  45. 942e0be f2fs: show counts of checkpoint in status by Changman Lee · 10 years ago
  46. 662befd f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages by Chao Yu · 10 years ago
  47. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 10 years ago
  48. 203681f f2fs: fix f2fs_write_meta_page at no checkpoint status by Jaegeuk Kim · 10 years ago
  49. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 10 years ago
  50. 63f5384 f2fs: remove the orphan block page array by Gu Zheng · 10 years ago
  51. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 10 years ago
  52. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 10 years ago
  53. c1ef3725 f2fs: move alloc new orphan node out of lock protection region by Gu Zheng · 10 years ago
  54. 4531929 f2fs: move grabing orphan pages out of protection region by Gu Zheng · 10 years ago
  55. 0d47c1a f2fs: convert max_orphans to a field of f2fs_sb_info by Gu Zheng · 11 years ago
  56. 5459aa9 f2fs: write dirty meta pages collectively by Jaegeuk Kim · 11 years ago
  57. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  58. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  59. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  60. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  61. 8f99a94 f2fs: convert recover_orphan_inodes to void by Chao Yu · 11 years ago
  62. 6947eea f2fs: avoid to calculate incorrect max orphan number by Chao Yu · 11 years ago
  63. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  64. 3679556 f2fs: fix a potential out of range issue by Gu Zheng · 11 years ago
  65. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  66. ce3b7d8 f2fs: move the list_head initialization into the lock protection region by Gu Zheng · 11 years ago
  67. 502c6e0 f2fs: simplify write_orphan_inodes for better readable by Gu Zheng · 11 years ago
  68. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  69. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  70. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  71. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  72. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  73. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  74. 87a9bd2 f2fs: avoid to write during the recovery by Jaegeuk Kim · 11 years ago
  75. e234088 f2fs: avoid wait if IO end up when do_checkpoint for better performance by Gu Zheng · 11 years ago
  76. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  77. 885166c f2fs: don't let the orphan inode counter underflow by Russ W. Knize · 11 years ago
  78. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  79. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  80. 60ed9a0 f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() by Gu Zheng · 11 years ago
  81. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  82. 5deb826 f2fs: fix iget/iput of dir during recovery by Jaegeuk Kim · 11 years ago
  83. afc3eda f2fs: fix incorrect iputs during the dentry recovery by Jaegeuk Kim · 11 years ago
  84. 3b10b1f f2fs: iput only if whole data blocks are flushed by Jaegeuk Kim · 11 years ago
  85. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  86. 74d0b91 f2fs: fix BUG_ON during f2fs_evict_inode(dir) by Jaegeuk Kim · 11 years ago
  87. afcb7ca0 f2fs: check truncation of mapping after lock_page by Jaegeuk Kim · 11 years ago
  88. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  89. 2af4bd6 f2fs: add tracepoints to debug checkpoint request by Namjae Jeon · 11 years ago
  90. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  91. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 11 years ago
  92. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 11 years ago
  93. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 11 years ago
  94. 94787d9 f2fs: remove repeated F2FS_SET_SB_DIRT call by Changman Lee · 11 years ago
  95. a2617dc f2fs: clean up the add_orphan_inode func by majianpeng · 11 years ago
  96. 577e349 f2fs: prevent checkpoint once any IO failure is detected by Jaegeuk Kim · 11 years ago
  97. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 11 years ago
  98. 24c366a f2fs: remove unneeded INIT_LIST_HEAD at few places by Namjae Jeon · 12 years ago
  99. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  100. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago