aboutsummaryrefslogtreecommitdiff
path: root/block-raw-posix.c
AgeCommit message (Expand)Author
2008-11-13block: make raw aio signaling non-blocking (Gerd Hoffman)aliguori
2008-10-14Fix previous commit (spotted by Robert Riebisch).aliguori
2008-10-14Define O_DSYNC as O_SYNC if necessary.aliguori
2008-10-14Expand cache= option and use write-through caching by defaultaliguori
2008-10-08Fix IO performance regression in sparcaliguori
2008-10-03Fix warning about missing return valueblueswir1
2008-09-27Make compatfd fallback more robustaliguori
2008-09-26Really fix the BSD build this timealiguori
2008-09-26Fix build on non-Linux unicesaliguori
2008-09-26Implement an fd pool to get real AIO with posix-aioaliguori
2008-09-26Fix build on FreeBSDaliguori
2008-09-23Relax posix-aio restrictions on newer glibcsaliguori
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori
2008-09-22Do not allow AIO to be inited multiple timesaliguori
2008-09-16block-raw is not a protocolaliguori
2008-09-15Make sure to define fd_open when not on Linuxaliguori
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-11Only build compatfd when using AIO and make sure to always init AIOaliguori
2008-09-11Make sure to read siginfo from signalfdaliguori
2008-09-10Use signalfd() to work around signal/select racealiguori
2008-08-24Add missing FreeBSD #include (Juergen Lock)blueswir1
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2008-08-15Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries)blueswir1
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths
2008-05-28Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)bellard
2008-05-07Revert 4367blueswir1
2008-05-06Align file accesses with cache=off (Kevin Wolf, Laurent Vivier)blueswir1
2008-01-06restore original values for ai.aio_threads and ai.aio_numbellard
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-15Split block-raw.c into block-raw-posix.c and block-raw-win32.c, byths