Pre-allocate vdev I/O buffers
[zfs.git] / module / zfs / zio.c
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...