summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/raw-posix.c: Avoid nonstandard LONG_LONG_MAXPeter Maydell2014-05-301-1/+1
* block/raw-posix: Try both FIEMAP and SEEK_HOLEMax Reitz2014-05-091-50/+77
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-301-1/+4
* block/raw-posix: Strip protocol prefix on creationMax Reitz2014-03-131-0/+12
* block/raw-posix: bdrv_parse_filename() for cdromMax Reitz2014-03-131-0/+15
* block/raw-posix: bdrv_parse_filename() for floppyMax Reitz2014-03-131-0/+10
* block/raw-posix: bdrv_parse_filename() for hdevMax Reitz2014-03-131-0/+10
* block/raw-posix: Strip "file:" prefix on creationMax Reitz2014-03-061-0/+2
* block/raw-posix: Implement bdrv_parse_filename()Max Reitz2014-03-061-0/+12
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-6/+6
* raw: Probe required direct I/O alignmentPaolo Bonzini2014-01-241-17/+85
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+1
* raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini2013-12-031-12/+72
* raw-posix: implement write_zeroes with MAY_UNMAP for block devicesPaolo Bonzini2013-12-031-0/+37
* raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini2013-12-031-2/+64
* block: handle ENOTSUP from discard in generic codePaolo Bonzini2013-12-031-6/+6
* block: Print its file name if backing file opening failedFam Zheng2013-11-141-1/+0
* block/raw-posix: fix FreeBSD compilationAndreas Tobler2013-11-071-1/+2
* block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf2013-10-291-3/+6
* block/raw-posix: Employ error parameterMax Reitz2013-10-111-15/+57
* block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.BenoƮt Canet2013-09-251-0/+5
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-121-2/+4
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-4/+8
* raw-posix: report unwritten extents as zeroPaolo Bonzini2013-09-061-0/+3
* raw-posix: return get_block_status data and flagsPaolo Bonzini2013-09-061-7/+10
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-061-2/+2
* block: change default of .has_zero_init to 0Peter Lieven2013-06-281-9/+1
* raw-posix: Fix /dev/cdrom magic on OS XKevin Wolf2013-06-281-0/+1
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-10/+5
* raw-posix: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-12/+45
OpenPOWER on IntegriCloud