1. 29e59c1 f2fs: issue more large discard command by Changman Lee · 11 years ago
  2. 1d15bd2 f2fs: fix memory leak after kobject init failed in fill_super by Chao Yu · 11 years ago
  3. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  4. 3b03f72 f2fs: avoid to use a NULL point in destroy_segment_manager by Chao Yu · 11 years ago
  5. 4bf08ff f2fs: remove unnecessary TestClearPageError when wait pages writeback by Chao Yu · 11 years ago
  6. cfe58f9 f2fs: avoid to wait all the node blocks during fsync by Jaegeuk Kim · 11 years ago
  7. 44c60bf f2fs: check all ones or zeros bitmap with bitops for better mount performance by Chao Yu · 11 years ago
  8. 9a47938 f2fs: change the method of calculating the number summary blocks by Fan Li · 11 years ago
  9. cc3de6a f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattr by Chao Yu · 11 years ago
  10. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  11. 3b218e3 f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON control by Jaegeuk Kim · 11 years ago
  12. 2ed2d5b f2fs: fix a deadlock during init_acl procedure by Jaegeuk Kim · 11 years ago
  13. b8b60e1 f2fs: clean up acl flow for better readability by Jaegeuk Kim · 11 years ago
  14. 4625d6a f2fs: remove unnecessary segment bitmap updates by Changman Lee · 11 years ago
  15. e943a10 f2fs: add tracepoint for vm_page_mkwrite by Jaegeuk Kim · 11 years ago
  16. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  17. e8d61a7 f2fs: remove redundant set_page_dirty from write_compacted_summaries by Chao Yu · 11 years ago
  18. ea91e9b f2fs: add reclaiming control by sysfs by Jaegeuk Kim · 11 years ago
  19. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  20. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  21. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  22. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  23. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  24. 435f2a1 f2fs: no need to check other dirty_segmap when the seg has been found by Haicheng Li · 11 years ago
  25. cffbfa6 f2fs: use true and false for boolean value by Haicheng Li · 11 years ago
  26. 87a9bd2 f2fs: avoid to write during the recovery by Jaegeuk Kim · 11 years ago
  27. e234088 f2fs: avoid wait if IO end up when do_checkpoint for better performance by Gu Zheng · 11 years ago
  28. 9076a75 f2fs: introduce function read_raw_super_block() by Gu Zheng · 11 years ago
  29. b1838f8 f2fs: fix the starvation problem on cp_rwsem by Jaegeuk Kim · 11 years ago
  30. 3d1e380 f2fs: fix to store and retrieve i_rdev correctly by Jaegeuk Kim · 11 years ago
  31. ccaaca2 f2fs: fix writing incorrect orphan blocks by Jaegeuk Kim · 11 years ago
  32. 5887d29 f2fs: avoid unnecessary checkpoints by Jaegeuk Kim · 11 years ago
  33. 4058c51 f2fs: handle remount options correctly by Kelly Anderson · 11 years ago
  34. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  35. 2e5558f f2fs: account for orphan inodes during recovery by Russ W. Knize · 11 years ago
  36. 52ab956 f2fs: don't GC or take an fs_lock from f2fs_initxattrs() by Russ Knize · 11 years ago
  37. 885166c f2fs: don't let the orphan inode counter underflow by Russ W. Knize · 11 years ago
  38. 691c6fd f2fs: remove unneeded write checkpoint in recover_fsync_data by Chao Yu · 11 years ago
  39. cc7b1bb f2fs: avoid allocating failure in bio_alloc by Chao Yu · 11 years ago
  40. a57e564 f2fs: optimize the victim searching loop slightly by Jin Xu · 11 years ago
  41. e76eebe f2fs: optimize fs_lock for better performance by Yu Chao · 11 years ago
  42. a26b7c8 f2fs: optimize gc for better performance by Jin Xu · 11 years ago
  43. 423e95c f2fs: merge more bios of node block writes by Jaegeuk Kim · 11 years ago
  44. 222cbdc f2fs: avoid an overflow during utilization calculation by Jaegeuk Kim · 11 years ago
  45. c34e333 f2fs: trigger GC when there are prefree segments by Jaegeuk Kim · 11 years ago
  46. 749ebfd f2fs: use strncasecmp() simplify the string comparison by Gu Zheng · 11 years ago
  47. 8cb8268 f2fs: fix omitting to update inode page by Jaegeuk Kim · 11 years ago
  48. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  49. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  50. dd9cfe2 f2fs: introduce __find_xattr for readability by Jaegeuk Kim · 11 years ago
  51. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  52. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  53. 6e6b978 f2fs: fix error return code in init_f2fs_fs() by Wei Yongjun · 11 years ago
  54. d59ff4d f2fs: fix wrong BUG_ON condition by Jaegeuk Kim · 11 years ago
  55. 9890ff3 f2fs: fix memory leak when init f2fs filesystem fail by Zhao Hongjiang · 11 years ago
  56. 7b40527 f2fs: fix a compound statement label error by Gu Zheng · 11 years ago
  57. 92c4342 f2fs: avoid writing inode redundantly when creating a file by Jin Xu · 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. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  63. e518ff8 f2fs: fix inconsistency between xattr node blocks and its inode by Jaegeuk Kim · 11 years ago
  64. dbe6a5f f2fs: fix the use of XATTR_NODE_OFFSET by Jaegeuk Kim · 11 years ago
  65. c2d715d f2fs: fix a build failure due to missing the kobject header by Jaegeuk Kim · 11 years ago
  66. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  67. df273ef f2fs: remove redundant code from f2fs_write_begin by Namjae Jeon · 11 years ago
  68. d2dc095 f2fs: add sysfs entries to select the gc policy by Namjae Jeon · 11 years ago
  69. b59d0ba f2fs: add sysfs support for controlling the gc_thread by Namjae Jeon · 11 years ago
  70. f0c5e56 f2fs: remove an unneeded kfree(NULL) by Dan Carpenter · 11 years ago
  71. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  72. d8207f6 f2fs: move bio_private allocation out of f2fs_bio_alloc() by Gu Zheng · 11 years ago
  73. 60ed9a0 f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() by Gu Zheng · 11 years ago
  74. 2d219c5 f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible by Gu Zheng · 11 years ago
  75. f0947e5 f2fs: fix i_name during f2fs_sync_file by Jaegeuk Kim · 11 years ago
  76. 1cd14ca f2fs: update file name in the inode block during f2fs_rename by Jaegeuk Kim · 11 years ago
  77. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  78. 963d4f7 f2fs: add a help func F2FS_STAT() to get the f2fs_stat_info by Gu Zheng · 11 years ago
  79. 5e176d5 f2fs: add proc entry to monitor current usage of segments by Jaegeuk Kim · 11 years ago
  80. e5d2385 f2fs: recover date requested by fdatasync by Jaegeuk Kim · 11 years ago
  81. 99b072bb f2fs: fix readdir incorrectness by Jaegeuk Kim · 11 years ago
  82. 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
  83. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  84. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  85. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago
  86. 763bfe1 f2fs: remove reusing any prefree segments by Jaegeuk Kim · 11 years ago
  87. 6cc4af5 f2fs: code cleanup and simplify in func {find/add}_gc_inode by Gu Zheng · 11 years ago
  88. 8736fbf f2fs: optimize the init_dirty_segmap function by Namjae Jeon · 11 years ago
  89. 060dd67 f2fs: fix an endian conversion bug detected by sparse by Jaegeuk Kim · 11 years ago
  90. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  91. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  92. 696c018 f2fs: add remount_fs callback support by Namjae Jeon · 11 years ago
  93. 354a339 f2fs: recover wrong pino after checkpoint during fsync by Jaegeuk Kim · 11 years ago
  94. b25958b f2fs: optimize do_write_data_page() by Haicheng Li · 11 years ago
  95. 8d8451a f2fs: make locate_dirty_segment() as static by Haicheng Li · 11 years ago
  96. e79efe3 f2fs: remove unnecessary parameter "offset" from __add_sum_entry() by Haicheng Li · 11 years ago
  97. b378387 f2fs: avoid freqeunt write_inode calls by Jaegeuk Kim · 11 years ago
  98. d7cc950 f2fs: optimise the truncate_data_blocks_range() range by Namjae Jeon · 11 years ago
  99. 6a3e8ef f2fs: use the F2FS specific flags in f2fs_ioctl() by Namjae Jeon · 11 years ago
  100. 699489b f2fs: sync dir->i_size with its block allocation by Jaegeuk Kim · 11 years ago