1. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  2. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  3. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  4. 2e5558f f2fs: account for orphan inodes during recovery by Russ W. Knize · 11 years ago
  5. 691c6fd f2fs: remove unneeded write checkpoint in recover_fsync_data by Chao Yu · 11 years ago
  6. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  7. e27dae4 f2fs: alloc_page() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  8. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  9. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago
  10. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago
  11. 060dd67 f2fs: fix an endian conversion bug detected by sparse by Jaegeuk Kim · 11 years ago
  12. 5deb826 f2fs: fix iget/iput of dir during recovery by Jaegeuk Kim · 11 years ago
  13. 6b8213d f2fs: fix dentry recovery routine by Jaegeuk Kim · 11 years ago
  14. f28c06f f2fs: dereferencing an ERR_PTR by Dan Carpenter · 12 years ago
  15. 39cf72c f2fs: fix to handle do_recover_data errors by Jaegeuk Kim · 12 years ago
  16. b292dcab f2fs: reuse the locked dnode page and its inode by Jaegeuk Kim · 12 years ago
  17. 2c2c149 f2fs: don't do checkpoint if error is occurred by Jaegeuk Kim · 12 years ago
  18. 45856af f2fs: fix to unlock page before exit by Jaegeuk Kim · 12 years ago
  19. 9a55ed6 f2fs: remove unnecessary kmap/kunmap operations by Jaegeuk Kim · 12 years ago
  20. f356fe0 f2fs: add debug msgs in the recovery routine by Jaegeuk Kim · 12 years ago
  21. 74d0b91 f2fs: fix BUG_ON during f2fs_evict_inode(dir) by Jaegeuk Kim · 12 years ago
  22. 8c26d7d f2fs: fix por_doing variable coverage by Jaegeuk Kim · 12 years ago
  23. addbe45 f2fs: remove redundant assignment by Jaegeuk Kim · 12 years ago
  24. 047184b f2fs: recover when journal contains deleted files by Chris Fries · 12 years ago
  25. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  26. 6ead114 f2fs: fix the recovery flow to handle errors correctly by Jaegeuk Kim · 12 years ago
  27. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 12 years ago
  28. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 12 years ago
  29. 90b2fc6 Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev by Jaegeuk Kim · 12 years ago
  30. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 12 years ago
  31. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 12 years ago
  32. b7f7a5e f2fs: get rid of fake on-stack dentries by Al Viro · 12 years ago
  33. d8b79b2 f2fs: use _safe() version of list_for_each by Dan Carpenter · 12 years ago
  34. c335a86 f2fs: check return value during recovery by Jaegeuk Kim · 12 years ago
  35. 24c366a f2fs: remove unneeded INIT_LIST_HEAD at few places by Namjae Jeon · 12 years ago
  36. fd8bb65 f2fs: fix fsync_inode list addition logic and avoid invalid access to memory by Namjae Jeon · 12 years ago
  37. 06025f4 f2fs: handle error from f2fs_iget_nowait by Namjae Jeon · 12 years ago
  38. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  39. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago
  40. d624c96 f2fs: add recovery routines for roll-forward by Jaegeuk Kim · 12 years ago