]> git.proxmox.com Git - mirror_zfs.git/commit
zvol: Implement zvol threading as a Property
authorAmeer Hamza <ahamza@ixsystems.com>
Tue, 24 Oct 2023 21:53:27 +0000 (02:53 +0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Oct 2023 16:50:32 +0000 (09:50 -0700)
commit60387facd267046db22221107a03181a2ae7d950
tree4dc3091aa430b670afac012070eed93c3fd2d063
parentdbe839a9ca1dbaa7bb68b7254e4954256123414e
zvol: Implement zvol threading as a Property

Currently, zvol threading can be switched through the zvol_request_sync
module parameter system-wide. By making it a zvol property, zvol
threading can be switched per zvol.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
Closes #15409
include/sys/fs/zfs.h
include/sys/zvol.h
include/sys/zvol_impl.h
lib/libzfs/libzfs.abi
man/man7/zfsprops.7
module/os/linux/zfs/zvol_os.c
module/zcommon/zfs_prop.c
module/zfs/zfs_ioctl.c
module/zfs/zvol.c