opnsense-src/sys/fs
Hans Petter Selasky a96a9c689e cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.
Currently the cuse(3) mmap(2) offset is split into 128 banks of 16 Mbytes.
Allow cuse(3) to make allocations that span multiple banks at the expense
of any fragmentation issues that may arise. Typically mmap(2) buffers are
well below 16 Mbytes. This allows 8K video resolution to work using webcamd.

Reviewed by:	markj @
Differential Revision:	https://reviews.freebsd.org/D35830
Sponsored by:	NVIDIA Networking

(cherry picked from commit d14b53ee31)
2022-07-27 11:33:53 +02:00
..
autofs Ensure that dirent's d_off field is initialized 2021-01-03 11:50:31 -05:00
cd9660 buffer pager: allow get_blksize method to return error 2021-09-24 03:26:59 +03:00
cuse cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes. 2022-07-27 11:33:53 +02:00
deadfs vn_open(): If the vnode is reclaimed during open(2), do not return error. 2021-02-24 09:42:42 +02:00
devfs fs: fix a few common typos in source code comments 2022-02-09 07:18:56 +01:00
ext2fs fs: fix a few common typos in source code comments 2022-02-09 07:18:56 +01:00
fdescfs fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with O_PATH 2022-06-13 22:29:23 +03:00
fifofs fifo: support flock 2021-10-11 09:12:48 +00:00
fuse fusefs: handle evil servers that return illegal inode numbers 2022-06-18 08:16:20 -06:00
mntfs mntfs: lock mntfs pseudo devfs vnode properly 2021-11-19 06:25:28 +02:00
msdosfs msdosfs: Fix mounting when the device sector size is >512B 2022-02-21 09:57:54 -05:00
nfs nfscl: Move nfsrpc_destroysession into nfscommon 2022-07-25 14:05:45 -07:00
nfsclient nfscl: Move nfsrpc_destroysession into nfscommon 2022-07-25 14:05:45 -07:00
nfsserver nfscl: Change the cred argument to non-NULL for pNFS proxies 2022-07-25 13:57:54 -07:00
nullfs null_vptocnp(): busy nullfs mp instead of refing it 2022-06-21 15:43:38 +03:00
procfs sysent: Get rid of bogus sys/sysent.h include. 2022-06-17 22:35:31 +03:00
pseudofs pseudofs: Destroy vncache hashtbl on pseudofs module unload. 2022-06-17 22:33:41 +03:00
smbfs Ensure that dirent's d_off field is initialized 2021-01-03 11:50:31 -05:00
tmpfs tmpfs: remove write-only variables 2021-10-27 03:24:40 +03:00
udf Make MAXPHYS tunable. Bump MAXPHYS to 1M. 2020-11-28 12:12:51 +00:00
unionfs unionfs: do not use bare struct componentname 2021-07-07 13:23:30 +03:00