aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-296-5/+4
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-2521-2/+31
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-255-8/+8
* FreeBSD: Remove accidental ARC size limiterRyan Moeller2020-07-251-0/+1
* FreeBSD: Implement arc_free_memoryRyan Moeller2020-07-251-3/+2
* FreeBSD: Remove some code duplication in sysctl_os.cRyan Moeller2020-07-231-19/+0
* Adjust ARC terminologyMatthew Ahrens2020-07-221-5/+5
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-29/+36
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-152-32/+372
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-0/+1
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-0/+7
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-43/+118
* Fix a deadlock in the FreeBSD getpages VOPMark Johnston2020-07-061-1/+12
* Update zfs_freebsd_need_inactive to fix mmapped writesRyan Moeller2020-07-031-2/+5
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-016-9/+18
* 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