[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.1106131108150.16514@cobra.newdream.net>
Date: Mon, 13 Jun 2011 11:13:21 -0700 (PDT)
From: Sage Weil <sage@...dream.net>
To: torvalds@...ux-foundation.org
cc: linux-kernel@...r.kernel.org, ceph-devel@...r.kernel.org
Subject: [GIT PULL] Ceph fixes for 3.0-rc3
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 some igrab/ihold fixes, a sync hang when multiple syncs are in
progress, a couple fixes for O_DIRECT/sync io reads and holes, and a fix
for unwinding flock when a request is aborted (blocking process is
killed).
There are a few other things that we are still testing with sync io and
O_DIRECT that should be ready in the next week or two.
Thanks!
sage
Sage Weil (5):
ceph: use ihold when we already have an inode ref
ceph: fix sync vs canceled write
ceph: fix short sync reads from the OSD
ceph: fix ENOENT logic in striped_read
ceph: unwind canceled flock state
fs/ceph/addr.c | 2 +-
fs/ceph/caps.c | 10 ++++------
fs/ceph/dir.c | 11 +++++++----
fs/ceph/export.c | 4 ++--
fs/ceph/file.c | 35 +++++++++++++++++++----------------
fs/ceph/inode.c | 18 ++++++++++--------
fs/ceph/ioctl.c | 6 ++++--
fs/ceph/locks.c | 29 ++++++++++++++++++-----------
fs/ceph/snap.c | 2 +-
fs/ceph/xattr.c | 6 ++++--
net/ceph/osd_client.c | 15 ++++++++++-----
11 files changed, 80 insertions(+), 58 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists