HardenedBSD/sys/fs
Pawel Biernacki d3d10ed299 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (10 of many)
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Approved by:	kib (mentor, blanket)
Differential Revision:	https://reviews.freebsd.org/D23629
2020-02-24 10:37:56 +00:00
..
autofs Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many) 2020-02-15 18:48:38 +00:00
cd9660
cuse
deadfs
devfs Fix up various vnode-related asserts which did not dump the used vnode 2020-02-03 14:25:32 +00:00
ext2fs Add a EXT2FS-specific implementation for lseek(SEEK_DATA). 2020-02-18 16:39:57 +00:00
fdescfs
fifofs
fuse Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (8 of many) 2020-02-24 10:33:51 +00:00
msdosfs
nfs
nfsclient Fix NFS client deadlock when read reports truncated node. 2020-02-22 20:50:30 +00:00
nfsserver
nullfs Fix up various vnode-related asserts which did not dump the used vnode 2020-02-03 14:25:32 +00:00
procfs
pseudofs Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (10 of many) 2020-02-24 10:37:56 +00:00
smbfs Provide O_SEARCH 2020-02-02 16:34:57 +00:00
tmpfs vfs: make write suspension mandatory 2020-02-15 13:00:39 +00:00
udf
unionfs