aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* Retire zio_cons()/zio_dest()Brian Behlendorf2015-02-101-66/+15
* Retire zio_bulk_flagsBrian Behlendorf2015-02-101-8/+3
* Revert "SA spill block cache"Brian Behlendorf2015-01-161-0/+4
* Revert "Pre-allocate vdev I/O buffers"Brian Behlendorf2015-01-161-22/+0
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-3/+2
* Mark IO pipeline with PF_FSTRANSBrian Behlendorf2015-01-161-0/+4
* Illumos 4958 zdb trips assert on pools with ashift >= 0xeAlex Reece2014-10-231-7/+23
* Fix CPU_SEQID use in preemptible contextBrian Behlendorf2014-10-071-1/+6
* Illumos 5176 - lock contention on godfather zioMatthew Ahrens2014-10-071-1/+1
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-7/+7
* Illumos 4390 - I/O errors can corrupt space map when deleting fs/volMatthew Ahrens2014-08-041-7/+0
* Illumos 4757, 4913Matthew Ahrens2014-08-011-11/+76
* 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