Linux-Fsdevel Archive on 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.8
Date: Tue, 9 Jun 2020 22:51:18 +0200 [thread overview]
Message-ID: <20200609205118.GC6171@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.8
- Fix a rare deadlock in virtiofs.
- Fix st_blocks in writeback cache mode.
- Fix wrong checks in splice move causing spurious warnings.
- Fix a race between a GETATTR request and a FUSE_NOTIFY_INVAL_INODE
notification.
- Use rb-tree instead of linear search for pages currently under writeout by
userspace.
- Fix copy_file_range() inconsistencies.
Thanks,
Miklos
---
Eryu Guan (1):
fuse: invalidate inode attr in writeback cache mode
Kirill Tkhai (1):
fuse: Update stale comment in queue_interrupt()
Masayoshi Mizuma (1):
virtiofs: Add mount option and atime behavior to the doc
Maxim Patlasov (1):
fuse: optimize writepages search
Miklos Szeredi (8):
fuse: always flush dirty data on close(2)
fuse: always allow query of st_dev
fuse: use dump_page
fuse: fix weird page warning
fuse: don't check refcount after stealing page
fuse: update attr_version counter on fuse_notify_inval_inode()
fuse: fix copy_file_range cache issues
fuse: copy_file_range should truncate cache
Vasily Averin (1):
fuse: BUG_ON correction in fuse_dev_splice_write()
Vivek Goyal (2):
virtiofs: schedule blocking async replies in separate worker
virtiofs: do not use fuse_fill_super_common() for device installation
---
Documentation/filesystems/virtiofs.rst | 14 ++++
fs/fuse/dev.c | 14 ++--
fs/fuse/dir.c | 12 +++-
fs/fuse/file.c | 120 +++++++++++++++++++++++++--------
fs/fuse/fuse_i.h | 3 +-
fs/fuse/inode.c | 26 +++++--
fs/fuse/virtio_fs.c | 115 ++++++++++++++++++++-----------
7 files changed, 219 insertions(+), 85 deletions(-)
next reply other threads:[~2020-06-09 20:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-09 20:51 Miklos Szeredi [this message]
2020-06-09 23:10 ` 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=20200609205118.GC6171@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 \
--subject='Re: [GIT PULL] fuse update for 5.8' \
/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
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).