aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-26/+0
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-231-0/+15
* Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.kshMatthew Ahrens2020-06-221-1/+1
* Fix copy-paste error breaking FreeBSD headRyan Moeller2020-06-191-3/+3
* Match new vfs_checkexp KPI in FreeBSD headRyan Moeller2020-06-181-0/+10
* Add prototypesArvind Sankar2020-06-185-10/+5
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Remove dead codeArvind Sankar2020-06-182-38/+0
* Mark functions as staticArvind Sankar2020-06-186-17/+17
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+6
* FreeBSD: Kernel module should depend on xdr not krpc after 1300092Ryan Moeller2020-06-161-0/+4
* Fixing ABD struct allocation for FreeBSDBrian Atkinson2020-06-161-4/+13
* Fixup "Avoid the GEOM topology lock recursion when autoexpanding a pool"Ryan Moeller2020-06-101-8/+9
* Fix typosAndrea Gelmini2020-06-096-15/+16
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-1/+1
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-081-1/+1
* Remove redundant includesPawel Jakub Dawidek2020-06-081-49/+3
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-055-14/+108
* FreeBSD: Simplify zvol and fix lockingRyan Moeller2020-06-031-66/+25
* Fix crypto build on FreeBSD HEADMatthew Macy2020-05-301-3/+1
* Gang ABD TypeBrian Atkinson2020-05-201-1/+61
* freebsd: Correct the order of arguments to copyin() for Q_SETQUOTARyan Moeller2020-05-191-1/+1
* freebsd: return EISDIR for read(2) on directoriesKyle Evans2020-05-161-0/+6
* Fix ZVOL_DIRRyan Moeller2020-05-161-0/+1
* Fix VN_OPEN_INVFS typoyparitcher2020-05-141-1/+1
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-141-12/+0
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-102-1134/+433
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-1/+1
* taskq: Don't leak system_delay_taskq on FreeBSDRyan Moeller2020-05-051-0/+1
* Avoid the GEOM topology lock recursion when autoexpanding a poolRyan Moeller2020-05-041-3/+10
* Update FreeBSD SPL atomicsRyan Moeller2020-05-041-35/+20
* Fix zlib leak on FreeBSDRyan Moeller2020-04-281-1/+1
* Use new FreeBSD API to largely eliminate object lockingMatthew Macy2020-04-172-39/+40
* Update FreeBSD tunablesRyan Moeller2020-04-152-38/+65
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-1453-0/+33050