1. 11 May, 2010 5 commits
  2. 06 May, 2010 1 commit
    • Sage Weil's avatar
      ceph: don't use writeback_control in writepages completion · 54ad023b
      Sage Weil authored
      The ->writepages writeback_control is not still valid in the writepages
      completion.  We were touching it solely to adjust pages_skipped when there
      was a writeback error (EIO, ENOSPC, EPERM due to bad osd credentials),
      causing an oops in the writeback code shortly thereafter.  Updating
      pages_skipped on error isn't correct anyway, so let's just rip out this
      (clearly broken) code to pass the wbc to the completion.
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      54ad023b
  3. 04 May, 2010 1 commit
  4. 03 May, 2010 11 commits
  5. 30 Apr, 2010 7 commits
  6. 29 Apr, 2010 10 commits
  7. 28 Apr, 2010 5 commits