1. a26b7c8 f2fs: optimize gc for better performance by Jin Xu · 11 years ago
  2. 423e95c f2fs: merge more bios of node block writes by Jaegeuk Kim · 11 years ago
  3. 222cbdc f2fs: avoid an overflow during utilization calculation by Jaegeuk Kim · 11 years ago
  4. c34e333 f2fs: trigger GC when there are prefree segments by Jaegeuk Kim · 11 years ago
  5. 749ebfd f2fs: use strncasecmp() simplify the string comparison by Gu Zheng · 11 years ago
  6. 8cb8268 f2fs: fix omitting to update inode page by Jaegeuk Kim · 11 years ago
  7. 65985d9 f2fs: support the inline xattrs by Jaegeuk Kim · 11 years ago
  8. 4f16fb0 f2fs: add the truncate_xattr_node function by Jaegeuk Kim · 11 years ago
  9. dd9cfe2 f2fs: introduce __find_xattr for readability by Jaegeuk Kim · 11 years ago
  10. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  11. 444c580 f2fs: add flags for inline xattrs by Jaegeuk Kim · 11 years ago
  12. 6e6b978 f2fs: fix error return code in init_f2fs_fs() by Wei Yongjun · 11 years ago
  13. d59ff4d f2fs: fix wrong BUG_ON condition by Jaegeuk Kim · 11 years ago
  14. 9890ff3 f2fs: fix memory leak when init f2fs filesystem fail by Zhao Hongjiang · 11 years ago
  15. 7b40527 f2fs: fix a compound statement label error by Gu Zheng · 11 years ago
  16. 92c4342 f2fs: avoid writing inode redundantly when creating a file by Jin Xu · 11 years ago
  17. e27dae4 f2fs: alloc_page() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  18. 479bd73 f2fs: should cover i_xattr_nid with its xattr node page lock by Jaegeuk Kim · 11 years ago
  19. 9c02740 f2fs: check the free space first in new_node_page by Jaegeuk Kim · 11 years ago
  20. 41dfde1 f2fs: clean up the needless end 'return' of void function by Gu Zheng · 11 years ago
  21. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  22. e518ff8 f2fs: fix inconsistency between xattr node blocks and its inode by Jaegeuk Kim · 11 years ago
  23. dbe6a5f f2fs: fix the use of XATTR_NODE_OFFSET by Jaegeuk Kim · 11 years ago
  24. c2d715d f2fs: fix a build failure due to missing the kobject header by Jaegeuk Kim · 11 years ago
  25. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  26. df273ef f2fs: remove redundant code from f2fs_write_begin by Namjae Jeon · 11 years ago
  27. d2dc095 f2fs: add sysfs entries to select the gc policy by Namjae Jeon · 11 years ago
  28. b59d0ba f2fs: add sysfs support for controlling the gc_thread by Namjae Jeon · 11 years ago
  29. f0c5e56 f2fs: remove an unneeded kfree(NULL) by Dan Carpenter · 11 years ago
  30. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  31. d8207f6 f2fs: move bio_private allocation out of f2fs_bio_alloc() by Gu Zheng · 11 years ago
  32. 60ed9a0 f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() by Gu Zheng · 11 years ago
  33. 2d219c5 f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible by Gu Zheng · 11 years ago
  34. f0947e5 f2fs: fix i_name during f2fs_sync_file by Jaegeuk Kim · 11 years ago
  35. 1cd14ca f2fs: update file name in the inode block during f2fs_rename by Jaegeuk Kim · 11 years ago
  36. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  37. 963d4f7 f2fs: add a help func F2FS_STAT() to get the f2fs_stat_info by Gu Zheng · 11 years ago
  38. 5e176d5 f2fs: add proc entry to monitor current usage of segments by Jaegeuk Kim · 11 years ago
  39. e5d2385 f2fs: recover date requested by fdatasync by Jaegeuk Kim · 11 years ago
  40. 99b072bb f2fs: fix readdir incorrectness by Jaegeuk Kim · 11 years ago
  41. 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
  42. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  43. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  44. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago
  45. 763bfe1 f2fs: remove reusing any prefree segments by Jaegeuk Kim · 11 years ago
  46. 6cc4af5 f2fs: code cleanup and simplify in func {find/add}_gc_inode by Gu Zheng · 11 years ago
  47. 8736fbf f2fs: optimize the init_dirty_segmap function by Namjae Jeon · 11 years ago
  48. 060dd67 f2fs: fix an endian conversion bug detected by sparse by Jaegeuk Kim · 11 years ago
  49. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  50. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  51. 696c018 f2fs: add remount_fs callback support by Namjae Jeon · 11 years ago
  52. 354a339 f2fs: recover wrong pino after checkpoint during fsync by Jaegeuk Kim · 11 years ago
  53. b25958b f2fs: optimize do_write_data_page() by Haicheng Li · 11 years ago
  54. 8d8451a f2fs: make locate_dirty_segment() as static by Haicheng Li · 11 years ago
  55. e79efe3 f2fs: remove unnecessary parameter "offset" from __add_sum_entry() by Haicheng Li · 11 years ago
  56. b378387 f2fs: avoid freqeunt write_inode calls by Jaegeuk Kim · 11 years ago
  57. d7cc950 f2fs: optimise the truncate_data_blocks_range() range by Namjae Jeon · 11 years ago
  58. 6a3e8ef f2fs: use the F2FS specific flags in f2fs_ioctl() by Namjae Jeon · 11 years ago
  59. 699489b f2fs: sync dir->i_size with its block allocation by Jaegeuk Kim · 11 years ago
  60. 2d4d9fb5 f2fs: fix i_blocks translation on various types of files by Jaegeuk Kim · 11 years ago
  61. 5fb0837 f2fs: set sb->s_fs_info before calling parse_options() by Gu Zheng · 11 years ago
  62. 8ae8f16 f2fs: support xattr security labels by Jaegeuk Kim · 11 years ago
  63. 5deb826 f2fs: fix iget/iput of dir during recovery by Jaegeuk Kim · 11 years ago
  64. b2b3460 f2fs: reorganise the function get_victim_by_default by Namjae Jeon · 11 years ago
  65. 1e03e38 f2fs: handle errors from get_node_page calls by Jason Hrycay · 11 years ago
  66. 83d5d6f f2fs: cover cp_file information with ilock by Jaegeuk Kim · 11 years ago
  67. afc3eda f2fs: fix incorrect iputs during the dentry recovery by Jaegeuk Kim · 11 years ago
  68. 6b8213d f2fs: fix dentry recovery routine by Jaegeuk Kim · 11 years ago
  69. 3b10b1f f2fs: iput only if whole data blocks are flushed by Jaegeuk Kim · 11 years ago
  70. 7a267f8 f2fs: return proper error from start_gc_thread by Namjae Jeon · 11 years ago
  71. a06a241 f2fs: optimize several routines in node.h by Namjae Jeon · 11 years ago
  72. 4777f86 f2fs: remove unneeded initializations in f2fs_parent_dir by Namjae Jeon · 11 years ago
  73. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  74. a9841c4 f2fs: align data types between on-disk and in-memory block addresses by Jaegeuk Kim · 11 years ago
  75. f28c06f f2fs: dereferencing an ERR_PTR by Dan Carpenter · 11 years ago
  76. 6f6fd83 f2fs: use ihold by Jaegeuk Kim · 11 years ago
  77. 93ff10d f2fs: should not make_bad_inode on f2fs_link failure by Jaegeuk Kim · 11 years ago
  78. 39cf72c f2fs: fix to handle do_recover_data errors by Jaegeuk Kim · 11 years ago
  79. b292dcab f2fs: reuse the locked dnode page and its inode by Jaegeuk Kim · 11 years ago
  80. b638f0c f2fs: fix wrong condition check by Jaegeuk Kim · 11 years ago
  81. 77888c1 f2fs: add f2fs_readonly() by Jaegeuk Kim · 11 years ago
  82. 6f85b35 f2fs: avoid RECLAIM_FS-ON-W: deadlock by Jaegeuk Kim · 11 years ago
  83. 2c2c149 f2fs: don't do checkpoint if error is occurred by Jaegeuk Kim · 11 years ago
  84. 45856af f2fs: fix to unlock page before exit by Jaegeuk Kim · 11 years ago
  85. 9a55ed6 f2fs: remove unnecessary kmap/kunmap operations by Jaegeuk Kim · 11 years ago
  86. 9851e6e f2fs: reorganize f2fs_vm_page_mkwrite by Namjae Jeon · 11 years ago
  87. 145b04e f2fs: use list_for_each_entry rather than list_for_each_entry_safe by majianpeng · 11 years ago
  88. 81fb5e8 f2fs: remove unecessary variable and code by Haicheng Li · 11 years ago
  89. bfe3596 f2fs, lockdep: annotate mutex_lock_all() by Peter Zijlstra · 11 years ago
  90. f356fe0 f2fs: add debug msgs in the recovery routine by Jaegeuk Kim · 11 years ago
  91. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  92. 64aa7ed f2fs: change get_new_data_page to pass a locked node page by Jaegeuk Kim · 11 years ago
  93. 1646cfa f2fs: skip get_node_page if locked node page is passed by Jaegeuk Kim · 11 years ago
  94. 0a364af f2fs: remove unnecessary por_doing check by Jaegeuk Kim · 11 years ago
  95. 74d0b91 f2fs: fix BUG_ON during f2fs_evict_inode(dir) by Jaegeuk Kim · 11 years ago
  96. 8c26d7d f2fs: fix por_doing variable coverage by Jaegeuk Kim · 11 years ago
  97. addbe45 f2fs: remove redundant assignment by Jaegeuk Kim · 11 years ago
  98. 650495d f2fs: fix the inconsistent state of data pages by Jaegeuk Kim · 11 years ago
  99. 65e5cd0 f2fs: fix inconsistency of block count during recovery by Jaegeuk Kim · 11 years ago
  100. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago