summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-11-08block: Don't mark node clean after failed flushKevin Wolf1-1/+3
2016-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingStefan Hajnoczi3-43/+81
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake3-0/+41
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake2-15/+15
2016-11-02nbd: Rename NbdClientSession to NBDClientSessionEric Blake3-18/+18
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake1-6/+3
2016-11-01nbd: Use CoQueue for free_sema instead of CoMutexChanglong Xie2-5/+5
2016-11-01blockjobs: split interface into public/private, Part 1John Snow4-4/+4
2016-11-01blockjob: centralize QMP event emissionsJohn Snow4-15/+11
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow3-19/+19
2016-11-01blockjobs: Allow creating internal jobsJohn Snow4-4/+5
2016-11-01block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever1-1/+1
2016-11-01block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever1-1/+10
2016-11-01block: Turn on "unmap" in active commitFam Zheng1-1/+1
2016-11-01block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever1-14/+80
2016-11-01block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody1-3/+14
2016-11-01rbd: make the code more readableXiubo Li1-13/+12
2016-10-31block/nfs: Introduce runtime_opts in NFSAshijeet Acharya1-93/+349
2016-10-31raw_bsd: add offset and size optionsTomáš Golembiovský1-3/+214
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia1-0/+24
2016-10-31block: Block all intermediate nodes in commit_active_start()Alberto Garcia1-0/+8
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia1-0/+14
2016-10-31block: Use block_job_add_bdrv() in backup_start()Alberto Garcia1-4/+1
2016-10-31block: Use block_job_add_bdrv() in mirror_start_job()Alberto Garcia1-2/+1
2016-10-31block: Add bdrv_drain_all_{begin,end}()Alberto Garcia1-3/+24
2016-10-31block/ssh: Use InetSocketAddress optionsAshijeet Acharya1-4/+5
2016-10-31block/ssh: Add InetSocketAddress and accept itAshijeet Acharya1-16/+82
2016-10-31block/ssh: Add ssh_has_filename_options_conflict()Ashijeet Acharya1-6/+21
2016-10-31Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell10-166/+271
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell1-0/+1
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini3-0/+16
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini2-2/+3
2016-10-28replication: pass BlockDriverState to reopen_backing_filePaolo Bonzini1-9/+12
2016-10-28sheepdog: use BDRV_POLL_WHILEPaolo Bonzini1-29/+35
2016-10-28nfs: use BDRV_POLL_WHILEPaolo Bonzini1-18/+28
2016-10-28nfs: move nfs_set_events out of the while loopsPaolo Bonzini1-4/+4
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini3-50/+10
2016-10-28qed: Implement .bdrv_drainFam Zheng1-1/+15
2016-10-28block: change drain to look only at one child at a timePaolo Bonzini1-21/+26
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini2-29/+69
2016-10-28mirror: use bdrv_drained_begin/bdrv_drained_endPaolo Bonzini1-12/+23
2016-10-28blockjob: introduce .drain callback for jobsPaolo Bonzini2-8/+44
2016-10-28replication: interrupt failover if the main device is closedPaolo Bonzini1-0/+3
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz1-10/+16
2016-10-27block/nbd: Accept SocketAddressMax Reitz1-62/+113
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz1-6/+20
2016-10-27block/nbd: Use qdict_put()Max Reitz1-7/+6
2016-10-27block/nbd: Default port in nbd_refresh_filename()Max Reitz1-13/+6
2016-10-27block/nbd: Reject port parameter without hostMax Reitz1-2/+5
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz1-2/+2