From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 21 Aug 2018 22:07:36 +0200 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [GIT PULL] fuse update for 4.19 Message-ID: <20180821200736.GA10412@veci.piliscsaba.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: 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(-)