[GIT PULL] fuse fixes for 5.8-rc6

From: Miklos Szeredi
Date: Fri Jul 17 2020 - 08:31:47 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-5.8-rc6

Fix the following:

- two regressions in this cycle caused by the conversion of writepage list
to an rb_tree

- two regressions in v5.4 cause by the conversion to the new mount API

- saner behavior of fsconfig(2) for the reconfigure case

- an ancient issue with FS_IOC_{GET,SET}FLAGS ioctls.


Thanks,
Miklos

----------------------------------------------------------------
Chirantan Ekbote (1):
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS

Miklos Szeredi (6):
fuse: move rb_erase() before tree_insert()
fuse: fix warning in tree_insert() and clean up writepage insertion
fuse: use ->reconfigure() instead of ->remount_fs()
fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
fuse: reject options on reconfigure via fsconfig(2)
fuse: clean up condition for writepage sending

Vasily Averin (1):
fuse: don't ignore errors from fuse_writepages_fill()

---
fs/fuse/file.c | 132 ++++++++++++++++++++++++++-------------------
fs/fuse/inode.c | 19 +++++--
fs/namespace.c | 1 +
include/linux/fs_context.h | 1 +
4 files changed, 96 insertions(+), 57 deletions(-)