1. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 10 years ago
  2. c1ef3725 f2fs: move alloc new orphan node out of lock protection region by Gu Zheng · 10 years ago
  3. 4531929 f2fs: move grabing orphan pages out of protection region by Gu Zheng · 10 years ago
  4. 0d47c1a f2fs: convert max_orphans to a field of f2fs_sb_info by Gu Zheng · 11 years ago
  5. 5459aa9 f2fs: write dirty meta pages collectively by Jaegeuk Kim · 11 years ago
  6. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  7. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  8. cfb271d f2fs: add unlikely() macro for compiler optimization by Chao Yu · 11 years ago
  9. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  10. 8f99a94 f2fs: convert recover_orphan_inodes to void by Chao Yu · 11 years ago
  11. 6947eea f2fs: avoid to calculate incorrect max orphan number by Chao Yu · 11 years ago
  12. f9a4e6d f2fs: bug fix on bit overflow from 32bits to 64bits by Jaegeuk Kim · 11 years ago
  13. 3679556 f2fs: fix a potential out of range issue by Gu Zheng · 11 years ago
  14. 0323230 f2fs: send REQ_META or REQ_PRIO when reading meta area by Changman Lee · 11 years ago
  15. ce3b7d8 f2fs: move the list_head initialization into the lock protection region by Gu Zheng · 11 years ago
  16. 502c6e0 f2fs: simplify write_orphan_inodes for better readable by Gu Zheng · 11 years ago
  17. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  18. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  19. 26c6b88 f2fs: add tracepoint for set_page_dirty by Jaegeuk Kim · 11 years ago
  20. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  21. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  22. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  23. 87a9bd2 f2fs: avoid to write during the recovery by Jaegeuk Kim · 11 years ago
  24. e234088 f2fs: avoid wait if IO end up when do_checkpoint for better performance by Gu Zheng · 11 years ago
  25. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  26. 885166c f2fs: don't let the orphan inode counter underflow by Russ W. Knize · 11 years ago
  27. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  28. cbd56e7 f2fs: fix handling orphan inodes by Jaegeuk Kim · 11 years ago
  29. 60ed9a0 f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() by Gu Zheng · 11 years ago
  30. 7e586fa f2fs: fix crc endian conversion by Jaegeuk Kim · 11 years ago
  31. 5deb826 f2fs: fix iget/iput of dir during recovery by Jaegeuk Kim · 11 years ago
  32. afc3eda f2fs: fix incorrect iputs during the dentry recovery by Jaegeuk Kim · 11 years ago
  33. 3b10b1f f2fs: iput only if whole data blocks are flushed by Jaegeuk Kim · 11 years ago
  34. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  35. 74d0b91 f2fs: fix BUG_ON during f2fs_evict_inode(dir) by Jaegeuk Kim · 11 years ago
  36. afcb7ca0 f2fs: check truncation of mapping after lock_page by Jaegeuk Kim · 11 years ago
  37. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  38. 2af4bd6 f2fs: add tracepoints to debug checkpoint request by Namjae Jeon · 11 years ago
  39. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  40. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 11 years ago
  41. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 11 years ago
  42. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 11 years ago
  43. 94787d9 f2fs: remove repeated F2FS_SET_SB_DIRT call by Changman Lee · 11 years ago
  44. a2617dc f2fs: clean up the add_orphan_inode func by majianpeng · 11 years ago
  45. 577e349 f2fs: prevent checkpoint once any IO failure is detected by Jaegeuk Kim · 11 years ago
  46. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 11 years ago
  47. 24c366a f2fs: remove unneeded INIT_LIST_HEAD at few places by Namjae Jeon · 12 years ago
  48. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  49. 25ca923 f2fs: fix endian conversion bugs reported by sparse by Jaegeuk Kim · 12 years ago
  50. 127e670 f2fs: add checkpoint operations by Jaegeuk Kim · 12 years ago