summaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-1/+1
* Disable zio_dva_throttle_enabled by defaultBrian Behlendorf2016-10-261-1/+1
* Fix unused variableBrian Behlendorf2016-10-181-2/+2
* OpenZFS 7090 - zfs should throttle allocationsDon Brady2016-10-131-99/+444
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-12/+25
* Enable raw writes to perform dedup with verificationTom Caputi2016-09-131-7/+49
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-34/+50
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-3/+3
* Fix zdb crash with 4K-only devicesBrian Behlendorf2016-07-271-1/+10
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-211-9/+22
* OpenZFS 6531 - Provide mechanism to artificially limit disk performanceTony Hutter2016-05-261-0/+71
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-1/+8
* Illumos 5438 - zfs_blkptr_verify should continue after zfs_panic_recoverJustin Gibbs2016-01-121-1/+3
* Illumos 6319 - assertion failed in zio_ddt_write: bp->blk_birth == txgMatthew Ahrens2016-01-121-0/+2
* Illumos 5960, 5925Paul Dagnelie2016-01-081-24/+117
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-181-0/+15
* Use large stacks when availableBrian Behlendorf2015-12-071-15/+32
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-1/+1
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-101-10/+17
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-7/+22
* Illumos 5349 - verify that block pointer is plausible before readingMatthew Ahrens2015-05-081-4/+90
* Illumos 5348 - zio_checksum_error() only fills in info if ECKSUMMatthew Ahrens2015-05-051-1/+2
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-301-3/+20
* Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...Matthew Ahrens2015-03-271-2/+0
* zio_injection_enabled should not be a module optionIsaac Huang2015-03-241-8/+0
* 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