aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Checksum errors may not be countedDon Brady2021-02-191-7/+4
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-21/+46
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-4/+4
* Only examine best metaslabs on each vdev Matthew Ahrens2020-12-161-8/+7
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-5/+4
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-12/+30
* G/C data_alloc_arenaMateusz Guzik2020-11-111-3/+1
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-3/+1
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-20/+22
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-7/+7
* Add zstd support to zfsMichael Niewöhner2020-08-201-6/+12
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-2/+4
* Compile cityhash code into libzfsMatthew Ahrens2020-03-271-1/+1
* zio: dprintf_bp() if errors > 0 in zfs_blkptr_verify()Brian Behlendorf2020-03-041-0/+3
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-2/+3
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-281-21/+46
* Fix zdb -R with 'b' flagPaul Zuchowski2020-02-101-20/+71
* Re-consolidate zio_delay_interruptMatthew Macy2020-01-211-0/+71
* Exclude data from cores unconditionally and metadata conditionallyMatthew Macy2019-12-091-2/+11
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-2/+2
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Move zio_delay_interrupt to platform codeMatthew Macy2019-10-131-71/+0
* 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