2012-06-05 12:00:47

by Miklos Szeredi

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

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

---
Anatol Pomozov (1):
fuse: add FALLOCATE operation

Miklos Szeredi (2):
fuse: optimize fallocate on permanent failure
fuse: fix blksize calculation

Pavel Shilovsky (1):
fuse: fix stat call on 32 bit platforms

Peter Huewe (1):
fuse: Convert to kstrtoul_from_user

---
fs/fuse/control.c | 10 ++--------
fs/fuse/dir.c | 11 ++++++++++-
fs/fuse/file.c | 40 ++++++++++++++++++++++++++++++++++++++++
fs/fuse/fuse_i.h | 6 ++++++
fs/fuse/inode.c | 17 ++++++++++++++++-
include/linux/fuse.h | 14 +++++++++++++-
6 files changed, 87 insertions(+), 11 deletions(-)