summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-11-14blockjob: add block_job_startJohn Snow
2016-11-14blockjob: add .start fieldJohn Snow
2016-11-14blockjob: add .clean propertyJohn Snow
2016-11-14Merge remote-tracking branch 'jsnow/tags/ide-pull-request' into stagingStefan Hajnoczi
2016-11-14block-backend: Always notify on blk_ejectJohn Snow
2016-11-11raw-posix: Rename 'raw_s' to 'rs'Fam Zheng
2016-11-11nfs: Fix memory leak in nfs_file_create()Kevin Wolf
2016-11-11qcow2: Remove stale FIXME commentAlberto Garcia
2016-11-11raw_bsd: don't check size alignment when only offset is setTomáš Golembiovský
2016-11-11raw_bsd: move check to prevent overflowTomáš Golembiovský
2016-11-11block/ssh: Code cleanup for unused parameterAshijeet Acharya
2016-11-11block/nbd: Fix the leaked visitorAshijeet Acharya
2016-11-08block: Don't mark node clean after failed flushKevin Wolf
2016-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingStefan Hajnoczi
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake
2016-11-02nbd: Rename NbdClientSession to NBDClientSessionEric Blake
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake
2016-11-01nbd: Use CoQueue for free_sema instead of CoMutexChanglong Xie
2016-11-01blockjobs: split interface into public/private, Part 1John Snow
2016-11-01blockjob: centralize QMP event emissionsJohn Snow
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow
2016-11-01blockjobs: Allow creating internal jobsJohn Snow
2016-11-01block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever
2016-11-01block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever
2016-11-01block: Turn on "unmap" in active commitFam Zheng
2016-11-01block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever
2016-11-01block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody
2016-11-01rbd: make the code more readableXiubo Li
2016-10-31block/nfs: Introduce runtime_opts in NFSAshijeet Acharya
2016-10-31raw_bsd: add offset and size optionsTomáš Golembiovský
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia
2016-10-31block: Block all intermediate nodes in commit_active_start()Alberto Garcia
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia
2016-10-31block: Use block_job_add_bdrv() in backup_start()Alberto Garcia
2016-10-31block: Use block_job_add_bdrv() in mirror_start_job()Alberto Garcia
2016-10-31block: Add bdrv_drain_all_{begin,end}()Alberto Garcia
2016-10-31block/ssh: Use InetSocketAddress optionsAshijeet Acharya
2016-10-31block/ssh: Add InetSocketAddress and accept itAshijeet Acharya
2016-10-31block/ssh: Add ssh_has_filename_options_conflict()Ashijeet Acharya
2016-10-31Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini
2016-10-28replication: pass BlockDriverState to reopen_backing_filePaolo Bonzini
2016-10-28sheepdog: use BDRV_POLL_WHILEPaolo Bonzini
2016-10-28nfs: use BDRV_POLL_WHILEPaolo Bonzini
2016-10-28nfs: move nfs_set_events out of the while loopsPaolo Bonzini
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini
2016-10-28qed: Implement .bdrv_drainFam Zheng