aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
Commit message (Expand)AuthorAgeFilesLines
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-14/+29
* Tune zio buffer caches and their alignmentsAlexander Motin2023-10-301-50/+39
* ZIO: Remove READY pipeline stage from root ZIOsAlexander Motin2023-10-251-9/+42
* Update outdated assertion from zio_write_compressSerapheim Dimitropoulos2023-08-251-2/+3
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-241-2/+2
* Remove fastwrite mechanism.Alexander Motin2023-07-281-13/+1
* spa_min_alloc should be GCD, not minAmeer Hamza2023-07-201-5/+17
* Some ZIO micro-optimizations.Alexander Motin2023-06-301-9/+43
* Remove ARC/ZIO physdone callbacks.Alexander Motin2023-06-151-26/+6
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-14/+1
* Remove single parent assertion from zio_nowait().Alexander Motin2023-05-091-1/+1
* Verify block pointers before writing them outMatthew Ahrens2023-05-081-26/+66
* Fixes in persistent error logGeorge Amanakis2023-03-281-2/+4
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-7/+48
* Skip memory allocation when compressing holesRichard Yao2023-02-271-4/+7
* Fix NULL pointer dereference in zio_ready()Richard Yao2023-02-231-1/+1
* EIO caused by encryption + recursive gangMatthew Ahrens2023-02-061-7/+9
* ztest fails assertion in zio_write_gang_member_ready()Matthew Ahrens2023-01-091-1/+1
* zio can deadlock during device removalGeorge Wilson2022-12-021-2/+5
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2022-12-021-8/+10
* Bump checksum error counter before reporting to ZEDRob Wing2022-12-021-3/+3
* Convert enum zio_flag to uint64_tRichard Yao2022-10-271-19/+20
* 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