mirror_zfs/module/os/freebsd/zfs
Mark Johnston aba5b019cb Annontate FreeBSD sysctls with CTLFLAG_MPSAFE
Without this, the sysctl system calls will acquire a global lock before
invoking the handler.  This is noticeable in some situations when
running top(1).  The global lock is mostly vestigal but continues to see
some use and so contention is still a problem; until the default sense
of the MPSAFE flag changes, we have to annotate each and every handler.

Reviewed-by: Allan Jude <allan@klarasystems.com>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Mark Johnston <markj@FreeBSD.org>
Closes #10836
2020-10-01 12:16:21 -07:00
..
abd_os.c Include scatter_chunk_waste in arc_size 2020-08-17 20:04:04 -07:00
arc_os.c Changes to make openzfs build within FreeBSD buildworld 2020-07-31 21:30:31 -07:00
crypto_os.c Fix crypto build on FreeBSD HEAD 2020-05-30 12:54:57 -07:00
dmu_os.c Refactor ccompile.h to not include system headers 2020-07-25 20:09:50 -07:00
hkdf.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
kmod_core.c FreeBSD: drop dependency on cryptodev module 2020-09-09 10:26:04 -07:00
spa_os.c FreeBSD: Add option to rewind checkpoint while importing root pool 2020-08-19 17:19:42 -07:00
sysctl_os.c Annontate FreeBSD sysctls with CTLFLAG_MPSAFE 2020-10-01 12:16:21 -07:00
vdev_file.c vdev_ashift should only be set once 2020-09-18 12:40:20 -07:00
vdev_geom.c Import vdev ashift optimization from FreeBSD 2020-08-21 12:53:17 -07:00
vdev_label_os.c Add support for boot environment data to be stored in the label 2020-05-07 09:36:33 -07:00
zfs_acl.c Prevent zfs_acl_chmod() if aclmode restricted and ACL inherited 2020-08-22 21:49:25 -07:00
zfs_ctldir.c Fix page fault in zfsctl_snapdir_getattr 2020-08-01 08:42:55 -07:00
zfs_debug.c Convert Linux-isms to FreeBSD-isms in platform zfs_debug.c 2020-07-31 21:25:35 -07:00
zfs_dir.c Refactor ccompile.h to not include system headers 2020-07-25 20:09:50 -07:00
zfs_file_os.c FreeBSD: Do not copy vp into f_data for DTYPE_VNODE files 2020-09-18 12:38:14 -07:00
zfs_ioctl_compat.c Changes to make openzfs build within FreeBSD buildworld 2020-07-31 21:30:31 -07:00
zfs_ioctl_os.c Make zc_nvlist_src_size limit tunable 2020-08-18 09:33:55 -07:00
zfs_onexit_os.c Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
zfs_vfsops.c FreeBSD: convert teardown inactive lock to a read-mostly sleepable lock 2020-09-09 10:26:05 -07:00
zfs_vnops.c FreeBSD: convert teardown inactive lock to a read-mostly sleepable lock 2020-09-09 10:26:05 -07:00
zfs_znode.c FreeBSD: convert teardown inactive lock to a read-mostly sleepable lock 2020-09-09 10:26:05 -07:00
zio_crypt.c Fix typos 2020-06-09 21:24:09 -07:00
zvol_os.c zvol: unsigned off can not be less than zero 2020-09-03 16:16:52 -07:00