summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
* raw-posix: Fix bdrv_flush error return valuesKevin Wolf2011-09-191-1/+8
* block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2011-09-121-4/+4
* linux aio: some commentsFrediano Ziglio2011-09-061-0/+4
* raw-posix: Always check paio_init resultFrediano Ziglio2011-08-011-6/+5
* raw-posix: Typo fixFrediano Ziglio2011-08-011-1/+1
* block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2011-08-011-11/+5
* block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster2011-08-011-7/+3
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-0/+21
* block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach2011-07-051-0/+14
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-081-2/+0
|\
| * Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-2/+0
* | block/raw-posix: get right partition sizeChristoph Egger2011-06-081-0/+32
* | block/raw-posix: use a character device if a block device is givenChristoph Egger2011-06-081-0/+43
* | block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-081-1/+1
|/
* raw-posix: add discard supportChristoph Hellwig2010-12-171-0/+45
* raw-posix: raw_pwrite comment fixupChristoph Hellwig2010-11-261-1/+1
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-6/+6
* raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig2010-09-211-33/+46
* raw-posix: improve detection of scsi-generic devicesBernhard Kohl2010-09-081-2/+8
* raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf2010-09-081-3/+0
* block: Fix bdrv_has_zero_initKevin Wolf2010-08-031-4/+9
* block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-1/+1
* raw-posix: Fix test for host CD-ROMMarkus Armbruster2010-07-061-11/+6
* Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-9/+11
* raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi2010-05-031-33/+4
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-5/+5
* block: separate raw images from the file protocolChristoph Hellwig2010-05-031-5/+10
* block: split raw_getlengthChristoph Hellwig2010-04-231-23/+42
* raw-posix: don't assign bs->read_onlyChristoph Hellwig2010-04-101-1/+0
* raw-posix: Better error return values for hdev_createKevin Wolf2010-03-271-3/+3
* block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf2010-01-261-1/+5
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-261-5/+1
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-1/+1
* raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson2010-01-191-2/+19
* raw-posix: Detect CDROM via ioctl on linuxCole Robinson2010-01-191-2/+18
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+4
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+8
* Remove aio_ctx from paio_* interfaceKevin Wolf2009-10-301-6/+4
* raw/linux-aio: Also initialize POSIX AIOKevin Wolf2009-10-271-0/+4
* 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
OpenPOWER on IntegriCloud