aboutsummaryrefslogtreecommitdiff
path: root/block/raw-posix.c
AgeCommit message (Expand)Author
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2010-01-19raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson
2010-01-19raw-posix: Detect CDROM via ioctl on linuxCole Robinson
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03qemu-img: There is more than one host device driverKevin Wolf
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig
2009-08-24make pthreads mandatoryChristoph Hellwig
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16raw-posix: Handle errors in raw_createStefan Weil
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 3
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-06-29block-raw: Allow pread beyond the end of growable imagesKevin Wolf
2009-06-29support colon in filenamesRam Pai
2009-06-17Fix opening of read only raw imagesBlue Swirl
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-15raw-posix: split hdev driversChristoph Hellwig
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig
2009-06-15raw-posix: always store open flagsChristoph Hellwig
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-27raw-posix: fix hdev_createChristoph Hellwig
2009-05-27fix raw_pread_aligned return valueChristoph Hellwig
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-14Move block drivers into their own directoryAnthony Liguori