]> git.proxmox.com Git - mirror_zfs.git/history - lib/libzpool/taskq.c
freebsd: remove __FBSDID macro use
[mirror_zfs.git] / lib / libzpool / taskq.c
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2022-10-03 Richard YaoFix memory leak found by GCC static analyzer
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-02-16 набmodule: icp: remove other provider types
2022-02-09 Jorgen LundmanRename EMPTY_TASKQ into taskq_empty
2021-12-23 набlibzpool: fix unused, remove argsused
2020-03-03 Matthew AhrensImprove performance of zio_taskq_member
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-01 Chunwei ChenUse system_delay_taskq for long delay tasks
2016-09-20 candychencanFix strncpy in taskq_create
2016-07-20 Tom CaputiIllumos Crypto Port module added to enable native encry...
2016-05-05 Denys Rtveliashvilitaskq_create() calls thread_create() with wrong arguments
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Brian BehlendorfAdd taskq_wait_outstanding() function
2015-04-30 George WilsonIllumos #5244 - zio pipeline callers should explicitly...
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-05-06 Brian BehlendorfUse taskq for dump_bytes()
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2013-01-11 Garrett D'AmoreIllumos #1557 assertion failed in userland taskq_destroy()
2011-12-14 Garrett D'AmoreIllumos #734: Use taskq_dispatch_ent() interface
2010-08-31 Brian BehlendorfFix Solaris thread dependency by using pthreads
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-07-02 Brian BehlendorfRebase master to b117
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...