All of lore.kernel.org
 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.13
Date: Fri, 30 Apr 2021 17:01:49 +0200	[thread overview]
Message-ID: <YIwb3caM4c2Mi7AR@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.13

- Fix a page locking bug in write (introduced in 2.6.26).

- Allow sgid bit to be killed in setacl().

- Miscellaneous fixes and cleanups.

Thanks,
Miklos

---
Alessio Balsini (1):
      fuse: fix matching of FUSE_DEV_IOC_CLONE command

Bhaskar Chowdhury (1):
      fuse: fix a typo

Connor Kuehl (2):
      fuse: fix typo for fuse_conn.max_pages comment
      virtiofs: split requests that exceed virtqueue size

Jiapeng Chong (1):
      virtiofs: remove useless function

Luis Henriques (1):
      virtiofs: fix memory leak in virtio_fs_probe()

Miklos Szeredi (4):
      fuse: don't zero pages twice
      virtiofs: fix userns
      cuse: prevent clone
      cuse: simplify refcount

Vivek Goyal (4):
      fuse: fix write deadlock
      fuse: extend FUSE_SETXATTR request
      fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID
      fuse: invalidate attrs when page writeback completes

---
 fs/fuse/acl.c             |  7 ++++-
 fs/fuse/cuse.c            | 12 ++++----
 fs/fuse/dev.c             |  7 ++---
 fs/fuse/file.c            | 71 +++++++++++++++++++++++++++++------------------
 fs/fuse/fuse_i.h          | 13 +++++++--
 fs/fuse/inode.c           |  7 +++--
 fs/fuse/virtio_fs.c       | 28 +++++++++++++------
 fs/fuse/xattr.c           |  9 ++++--
 include/uapi/linux/fuse.h | 14 ++++++++++
 9 files changed, 111 insertions(+), 57 deletions(-)

             reply	other threads:[~2021-04-30 15:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30 15:01 Miklos Szeredi [this message]
2021-04-30 22:40 ` [GIT PULL] fuse update for 5.13 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=YIwb3caM4c2Mi7AR@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.