aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* block/raw: Add create_options for host_deviceKevin Wolf2009-10-051-6/+10
* block: add aio_flush operationChristoph Hellwig2009-09-111-0/+17
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-111-1/+1
* Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil2009-08-281-1/+7
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-271-5/+25
* raw-posix: refactor AIO supportChristoph Hellwig2009-08-271-236/+39
* make pthreads mandatoryChristoph Hellwig2009-08-241-27/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-0/+1
* raw-posix: Handle errors in raw_createStefan Weil2009-07-161-5/+12
* Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 32009-07-091-0/+4
* Revert "support colon in filenames"Anthony Liguori2009-07-091-1/+0
* block-raw: Allow pread beyond the end of growable imagesKevin Wolf2009-06-291-0/+11
* support colon in filenamesRam Pai2009-06-291-0/+1
* Fix opening of read only raw imagesBlue Swirl2009-06-171-16/+15
* raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity2009-06-161-0/+1
* raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity2009-06-161-1/+1
* raw-posix: cleanup ioctl methodsChristoph Hellwig2009-06-151-34/+8
* block: add bdrv_probe_device methodChristoph Hellwig2009-06-151-0/+47
* raw-posix: split hdev driversChristoph Hellwig2009-06-151-260/+304
* raw-posix: add a raw_open_common helperChristoph Hellwig2009-06-151-29/+19
* raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-1/+5
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-40/+41
* raw-posix: fix hdev_createChristoph Hellwig2009-05-271-10/+1
* fix raw_pread_aligned return valueChristoph Hellwig2009-05-271-1/+1
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-10/+27
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+1438