summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-4/+4
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* raw-posix: inline paio_ioctl into hdev_aio_ioctlPaolo Bonzini2012-12-111-17/+10
* block: add bdrv_reopen() support for raw hdev, floppy, and cdromJeff Cody2012-11-211-0/+16
* raw-posix: rename raw-posix-aio.h, hide unavailable prototypesPaolo Bonzini2012-10-311-1/+1
* raw: merge posix-aio-compat.c into block/raw-posix.cPaolo Bonzini2012-10-311-0/+294
* block: switch posix-aio-compat to threadpoolPaolo Bonzini2012-10-311-10/+2
* block: raw-posix image file reopenJeff Cody2012-09-241-0/+114
* block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody2012-09-241-20/+1
* block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody2012-09-241-1/+1
* block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody2012-09-241-3/+0
* block: move open flag parsing in raw block drivers to helper functionsJeff Cody2012-09-241-14/+24
* block: move aio initialization into a helper functionJeff Cody2012-09-241-18/+35
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-12/+12
* block: Convert open calls to qemu_openCorey Bryant2012-08-151-9/+9
* block: Prevent detection of /dev/fdset/ as floppyCorey Bryant2012-08-151-1/+3
* raw-posix: Fix build without is_allocated supportKevin Wolf2012-06-241-1/+8
* block: implement is_allocated for rawPaolo Bonzini2012-06-151-0/+98
* raw-posix: Do not use CONFIG_COCOA macroPavel Borzenkov2012-05-011-4/+4
* block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino2012-02-221-3/+3
* fix spelling in block sub directoryDong Xu Wang2011-12-021-2/+2
* block: change discard to co_discardPaolo Bonzini2011-10-211-2/+3
* block: drop redundant bdrv_flush implementationStefan Hajnoczi2011-10-211-18/+0
* raw-posix: remove bdrv_read()/bdrv_write()Stefan Hajnoczi2011-10-141-277/+0
* block: allow resizing of images residing on host devicesChristoph Hellwig2011-10-111-3/+21
* 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
OpenPOWER on IntegriCloud