summaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-291-0/+4
* Only reduce __zio_execute() stack usage in kernel spaceBrian Behlendorf2013-01-091-0/+2
* Fix __zio_execute() asynchronous dispatchBrian Behlendorf2013-01-081-9/+17
* Illumos #2619 and #2747Christopher Siden2013-01-081-2/+44
* Use cv_wait_io() which will will account for iowaitMatt Johnston2013-01-071-1/+1
* Revert part of "Log I/Os longer than zio_delay_max (30s default)"Matt Johnston2013-01-071-22/+10
* Log I/Os longer than zio_delay_max (30s default)Brian Behlendorf2012-11-021-10/+22
* Revert "Don't ashift-align vdev read requests."Brian Behlendorf2012-10-241-9/+3
* Add FASTWRITE algorithm for synchronous writes.Etienne Dechamps2012-10-171-6/+17
* Don't ashift-align vdev read requests.Etienne Dechamps2012-10-121-3/+9
* Disable page allocation warnings for ARC buffersBrian Behlendorf2012-09-061-2/+3
* Pre-allocate vdev I/O buffersBrian Behlendorf2012-08-271-0/+22
* Illumos #1909: disk sync write perf regression when slog is used post oi_148Brian Behlendorf2012-04-191-5/+14
* Add zio constructor/destructorBrian Behlendorf2012-03-211-15/+63
* Revert "Add zio constructor/destructor"Brian Behlendorf2012-03-211-62/+15
* Add zio constructor/destructorBrian Behlendorf2012-03-071-15/+62
* Illumos #734: Use taskq_dispatch_ent() interfaceGarrett D'Amore2011-12-141-5/+16
* Improve meta data performanceBrian Behlendorf2011-11-031-8/+18
* Illumos #1051: zfs should handle imbalanced lunsGeorge Wilson2011-08-011-1/+21
* Make tgx_sync_thread zio's asyncBrian Behlendorf2011-05-311-4/+13
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-2/+5
* Use KM_PUSHPAGE instead of KM_SLEEPBrian Behlendorf2011-03-221-4/+4
* Shorten zio_* thread namesBrian Behlendorf2010-11-081-2/+1
* Initial zio delay timingBrian Behlendorf2010-10-121-0/+15
* Add linux kernel module supportBrian Behlendorf2010-08-311-2/+21
* Fix stack zio_execute()Ned Bass2010-08-311-4/+22
* Fix stack zio_done()Brian Behlendorf2010-08-311-33/+30
* Fix stack inlineBrian Behlendorf2010-08-311-1/+2
* Fix zio_taskq_dispatch to use TQ_NOSLEEPBrian Behlendorf2010-08-311-3/+4
* Fix gcc unused variable warningsBrian Behlendorf2010-08-311-2/+2
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-19/+32
* Update to onnv_147Brian Behlendorf2010-08-261-1/+22
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-208/+782
* Rebase master to b117Brian Behlendorf2009-07-021-87/+107
* Rebase master to b108Brian Behlendorf2009-02-181-141/+176
* Rebase master to b105Brian Behlendorf2009-01-151-3/+27
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+2273