2011-05-14 19:53:26

by Sage Weil

[permalink] [raw]
Subject: [GIT PULL] Ceph/rbd fixes for 2.6.39

Hi Linus,

Please pull a couple last minute rbd fixes from

git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus

The first is a simple memory leak. The second is, unfortunately, a bit
more involved. There was a problem with the way we were doing the
completions for split bios (spanning object boundaries) and the fix is
non-trivial. It's a bit big for -rc7, but OTOH the bug it fixes is pretty
easy to trigger with an appropriate read workload.

Thanks!
sage


Sage Weil (1):
rbd: fix leak of ops struct

Yehuda Sadeh (1):
rbd: fix split bio handling

drivers/block/rbd.c | 177 +++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 156 insertions(+), 21 deletions(-)