aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzpool/taskq.c
Commit message (Expand)AuthorAgeFilesLines
* libzpool: set thread namesRob Norris2024-05-011-2/+2
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-0/+30
* Fix memory leak found by GCC static analyzerRichard Yao2022-10-031-1/+3
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* module: icp: remove other provider typesнаб2022-02-151-6/+0
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-091-0/+6
* libzpool: fix unused, remove argsusedнаб2021-12-231-2/+6
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-0/+12
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+1
* Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-0/+5
* Fix strncpy in taskq_createcandychencan2016-09-201-1/+1
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-201-20/+0
* taskq_create() calls thread_create() with wrong argumentsDenys Rtveliashvili2016-05-051-1/+1
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-2/+2
* Update all default taskq settingsBrian Behlendorf2015-06-251-1/+0
* Add taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-0/+6
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-301-0/+4
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+3
* Use taskq for dump_bytes()Brian Behlendorf2013-05-061-0/+6
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-011-0/+13
* Illumos #1557 assertion failed in userland taskq_destroy()Garrett D'Amore2013-01-111-3/+2
* Illumos #734: Use taskq_dispatch_ent() interfaceGarrett D'Amore2011-12-141-35/+91
* Fix Solaris thread dependency by using pthreadsBrian Behlendorf2010-08-311-13/+9
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-10/+39
* Rebase master to b117Brian Behlendorf2009-07-021-1/+14
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+261