summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/iscsi: validate block size returned from targetPeter Lieven2015-09-071-0/+4
* mirror: Fix coroutine reentranceKevin Wolf2015-08-141-5/+10
* block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi2015-08-061-0/+4
* block: don't register quorum driver if SHA256 support is unavailableSascha Silbe2015-08-051-6/+4
* Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell2015-07-282-82/+72
|\
| * block/ssh: Avoid segfault if inet_connect doesn't set errno.Richard W.M. Jones2015-07-281-1/+1
| * sheepdog: serialize requests to overwrapping areaHitoshi Mitake2015-07-281-81/+71
* | block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody2015-07-271-4/+14
|/
* mirror: Speed up bitmap initial scanningFam Zheng2015-07-221-8/+6
* block/curl: Don't lose original error when a connection fails.Richard W.M. Jones2015-07-141-1/+14
* mirror: correct buf_sizeWen Congyang2015-07-141-1/+10
* block: keep bitmap if incremental backup job is cancelledStefan Hajnoczi2015-07-141-1/+1
* block/mirror: Sleep periodically during bitmap scanningFam Zheng2015-07-141-1/+12
* rbd: fix ceph settings precedenceJosh Durgin2015-07-141-8/+24
* rbd: make qemu's cache setting override any ceph settingJosh Durgin2015-07-141-12/+12
* rbd: remove unused constants and fieldsJosh Durgin2015-07-141-10/+0
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-086-112/+186
|\
| * block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange2015-07-084-91/+165
| * block: convert quorum blockdrv to use crypto APIsDaniel P. Berrange2015-07-082-20/+21
| * crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-073-3/+2
* | blockjob: add block_job_release functionTing Wang2015-07-071-0/+2
* | block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.Richard W.M. Jones2015-07-071-1/+2
* | block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng2015-07-071-1/+1
* | block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi2015-07-071-10/+10
* | qcow2: remove unnecessary checkAlberto Garcia2015-07-071-3/+0
|/
* block: remove redundant check before g_slist_find()Alberto Garcia2015-07-021-1/+1
* block/nfs: limit maximum readahead size to 1MBPeter Lieven2015-07-021-0/+7
* block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven2015-07-021-5/+27
* block: Fix dirty bitmap in bdrv_co_discardFam Zheng2015-07-021-2/+2
* mirror: Do zero write on target if sectors not allocatedFam Zheng2015-07-021-2/+18
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-2/+6
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-11/+45
* qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow2015-07-022-7/+7
* qcow2: Handle EAGAIN returned from update_refcountJindřich Makovička2015-07-021-10/+12
* block/iscsi: add support for request timeoutsPeter Lieven2015-07-021-22/+65
* raw-posix: Introduce hdev_is_sg()Dimitris Aragiorgis2015-06-231-11/+28
* raw-posix: Use DPRINTF for DEBUG_FLOPPYDimitris Aragiorgis2015-06-231-17/+5
* raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINTDimitris Aragiorgis2015-06-231-8/+18
* Fix migration in case of scsi-genericDimitris Aragiorgis2015-06-232-5/+2
* block: Use bdrv_is_sg() everywhereDimitris Aragiorgis2015-06-232-3/+3
* vvfat: add a label optionWolfgang Bumiller2015-06-231-3/+22
* block-backend: Introduce blk_drain()Alexander Yarygin2015-06-231-0/+5
* throttle: Check current timers before updating any_timer_armed[]Alberto Garcia2015-06-231-2/+7
* block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin2015-06-231-16/+26
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-228-0/+8
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-2211-0/+13
* qerror: Finally unused, clean upMarkus Armbruster2015-06-221-6/+0
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-2210-25/+25
* qobject: Use 'bool' for qboolEric Blake2015-06-223-5/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-156-95/+62
|\
OpenPOWER on IntegriCloud