index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
zio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve ZFS objset sync parallelism
ednadolski-ix
2023-11-06
1
-14
/
+29
*
Tune zio buffer caches and their alignments
Alexander Motin
2023-10-30
1
-50
/
+39
*
ZIO: Remove READY pipeline stage from root ZIOs
Alexander Motin
2023-10-25
1
-9
/
+42
*
Update outdated assertion from zio_write_compress
Serapheim Dimitropoulos
2023-08-25
1
-2
/
+3
*
ZIL: Second attempt to reduce scope of zl_issuer_lock.
Alexander Motin
2023-08-24
1
-2
/
+2
*
Remove fastwrite mechanism.
Alexander Motin
2023-07-28
1
-13
/
+1
*
spa_min_alloc should be GCD, not min
Ameer Hamza
2023-07-20
1
-5
/
+17
*
Some ZIO micro-optimizations.
Alexander Motin
2023-06-30
1
-9
/
+43
*
Remove ARC/ZIO physdone callbacks.
Alexander Motin
2023-06-15
1
-26
/
+6
*
Finally drop long disabled vdev cache.
Alexander Motin
2023-06-09
1
-14
/
+1
*
Remove single parent assertion from zio_nowait().
Alexander Motin
2023-05-09
1
-1
/
+1
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
1
-26
/
+66
*
Fixes in persistent error log
George Amanakis
2023-03-28
1
-2
/
+4
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
1
-7
/
+48
*
Skip memory allocation when compressing holes
Richard Yao
2023-02-27
1
-4
/
+7
*
Fix NULL pointer dereference in zio_ready()
Richard Yao
2023-02-23
1
-1
/
+1
*
EIO caused by encryption + recursive gang
Matthew Ahrens
2023-02-06
1
-7
/
+9
*
ztest fails assertion in zio_write_gang_member_ready()
Matthew Ahrens
2023-01-09
1
-1
/
+1
*
zio can deadlock during device removal
George Wilson
2022-12-02
1
-2
/
+5
*
nopwrites on dmu_sync-ed blocks can result in a panic
George Wilson
2022-12-02
1
-8
/
+10
*
Bump checksum error counter before reporting to ZED
Rob Wing
2022-12-02
1
-3
/
+3
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-19
/
+20
*
Fix declarations of non-global variables
Tino Reichardt
2022-10-18
1
-1
/
+1
*
Avoid unnecessary metaslab_check_free calling
Finix1979
2022-10-04
1
-1
/
+1
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
1
-1
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-8
/
+14
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-1
/
+1
*
Fix scrub resume from newly created hole
Alexander Motin
2022-07-20
1
-1
/
+17
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-1
/
+1
*
Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
Brian Behlendorf
2022-05-20
1
-4
/
+2
*
Default zfs_max_recordsize to 16M
Rich Ercolani
2022-04-28
1
-9
/
+0
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-7
/
+7
*
Enable encrypted raw sending to pools with greater ashift
George Amanakis
2022-02-16
1
-1
/
+7
*
Clean up CSTYLEDs
наб
2022-01-26
1
-2
/
+0
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-12
/
+12
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-3
/
+7
*
Vdev Properties Feature
Allan Jude
2021-11-30
1
-1
/
+1
*
Verify embedded blkptr's in arc_read()
Brian Behlendorf
2021-09-09
1
-1
/
+1
*
Compressed receive with different ashift can result in incorrect PSIZE on disk
Paul Dagnelie
2021-09-08
1
-0
/
+12
*
Optimize allocation throttling
Alexander Motin
2021-07-21
1
-17
/
+16
*
A few fixes of callback typecasting (for the upcoming ClangCFI)
Alexander
2021-07-20
1
-9
/
+9
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-15
/
+25
*
Avoid deadlock when removing L2ARC devices under I/O
George Amanakis
2021-06-16
1
-3
/
+0
*
Combine zio caches if possible
Mateusz Guzik
2021-04-17
1
-24
/
+50
*
Fix crash in zio_done error reporting
Paul Zuchowski
2021-04-16
1
-2
/
+3
*
Use a helper function to clarify gang block size
Matthew Ahrens
2021-03-26
1
-7
/
+11
*
Clean up RAIDZ/DRAID ereport code
Matthew Ahrens
2021-03-19
1
-2
/
+2
*
Checksum errors may not be counted
Don Brady
2021-02-19
1
-7
/
+4
*
Set aside a metaslab for ZIL blocks
Matthew Ahrens
2021-01-21
1
-21
/
+46
[next]