]> git.proxmox.com Git - mirror_zfs.git/commit
vdev_disk: add module parameter to select BIO submission method
authorRob Norris <rob.norris@klarasystems.com>
Tue, 9 Jan 2024 02:28:57 +0000 (13:28 +1100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 25 Mar 2024 23:51:30 +0000 (16:51 -0700)
commitdf2169d141aadc0c2cc728c5c5261d6f5c2a27f7
treea60bc30234f302ed72445ebaf90c7ce5fd3e1b02
parent06a196020e6f70d2fedbd4d0d05bbe0c1ac6e4d8
vdev_disk: add module parameter to select BIO submission method

This makes the submission method selectable at module load time via the
`zfs_vdev_disk_classic` parameter, allowing this change to be backported
to 2.2 safely, and disabled in favour of the "classic" submission method
if new problems come up.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Closes #15533
Closes #15588
man/man4/zfs.4
module/os/linux/zfs/vdev_disk.c