summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-08-14mirror: Fix coroutine reentranceKevin Wolf1-5/+10
2015-08-06block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi1-0/+4
2015-08-05block: don't register quorum driver if SHA256 support is unavailableSascha Silbe1-6/+4
2015-07-28Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell2-82/+72
2015-07-28block/ssh: Avoid segfault if inet_connect doesn't set errno.Richard W.M. Jones1-1/+1
2015-07-28sheepdog: serialize requests to overwrapping areaHitoshi Mitake1-81/+71
2015-07-27block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody1-4/+14
2015-07-22mirror: Speed up bitmap initial scanningFam Zheng1-8/+6
2015-07-14block/curl: Don't lose original error when a connection fails.Richard W.M. Jones1-1/+14
2015-07-14mirror: correct buf_sizeWen Congyang1-1/+10
2015-07-14block: keep bitmap if incremental backup job is cancelledStefan Hajnoczi1-1/+1
2015-07-14block/mirror: Sleep periodically during bitmap scanningFam Zheng1-1/+12
2015-07-14rbd: fix ceph settings precedenceJosh Durgin1-8/+24
2015-07-14rbd: make qemu's cache setting override any ceph settingJosh Durgin1-12/+12
2015-07-14rbd: remove unused constants and fieldsJosh Durgin1-10/+0
2015-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-112/+186
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange4-91/+165
2015-07-08block: convert quorum blockdrv to use crypto APIsDaniel P. Berrange2-20/+21
2015-07-07blockjob: add block_job_release functionTing Wang1-0/+2
2015-07-07block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.Richard W.M. Jones1-1/+2
2015-07-07block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng1-1/+1
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange3-3/+2
2015-07-07block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi1-10/+10
2015-07-07qcow2: remove unnecessary checkAlberto Garcia1-3/+0
2015-07-02block: remove redundant check before g_slist_find()Alberto Garcia1-1/+1
2015-07-02block/nfs: limit maximum readahead size to 1MBPeter Lieven1-0/+7
2015-07-02block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven1-5/+27
2015-07-02block: Fix dirty bitmap in bdrv_co_discardFam Zheng1-2/+2
2015-07-02mirror: Do zero write on target if sectors not allocatedFam Zheng1-2/+18
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng1-2/+6
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng1-11/+45
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow2-7/+7
2015-07-02qcow2: Handle EAGAIN returned from update_refcountJindřich Makovička1-10/+12
2015-07-02block/iscsi: add support for request timeoutsPeter Lieven1-22/+65
2015-06-23raw-posix: Introduce hdev_is_sg()Dimitris Aragiorgis1-11/+28
2015-06-23raw-posix: Use DPRINTF for DEBUG_FLOPPYDimitris Aragiorgis1-17/+5
2015-06-23raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINTDimitris Aragiorgis1-8/+18
2015-06-23Fix migration in case of scsi-genericDimitris Aragiorgis2-5/+2
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis2-3/+3
2015-06-23vvfat: add a label optionWolfgang Bumiller1-3/+22
2015-06-23block-backend: Introduce blk_drain()Alexander Yarygin1-0/+5
2015-06-23throttle: Check current timers before updating any_timer_armed[]Alberto Garcia1-2/+7
2015-06-23block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin1-16/+26
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster8-0/+8
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster11-0/+13
2015-06-22qerror: Finally unused, clean upMarkus Armbruster1-6/+0
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster10-25/+25
2015-06-22qobject: Use 'bool' for qboolEric Blake3-5/+5
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-95/+62
2015-06-12block: Fix reopen flag inheritanceKevin Wolf1-26/+2