aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/spl/spl_taskq.c
Commit message (Expand)AuthorAgeFilesLines
* freebsd: remove __FBSDID macro useBrooks Davis2023-11-171-3/+0
* FreeBSD: Implement taskq_init_ent()Alexander Motin2023-11-071-12/+18
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-0/+82
* FreeBSD: taskq: Remove unused declarationOlivier Certner2023-10-201-2/+0
* FreeBSD: Improve taskq wrapperAlexander Motin2023-10-131-37/+37
* Add notes to system_taskqPaul Dagnelie2021-11-191-0/+5
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-141-10/+38
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-4/+7
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-0/+4
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-171-12/+15
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-251-0/+1
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-43/+118
* taskq: Don't leak system_delay_taskq on FreeBSDRyan Moeller2020-05-051-0/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+329