[GIT PULL] Ceph fixes for 2.6.37-rc7

From: Sage Weil
Date: Mon Dec 20 2010 - 23:29:29 EST


Hi Linus,

Please pull the following Ceph fixes from

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

There are a few fixes for direct-io reads (non-page aligned buffers,
marking user pages dirty), two error path fixes, and the NULL dereference
triggered by NFS export that Al pointed out.

Thanks!
sage


Henry C Chang (3):
ceph: fix direct-io on non-page-aligned buffers
ceph: mark user pages dirty on direct-io reads
ceph: handle partial result from get_user_pages

Sage Weil (2):
ceph: fix msgr_init error path
ceph: fix null pointer dereference in ceph_init_dentry for nfs reexport

fs/ceph/dir.c | 3 ++-
fs/ceph/file.c | 39 +++++++++++++++++++++++----------------
include/linux/ceph/libceph.h | 6 ++++--
net/ceph/messenger.c | 8 +++-----
net/ceph/pagevec.c | 15 +++++++++------
5 files changed, 41 insertions(+), 30 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/