* [GIT PULL] fuse update for 5.15
@ 2021-09-07 7:26 Miklos Szeredi
2021-09-07 20:14 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2021-09-07 7:26 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-update-5.15
- Allow mounting an active fuse device. Previously the fuse device would
always be mounted during initialization, and sharing a fuse superblock
was only possible through mount or namespace cloning
- Fix data flushing in syncfs (virtiofs only)
- Fix data flushing in copy_file_range()
- Fix a possible deadlock in atomic O_TRUNC
- Misc fixes and cleanups
The recent commit dates for the two head commits are due to a trival bug
fix being folded in.
Thanks,
Miklos
---
Miklos Szeredi (9):
fuse: fix use after free in fuse_read_interrupt()
fuse: name fs_context consistently
fuse: move option checking into fuse_fill_super()
fuse: move fget() to fuse_get_tree()
fuse: allow sharing existing sb
fuse: truncate pagecache on atomic_o_trunc
fuse: flush extending writes
fuse: wait for writepages in syncfs
fuse: remove unused arg in fuse_write_file_get()
---
fs/fuse/control.c | 10 +--
fs/fuse/dev.c | 4 +-
fs/fuse/file.c | 45 ++++++++----
fs/fuse/fuse_i.h | 20 ++++++
fs/fuse/inode.c | 203 ++++++++++++++++++++++++++++++++++++++--------------
fs/fuse/virtio_fs.c | 12 ++--
6 files changed, 214 insertions(+), 80 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] fuse update for 5.15
2021-09-07 7:26 [GIT PULL] fuse update for 5.15 Miklos Szeredi
@ 2021-09-07 20:14 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-07 20:14 UTC (permalink / raw)
To: Miklos Szeredi; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel
The pull request you sent on Tue, 7 Sep 2021 09:26:45 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.15
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/75b96f0ec5faf730128c32187e3e28441c27a094
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-07 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 7:26 [GIT PULL] fuse update for 5.15 Miklos Szeredi
2021-09-07 20:14 ` 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).