summaryrefslogtreecommitdiff
path: root/block/raw-posix.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-07raw-posix: Fix raw_getlength() to always return -errno on errorMarkus Armbruster1-6/+22
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu1-0/+25
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-5/+5
2014-06-16raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-32/+27
2014-06-04raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi1-34/+0
2014-06-04block/linux-aio: fix memory and fd leakStefan Hajnoczi1-0/+5
2014-06-04block/raw-posix: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi1-0/+43
2014-05-30block/raw-posix.c: Avoid nonstandard LONG_LONG_MAXPeter Maydell1-1/+1
2014-05-09block/raw-posix: Try both FIEMAP and SEEK_HOLEMax Reitz1-50/+77
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf1-1/+4
2014-03-13block/raw-posix: Strip protocol prefix on creationMax Reitz1-0/+12
2014-03-13block/raw-posix: bdrv_parse_filename() for cdromMax Reitz1-0/+15
2014-03-13block/raw-posix: bdrv_parse_filename() for floppyMax Reitz1-0/+10
2014-03-13block/raw-posix: bdrv_parse_filename() for hdevMax Reitz1-0/+10
2014-03-06block/raw-posix: Strip "file:" prefix on creationMax Reitz1-0/+2
2014-03-06block/raw-posix: Implement bdrv_parse_filename()Max Reitz1-0/+12
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-6/+6
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini1-17/+85
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-12-03raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini1-12/+72
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for block devicesPaolo Bonzini1-0/+37
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini1-2/+64
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini1-6/+6
2013-11-14block: Print its file name if backing file opening failedFam Zheng1-1/+0
2013-11-07block/raw-posix: fix FreeBSD compilationAndreas Tobler1-1/+2
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-3/+6
2013-10-11block/raw-posix: Employ error parameterMax Reitz1-15/+57
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-0/+5
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-2/+4
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-4/+8
2013-09-06raw-posix: report unwritten extents as zeroPaolo Bonzini1-0/+3
2013-09-06raw-posix: return get_block_status data and flagsPaolo Bonzini1-7/+10
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-2/+2
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-9/+1
2013-06-28raw-posix: Fix /dev/cdrom magic on OS XKevin Wolf1-0/+1
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-10/+5
2013-04-22raw-posix: Use bdrv_open options instead of filenameKevin Wolf1-12/+45
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-5/+10
2013-03-15threadpool: drop global thread poolStefan Hajnoczi1-2/+6
2013-02-12block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi1-1/+48
2013-02-01block/raw-posix: Build fix for O_ASYNCAndreas Färber1-1/+10
2013-01-19block/raw-posix: Make hdev_aio_discard() available outside LinuxAndreas Färber1-13/+13
2013-01-15block: make discard asynchronousPaolo Bonzini1-80/+84
2013-01-15raw: support discard on block devicesPaolo Bonzini1-0/+36
2013-01-15raw-posix: remember whether discard failedPaolo Bonzini1-3/+6
2013-01-15raw-posix: support discard on more filesystemsKusanagi Kouichi1-2/+24
2013-01-14block: make qiov_is_aligned() publicStefan Hajnoczi1-17/+1
2013-01-14raw-posix: fix bdrv_aio_ioctlPaolo Bonzini1-9/+1