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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cloop: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-16
/
+22
*
bochs: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-18
/
+33
*
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
2016-05-12
1
-6
/
+22
*
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
3
-16
/
+16
*
block: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
2016-05-12
1
-74
/
+52
*
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
2016-05-12
4
-40
/
+36
*
block: Introduce bdrv_driver_preadv()
Kevin Wolf
2016-05-12
1
-7
/
+23
*
linux-aio: make it more type safe
Paolo Bonzini
2016-05-12
3
-38
/
+27
*
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-05-12
4
-42
/
+65
*
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
3
-16
/
+27
*
block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...
Paolo Bonzini
2016-05-12
1
-12
/
+23
*
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-05-12
2
-14
/
+15
*
block: make bdrv_start_throttled_reqs return void
Paolo Bonzini
2016-05-12
1
-6
/
+2
*
block: Don't disable I/O throttling on sync requests
Kevin Wolf
2016-05-12
1
-11
/
+0
*
vvfat: Fix default volume label
Kevin Wolf
2016-04-29
1
-0
/
+2
*
vvfat: Fix volume name assertion
Kevin Wolf
2016-04-29
1
-1
/
+6
*
mirror: Workaround for unexpected iohandler events during completion
Fam Zheng
2016-04-22
1
-0
/
+9
*
mirror: Don't extend the last sub-chunk
Fam Zheng
2016-04-20
1
-4
/
+15
*
block/mirror: Refresh stale bitmap iterator cache
Max Reitz
2016-04-20
1
-0
/
+5
*
block/mirror: Revive dead yielding code
Max Reitz
2016-04-20
1
-11
/
+12
*
block/gluster: prevent data loss after i/o error
Jeff Cody
2016-04-19
1
-1
/
+52
*
block/gluster: code movement of qemu_gluster_close()
Jeff Cody
2016-04-19
1
-11
/
+11
*
block/gluster: return correct error value
Jeff Cody
2016-04-19
1
-1
/
+1
*
block: Don't ignore flags in blk_{,co,aio}_write_zeroes()
Kevin Wolf
2016-04-15
1
-3
/
+4
*
block/vpc: update comments to be compliant w/coding guidelines
Jeff Cody
2016-04-15
1
-34
/
+34
*
block/vpc: set errp in vpc_open
Jeff Cody
2016-04-15
1
-0
/
+9
*
block/vpc: make checks on max table size a bit more lax
Jeff Cody
2016-04-15
1
-4
/
+0
*
block/vpc: Use the correct max sector count for VHD images
Jeff Cody
2016-04-15
1
-5
/
+5
*
block/vpc: use current_size field for XenConverter VHD images
Jeff Cody
2016-04-15
1
-0
/
+2
*
vpc: use current_size field for XenServer VHD images
Stefan Hajnoczi
2016-04-15
1
-1
/
+3
*
block/vpc: set errp in vpc_create
Jeff Cody
2016-04-15
1
-0
/
+5
*
block: Fix blk_aio_write_zeroes()
Kevin Wolf
2016-04-15
1
-7
/
+13
*
qcow2: Prevent backing file names longer than 1023
Max Reitz
2016-04-12
1
-0
/
+4
*
vpc: fix return value check for blk_pwrite
Paolo Bonzini
2016-04-12
1
-1
/
+1
*
mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs)
Fam Zheng
2016-04-11
1
-1
/
+1
*
block: Fix bdrv_drain in coroutine
Fam Zheng
2016-04-11
1
-0
/
+45
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-04-05
1
-6
/
+6
|
\
|
*
crypto: Avoid memory leak on failure
Eric Blake
2016-04-05
1
-6
/
+6
*
|
nbd: don't request FUA on FLUSH
Eric Blake
2016-04-05
1
-4
/
+0
|
/
*
block/nfs: add missing #include "qemu/cutils.h"
Stefan Hajnoczi
2016-03-30
1
-0
/
+1
*
block/nfs: add missing #include "qapi/error.h"
Stefan Hajnoczi
2016-03-30
1
-0
/
+1
*
block/null-{co,aio}: Implement get_block_status()
Max Reitz
2016-03-30
1
-0
/
+22
*
block/null-{co,aio}: Allow reading zeroes
Max Reitz
2016-03-30
1
-0
/
+20
*
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
2016-03-30
2
-2
/
+0
*
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
2
-13
/
+1
*
raw: Support BDRV_REQ_FUA
Kevin Wolf
2016-03-30
1
-3
/
+14
*
nbd: Support BDRV_REQ_FUA
Kevin Wolf
2016-03-30
3
-8
/
+34
*
iscsi: Support BDRV_REQ_FUA
Kevin Wolf
2016-03-30
1
-16
/
+14
*
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
1
-1
/
+8
*
block/qapi: Use blk_enable_write_cache()
Kevin Wolf
2016-03-30
1
-3
/
+4
[next]