linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fuse fixes for 5.8-rc6
@ 2020-07-17 12:31 Miklos Szeredi
  2020-07-17 17:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2020-07-17 12:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-17 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 12:31 [GIT PULL] fuse fixes for 5.8-rc6 Miklos Szeredi
2020-07-17 17:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).