aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix declarations of non-global variablesTino Reichardt2022-10-181-1/+1
* Avoid unnecessary metaslab_check_free callingFinix19792022-10-041-1/+1
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-8/+14
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-1/+1
* Fix scrub resume from newly created holeAlexander Motin2022-07-201-1/+17
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-1/+1
* Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()Brian Behlendorf2022-05-201-4/+2
* Default zfs_max_recordsize to 16MRich Ercolani2022-04-281-9/+0
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-7/+7
* Enable encrypted raw sending to pools with greater ashiftGeorge Amanakis2022-02-161-1/+7
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-12/+12
* 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