summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | qcow2: Inform block layer about discard boundariesEric Blake2016-11-221-0/+1
|/
* gluster: Fix use after free in glfs_clear_preopened()Kevin Wolf2016-11-211-1/+2
* mirror: do not flush every time the disks are syncedPaolo Bonzini2016-11-151-15/+25
* block/curl: Do not wait for data beyond EOFMax Reitz2016-11-151-9/+23
* block/curl: Remember all socketsMax Reitz2016-11-151-6/+41
* block/curl: Fix return value from curl_read_cbMax Reitz2016-11-151-4/+7
* block/curl: Use BDRV_SECTOR_SIZEMax Reitz2016-11-151-6/+5Star
* block/curl: Drop TFTP "support"Max Reitz2016-11-151-19/+1Star
* blockjob: refactor backup_start as backup_job_createJohn Snow2016-11-152-17/+21
* blockjob: add block_job_startJohn Snow2016-11-155-14/+10Star
* blockjob: add .start fieldJohn Snow2016-11-154-15/+20
* blockjob: add .clean propertyJohn Snow2016-11-151-5/+10
* Merge remote-tracking branch 'jsnow/tags/ide-pull-request' into stagingStefan Hajnoczi2016-11-141-6/+7
|\
| * block-backend: Always notify on blk_ejectJohn Snow2016-11-141-6/+7
* | raw-posix: Rename 'raw_s' to 'rs'Fam Zheng2016-11-111-28/+28
* | nfs: Fix memory leak in nfs_file_create()Kevin Wolf2016-11-111-0/+1
* | qcow2: Remove stale FIXME commentAlberto Garcia2016-11-111-2/+0Star
* | raw_bsd: don't check size alignment when only offset is setTomáš Golembiovský2016-11-111-1/+1
* | raw_bsd: move check to prevent overflowTomáš Golembiovský2016-11-111-1/+9
* | block/ssh: Code cleanup for unused parameterAshijeet Acharya2016-11-111-3/+2Star
* | block/nbd: Fix the leaked visitorAshijeet Acharya2016-11-111-0/+1
|/
* block: Don't mark node clean after failed flushKevin Wolf2016-11-081-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingStefan Hajnoczi2016-11-033-43/+81
|\
| * nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake2016-11-023-0/+41
| * nbd: Rename struct nbd_request and nbd_replyEric Blake2016-11-022-15/+15
| * nbd: Rename NbdClientSession to NBDClientSessionEric Blake2016-11-023-18/+18
| * nbd: Treat flags vs. command type as separate fieldsEric Blake2016-11-021-6/+3Star
| * nbd: Use CoQueue for free_sema instead of CoMutexChanglong Xie2016-11-012-5/+5
* | blockjobs: split interface into public/private, Part 1John Snow2016-11-014-4/+4
* | blockjob: centralize QMP event emissionsJohn Snow2016-11-014-15/+11Star
* | Replication/Blockjobs: Create replication jobs as internalJohn Snow2016-11-013-19/+19
* | blockjobs: Allow creating internal jobsJohn Snow2016-11-014-4/+5
* | block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever2016-11-011-1/+1
* | block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever2016-11-011-1/+10
* | block: Turn on "unmap" in active commitFam Zheng2016-11-011-1/+1
* | block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever2016-11-011-14/+80
* | block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody2016-11-011-3/+14
* | rbd: make the code more readableXiubo Li2016-11-011-13/+12Star
|/
* block/nfs: Introduce runtime_opts in NFSAshijeet Acharya2016-10-311-93/+349
* raw_bsd: add offset and size optionsTomáš Golembiovský2016-10-311-3/+214
* block: Support streaming to an intermediate layerAlberto Garcia2016-10-311-0/+24
* block: Block all intermediate nodes in commit_active_start()Alberto Garcia2016-10-311-0/+8
* block: Block all nodes involved in the block-commit operationAlberto Garcia2016-10-311-0/+14
* block: Use block_job_add_bdrv() in backup_start()Alberto Garcia2016-10-311-4/+1Star
* block: Use block_job_add_bdrv() in mirror_start_job()Alberto Garcia2016-10-311-2/+1Star
* block: Add bdrv_drain_all_{begin,end}()Alberto Garcia2016-10-311-3/+24
* block/ssh: Use InetSocketAddress optionsAshijeet Acharya2016-10-311-4/+5
* block/ssh: Add InetSocketAddress and accept itAshijeet Acharya2016-10-311-16/+82
* block/ssh: Add ssh_has_filename_options_conflict()Ashijeet Acharya2016-10-311-6/+21
* Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell2016-10-3110-166/+271
|\