summaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* Illumos 4754, 4755George Wilson2014-07-301-9/+0
* Illumos #4374Matthew Ahrens2014-07-301-2/+2
* Illumos 4370, 4371Max Grossman2014-07-281-5/+14
* Revert "Fix __zio_execute() asynchronous dispatch"Brian Behlendorf2014-06-111-2/+0
* Use default slab typesBrian Behlendorf2014-05-221-14/+3
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-12/+15
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-44/+39
* Illumos #3954, #4080, #4081George Wilson2013-11-051-2/+3
* Illumos #3836Matthew Ahrens2013-11-051-3/+26
* Illumos #3112, #3113, #3114Matthew Ahrens2013-11-051-2/+12
* Illumos #3236George Wilson2013-11-051-10/+95
* Illumos #3598Matthew Ahrens2013-10-311-6/+6
* Fix order of function calls in zio_free_sync()Richard Yao2013-10-291-2/+1
* Illumos #3464Matthew Ahrens2013-09-041-2/+6
* Fix z_wr_iss_h zio_execute() import hangBrian Behlendorf2013-08-151-3/+5
* Remove zio_alloc_arenaRichard Yao2013-08-011-6/+0
* Log pool suspension warnings to the consoleBrian Behlendorf2013-07-101-0/+3
* Update zio.cShen Yan2013-07-091-1/+1
* Illumos #3498 panic in arc_read()George Wilson2013-07-021-1/+1
* Add zfs_sync_pass_* tunable parametersCyril Plisko2013-07-021-0/+12
* Illumos #3805 arc shouldn't cache freed blocksMatthew Ahrens2013-06-201-0/+2
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Illumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock contentionAdam Leventhal2013-05-061-11/+17
* Illumos #3329, #3330, #3331, #3335George Wilson2013-05-061-3/+19
* Illumos #3306, #3321George Wilson2013-05-031-1/+1
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-011-3/+5
* Add zio_ddt_free()+ddt_phys_decref() error handlingBrian Behlendorf2013-03-191-2/+5
* 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