summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-05block: avoid buffer overrun by using pstrcpy, not strncpyJim Meyering1-2/+3
2012-09-28block: introduce block job errorPaolo Bonzini1-4/+5
2012-09-28iostatus: reorganize io error codePaolo Bonzini1-8/+38
2012-09-28iostatus: change is_read to a boolPaolo Bonzini1-2/+2
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini1-3/+3
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini1-4/+4
2012-09-28block: move job APIs to separate filesPaolo Bonzini1-127/+1
2012-09-28block: helper function, to find the base image of a chainJeff Cody1-0/+16
2012-09-28block: add support functions for live commit, to find and delete images.Jeff Cody1-0/+143
2012-09-24block: remove keep_read_only flag from BlockDriverState structJeff Cody1-2/+0
2012-09-24block: convert bdrv_commit() to use bdrv_reopen()Jeff Cody1-43/+5
2012-09-24block: Framework for reopening files safelyJeff Cody1-0/+232
2012-09-24block: make bdrv_set_enable_write_cache() modify open_flagsJeff Cody1-0/+7
2012-09-24block: correctly set the keep_read_only flagJeff Cody1-7/+7
2012-09-12block: Don't forget to delete temporary fileDunrong Huang1-1/+5
2012-09-12block: fix block tray statusPavel Hrdina1-2/+2
2012-08-15block: Flush parent to OS with cache=unsafeKevin Wolf1-1/+2
2012-08-13qmp: query-block: add 'encryption_key_missing' fieldLuiz Capitulino1-0/+1
2012-08-03block: Use bdrv_get_backing_file_depth()Benoît Canet1-0/+3
2012-08-03block: create bdrv_get_backing_file_depth()Benoît Canet1-0/+13
2012-07-28Avoid returning voidBlue Swirl1-1/+1
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-32/+0
2012-07-17hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster1-121/+0
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster1-101/+0
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-6/+6
2012-07-09block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()Markus Armbruster1-7/+17
2012-07-09fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster1-34/+28
2012-07-09block: introduce bdrv_swap, implement bdrv_append on top of itPaolo Bonzini1-85/+99
2012-07-09block: copy over job and dirty bitmap fields in bdrv_appendPaolo Bonzini1-0/+15
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster1-7/+4
2012-06-15block: always open drivers in writeback modePaolo Bonzini1-1/+2
2012-06-15block: add bdrv_set_enable_write_cachePaolo Bonzini1-0/+5
2012-06-15block: copy enable_write_cache in bdrv_appendPaolo Bonzini1-0/+2
2012-06-15block: flush in writethrough mode after writesPaolo Bonzini1-2/+9
2012-06-15block: New bdrv_get_flags()Markus Armbruster1-0/+5
2012-06-15qemu-img check -r for repairing imagesKevin Wolf1-2/+2
2012-06-15stream: move is_allocated_above to block.cPaolo Bonzini1-0/+49
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev1-1/+1
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev1-2/+2
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev1-3/+3
2012-05-30block: prevent snapshot mode $TMPDIR symlink attackJim Meyering1-13/+24
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini1-8/+11
2012-05-10block: move field reset from bdrv_open_common to bdrv_closePaolo Bonzini1-7/+6
2012-05-10block: protect path_has_protocol from filenames with colonsPaolo Bonzini1-1/+6
2012-05-10block: simplify path_is_absolutePaolo Bonzini1-11/+4
2012-05-10block: wait for job callback in block_job_cancel_syncPaolo Bonzini1-2/+34
2012-05-10block: add block_job_sleep_nsPaolo Bonzini1-0/+11
2012-05-10block: fully delete bs->file when closingPaolo Bonzini1-4/+2
2012-05-10block: do not reuse the backing file across bdrv_close/bdrv_openPaolo Bonzini1-0/+2
2012-05-10block: another bdrv_append fixPaolo Bonzini1-0/+1