2013-10-04 08:46:46

by Miklos Szeredi

[permalink] [raw]
Subject: [GIT PULL] fuse bugfixes for 3.12

Hi Linus,

Please pull the following:

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

This contains two more fixes by Maxim for writeback/truncate races and fixes for
RCU walk in fuse_dentry_revalidate().

Thanks,
Miklos

---
Maxim Patlasov (2):
fuse: wait for writeback in fuse_file_fallocate()
fuse: fix fallocate vs. ftruncate race

Miklos Szeredi (3):
fuse: don't check_submounts_and_drop() in RCU walk
fuse: readdirplus: fix RCU walk
fuse: no RCU mode in fuse_access()

---
fs/fuse/dir.c | 20 +++++++++++++-------
fs/fuse/file.c | 23 +++++++++++++++++------
fs/fuse/fuse_i.h | 2 ++
3 files changed, 32 insertions(+), 13 deletions(-)