summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-2/+5
2013-09-24block: ensure bdrv_drain_all() works during bdrv_delete()Stefan Hajnoczi1-2/+2
2013-07-29block: Repair the throttling code.BenoƮt Canet1-4/+3
2013-07-26block: Allow "driver" option on the top levelKevin Wolf1-0/+7
2013-07-19block: fix bdrv_read_unthrottled()Peter Lieven1-1/+1
2013-07-19block: add bdrv_write_zeroes()Peter Lieven1-8/+19
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf1-2/+8
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-5/+12
2013-07-05block: fix bdrv_flush() ordering in bdrv_close()Stefan Hajnoczi1-2/+3
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-1/+7
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi1-11/+12
2013-06-24block: Always enable discard on the protocol levelKevin Wolf1-1/+1
2013-06-17block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILEDLuiz Capitulino1-2/+2
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-4/+4
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia1-185/+0
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia1-100/+0
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi1-28/+0
2013-06-04block: add block driver read only whitelistFam Zheng1-16/+27
2013-05-14block: Add hint to -EFBIG error messageKevin Wolf1-2/+6
2013-04-22block: Fix build with tracing enabledKevin Wolf1-7/+7
2013-04-22block: Allow overriding backing.file.filenameKevin Wolf1-1/+3
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-6/+2
2013-04-22block: Enable filename optionKevin Wolf1-4/+27
2013-04-22block: Add driver-specific options for backing filesKevin Wolf1-4/+23
2013-04-22block: Fail gracefully when using a format driver on protocol levelKevin Wolf1-0/+7
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf1-22/+58
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf1-5/+20
2013-04-05block: clean up I/O throttling wait_time codeStefan Hajnoczi1-3/+3
2013-04-05block: drop duplicated slice extension codeStefan Hajnoczi1-4/+1
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi1-10/+9
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi1-11/+10
2013-03-28block: Fix direct use of protocols as driver for bdrv_open()Kevin Wolf1-11/+15
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf1-8/+41
2013-03-22block: Rename variable to avoid shadowingKevin Wolf1-7/+9
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf1-0/+11
2013-03-22block: Pass bdrv_file_open() options to block driversKevin Wolf1-7/+56
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-3/+11
2013-03-22Revert "block: complete all IOs before .bdrv_truncate"Peter Lieven1-4/+0
2013-03-19block: fix BDRV_O_SNAPSHOT protocol detectionStefan Hajnoczi1-5/+1
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi1-0/+6
2013-03-15block: Add options QDict to bdrv_open_common()Kevin Wolf1-6/+26
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-12/+35
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-2/+2
2013-03-04block: for HMP commit() operations on 'all', skip non-COW drivesJeff Cody1-3/+5
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini1-0/+25
2013-02-22block: complete all IOs before .bdrv_truncatePeter Lieven1-0/+4
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina1-5/+7
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina1-0/+39
2013-02-01block: Fix is_allocated_above with resized filesVishvananda Ishaya1-1/+3
2013-01-25block: allow customizing the granularity of the dirty bitmapPaolo Bonzini1-7/+10