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 ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to