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
*
OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov
2018-05-08
1
-4
/
+45
*
Add support for decryption faults in zinject
Tom Caputi
2018-05-02
1
-5
/
+16
*
OpenZFS 9236 - nuke spa_dbgmsg
Matthew Ahrens
2018-04-30
1
-1
/
+1
*
OpenZFS 9290 - device removal reduces redundancy of mirrors
Matthew Ahrens
2018-04-14
1
-21
/
+29
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-5
/
+41
*
Decryption error handling improvements
Tom Caputi
2018-03-31
1
-1
/
+1
*
Report pool suspended due to MMP
Olaf Faaland
2018-03-15
1
-4
/
+4
*
Raw receives must compress metadnode blocks
Tom Caputi
2018-02-21
1
-1
/
+13
*
OpenZFS 8857 - zio_remove_child() panic due to already destroyed parent zio
George Wilson
2018-02-14
1
-20
/
+29
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-17
/
+33
*
Extend deadman logic
Brian Behlendorf
2018-01-25
1
-2
/
+88
*
OpenZFS 8909 - 8585 can cause a use-after-free kernel panic
Prakash Surya
2017-12-28
1
-14
/
+0
*
Support re-prioritizing asynchronous prefetches
Tom Caputi
2017-12-21
1
-5
/
+38
*
OpenZFS 8585 - improve batching done in zil_commit()
Prakash Surya
2017-12-05
1
-8
/
+25
*
Sequential scrub and resilvers
Tom Caputi
2017-11-15
1
-20
/
+2
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-53
/
+31
*
Encryption patch follow-up
Tom Caputi
2017-10-11
1
-1
/
+2
*
Add corruption failure option to zinject(8)
Don Brady
2017-08-14
1
-2
/
+2
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-25
/
+330
*
zio_dva_throttle_done() should allow zinjected ZIO
sanjeevbagewadi
2017-08-10
1
-1
/
+2
*
Only record zio->io_delay on reads and writes
Tony Hutter
2017-08-02
1
-1
/
+1
*
Revert Fix vdev_probe() call wrt SCL_STATE_ALL
Olaf Faaland
2017-07-25
1
-1
/
+1
*
Fix vdev_probe() call outside SCL_STATE_ALL lock
Brian Behlendorf
2017-07-13
1
-1
/
+1
*
OpenZFS 7578 - Fix/improve some aspects of ZIL writing
Giuseppe Di Natale
2017-06-09
1
-9
/
+8
*
Guarantee PAGESIZE alignment for large zio buffers
jxiong
2017-05-02
1
-2
/
+2
*
Remove dependency on linear ABD
Gvozden Neskovic
2017-03-29
1
-15
/
+14
*
OpenZFS 7968 - multi-threaded spa_sync()
Matthew Ahrens
2017-03-20
1
-12
/
+26
*
OpenZFS 7812 - Remove gender specific language
Daniel Hoffman
2017-02-24
1
-1
/
+1
*
OpenZFS 7448 - ZFS doesn't notice when disk vdevs have no write cache
George Melikov
2017-02-04
1
-0
/
+10
*
Fix suspend Godfather I/Os io_reexecute bits
Brian Behlendorf
2017-01-28
1
-1
/
+1
*
codebase style improvements for OpenZFS 6459 port
George Melikov
2017-01-22
1
-2
/
+2
*
OpenZFS 7303 - dynamic metaslab selection
Don Brady
2017-01-12
1
-4
/
+14
*
OpenZFS 6328 - Fix cstyle errors in zfs codebase
George Melikov
2017-01-12
1
-3
/
+3
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-3
/
+3
*
Revert "Disable zio_dva_throttle_enabled by default"
Brian Behlendorf
2016-12-08
1
-1
/
+1
*
DLPX-44812 integrate EP-220 large memory scalability
David Quigley
2016-11-29
1
-116
/
+179
*
Allow 16M zio buffers in user space
Brian Behlendorf
2016-11-07
1
-1
/
+1
*
Add TASKQID_INVALID
Brian Behlendorf
2016-11-02
1
-1
/
+1
*
Disable zio_dva_throttle_enabled by default
Brian Behlendorf
2016-10-26
1
-1
/
+1
*
Fix unused variable
Brian Behlendorf
2016-10-18
1
-2
/
+2
*
OpenZFS 7090 - zfs should throttle allocations
Don Brady
2016-10-13
1
-99
/
+444
*
OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Tony Hutter
2016-10-03
1
-12
/
+25
*
Enable raw writes to perform dedup with verification
Tom Caputi
2016-09-13
1
-7
/
+49
*
DLPX-40252 integrate EP-476 compressed zfs send/receive
Dan Kimmel
2016-09-13
1
-34
/
+50
*
OpenZFS 6950 - ARC should cache compressed data
George Wilson
2016-09-13
1
-3
/
+3
*
Fix zdb crash with 4K-only devices
Brian Behlendorf
2016-07-27
1
-1
/
+10
*
OpenZFS 6513 - partially filled holes lose birth time
Paul Dagnelie
2016-06-21
1
-9
/
+22
*
OpenZFS 6531 - Provide mechanism to artificially limit disk performance
Tony Hutter
2016-05-26
1
-0
/
+71
*
Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queues
Tony Hutter
2016-05-12
1
-1
/
+8
*
Illumos 5438 - zfs_blkptr_verify should continue after zfs_panic_recover
Justin Gibbs
2016-01-12
1
-1
/
+3
[next]