2012-08-07 09:37:20

by Miklos Szeredi

[permalink] [raw]
Subject: [GIT PULL] fuse updates for 3.6

Linus,

Please pull from

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

to receive the following changes.

Thanks,
Miklos

---
Brian Foster (3):
fuse: add FUSE_AUTO_INVAL_DATA init flag
fuse: invalidate inode mapping if mtime changes
fuse: update attributes on aio_read

Miklos Szeredi (2):
fuse: add missing INIT flags
fuse: add missing INIT flag descriptions

Zach Brown (1):
fuse: verify all ioctl retry iov elements

---
fs/fuse/file.c | 15 +++++++++------
fs/fuse/fuse_i.h | 3 +++
fs/fuse/inode.c | 32 ++++++++++++++++++++++++++++----
include/linux/fuse.h | 19 ++++++++++++++++++-
4 files changed, 58 insertions(+), 11 deletions(-)