/freebsd/sbin/mount_fusefs/ |
H A D | mount_fusefs.8 | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
H A D | mount_fusefs.c | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.hh | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
H A D | utils.hh | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
H A D | write.cc | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
H A D | utils.cc | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
H A D | mockfs.cc | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|
H A D | fuse_io.c | diff 8eecd9ce05ee9744ebf9ecd0c2d1d2431b9fe06c Fri Jun 14 20:14:51 CEST 2019 Alan Somers <asomers@FreeBSD.org> 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
|