aboutsummaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02fix spelling in block sub directoryDong Xu Wang1-2/+2
2011-10-21block: change discard to co_discardPaolo Bonzini1-2/+3
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-18/+0
2011-10-14raw-posix: remove bdrv_read()/bdrv_write()Stefan Hajnoczi1-277/+0
2011-10-11block: allow resizing of images residing on host devicesChristoph Hellwig1-3/+21
2011-09-19raw-posix: Fix bdrv_flush error return valuesKevin Wolf1-1/+8
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster1-4/+4
2011-09-06linux aio: some commentsFrediano Ziglio1-0/+4
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio1-6/+5
2011-08-01raw-posix: Typo fixFrediano Ziglio1-1/+1
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster1-11/+5
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster1-7/+3
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+21
2011-07-05block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach1-0/+14
2011-06-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+0
2011-06-08block/raw-posix: get right partition sizeChristoph Egger1-0/+32
2011-06-08block/raw-posix: use a character device if a block device is givenChristoph Egger1-0/+43
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig1-1/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-2/+0
2010-12-17raw-posix: add discard supportChristoph Hellwig1-0/+45
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig1-1/+1
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-6/+6
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig1-33/+46
2010-09-08raw-posix: improve detection of scsi-generic devicesBernhard Kohl1-2/+8
2010-09-08raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf1-3/+0
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf1-4/+9
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-1/+1
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster1-11/+6
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen1-9/+11
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi1-33/+4
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-5/+5
2010-05-03block: separate raw images from the file protocolChristoph Hellwig1-5/+10
2010-04-23block: split raw_getlengthChristoph Hellwig1-23/+42
2010-04-10raw-posix: don't assign bs->read_onlyChristoph Hellwig1-1/+0
2010-03-27raw-posix: Better error return values for hdev_createKevin Wolf1-3/+3
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf1-1/+5
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig1-5/+1
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-1/+1
2010-01-19raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson1-2/+19
2010-01-19raw-posix: Detect CDROM via ioctl on linuxCole Robinson1-2/+18
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1
2009-12-03qemu-img: There is more than one host device driverKevin Wolf1-0/+4
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-8/+8
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf1-6/+4
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf1-0/+4
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf1-6/+10
2009-09-11block: add aio_flush operationChristoph Hellwig1-0/+17
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig1-1/+1