summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix opening of read only raw imagesBlue Swirl2009-06-171-16/+15Star
* 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/+8Star
* 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/+19Star
* raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21Star
* 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/+1Star
* 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