[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191204091059.GB16668@miu.piliscsaba.redhat.com>
Date: Wed, 4 Dec 2019 10:10:59 +0100
From: Miklos Szeredi <miklos@...redi.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse update for 5.5
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.5
- Fix a regression introduced in the last release.
- Fix a number of issues with validating data coming from userspace.
- Some cleanups in virtiofs.
Thanks,
Miklos
---
Krzysztof Kozlowski (1):
fuse: fix Kconfig indentation
Miklos Szeredi (4):
fuse: verify attributes
fuse: verify write return
fuse: verify nlink
fuse: fix leak of fuse_io_priv
Vivek Goyal (3):
virtiofs: Use a common function to send forget
virtiofs: Do not send forget request "struct list_head" element
virtiofs: Use completions while waiting for queue to be drained
YueHaibing (1):
virtiofs: Fix old-style declaration
---
fs/fuse/Kconfig | 4 +-
fs/fuse/dir.c | 25 +++++--
fs/fuse/file.c | 6 +-
fs/fuse/fuse_i.h | 2 +
fs/fuse/readdir.c | 2 +-
fs/fuse/virtio_fs.c | 210 ++++++++++++++++++++++++++--------------------------
6 files changed, 134 insertions(+), 115 deletions(-)
Powered by blists - more mailing lists