2014-01-23 08:22:44

by Miklos Szeredi

[permalink] [raw]
Subject: [GIT PULL] fuse update for 3.14

Linus,

Please pull the following:

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

This contains a fix for a potential use-after-module-unload bug noticed by Al
and caching improvements for read-only fuse filesystems by Andrew Gallagher.

Thanks,
Miklos
----

Andrew Gallagher (2):
fuse: don't invalidate attrs when not using atime
fuse: support clients that don't implement 'open'

Miklos Szeredi (2):
fuse: fix pipe_buf_operations
fuse: fix SetPageUptodate() condition in STORE

---
fs/fuse/dev.c | 25 +++++++------------------
fs/fuse/dir.c | 14 ++++++++++++--
fs/fuse/file.c | 41 +++++++++++++++++++++++++++++------------
fs/fuse/fuse_i.h | 5 +++++
fs/splice.c | 18 ++++++++++++++++++
include/linux/pipe_fs_i.h | 2 ++
net/core/skbuff.c | 32 +-------------------------------
7 files changed, 74 insertions(+), 63 deletions(-)