index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-07
block: Do not cache device size for removable media
Stefan Hajnoczi
1
-8
/
+6
2011-04-07
trace: Trace bdrv_set_locked()
Stefan Hajnoczi
1
-0
/
+2
2011-04-07
Do not delete BlockDriverState when deleting the drive
Ryan Harper
1
-3
/
+11
2011-03-15
Don't allow multiwrites against a block device without underlying medium
Ryan Harper
1
-0
/
+8
2011-03-07
trace: Trace bdrv_aio_flush()
Stefan Hajnoczi
1
-0
/
+2
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
1
-0
/
+103
2011-02-07
block: enable in_use flag
Marcelo Tosatti
1
-0
/
+2
2011-02-07
Add flag to indicate external users to block device
Marcelo Tosatti
1
-0
/
+11
2011-01-31
block: tell drivers about an image resize
Christoph Hellwig
1
-4
/
+8
2011-01-24
block: Use backing format driver during image creation
Stefan Hajnoczi
1
-3
/
+5
2011-01-06
block: delete a write-only variable
Blue Swirl
1
-5
/
+0
2010-12-17
block: add discard support
Christoph Hellwig
1
-0
/
+11
2010-12-17
bdrv_img_create() use proper errno return values
Jes Sorensen
1
-13
/
+10
2010-12-17
Prevent creating an image with the same filename as backing file
Jes Sorensen
1
-4
/
+11
2010-12-17
qemu-img.c: Re-factor img_create()
Jes Sorensen
1
-0
/
+141
2010-12-17
block: Fix the use of protocols in backing files
Stefan Hajnoczi
1
-3
/
+11
2010-12-17
block: Introduce path_has_protocol() function
Stefan Hajnoczi
1
-28
/
+36
2010-12-14
block: Make bdrv_create_file() ':' handling consistent
Stefan Hajnoczi
1
-1
/
+1
2010-11-21
block: set sector dirty on AIO write completion
Marcelo Tosatti
1
-1
/
+41
2010-11-21
block: fix shift in dirty bitmap calculation
Marcelo Tosatti
1
-6
/
+6
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
1
-4
/
+17
2010-10-22
Copy snapshots out of QCOW2 disk
edison
1
-0
/
+16
2010-10-09
trace: Trace bdrv_aio_{readv,writev}
Stefan Hajnoczi
1
-0
/
+4
2010-09-09
trace: Trace virtio-blk, multiwrite, and paio_submit
Stefan Hajnoczi
1
-0
/
+8
2010-09-08
Revert "Make default invocation of block drivers safer (v3)"
Anthony Liguori
1
-4
/
+0
2010-08-30
block: Fix image re-open in bdrv_commit
Kevin Wolf
1
-4
/
+9
2010-08-03
block: Change bdrv_eject() not to drop the image
Markus Armbruster
1
-3
/
+4
2010-08-03
block: Fix bdrv_has_zero_init
Kevin Wolf
1
-4
/
+2
2010-08-03
block: Change bdrv_commit to handle multiple sectors at once
Kevin Wolf
1
-18
/
+19
2010-07-26
Fix -snapshot deleting images on disk change
Blue Swirl
1
-0
/
+5
2010-07-26
block: Use error codes from lower levels for error message
Stefan Weil
1
-8
/
+19
2010-07-15
Make default invocation of block drivers safer (v3)
Anthony Liguori
1
-0
/
+4
2010-07-06
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
1
-2
/
+1
2010-07-06
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
1
-3
/
+7
2010-07-02
block: Handle multiwrite errors only when all requests have completed
Kevin Wolf
1
-4
/
+1
2010-07-02
block: Fix early failure in multiwrite
Kevin Wolf
1
-6
/
+29
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
1
-0
/
+8
2010-07-02
block: Clean up bdrv_snapshots()
Markus Armbruster
1
-5
/
+4
2010-07-02
savevm: Survive hot-unplug of snapshot device
Markus Armbruster
1
-0
/
+26
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-0
/
+22
2010-07-02
Don't reset bs->is_temporary in bdrv_open_common
Ryan Harper
1
-1
/
+0
2010-07-02
block: allow filenames with colons again for host devices
Christoph Hellwig
1
-11
/
+18
2010-06-22
block: Add bdrv_(p)write_sync
Kevin Wolf
1
-0
/
+37
2010-06-15
block: fix a warning and possible truncation
Blue Swirl
1
-1
/
+2
2010-06-15
block: New bdrv_next()
Markus Armbruster
1
-0
/
+8
2010-06-15
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
1
-0
/
+9
2010-06-15
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
1
-0
/
+12
2010-06-15
savevm: Really verify if a drive supports snapshots
Miguel Di Ciurcio Filho
1
-0
/
+17
2010-06-04
block: call the snapshot handlers of the protocol drivers
MORITA Kazutaka
1
-18
/
+43
2010-06-04
close all the block drivers before the qemu process exits
MORITA Kazutaka
1
-0
/
+9
[next]