summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
* block: align bounce buffers to pageDenis V. Lunev2015-05-221-6/+7
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+1
* raw-posix: Deprecate aio=threads fallback without O_DIRECTKevin Wolf2015-03-191-0/+8
* raw-posix: Deprecate host floppy passthroughMarkus Armbruster2015-03-191-0/+2
* block/raw-posix: fix launching with failed disksStefan Hajnoczi2015-03-101-2/+27
* block: Add driver methods to probe blocksizes and geometryEkaterina Tumanova2015-03-101-0/+103
* raw-posix: Factor block size detection out of raw_probe_alignment()Ekaterina Tumanova2015-03-101-16/+35
* block/raw-posix: fix compilation warning on OSXDenis V. Lunev2015-03-091-0/+2
* block: Remove "growable" from BDSMax Reitz2015-02-161-1/+1
* block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid2015-02-061-1/+14
* block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroesDenis V. Lunev2015-02-061-0/+19
* block/raw-posix: call plain fallocate in handle_aiocb_write_zeroesDenis V. Lunev2015-02-061-1/+13
* block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroesDenis V. Lunev2015-02-061-2/+13
* block/raw-posix: refactor handle_aiocb_write_zeroes a bitDenis V. Lunev2015-02-061-19/+27
* block/raw-posix: create do_fallocate helperDenis V. Lunev2015-02-061-8/+14
* block/raw-posix: create translate_err helper to merge errno valuesDenis V. Lunev2015-02-061-6/+13
* block/raw-posix: Fix ret in raw_open_common()Max Reitz2014-12-101-0/+1
* block: Make essential BlockDriver objects publicMax Reitz2014-12-101-1/+1
* block: do not use get_clock()Paolo Bonzini2014-12-101-4/+4
* block/raw-posix: Catch fsync() errorsMax Reitz2014-11-181-1/+6
* block/raw-posix: Only sync after successful preallocationMax Reitz2014-11-181-1/+3
* block/raw-posix: Fix preallocating write() loopMax Reitz2014-11-181-1/+1
* raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster2014-11-181-26/+85
* raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster2014-11-181-59/+4
* raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster2014-11-181-3/+1
* raw-posix: raw_co_get_block_status() return valueMax Reitz2014-11-031-14/+14
* raw-posix: Fix raw_co_get_block_status() after EOFMax Reitz2014-11-031-4/+10
* block: char devices on FreeBSD are not behind a pagerRoger Pau Monne2014-10-231-5/+21
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-8/+8
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-8/+8
* block/raw-posix: use seek_hole ahead of fiemapTony Breeds2014-10-201-2/+2
* block/raw-posix: Fix disk corruption in try_fiemapTony Breeds2014-10-201-1/+1
* raw-posix: Fix build without posix_fallocate()Kevin Wolf2014-09-291-4/+14
* raw-posix: Add falloc and full preallocation optionHu Tao2014-09-121-19/+73
* block: don't convert file size to sector sizeHu Tao2014-09-121-6/+6
* block: round up file size to nearest sectorHu Tao2014-09-121-4/+4
* raw-posix: fix O_DIRECT short readsStefan Hajnoczi2014-08-221-0/+9
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* raw-posix: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* raw-posix: Fail gracefully if no working alignment is foundKevin Wolf2014-07-181-8/+27
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-3/+1
* block: Assert qiov length matches request lengthKevin Wolf2014-07-141-4/+11
* linux-aio: implement io plug, unplug and flush io queueMing Lei2014-07-071-0/+45
* raw-posix: Fix raw_getlength() to always return -errno on errorMarkus Armbruster2014-07-071-6/+22
* qemu-img create: add 'nocow' optionChunyan Liu2014-07-011-0/+25
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-5/+5
* raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-32/+27
* raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi2014-06-041-34/+0
* block/linux-aio: fix memory and fd leakStefan Hajnoczi2014-06-041-0/+5
* block/raw-posix: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-0/+43
OpenPOWER on IntegriCloud