Sign in
qemu
/
qemu
/
6c5f738daec123020d32543fe90a6633a4f6643e
/
block.c
8591675
block: enable in_use flag
by Marcelo Tosatti
· 14 years ago
db593f2
Add flag to indicate external users to block device
by Marcelo Tosatti
· 14 years ago
db97ee6
block: tell drivers about an image resize
by Christoph Hellwig
· 14 years ago
96df67d
block: Use backing format driver during image creation
by Stefan Hajnoczi
· 14 years ago
71df0ee
block: delete a write-only variable
by Blue Swirl
· 14 years ago
bb8bf76
block: add discard support
by Christoph Hellwig
· 14 years ago
4f70f24
bdrv_img_create() use proper errno return values
by Jes Sorensen
· 14 years ago
792da93
Prevent creating an image with the same filename as backing file
by Jes Sorensen
· 14 years ago
f88e1a4
qemu-img.c: Re-factor img_create()
by Jes Sorensen
· 14 years ago
df2dbb4
block: Fix the use of protocols in backing files
by Stefan Hajnoczi
· 14 years ago
9e0b22f
block: Introduce path_has_protocol() function
by Stefan Hajnoczi
· 14 years ago
16905d7
block: Make bdrv_create_file() ':' handling consistent
by Stefan Hajnoczi
· 14 years ago
4dcafbb
block: set sector dirty on AIO write completion
by Marcelo Tosatti
· 14 years ago
6d59fec
block: fix shift in dirty bitmap calculation
by Marcelo Tosatti
· 14 years ago
205ef79
block: Allow bdrv_flush to return errors
by Kevin Wolf
· 14 years ago
51ef672
Copy snapshots out of QCOW2 disk
by edison
· 15 years ago
bbf0a44
trace: Trace bdrv_aio_{readv,writev}
by Stefan Hajnoczi
· 14 years ago
6d519a5
trace: Trace virtio-blk, multiwrite, and paio_submit
by Stefan Hajnoczi
· 15 years ago
8b33d9e
Revert "Make default invocation of block drivers safer (v3)"
by Anthony Liguori
· 15 years ago
ee18119
block: Fix image re-open in bdrv_commit
by Kevin Wolf
· 15 years ago
4be9762
block: Change bdrv_eject() not to drop the image
by Markus Armbruster
· 15 years ago
336c1c1
block: Fix bdrv_has_zero_init
by Kevin Wolf
· 15 years ago
8a42661
block: Change bdrv_commit to handle multiple sectors at once
by Kevin Wolf
· 15 years ago
199630b
Fix -snapshot deleting images on disk change
by Blue Swirl
· 15 years ago
c98ac35
block: Use error codes from lower levels for error message
by Stefan Weil
· 15 years ago
79368c8
Make default invocation of block drivers safer (v3)
by Anthony Liguori
· 15 years ago
9ac228e
qcow2/vdi: Change check to distinguish error cases
by Kevin Wolf
· 15 years ago
e076f33
qemu-img check: Distinguish different kinds of errors
by Kevin Wolf
· 15 years ago
de189a1
block: Handle multiwrite errors only when all requests have completed
by Kevin Wolf
· 15 years ago
453f9a1
block: Fix early failure in multiwrite
by Kevin Wolf
· 15 years ago
7d0d695
block: Fix virtual media change for if=none
by Markus Armbruster
· 15 years ago
3ac906f
block: Clean up bdrv_snapshots()
by Markus Armbruster
· 15 years ago
f9092b1
savevm: Survive hot-unplug of snapshot device
by Markus Armbruster
· 15 years ago
18846de
block: Catch attempt to attach multiple devices to a blockdev
by Markus Armbruster
· 15 years ago
15c7733
Don't reset bs->is_temporary in bdrv_open_common
by Ryan Harper
· 15 years ago
39508e7
block: allow filenames with colons again for host devices
by Christoph Hellwig
· 15 years ago
f08145f
block: Add bdrv_(p)write_sync
by Kevin Wolf
· 15 years ago
5ffbbc6
block: fix a warning and possible truncation
by Blue Swirl
· 15 years ago
2f399b0
block: New bdrv_next()
by Markus Armbruster
· 15 years ago
6ab4b5a
block: Decouple block device "commit all" from DriveInfo
by Markus Armbruster
· 15 years ago
abd7f68
block: Move error actions from DriveInfo to BlockDriverState
by Markus Armbruster
· 15 years ago
feeee5a
savevm: Really verify if a drive supports snapshots
by Miguel Di Ciurcio Filho
· 15 years ago
7cdb1f6
block: call the snapshot handlers of the protocol drivers
by MORITA Kazutaka
· 15 years ago
2bc93fe
close all the block drivers before the qemu process exits
by MORITA Kazutaka
· 15 years ago
08a0055
block: Assume raw for drives without media
by Kevin Wolf
· 15 years ago
eb5a316
Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512
by Jes Sorensen
· 15 years ago
3e82990
Cleanup: bdrv_open() no need to shift total_size just to shift back.
by Jes Sorensen
· 15 years ago
358c360
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
1a39685
block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()
by Nicholas A. Bellinger
· 15 years ago
b50cbab
add support for protocol driver create_options
by MORITA Kazutaka
· 15 years ago
cbf1dff
block: Fix multiwrite with overlapping requests
by Kevin Wolf
· 15 years ago
016f5cf
Add cache=unsafe parameter to -drive
by Alexander Graf
· 15 years ago
396759a
block: Add SG_IO device check in refresh_total_sectors()
by Nicholas Bellinger
· 15 years ago
f8ea0b0
block: Make find_image_format() return 'raw' BlockDriver for SG_IO devices
by Nicholas Bellinger
· 15 years ago
77be436
block: fix sector comparism in multiwrite_req_compare
by Christoph Hellwig
· 15 years ago
35ed5de
block: Remove special case for vvfat
by Kevin Wolf
· 15 years ago
2195513
Fix docs for block stats monitor command
by Daniel P. Berrange
· 15 years ago
af47459
use qemu_free() instead of free()
by Bruce Rogers
· 15 years ago
c334919
block: Fix bdrv_commit
by Kevin Wolf
· 15 years ago
2099308
block: Fix protocol detection for Windows devices
by Kevin Wolf
· 15 years ago
b666d23
block: Avoid unchecked casts for AIOCBs
by Kevin Wolf
· 15 years ago
d748768
block: Release allocated options after bdrv_open
by Jan Kiszka
· 15 years ago
294cc35
block: Add wr_highest_sector blockstat
by Kevin Wolf
· 15 years ago
5176228
block: Cache total_sectors to reduce bdrv_getlength calls
by Stefan Hajnoczi
· 15 years ago
557df6a
block: Set backing_hd to NULL after deleting it
by Stefan Hajnoczi
· 15 years ago
f2feebb
block: bdrv_has_zero_init
by Kevin Wolf
· 15 years ago
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 15 years ago
5791533
block: Avoid forward declaration of bdrv_open_common
by Kevin Wolf
· 15 years ago
b6ce07a
block: Split bdrv_open
by Kevin Wolf
· 15 years ago
84a12e6
block: separate raw images from the file protocol
by Christoph Hellwig
· 15 years ago
1e1ea48
block: Free iovec arrays allocated by multiwrite_merge()
by Stefan Hajnoczi
· 15 years ago
8a22f02
block: Convert first_drv to QLIST
by Stefan Hajnoczi
· 15 years ago
1b7bdbc
block: Convert bdrv_first to QTAILQ
by Stefan Hajnoczi
· 15 years ago
b66460e
block: Do not export bdrv_first
by Stefan Hajnoczi
· 15 years ago
6db9560
block: get rid of the BDRV_O_FILE flag
by Christoph Hellwig
· 15 years ago
d6e9098
Replace calls of old bdrv_open
by Kevin Wolf
· 15 years ago
8b9b0cc
blkdebug: Add events and rules
by Kevin Wolf
· 15 years ago
7eb58a6
block: Fix multiwrite memory leak in error case
by Kevin Wolf
· 15 years ago
0f0b604
block: Fix error code in multiwrite for immediate failures
by Kevin Wolf
· 15 years ago
cb6d3ca
block: Fix multiwrite error handling
by Kevin Wolf
· 15 years ago
fd04a2a
Wrong error message in block_passwd command
by Shahar Havivi
· 15 years ago
4dca4b6
block: more read-only changes, related to backing files
by Naphtali Sprei
· 15 years ago
ba14414
Monitor: remove unneeded checks
by Luiz Capitulino
· 15 years ago
15dc269
block: saner flags filtering in bdrv_open2
by Christoph Hellwig
· 15 years ago
2582bfe
block: BLOCK_IO_ERROR QMP event
by Luiz Capitulino
· 15 years ago
aaa0eb7
Count dirty blocks and expose an API to get dirty count
by Liran Schour
· 15 years ago
e2a305f
block: avoid creating too large iovecs in multiwrite_merge
by Christoph Hellwig
· 15 years ago
f8a8324
win32: pair qemu_memalign() with qemu_vfree()
by Herve Poussineau
· 15 years ago
6987307
block: clean up bdrv_open2 structure a bit
by Christoph Hellwig
· 15 years ago
37226ad
No need anymoe for bdrv_set_read_only
by Naphtali Sprei
· 15 years ago
9a8c4cc
block: Return original error codes in bdrv_pread/write
by Kevin Wolf
· 15 years ago
3e39789
Revert "block: prevent multiwrite_merge from creating too large iovecs"
by Anthony Liguori
· 15 years ago
0076bc0
block: prevent multiwrite_merge from creating too large iovecs
by Christoph Hellwig
· 15 years ago
1d44952
block: fix cache flushing in bdrv_commit
by Christoph Hellwig
· 15 years ago
03cbdac
Disable fall-back to read-only when cannot open drive's file for read-write
by Naphtali Sprei
· 15 years ago
f5edb01
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE.
by Naphtali Sprei
· 15 years ago
3f5075a
block: flush backing_hd in the right place
by Christoph Hellwig
· 15 years ago
756e673
block: Add bdrv_change_backing_file
by Kevin Wolf
· 15 years ago
b783e40
block: Introduce BDRV_O_NO_BACKING
by Kevin Wolf
· 15 years ago
Next »