| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire zio_cons()/zio_dest() | Brian Behlendorf | 2015-02-10 | 1 | -66/+15 |
* | Retire zio_bulk_flags | Brian Behlendorf | 2015-02-10 | 1 | -8/+3 |
* | Revert "SA spill block cache" | Brian Behlendorf | 2015-01-16 | 1 | -0/+4 |
* | Revert "Pre-allocate vdev I/O buffers" | Brian Behlendorf | 2015-01-16 | 1 | -22/+0 |
* | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 1 | -4/+4 |
* | Retire KM_NODEBUG | Brian Behlendorf | 2015-01-16 | 1 | -3/+2 |
* | Mark IO pipeline with PF_FSTRANS | Brian Behlendorf | 2015-01-16 | 1 | -0/+4 |
* | Illumos 4958 zdb trips assert on pools with ashift >= 0xe | Alex Reece | 2014-10-23 | 1 | -7/+23 |
* | Fix CPU_SEQID use in preemptible context | Brian Behlendorf | 2014-10-07 | 1 | -1/+6 |
* | Illumos 5176 - lock contention on godfather zio | Matthew Ahrens | 2014-10-07 | 1 | -1/+1 |
* | Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t | Matthew Ahrens | 2014-08-06 | 1 | -7/+7 |
* | Illumos 4390 - I/O errors can corrupt space map when deleting fs/vol | Matthew Ahrens | 2014-08-04 | 1 | -7/+0 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 1 | -11/+76 |
* | Illumos 4754, 4755 | George Wilson | 2014-07-30 | 1 | -9/+0 |
* | Illumos #4374 | Matthew Ahrens | 2014-07-30 | 1 | -2/+2 |
* | Illumos 4370, 4371 | Max Grossman | 2014-07-28 | 1 | -5/+14 |
* | Revert "Fix __zio_execute() asynchronous dispatch" | Brian Behlendorf | 2014-06-11 | 1 | -2/+0 |
* | Use default slab types | Brian Behlendorf | 2014-05-22 | 1 | -14/+3 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -12/+15 |
* | Illumos #4045 write throttle & i/o scheduler performance work | Matthew Ahrens | 2013-12-06 | 1 | -44/+39 |
* | Illumos #3954, #4080, #4081 | George Wilson | 2013-11-05 | 1 | -2/+3 |
* | Illumos #3836 | Matthew Ahrens | 2013-11-05 | 1 | -3/+26 |
* | Illumos #3112, #3113, #3114 | Matthew Ahrens | 2013-11-05 | 1 | -2/+12 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 1 | -10/+95 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -6/+6 |
* | Fix order of function calls in zio_free_sync() | Richard Yao | 2013-10-29 | 1 | -2/+1 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -2/+6 |
* | Fix z_wr_iss_h zio_execute() import hang | Brian Behlendorf | 2013-08-15 | 1 | -3/+5 |
* | Remove zio_alloc_arena | Richard Yao | 2013-08-01 | 1 | -6/+0 |
* | Log pool suspension warnings to the console | Brian Behlendorf | 2013-07-10 | 1 | -0/+3 |
* | Update zio.c | Shen Yan | 2013-07-09 | 1 | -1/+1 |
* | Illumos #3498 panic in arc_read() | George Wilson | 2013-07-02 | 1 | -1/+1 |
* | Add zfs_sync_pass_* tunable parameters | Cyril Plisko | 2013-07-02 | 1 | -0/+12 |
* | Illumos #3805 arc shouldn't cache freed blocks | Matthew Ahrens | 2013-06-20 | 1 | -0/+2 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -1/+1 |
* | Illumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock contention | Adam Leventhal | 2013-05-06 | 1 | -11/+17 |
* | Illumos #3329, #3330, #3331, #3335 | George Wilson | 2013-05-06 | 1 | -3/+19 |
* | Illumos #3306, #3321 | George Wilson | 2013-05-03 | 1 | -1/+1 |
* | 3246 ZFS I/O deadman thread | George.Wilson | 2013-05-01 | 1 | -3/+5 |
* | Add zio_ddt_free()+ddt_phys_decref() error handling | Brian Behlendorf | 2013-03-19 | 1 | -2/+5 |
* | Illumos #3035 LZ4 compression support in ZFS and GRUB | Eric Dillmann | 2013-01-29 | 1 | -0/+4 |
* | Only reduce __zio_execute() stack usage in kernel space | Brian Behlendorf | 2013-01-09 | 1 | -0/+2 |
* | Fix __zio_execute() asynchronous dispatch | Brian Behlendorf | 2013-01-08 | 1 | -9/+17 |
* | Illumos #2619 and #2747 | Christopher Siden | 2013-01-08 | 1 | -2/+44 |
* | Use cv_wait_io() which will will account for iowait | Matt Johnston | 2013-01-07 | 1 | -1/+1 |
* | Revert part of "Log I/Os longer than zio_delay_max (30s default)" | Matt Johnston | 2013-01-07 | 1 | -22/+10 |
* | Log I/Os longer than zio_delay_max (30s default) | Brian Behlendorf | 2012-11-02 | 1 | -10/+22 |
* | Revert "Don't ashift-align vdev read requests." | Brian Behlendorf | 2012-10-24 | 1 | -9/+3 |
* | Add FASTWRITE algorithm for synchronous writes. | Etienne Dechamps | 2012-10-17 | 1 | -6/+17 |
* | Don't ashift-align vdev read requests. | Etienne Dechamps | 2012-10-12 | 1 | -3/+9 |