summaryrefslogtreecommitdiff
path: root/block/raw-posix.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-07block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.Richard W.M. Jones1-1/+2
2015-06-23raw-posix: Introduce hdev_is_sg()Dimitris Aragiorgis1-11/+28
2015-06-23raw-posix: Use DPRINTF for DEBUG_FLOPPYDimitris Aragiorgis1-17/+5
2015-06-23raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINTDimitris Aragiorgis1-8/+18
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis1-2/+2
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+2
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf1-2/+3
2015-05-22block: align bounce buffers to pageDenis V. Lunev1-6/+7
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev1-0/+1
2015-03-19raw-posix: Deprecate aio=threads fallback without O_DIRECTKevin Wolf1-0/+8
2015-03-19raw-posix: Deprecate host floppy passthroughMarkus Armbruster1-0/+2
2015-03-10block/raw-posix: fix launching with failed disksStefan Hajnoczi1-2/+27
2015-03-10block: Add driver methods to probe blocksizes and geometryEkaterina Tumanova1-0/+103
2015-03-10raw-posix: Factor block size detection out of raw_probe_alignment()Ekaterina Tumanova1-16/+35
2015-03-09block/raw-posix: fix compilation warning on OSXDenis V. Lunev1-0/+2
2015-02-16block: Remove "growable" from BDSMax Reitz1-1/+1
2015-02-06block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid1-1/+14
2015-02-06block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroesDenis V. Lunev1-0/+19
2015-02-06block/raw-posix: call plain fallocate in handle_aiocb_write_zeroesDenis V. Lunev1-1/+13
2015-02-06block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroesDenis V. Lunev1-2/+13
2015-02-06block/raw-posix: refactor handle_aiocb_write_zeroes a bitDenis V. Lunev1-19/+27
2015-02-06block/raw-posix: create do_fallocate helperDenis V. Lunev1-8/+14
2015-02-06block/raw-posix: create translate_err helper to merge errno valuesDenis V. Lunev1-6/+13
2014-12-10block/raw-posix: Fix ret in raw_open_common()Max Reitz1-0/+1
2014-12-10block: Make essential BlockDriver objects publicMax Reitz1-1/+1
2014-12-10block: do not use get_clock()Paolo Bonzini1-4/+4
2014-11-18block/raw-posix: Catch fsync() errorsMax Reitz1-1/+6
2014-11-18block/raw-posix: Only sync after successful preallocationMax Reitz1-1/+3
2014-11-18block/raw-posix: Fix preallocating write() loopMax Reitz1-1/+1
2014-11-18raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster1-26/+85
2014-11-18raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster1-59/+4
2014-11-18raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster1-3/+1
2014-11-03raw-posix: raw_co_get_block_status() return valueMax Reitz1-14/+14
2014-11-03raw-posix: Fix raw_co_get_block_status() after EOFMax Reitz1-4/+10
2014-10-23block: char devices on FreeBSD are not behind a pagerRoger Pau Monne1-5/+21
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-8/+8
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-8/+8
2014-10-20block/raw-posix: use seek_hole ahead of fiemapTony Breeds1-2/+2
2014-10-20block/raw-posix: Fix disk corruption in try_fiemapTony Breeds1-1/+1
2014-09-29raw-posix: Fix build without posix_fallocate()Kevin Wolf1-4/+14
2014-09-12raw-posix: Add falloc and full preallocation optionHu Tao1-19/+73
2014-09-12block: don't convert file size to sector sizeHu Tao1-6/+6
2014-09-12block: round up file size to nearest sectorHu Tao1-4/+4
2014-08-22raw-posix: fix O_DIRECT short readsStefan Hajnoczi1-0/+9
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-15raw-posix: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-07-18raw-posix: Fail gracefully if no working alignment is foundKevin Wolf1-8/+27
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-3/+1
2014-07-14block: Assert qiov length matches request lengthKevin Wolf1-4/+11
2014-07-07linux-aio: implement io plug, unplug and flush io queueMing Lei1-0/+45