aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zvol_os.c
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-301-3/+3
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-071-1/+8
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-19/+25
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-27/+61
* FreeBSD: Simplify zvol_geom_open and zvol_cdev_openRyan Moeller2020-11-101-36/+16
* FreeBSD: Avoid spurious EINTR in zvol_cdev_openRyan Moeller2020-11-101-1/+20
* FreeBSD: Prevent a NULL reference in zvol_cdev_openMariusz Zaborski2020-11-051-1/+2
* FreeBSD: zvol_os: Use SET_ERROR more judiciouslyRyan Moeller2020-11-031-13/+13
* zvol_os: Fix handling of zvol private dataRyan Moeller2020-10-301-9/+18
* zvol_os: Don't leak doi in cdev error pathRyan Moeller2020-10-301-2/+1
* zvol_os: Properly ignore error in volmode lookupRyan Moeller2020-10-301-4/+5
* zvol_os: Code cleanup in zvol_create_minor_implRyan Moeller2020-10-301-7/+7
* zvol_os: Keep better track of open count in closeRyan Moeller2020-10-301-4/+6
* zvol_os: Tidy up assertsRyan Moeller2020-10-301-15/+15
* zvol: unsigned off can not be less than zeroToomas Soome2020-09-021-1/+1
* FreeBSD: Fix spurious failure in zvol_geom_openMatthew Macy2020-08-301-0/+20
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-171-3/+2
* Move ZVOL_DIR back to zfs.hRyan Moeller2020-08-111-1/+0
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+0
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-051-0/+21
* FreeBSD: Simplify zvol and fix lockingRyan Moeller2020-06-031-66/+25
* Fix ZVOL_DIRRyan Moeller2020-05-161-0/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+1476