linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] fuse update for 5.11
Date: Thu, 17 Dec 2020 14:18:22 +0100	[thread overview]
Message-ID: <20201217131822.GA1236412@miu.piliscsaba.redhat.com> (raw)

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.11

 - Improve performance of virtio-fs in mixed read/write workloads.

 - Try to revalidate cache before returning EEXIST on exclusive create.

 - Add a couple of miscellaneous bug fixes as well as some code cleanups.

Thanks,
Miklos

---
Miklos Szeredi (10):
      fuse: launder page should wait for page writeback
      virtiofs fix leak in setup
      virtiofs: simplify sb setup
      fuse: get rid of fuse_mount refcount
      fuse: simplify get_fuse_conn*()
      fuse: add fuse_sb_destroy() helper
      virtiofs: clean up error handling in virtio_fs_get_tree()
      fuse: always revalidate if exclusive create
      fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID
      fuse: fix bad inode

Vivek Goyal (6):
      fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2
      fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
      fuse: setattr should set FATTR_KILL_SUIDGID
      fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
      fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
      fuse: support SB_NOSEC flag to improve write performance

---
 fs/fuse/acl.c             |  6 +++++
 fs/fuse/dir.c             | 60 +++++++++++++++++++++++++++++++++++++++-------
 fs/fuse/file.c            | 41 +++++++++++++++++++++++--------
 fs/fuse/fuse_i.h          | 41 ++++++++++++++++---------------
 fs/fuse/inode.c           | 61 ++++++++++++++++++++++-------------------------
 fs/fuse/readdir.c         |  4 ++--
 fs/fuse/virtio_fs.c       | 47 ++++++++++++++++--------------------
 fs/fuse/xattr.c           |  9 +++++++
 include/uapi/linux/fuse.h | 30 +++++++++++++++++++----
 9 files changed, 195 insertions(+), 104 deletions(-)

             reply	other threads:[~2020-12-17 13:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17 13:18 Miklos Szeredi [this message]
2020-12-17 20:21 ` [GIT PULL] fuse update for 5.11 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201217131822.GA1236412@miu.piliscsaba.redhat.com \
    --to=miklos@szeredi.hu \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).