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
*
zio: Avoid sleeping in the I/O path
Mark Johnston
8 days
1
-19
/
+8
*
Revert "Workaround issue of Linux vdev_disk.c, (#16678)"
Rob Norris
2024-10-31
1
-14
/
+0
*
Workaround issue of Linux vdev_disk.c, (#16678)
Alexander Motin
2024-10-23
1
-0
/
+14
*
Always validate checksums for Direct I/O reads
Brian Atkinson
2024-10-09
1
-35
/
+85
*
ZLE compression: don't use BPE_PAYLOAD_SIZE
George Melikov
2024-09-19
1
-4
/
+9
*
zio_compress: introduce max size threshold
George Melikov
2024-09-19
1
-1
/
+20
*
cityhash: replace invocations with specialized versions when possible
Shengqi Chen
2024-09-19
1
-2
/
+2
*
Adding Direct IO Support
Brian Atkinson
2024-09-14
1
-12
/
+101
*
zio_resume: log when unsuspending the pool (#16485)
Rob Norris
2024-09-09
1
-1
/
+5
*
Add DDT prune command
Don Brady
2024-09-04
1
-0
/
+10
*
compress: change zio_compress API to use ABDs
Rob Norris
2024-08-22
1
-18
/
+17
*
zio: no alloc canary in userspace
Rob Norris
2024-08-21
1
-6
/
+14
*
ddt: add "flat phys" feature
Rob Norris
2024-08-16
1
-73
/
+307
*
ddt: slim down ddt_entry_t
Rob Norris
2024-08-16
1
-12
/
+14
*
ddt: rework access to phys array slots
Rob Norris
2024-08-16
1
-13
/
+23
*
zdb: rework DDT block count and leak check to just count the blocks
Rob Norris
2024-08-16
1
-2
/
+2
*
abd: lift ABD zero scan from zio_compress_data() to abd_cmp_zero()
Rob Norris
2024-08-09
1
-5
/
+12
*
Improve zfs_blkptr_verify()
Alexander Motin
2024-08-08
1
-20
/
+25
*
Linux: Report reclaimable memory to kernel as such (#16385)
Alexander Motin
2024-07-30
1
-0
/
+4
*
dnode: allow storage class to be overridden by object type
Rob Norris
2024-07-29
1
-1
/
+1
*
spa_preferred_class: pass the entire zio
Rob Norris
2024-07-29
1
-5
/
+2
*
ddt: dedup table quota enforcement
Allan Jude
2024-07-25
1
-0
/
+29
*
spa_taskq_dispatch_ent: simplify arguments
Rob Norris
2024-05-14
1
-13
/
+4
*
Disable high priority ZIO threads on FreeBSD and Linux
Alexander Motin
2024-05-03
1
-5
/
+7
*
Improve write issue taskqs utilization
Alexander Motin
2024-05-01
1
-1
/
+0
*
zio: try to execute TYPE_NULL ZIOs on the current task
Rob N
2024-04-29
1
-4
/
+6
*
vdev probe to slow disk can stall mmp write checker
Don Brady
2024-04-29
1
-2
/
+4
*
Handle FLUSH errors as "expected"
Alexander Motin
2024-04-19
1
-1
/
+2
*
zinject: "no-op" error injection
Rob N
2024-04-15
1
-0
/
+10
*
zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSH
Rob Norris
2024-04-11
1
-6
/
+6
*
zio: remove io_cmd and DKIOCFLUSHWRITECACHE
Rob Norris
2024-04-11
1
-6
/
+3
*
zio: remove zio_ioctl()
Rob Norris
2024-04-11
1
-15
/
+16
*
zinject: inject device errors into ioctls
Rob N
2024-04-08
1
-2
/
+5
*
Provide macros for setting and getting blkptr birth times
George Wilson
2024-03-25
1
-21
/
+24
*
ZIO: Add overflow checks for linear buffers
Alexander Motin
2023-12-01
1
-2
/
+55
*
ZIO: Optimize zio_flush()
Alexander Motin
2023-11-17
1
-21
/
+15
*
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
[next]