Illumos #3329, #3330, #3331, #3335
[zfs.git] / module / zfs / zio.c
2013-05-06 George WilsonIllumos #3329, #3330, #3331, #3335
2013-05-03 George WilsonIllumos #3306, #3321
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2013-03-19 Brian BehlendorfAdd zio_ddt_free()+ddt_phys_decref() error handling
2013-01-29 Eric DillmannIllumos #3035 LZ4 compression support in ZFS and GRUB
2013-01-09 Brian BehlendorfOnly reduce __zio_execute() stack usage in kernel space
2013-01-08 Brian BehlendorfFix __zio_execute() asynchronous dispatch
2013-01-08 Christopher SidenIllumos #2619 and #2747
2013-01-07 Matt JohnstonUse cv_wait_io() which will will account for iowait
2013-01-07 Matt JohnstonRevert part of "Log I/Os longer than zio_delay_max...
2012-11-02 Brian BehlendorfLog I/Os longer than zio_delay_max (30s default)
2012-10-24 Brian BehlendorfRevert "Don't ashift-align vdev read requests."
2012-10-17 Etienne DechampsAdd FASTWRITE algorithm for synchronous writes.
2012-10-12 Etienne DechampsDon't ashift-align vdev read requests.
2012-09-06 Brian BehlendorfDisable page allocation warnings for ARC buffers
2012-08-27 Brian BehlendorfPre-allocate vdev I/O buffers
2012-04-19 Brian BehlendorfIllumos #1909: disk sync write perf regression when...
2012-03-21 Brian BehlendorfAdd zio constructor/destructor
2012-03-21 Brian BehlendorfRevert "Add zio constructor/destructor"
2012-03-08 Brian BehlendorfAdd zio constructor/destructor
2011-12-14 Garrett D'AmoreIllumos #734: Use taskq_dispatch_ent() interface
2011-11-03 Brian BehlendorfImprove meta data performance
2011-08-01 George WilsonIllumos #1051: zfs should handle imbalanced luns
2011-05-31 Brian BehlendorfMake tgx_sync_thread zio's async
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
2011-03-22 Brian BehlendorfUse KM_PUSHPAGE instead of KM_SLEEP
2010-11-08 Brian BehlendorfShorten zio_* thread names
2010-10-12 Brian BehlendorfInitial zio delay timing
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Ned BassFix stack zio_execute()
2010-08-31 Brian BehlendorfFix stack zio_done()
2010-08-31 Brian BehlendorfFix stack inline
2010-08-31 Brian BehlendorfFix zio_taskq_dispatch to use TQ_NOSLEEP
2010-08-31 Brian BehlendorfFix gcc unused variable warnings
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...