index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-07-19
1
-0
/
+19
*
bdrv_img_create: Fix segfault
Kevin Wolf
2011-06-08
1
-2
/
+3
*
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
2011-06-08
1
-7
/
+1
*
block: Remove type hint, it's guest matter, doesn't belong here
Markus Armbruster
2011-05-19
1
-12
/
+0
*
block QMP: Deprecate query-block's "type", drop info block's "type="
Markus Armbruster
2011-05-19
1
-17
/
+3
*
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
2011-05-08
1
-1
/
+1
*
Fix typo in code and comments
Stefan Weil
2011-05-06
1
-1
/
+1
*
block: Do not cache device size for removable media
Stefan Hajnoczi
2011-04-07
1
-8
/
+6
*
trace: Trace bdrv_set_locked()
Stefan Hajnoczi
2011-04-07
1
-0
/
+2
*
Do not delete BlockDriverState when deleting the drive
Ryan Harper
2011-04-07
1
-3
/
+11
*
Don't allow multiwrites against a block device without underlying medium
Ryan Harper
2011-03-15
1
-0
/
+8
*
trace: Trace bdrv_aio_flush()
Stefan Hajnoczi
2011-03-07
1
-0
/
+2
*
fdc: move floppy geometry guessing to block.c
Blue Swirl
2011-02-20
1
-0
/
+103
*
block: enable in_use flag
Marcelo Tosatti
2011-02-07
1
-0
/
+2
*
Add flag to indicate external users to block device
Marcelo Tosatti
2011-02-07
1
-0
/
+11
*
block: tell drivers about an image resize
Christoph Hellwig
2011-01-31
1
-4
/
+8
*
block: Use backing format driver during image creation
Stefan Hajnoczi
2011-01-24
1
-3
/
+5
*
block: delete a write-only variable
Blue Swirl
2011-01-06
1
-5
/
+0
*
block: add discard support
Christoph Hellwig
2010-12-17
1
-0
/
+11
*
bdrv_img_create() use proper errno return values
Jes Sorensen
2010-12-17
1
-13
/
+10
*
Prevent creating an image with the same filename as backing file
Jes Sorensen
2010-12-17
1
-4
/
+11
*
qemu-img.c: Re-factor img_create()
Jes Sorensen
2010-12-17
1
-0
/
+141
*
block: Fix the use of protocols in backing files
Stefan Hajnoczi
2010-12-17
1
-3
/
+11
*
block: Introduce path_has_protocol() function
Stefan Hajnoczi
2010-12-17
1
-28
/
+36
*
block: Make bdrv_create_file() ':' handling consistent
Stefan Hajnoczi
2010-12-14
1
-1
/
+1
*
block: set sector dirty on AIO write completion
Marcelo Tosatti
2010-11-21
1
-1
/
+41
*
block: fix shift in dirty bitmap calculation
Marcelo Tosatti
2010-11-21
1
-6
/
+6
*
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-11-04
1
-4
/
+17
*
Copy snapshots out of QCOW2 disk
edison
2010-10-22
1
-0
/
+16
*
trace: Trace bdrv_aio_{readv,writev}
Stefan Hajnoczi
2010-10-09
1
-0
/
+4
*
trace: Trace virtio-blk, multiwrite, and paio_submit
Stefan Hajnoczi
2010-09-09
1
-0
/
+8
*
Revert "Make default invocation of block drivers safer (v3)"
Anthony Liguori
2010-09-08
1
-4
/
+0
*
block: Fix image re-open in bdrv_commit
Kevin Wolf
2010-08-30
1
-4
/
+9
*
block: Change bdrv_eject() not to drop the image
Markus Armbruster
2010-08-03
1
-3
/
+4
*
block: Fix bdrv_has_zero_init
Kevin Wolf
2010-08-03
1
-4
/
+2
*
block: Change bdrv_commit to handle multiple sectors at once
Kevin Wolf
2010-08-03
1
-18
/
+19
*
Fix -snapshot deleting images on disk change
Blue Swirl
2010-07-26
1
-0
/
+5
*
block: Use error codes from lower levels for error message
Stefan Weil
2010-07-26
1
-8
/
+19
*
Make default invocation of block drivers safer (v3)
Anthony Liguori
2010-07-15
1
-0
/
+4
*
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
2010-07-06
1
-2
/
+1
*
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
2010-07-06
1
-3
/
+7
*
block: Handle multiwrite errors only when all requests have completed
Kevin Wolf
2010-07-02
1
-4
/
+1
*
block: Fix early failure in multiwrite
Kevin Wolf
2010-07-02
1
-6
/
+29
*
block: Fix virtual media change for if=none
Markus Armbruster
2010-07-02
1
-0
/
+8
*
block: Clean up bdrv_snapshots()
Markus Armbruster
2010-07-02
1
-5
/
+4
*
savevm: Survive hot-unplug of snapshot device
Markus Armbruster
2010-07-02
1
-0
/
+26
*
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
2010-07-02
1
-0
/
+22
*
Don't reset bs->is_temporary in bdrv_open_common
Ryan Harper
2010-07-02
1
-1
/
+0
*
block: allow filenames with colons again for host devices
Christoph Hellwig
2010-07-02
1
-11
/
+18
*
block: Add bdrv_(p)write_sync
Kevin Wolf
2010-06-22
1
-0
/
+37
[next]