1. 04 Jun, 2011 1 commit
    • Arne Jansen's avatar
      btrfs: scrub: don't reuse bios and pages · 1bc87793
      Arne Jansen authored
      The current scrub implementation reuses bios and pages as often as possible,
      allocating them only on start and releasing them when finished. This leads
      to more problems with the block layer than it's worth. The elevator gets
      confused when there are more pages added to the bio than bi_size suggests.
      This patch completely rips out the reuse of bios and pages and allocates
      them freshly for each submit.
      Signed-off-by: default avatarArne Jansen <sensille@gmx.net>
      Signed-off-by: default avatarChris Maosn <chris.mason@oracle.com>
      1bc87793
  2. 28 May, 2011 1 commit
  3. 27 May, 2011 1 commit
  4. 26 May, 2011 4 commits
  5. 23 May, 2011 33 commits