freebsd-skq/sys/fs/fuse
Conrad Meyer f6ebb68395 fuse: Fix a regression introduced in r337165
On systems with non-default DFLTPHYS and/or MAXBSIZE, FUSE would attempt to
use a buf cache block size in excess of permitted size.  This did not affect
most configurations, since DFLTPHYS and MAXBSIZE both default to 64kB.
The issue was discovered and reported using a custom kernel with a DFLTPHYS
of 512kB.

PR:		230260 (comment #9)
Reported by:	ken@
MFC after:	π/𝑒 weeks
2019-02-21 02:41:57 +00:00
..
fuse_debug.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
fuse_device.c Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_file.c Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_file.h Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_internal.c FUSE: Respect userspace FS "do-not-cache" of path components 2019-02-15 22:50:31 +00:00
fuse_internal.h Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_io.c FUSE: The FUSE design expects writethrough caching 2019-02-15 22:52:49 +00:00
fuse_io.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
fuse_ipc.c Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_ipc.h Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_kernel.h FUSE extattrs: fix issue when neither uio nor size were not passed to VOP_*. 2018-08-21 18:39:47 +00:00
fuse_main.c Allocate pager bufs from UMA instead of 80-ish mutex protected linked list. 2019-01-15 01:02:16 +00:00
fuse_node.c Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_node.h Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse_param.h Update link count handling in fuse for post-ino64. 2017-12-19 22:40:54 +00:00
fuse_vfsops.c fuse: Fix a regression introduced in r337165 2019-02-21 02:41:57 +00:00
fuse_vnops.c Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00
fuse.h Fuse: whitespace and style(9) cleanup 2019-02-20 02:49:26 +00:00