[Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 14 18:15:41 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238565
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: asomers
Date: Fri Jun 14 18:14:53 UTC 2019
New revision: 349036
URL: https://svnweb.freebsd.org/changeset/base/349036
Log:
fusefs: enable write clustering
Enable write clustering in fusefs whenever cache mode is set to writeback
and the "async" mount option is used. With default values for MAXPHYS,
DFLTPHYS, and the fuse max_write mount parameter, that means sequential
writes will now be written 128KB at a time instead of 64KB.
Also, add a regression test for PR 238565, a panic during unmount that
probably affects UFS, ext2, and msdosfs as well as fusefs.
PR: 238565
Sponsored by: The FreeBSD Foundation
Changes:
projects/fuse2/sbin/mount_fusefs/mount_fusefs.8
projects/fuse2/sbin/mount_fusefs/mount_fusefs.c
projects/fuse2/sys/fs/fuse/fuse_io.c
projects/fuse2/sys/fs/fuse/fuse_vfsops.c
projects/fuse2/tests/sys/fs/fusefs/mockfs.cc
projects/fuse2/tests/sys/fs/fusefs/mockfs.hh
projects/fuse2/tests/sys/fs/fusefs/utils.cc
projects/fuse2/tests/sys/fs/fusefs/utils.hh
projects/fuse2/tests/sys/fs/fusefs/write.cc
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list