index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-06-03
1
-6
/
+7
|
\
|
*
block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()
Nicholas A. Bellinger
2010-05-28
1
-1
/
+3
|
*
add support for protocol driver create_options
MORITA Kazutaka
2010-05-28
1
-4
/
+3
|
*
block: Fix multiwrite with overlapping requests
Kevin Wolf
2010-05-28
1
-1
/
+1
*
|
Monitor: Drop QMP documentation from code
Luiz Capitulino
2010-06-01
1
-69
/
+0
|
/
*
Add cache=unsafe parameter to -drive
Alexander Graf
2010-05-26
1
-0
/
+29
*
block: Add SG_IO device check in refresh_total_sectors()
Nicholas Bellinger
2010-05-21
1
-0
/
+4
*
block: Make find_image_format() return 'raw' BlockDriver for SG_IO devices
Nicholas Bellinger
2010-05-21
1
-0
/
+5
*
block: fix sector comparism in multiwrite_req_compare
Christoph Hellwig
2010-05-21
1
-1
/
+13
*
block: Remove special case for vvfat
Kevin Wolf
2010-05-17
1
-5
/
+0
*
Fix docs for block stats monitor command
Daniel P. Berrange
2010-05-17
1
-12
/
+11
*
use qemu_free() instead of free()
Bruce Rogers
2010-05-17
1
-1
/
+1
*
block: Fix bdrv_commit
Kevin Wolf
2010-05-17
1
-3
/
+3
*
block: Fix protocol detection for Windows devices
Kevin Wolf
2010-05-17
1
-4
/
+6
*
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
2010-05-17
1
-1
/
+2
*
block: Release allocated options after bdrv_open
Jan Kiszka
2010-05-03
1
-0
/
+1
*
block: Add wr_highest_sector blockstat
Kevin Wolf
2010-05-03
1
-15
/
+58
*
block: Cache total_sectors to reduce bdrv_getlength calls
Stefan Hajnoczi
2010-05-03
1
-5
/
+38
*
block: Set backing_hd to NULL after deleting it
Stefan Hajnoczi
2010-05-03
1
-1
/
+3
*
block: bdrv_has_zero_init
Kevin Wolf
2010-05-03
1
-0
/
+13
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-1
/
+25
*
block: Avoid forward declaration of bdrv_open_common
Kevin Wolf
2010-05-03
1
-74
/
+71
*
block: Split bdrv_open
Kevin Wolf
2010-05-03
1
-49
/
+86
*
block: separate raw images from the file protocol
Christoph Hellwig
2010-05-03
1
-29
/
+45
*
block: Free iovec arrays allocated by multiwrite_merge()
Stefan Hajnoczi
2010-04-23
1
-0
/
+3
*
block: Convert first_drv to QLIST
Stefan Hajnoczi
2010-04-23
1
-10
/
+12
*
block: Convert bdrv_first to QTAILQ
Stefan Hajnoczi
2010-04-23
1
-22
/
+19
*
block: Do not export bdrv_first
Stefan Hajnoczi
2010-04-23
1
-1
/
+1
*
block: get rid of the BDRV_O_FILE flag
Christoph Hellwig
2010-04-23
1
-8
/
+11
*
Replace calls of old bdrv_open
Kevin Wolf
2010-04-23
1
-15
/
+9
*
blkdebug: Add events and rules
Kevin Wolf
2010-04-23
1
-0
/
+12
*
block: Fix multiwrite memory leak in error case
Kevin Wolf
2010-04-10
1
-1
/
+2
*
block: Fix error code in multiwrite for immediate failures
Kevin Wolf
2010-04-10
1
-2
/
+2
*
block: Fix multiwrite error handling
Kevin Wolf
2010-04-10
1
-1
/
+1
*
Wrong error message in block_passwd command
Shahar Havivi
2010-03-17
1
-2
/
+5
*
block: more read-only changes, related to backing files
Naphtali Sprei
2010-02-19
1
-12
/
+71
*
Monitor: remove unneeded checks
Luiz Capitulino
2010-02-10
1
-3
/
+0
*
block: saner flags filtering in bdrv_open2
Christoph Hellwig
2010-02-10
1
-7
/
+14
*
block: BLOCK_IO_ERROR QMP event
Luiz Capitulino
2010-02-10
1
-0
/
+29
*
Count dirty blocks and expose an API to get dirty count
Liran Schour
2010-02-09
1
-2
/
+14
*
block: avoid creating too large iovecs in multiwrite_merge
Christoph Hellwig
2010-01-27
1
-0
/
+4
*
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
2010-01-26
1
-1
/
+1
*
block: clean up bdrv_open2 structure a bit
Christoph Hellwig
2010-01-26
1
-12
/
+19
*
No need anymoe for bdrv_set_read_only
Naphtali Sprei
2010-01-26
1
-7
/
+0
*
block: Return original error codes in bdrv_pread/write
Kevin Wolf
2010-01-26
1
-16
/
+18
*
Revert "block: prevent multiwrite_merge from creating too large iovecs"
Anthony Liguori
2010-01-20
1
-4
/
+0
*
block: prevent multiwrite_merge from creating too large iovecs
Christoph Hellwig
2010-01-20
1
-0
/
+4
*
block: fix cache flushing in bdrv_commit
Christoph Hellwig
2010-01-20
1
-3
/
+6
*
Disable fall-back to read-only when cannot open drive's file for read-write
Naphtali Sprei
2010-01-20
1
-6
/
+0
*
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2010-01-20
1
-14
/
+17
[next]