Messages in this thread |  | | Date | Tue, 21 Aug 2018 22:07:36 +0200 | From | Miklos Szeredi <> | Subject | [GIT PULL] fuse update for 4.19 |
| |
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-4.19
This contains various bug fixes and cleanups.
Thanks, Miklos
---------------------------------------------------------------- Andrey Ryabinin (3): fuse: Don't access pipe->buffers without pipe_lock() fuse: use kvmalloc to allocate array of pipe_buffer structs. fuse: reduce allocation size for splice_write
Arnd Bergmann (1): fuse: convert last timespec use to timespec64
Kirill Tkhai (1): fuse: Add missed unlock_page() to fuse_readpages_fill()
Miklos Szeredi (6): fuse: fix double request_end() fuse: fix unlocked access to processing queue fuse: umount should wait for all requests fuse: Fix oops at process_init_reply() fuse: fix initial parallel dirops fuse: simplify fuse_abort_conn()
Souptick Joarder (1): fs: fuse: Adding new return type vm_fault_t
fs/fuse/dev.c | 69 ++++++++++++++++++++++++++++++++++++-------------------- fs/fuse/dir.c | 10 ++++---- fs/fuse/file.c | 3 ++- fs/fuse/fuse_i.h | 5 ++-- fs/fuse/inode.c | 45 ++++++++++++++++++++---------------- 5 files changed, 80 insertions(+), 52 deletions(-)
|  |