1. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  2. a9841c4 f2fs: align data types between on-disk and in-memory block addresses by Jaegeuk Kim · 11 years ago
  3. f28c06f f2fs: dereferencing an ERR_PTR by Dan Carpenter · 11 years ago
  4. 6f6fd83 f2fs: use ihold by Jaegeuk Kim · 11 years ago
  5. 93ff10d f2fs: should not make_bad_inode on f2fs_link failure by Jaegeuk Kim · 11 years ago
  6. 39cf72c f2fs: fix to handle do_recover_data errors by Jaegeuk Kim · 11 years ago
  7. b292dcab f2fs: reuse the locked dnode page and its inode by Jaegeuk Kim · 11 years ago
  8. b638f0c f2fs: fix wrong condition check by Jaegeuk Kim · 11 years ago
  9. 77888c1 f2fs: add f2fs_readonly() by Jaegeuk Kim · 11 years ago
  10. 6f85b35 f2fs: avoid RECLAIM_FS-ON-W: deadlock by Jaegeuk Kim · 11 years ago
  11. 2c2c149 f2fs: don't do checkpoint if error is occurred by Jaegeuk Kim · 11 years ago
  12. 45856af f2fs: fix to unlock page before exit by Jaegeuk Kim · 11 years ago
  13. 9a55ed6 f2fs: remove unnecessary kmap/kunmap operations by Jaegeuk Kim · 11 years ago
  14. 9851e6e f2fs: reorganize f2fs_vm_page_mkwrite by Namjae Jeon · 11 years ago
  15. 145b04e f2fs: use list_for_each_entry rather than list_for_each_entry_safe by majianpeng · 11 years ago
  16. 81fb5e8 f2fs: remove unecessary variable and code by Haicheng Li · 11 years ago
  17. bfe3596 f2fs, lockdep: annotate mutex_lock_all() by Peter Zijlstra · 11 years ago
  18. f356fe0 f2fs: add debug msgs in the recovery routine by Jaegeuk Kim · 11 years ago
  19. 44a83ff f2fs: update inode page after creation by Jaegeuk Kim · 11 years ago
  20. 64aa7ed f2fs: change get_new_data_page to pass a locked node page by Jaegeuk Kim · 11 years ago
  21. 1646cfa f2fs: skip get_node_page if locked node page is passed by Jaegeuk Kim · 11 years ago
  22. 0a364af f2fs: remove unnecessary por_doing check by Jaegeuk Kim · 11 years ago
  23. 74d0b91 f2fs: fix BUG_ON during f2fs_evict_inode(dir) by Jaegeuk Kim · 11 years ago
  24. 8c26d7d f2fs: fix por_doing variable coverage by Jaegeuk Kim · 11 years ago
  25. addbe45 f2fs: remove redundant assignment by Jaegeuk Kim · 11 years ago
  26. 650495d f2fs: fix the inconsistent state of data pages by Jaegeuk Kim · 11 years ago
  27. 65e5cd0 f2fs: fix inconsistency of block count during recovery by Jaegeuk Kim · 11 years ago
  28. 942d33d Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  29. 59bbd47 f2fs: cover free_nid management with spin_lock by Jaegeuk Kim · 11 years ago
  30. 23d3884 f2fs: optimize scan_nat_page() by Haicheng Li · 11 years ago
  31. 8760952 f2fs: code cleanup for scan_nat_page() and build_free_nids() by Haicheng Li · 11 years ago
  32. 95630cb f2fs: bugfix for alloc_nid_failed() by Haicheng Li · 11 years ago
  33. 047184b f2fs: recover when journal contains deleted files by Chris Fries · 11 years ago
  34. bde582b f2fs: continue to mount after failing recovery by Chris Fries · 11 years ago
  35. 531ad7d f2fs: avoid deadlock during evict after f2fs_gc by Jaegeuk Kim · 11 years ago
  36. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  37. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  39. ac5d156 f2fs: modify the number of issued pages to merge IOs by Jaegeuk Kim · 11 years ago
  40. b743ba7 f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry. by Haicheng Li · 11 years ago
  41. 6cac375 f2fs: fix inconsistent using of NM_WOUT_THRESHOLD by Haicheng Li · 11 years ago
  42. afcb7ca0 f2fs: check truncation of mapping after lock_page by Jaegeuk Kim · 11 years ago
  43. 55008d8 f2fs: enhance alloc_nid and build_free_nids flows by Jaegeuk Kim · 11 years ago
  44. d70b4f5 f2fs: add a tracepoint on f2fs_new_inode by Jaegeuk Kim · 11 years ago
  45. 9198ace f2fs: check nid == 0 in add_free_nid by Jaegeuk Kim · 11 years ago
  46. 8680441 f2fs: add REQ_META about metadata requests for submit by Namjae Jeon · 11 years ago
  47. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  48. 6cb968d f2fs: avoid frequent background GC by Jaegeuk Kim · 11 years ago
  49. 2af4bd6 f2fs: add tracepoints to debug checkpoint request by Namjae Jeon · 11 years ago
  50. 6ec178d f2fs: add tracepoints for write page operations by Namjae Jeon · 11 years ago
  51. c01e285 f2fs: add tracepoints to debug the block allocation by Namjae Jeon · 11 years ago
  52. 8e46b3e f2fs: add tracepoints for GC threads by Namjae Jeon · 11 years ago
  53. 848753a f2fs: add tracepoint for tracing the page i/o by Namjae Jeon · 11 years ago
  54. 51dd624 f2fs: add tracepoints for truncate operation by Namjae Jeon · 11 years ago
  55. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 11 years ago
  56. e66509f0 f2fs: make is_multimedia_file code align with its name by Namjae Jeon · 11 years ago
  57. 66348b7 f2fs: fix error return code in f2fs_fill_super() by Wei Yongjun · 11 years ago
  58. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 12 years ago
  59. bdaec33 f2fs: use mnt_want_write_file() in ioctl by Al Viro · 12 years ago
  60. 6224da8 f2fs: fix typo mistakes by Namjae Jeon · 12 years ago
  61. d64f804 f2fs: write checkpoint before starting FG_GC by Jaegeuk Kim · 11 years ago
  62. 3315101 f2fs: fix the logic of IS_DNODE() by Zhihui Zhang · 11 years ago
  63. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  64. 1127a3d f2fs: move f2fs_balance_fs from truncate to punch_hole by Jason Hrycay · 11 years ago
  65. 49952fa f2fs: reduce redundant spin_lock operations by Jaegeuk Kim · 12 years ago
  66. cfb185a f2fs: add NULL pointer check by P J P · 12 years ago
  67. b2f2c39 f2fs: fix the bitmap consistency of dirty segments by Jaegeuk Kim · 12 years ago
  68. b747375 f2fs: avoid race for summary information by Jaegeuk Kim · 12 years ago
  69. 6037468 f2fs: allocate remained free segments in the LFS mode by Jaegeuk Kim · 12 years ago
  70. 4ebefc4 f2fs: check completion of foreground GC by Jaegeuk Kim · 12 years ago
  71. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 12 years ago
  72. 33afa7f f2fs: allocate new segment aligned with sections by Jaegeuk Kim · 12 years ago
  73. 56ae674 f2fs: remove redundant lock_page calls by Jaegeuk Kim · 12 years ago
  74. 53cf952 f2fs: introduce TOTAL_SECS macro by Jaegeuk Kim · 12 years ago
  75. 5c773ba f2fs: do not use duplicate names in a macro by Jaegeuk Kim · 12 years ago
  76. 79b5793 f2fs: use kmemdup by Alexandru Gheorghiu · 12 years ago
  77. 953a3e2 f2fs: fix to give correct parent inode number for roll forward by Jaegeuk Kim · 12 years ago
  78. fa37241 f2fs: remain nat cache entries for further free nid allocation by Jaegeuk Kim · 12 years ago
  79. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 12 years ago
  80. 6ead114 f2fs: fix the recovery flow to handle errors correctly by Jaegeuk Kim · 12 years ago
  81. 111d249 f2fs: fix typo in comments by Masanari Iida · 12 years ago
  82. 064e082 f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode by Namjae Jeon · 12 years ago
  83. c0d39e6 f2fs: fix return values from validate superblock by Namjae Jeon · 12 years ago
  84. 7c90977 f2fs: reorganize f2fs_setxattr by Namjae Jeon · 12 years ago
  85. d3ee456 f2fs: notify when discard is not supported by Namjae Jeon · 12 years ago
  86. ae51fb3 f2fs: fix to call WRITE_FLUSH at the end of fsync by Jaegeuk Kim · 12 years ago
  87. 04431c4 f2fs: fix not to allocate max_nid by Jaegeuk Kim · 12 years ago
  88. c3850aa f2fs: fix return value of releasepage for node and data by Jaegeuk Kim · 12 years ago
  89. 48cb76c f2fs: scan next nat page to reuse free nids in there by Jaegeuk Kim · 12 years ago
  90. 08d8058 f2fs: should check the node page was truncated first by Jaegeuk Kim · 12 years ago
  91. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 12 years ago
  92. 434720f f2fs: Fix typo in comments by Masanari Iida · 12 years ago
  93. 25c0a6e f2fs: avoid extra ++ while returning from get_node_path by Namjae Jeon · 12 years ago
  94. 5a20d33 f2fs: align f2fs maximum name length to linux based filesystem by Jaegeuk Kim · 12 years ago
  95. 3aa770a f2fs: optimize and change return path in lookup_free_nid_list by Namjae Jeon · 12 years ago
  96. e0f56cb f2fs: optimize get node page readahead part by Namjae Jeon · 12 years ago
  97. 52c2db3 f2fs: check the level before calling get_nid function by Changman Lee · 12 years ago
  98. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 12 years ago
  99. 66d36a2 f2fs: read with READ_SYNC when getting dnode page by Jaegeuk Kim · 12 years ago
  100. 12faafe f2fs: fix to unlock node page when it was truncated by Jaegeuk Kim · 12 years ago