linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yang Bo <yyyeer.bo@gmail.com>
To: stable@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org, mszeredi@redhat.com,
	Yang Bo <yb203166@antfin.com>
Subject: [PATCH 0/6] Backport several patches to 5.10.y
Date: Wed, 12 Apr 2023 12:19:29 +0800	[thread overview]
Message-ID: <20230412041935.1556-1-yb203166@antfin.com> (raw)

Antgroup is using 5.10.y in product environment, we found several patches are
missing in 5.10.y tree. These patches are needed for us. So we backported them
to 5.10.y

Connor Kuehl (1):
  virtiofs: split requests that exceed virtqueue size

Jiachen Zhang (1):
  fuse: always revalidate rename target dentry

Miklos Szeredi (4):
  virtiofs: clean up error handling in virtio_fs_get_tree()
  fuse: check s_root when destroying sb
  fuse: fix attr version comparison in fuse_read_update_size()
  fuse: fix deadlock between atomic O_TRUNC and page invalidation

 fs/fuse/dir.c       |  7 ++++++-
 fs/fuse/file.c      | 31 +++++++++++++++++-------------
 fs/fuse/fuse_i.h    |  3 +++
 fs/fuse/inode.c     |  5 +++--
 fs/fuse/virtio_fs.c | 46 +++++++++++++++++++++++++++++----------------
 5 files changed, 60 insertions(+), 32 deletions(-)

-- 
2.40.0


             reply	other threads:[~2023-04-12  4:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12  4:19 Yang Bo [this message]
2023-04-12  4:19 ` [PATCH 1/6] virtiofs: clean up error handling in virtio_fs_get_tree() Yang Bo
2023-04-12  4:19 ` [PATCH 2/6] virtiofs: split requests that exceed virtqueue size Yang Bo
2023-04-12  4:19 ` [PATCH 3/6] fuse: check s_root when destroying sb Yang Bo
2023-04-12  4:19 ` [PATCH 4/6] fuse: fix attr version comparison in fuse_read_update_size() Yang Bo
2023-04-12  4:19 ` [PATCH 5/6] fuse: always revalidate rename target dentry Yang Bo
2023-04-12  4:19 ` [PATCH 6/6] fuse: fix deadlock between atomic O_TRUNC and page invalidation Yang Bo
2023-04-18 10:34 ` [PATCH 0/6] Backport several patches to 5.10.y Greg KH

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=20230412041935.1556-1-yb203166@antfin.com \
    --to=yyyeer.bo@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=mszeredi@redhat.com \
    --cc=stable@vger.kernel.org \
    --cc=yb203166@antfin.com \
    /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).