aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/vdev_geom.c
Commit message (Expand)AuthorAgeFilesLines
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-131-1/+1
* Fix build on FreeBSDPawel Jakub Dawidek2023-03-221-1/+1
* Improve too large physical ashift handlingAlexander Motin2022-09-081-2/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* FreeBSD: Fix translation from ABD to physical pagesAlexander Motin2022-04-201-1/+5
* Clean up CSTYLEDsнаб2022-01-261-6/+5
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-021-1/+0
* Allow disabling of unmapped I/O on FreeBSDMark Johnston2021-08-021-0/+4
* FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+Alexander Motin2021-07-191-0/+4
* FreeBSD: Use unmapped I/O for scattered/gang ABD buffersAlexander Motin2021-07-071-10/+113
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-301-10/+10
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-13/+22
* FreeBSD: Remove BIO_ORDERED flag from BIO_FLUSHAlexander Motin2020-10-301-1/+0
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-5/+6
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-011-0/+1
* Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.kshMatthew Ahrens2020-06-221-1/+1
* Add prototypesArvind Sankar2020-06-181-0/+1
* Fixup "Avoid the GEOM topology lock recursion when autoexpanding a pool"Ryan Moeller2020-06-101-8/+9
* Avoid the GEOM topology lock recursion when autoexpanding a poolRyan Moeller2020-05-041-3/+10
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+1195