aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-16/+10
* Prevent race in blkptr_verify against device removalPaul Dagnelie2019-08-131-5/+11
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-3/+8
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2019-06-281-0/+14
* Fix bp_embedded_type enum definitionloli10K2019-06-241-1/+1
* dedup=verify doesn't clear the blkptr's dedup flagMatthew Ahrens2019-06-201-0/+2
* Remove dedupditto functionalityMatthew Ahrens2019-06-191-68/+0
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+3
* compress metadata in later sync passesMatthew Ahrens2019-06-131-2/+16
* single-chunk scatter ABDs can be treated as linearMatthew Ahrens2019-06-111-6/+0
* Restrict kstats and print real pointersSara Hartse2019-04-041-2/+2
* Add TRIM supportBrian Behlendorf2019-03-291-9/+30
* Make zpool status counters match error events countTony Hutter2019-03-141-1/+14
* 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