Hi Linus,

Please pull the following bugfixes for fuse:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus

One patch fixes an Oops introduced in 3.9 with the readdirplus feature.  The
rest are fixes for async-dio in 3.10.

Thanks,
Miklos

---
Brian Foster (4):
      fuse: allocate for_background dio requests based on io->async state
      fuse: truncate pagecache range on hole punch
      fuse: update inode size and invalidate attributes on fallocate
      fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests

Maxim Patlasov (1):
      fuse: fix alignment in short read optimization for async_dio

Miklos Szeredi (1):
      fuse: fix readdirplus Oops in fuse_dentry_revalidate

---
 fs/fuse/dir.c   |   12 +++++++++---
 fs/fuse/file.c  |   58 ++++++++++++++++++++++++++++++++++++++++++++++---------
 fs/fuse/inode.c |    7 ++++---
 3 files changed, 62 insertions(+), 15 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to