aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* module: zfs: fix unused, remove argsusedнаб2021-12-231-3/+7
* Vdev Properties FeatureAllan Jude2021-11-301-1/+1
* Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-091-1/+1
* Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-081-0/+12
* Optimize allocation throttlingAlexander Motin2021-07-211-17/+16
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-201-9/+9
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-15/+25
* Avoid deadlock when removing L2ARC devices under I/OGeorge Amanakis2021-06-161-3/+0
* Combine zio caches if possibleMateusz Guzik2021-04-171-24/+50
* Fix crash in zio_done error reportingPaul Zuchowski2021-04-161-2/+3
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-261-7/+11
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-2/+2
* 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