aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Delay injection can cause indefinitely hung ziosSara Hartse2019-02-151-0/+1
* zio_deadman_impl() fix and enhancementTim Chase2019-02-151-9/+14
* Minor spelling correctionsBrian Behlendorf2019-01-131-3/+3
* OpenZFS 9993 - zil writes can get delayed in zio pipelineGeorge Wilson2018-12-071-1/+2
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-081-7/+27
* OpenZFS 9677 - panic from zio_write_gang_block()Brad Lewis2018-10-031-6/+14
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-2/+2
* Pool allocation classesDon Brady2018-09-051-19/+79
* OpenZFS 9403 - assertion failed in arc_buf_destroy()Tom Caputi2018-08-291-0/+3
* Reduce taskq and context-switch cost of zio pipeMatthew Ahrens2018-08-021-124/+144
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-32/+56
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-14/+3
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-4/+45
* Add support for decryption faults in zinjectTom Caputi2018-05-021-5/+16
* OpenZFS 9236 - nuke spa_dbgmsgMatthew Ahrens2018-04-301-1/+1
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-21/+29
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-5/+41
* Decryption error handling improvementsTom Caputi2018-03-311-1/+1
* Report pool suspended due to MMPOlaf Faaland2018-03-151-4/+4
* Raw receives must compress metadnode blocksTom Caputi2018-02-211-1/+13
* OpenZFS 8857 - zio_remove_child() panic due to already destroyed parent zioGeorge Wilson2018-02-141-20/+29
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-17/+33
* Extend deadman logicBrian Behlendorf2018-01-251-2/+88
* OpenZFS 8909 - 8585 can cause a use-after-free kernel panicPrakash Surya2017-12-281-14/+0
* Support re-prioritizing asynchronous prefetchesTom Caputi2017-12-211-5/+38
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-051-8/+25
* Sequential scrub and resilversTom Caputi2017-11-151-20/+2
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-53/+31
* Encryption patch follow-upTom Caputi2017-10-111-1/+2
* Add corruption failure option to zinject(8)Don Brady2017-08-141-2/+2
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-25/+330
* zio_dva_throttle_done() should allow zinjected ZIOsanjeevbagewadi2017-08-101-1/+2
* Only record zio->io_delay on reads and writesTony Hutter2017-08-021-1/+1
* Revert Fix vdev_probe() call wrt SCL_STATE_ALLOlaf Faaland2017-07-251-1/+1
* Fix vdev_probe() call outside SCL_STATE_ALL lockBrian Behlendorf2017-07-131-1/+1
* OpenZFS 7578 - Fix/improve some aspects of ZIL writingGiuseppe Di Natale2017-06-091-9/+8
* Guarantee PAGESIZE alignment for large zio buffersjxiong2017-05-021-2/+2
* Remove dependency on linear ABDGvozden Neskovic2017-03-291-15/+14
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-201-12/+26
* OpenZFS 7812 - Remove gender specific languageDaniel Hoffman2017-02-241-1/+1
* OpenZFS 7448 - ZFS doesn't notice when disk vdevs have no write cacheGeorge Melikov2017-02-041-0/+10
* Fix suspend Godfather I/Os io_reexecute bitsBrian Behlendorf2017-01-281-1/+1
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-2/+2
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-121-4/+14
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-3/+3
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-3/+3
* Revert "Disable zio_dva_throttle_enabled by default"Brian Behlendorf2016-12-081-1/+1
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-116/+179
* Allow 16M zio buffers in user spaceBrian Behlendorf2016-11-071-1/+1