]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zio.c
Delay injection can cause indefinitely hung zios
[mirror_zfs.git] / module / zfs / zio.c
2019-02-15 Sara HartseDelay injection can cause indefinitely hung zios
2019-02-15 Tim Chasezio_deadman_impl() fix and enhancement
2019-01-13 Brian BehlendorfMinor spelling corrections
2018-12-07 George WilsonOpenZFS 9993 - zil writes can get delayed in zio pipeline
2018-11-09 Tony HutterAdd zpool status -s (slow I/Os) and -p (parseable)
2018-10-03 Brad LewisOpenZFS 9677 - panic from zio_write_gang_block()
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-06 Don BradyPool allocation classes
2018-08-29 Tom CaputiOpenZFS 9403 - assertion failed in arc_buf_destroy()
2018-08-02 Matthew AhrensReduce taskq and context-switch cost of zio pipe
2018-07-31 Paul DagnelieOpenZFS 9112 - Improve allocation performance on high...
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-05-02 Tom CaputiAdd support for decryption faults in zinject
2018-04-30 Matthew AhrensOpenZFS 9236 - nuke spa_dbgmsg
2018-04-14 Matthew AhrensOpenZFS 9290 - device removal reduces redundancy of...
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-03-31 Tom CaputiDecryption error handling improvements
2018-03-15 Olaf FaalandReport pool suspended due to MMP
2018-02-21 Tom CaputiRaw receives must compress metadnode blocks
2018-02-14 George WilsonOpenZFS 8857 - zio_remove_child() panic due to already...
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2018-01-25 Brian BehlendorfExtend deadman logic
2017-12-28 Prakash SuryaOpenZFS 8909 - 8585 can cause a use-after-free kernel...
2017-12-21 Tom CaputiSupport re-prioritizing asynchronous prefetches
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-11-16 Tom CaputiSequential scrub and resilvers
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiEncryption patch follow-up
2017-08-14 Don BradyAdd corruption failure option to zinject(8)
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-10 sanjeevbagewadizio_dva_throttle_done() should allow zinjected ZIO
2017-08-02 Tony HutterOnly record zio->io_delay on reads and writes
2017-07-25 Olaf FaalandRevert Fix vdev_probe() call wrt SCL_STATE_ALL
2017-07-13 Brian BehlendorfFix vdev_probe() call outside SCL_STATE_ALL lock
2017-06-09 Giuseppe Di NataleOpenZFS 7578 - Fix/improve some aspects of ZIL writing
2017-05-02 jxiongGuarantee PAGESIZE alignment for large zio buffers
2017-03-29 Gvozden NeskovicRemove dependency on linear ABD
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-02-24 Daniel HoffmanOpenZFS 7812 - Remove gender specific language
2017-02-04 George MelikovOpenZFS 7448 - ZFS doesn't notice when disk vdevs have...
2017-01-28 Brian BehlendorfFix suspend Godfather I/Os io_reexecute bits
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-12 Don BradyOpenZFS 7303 - dynamic metaslab selection
2017-01-12 George MelikovOpenZFS 6328 - Fix cstyle errors in zfs codebase
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-08 Brian BehlendorfRevert "Disable zio_dva_throttle_enabled by default"
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-11-07 Brian BehlendorfAllow 16M zio buffers in user space
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-26 Brian BehlendorfDisable zio_dva_throttle_enabled by default
2016-10-18 Brian BehlendorfFix unused variable
2016-10-14 Don BradyOpenZFS 7090 - zfs should throttle allocations
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-09-13 Tom CaputiEnable raw writes to perform dedup with verification
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-07-27 Brian BehlendorfFix zdb crash with 4K-only devices
2016-06-21 Paul DagnelieOpenZFS 6513 - partially filled holes lose birth time
2016-05-26 Tony HutterOpenZFS 6531 - Provide mechanism to artificially limit...
2016-05-12 Tony HutterAdd -lhHpw options to "zpool iostat" for avg latency...
2016-01-12 Justin GibbsIllumos 5438 - zfs_blkptr_verify should continue after...
2016-01-12 Matthew AhrensIllumos 6319 - assertion failed in zio_ddt_write: bp...
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-22 Olaf FaalandIdentify locks flagged by lockdep
2015-12-18 Brian BehlendorfFix vdev_queue_aggregate() deadlock
2015-12-07 Brian BehlendorfUse large stacks when available
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-06-10 Matthew AhrensIllumos 5818 - zfs {ref}compressratio is incorrect...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-08 Matthew AhrensIllumos 5349 - verify that block pointer is plausible...
2015-05-05 Matthew AhrensIllumos 5348 - zio_checksum_error() only fills in info...
2015-04-30 George WilsonIllumos #5244 - zio pipeline callers should explicitly...
2015-03-27 Matthew AhrensIllumus 5693 - ztest fails in dbuf_verify: buf[i] ...
2015-03-24 Isaac Huangzio_injection_enabled should not be a module option
2015-02-11 Brian BehlendorfRetire zio_cons()/zio_dest()
2015-02-11 Brian BehlendorfRetire zio_bulk_flags
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRevert "SA spill block cache"
2015-01-16 Brian BehlendorfRevert "Pre-allocate vdev I/O buffers"
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2015-01-16 Brian BehlendorfMark IO pipeline with PF_FSTRANS
2014-10-23 Alex ReeceIllumos 4958 zdb trips assert on pools with ashift...
2014-10-07 Brian BehlendorfFix CPU_SEQID use in preemptible context
2014-10-07 Matthew AhrensIllumos 5176 - lock contention on godfather zio
2014-08-06 Matthew AhrensIllumos 4914 - zfs on-disk bookmark structure should...
2014-08-04 Matthew AhrensIllumos 4390 - I/O errors can corrupt space map when...
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-30 George WilsonIllumos 4754, 4755
2014-07-30 Matthew AhrensIllumos #4374
2014-07-28 Max GrossmanIllumos 4370, 4371
2014-06-11 Brian BehlendorfRevert "Fix __zio_execute() asynchronous dispatch"
next