summaryrefslogtreecommitdiffstats
path: root/block/Makefile.objs
Commit message (Expand)AuthorAgeFilesLines
* block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2020-07-061-1/+1
* block: Refactor subdirectory recursion during makeEric Blake2020-06-171-0/+1
* monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky2020-03-091-0/+1
* qemu-storage-daemon: Add --blockdev optionKevin Wolf2020-03-061-1/+1
* block: Move system emulator QMP commands to block/qapi-sysemu.cKevin Wolf2020-03-061-0/+2
* block/io_uring: implements interfaces for io_uringAarushi Mehta2020-01-301-0/+3
* block: introduce compress filter driverAndrey Shinkevich2020-01-061-0/+1
* block: introduce backup-top filter driverVladimir Sementsov-Ogievskiy2019-10-101-0/+1
* block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy2019-10-101-0/+1
* block: introduce aio task poolVladimir Sementsov-Ogievskiy2019-10-101-0/+2
* ssh: switch from libssh2 to libsshPino Toscano2019-06-241-3/+3
* block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy2019-06-131-1/+1
* qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy2019-05-281-1/+1
* configure: adding support to lzfse library.Julio Faracco2018-12-141-0/+2
* block: Make more block drivers compile-time configurableJeff Cody2018-11-121-6/+16
* block: Add blklogwritesAapo Vienamo2018-07-051-0/+1
* block: Add COR filter driverMax Reitz2018-05-151-1/+1
* block: x-blockdev-create QMP commandKevin Wolf2018-03-091-1/+1
* block: Add VFIO based NVMe driverFam Zheng2018-02-081-0/+1
* configure: add dependencyKlim Kireev2018-01-221-0/+2
* block: add throttle block filter driverManos Pitsidianakis2017-09-061-0/+1
* qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy2017-07-111-1/+1
* qed: Remove GenericCBKevin Wolf2017-06-261-1/+1
* block/vxhs.c: Add support for a new block device type called "vxhs"Ashish Mittal2017-04-241-0/+2
* block: Drop unmaintained 'archipelago' driverEric Blake2017-03-131-2/+0Star
* block/iscsi: statically link qemu_iscsi_optsPeter Lieven2017-01-271-0/+1
* block: Rename raw-{posix,win32} to file-*.cEric Blake2017-01-091-2/+2
* block: Rename raw_bsd to raw-format.cEric Blake2017-01-091-1/+1
* dmg: Move libbz2 code to dmg-bz2.soFam Zheng2016-10-071-1/+2
* vhdx: Use QEMU UUID APIFam Zheng2016-09-231-1/+1
* blockdev: Modularize nfs block driverColin Lord2016-09-201-0/+1
* blockdev: Add dynamic module loading for block driversMarc Mari2016-09-201-2/+1Star
* replication: Implement new driver for block replicationWen Congyang2016-09-131-0/+1
* block: Link backup into block coreWen Congyang2016-09-131-1/+1
* block: Move bdrv_commit() to block/commit.cKevin Wolf2016-07-051-2/+1Star
* replay: introduce block devices record/replayPavel Dovgalyuk2016-03-301-1/+1
* block: add generic full disk encryption driverDaniel P. Berrange2016-03-301-0/+2
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-141-1/+1
* block: convert quorum blockdrv to use crypto APIsDaniel P. Berrange2015-07-081-1/+1
* throttle: Add throttle group infrastructureAlberto Garcia2015-06-121-0/+1
* block: move I/O request processing to block/io.cStefan Hajnoczi2015-04-281-1/+1
* block/dmg: make it modularMichael Tokarev2015-04-281-1/+2
* block/dmg: support bzip2 block entry typesPeter Wu2015-02-061-0/+1
* block: add event when disk usage exceeds thresholdFrancesco Romani2015-02-061-0/+1
* qemu-img: Implement commit like QMPMax Reitz2014-11-031-2/+1Star
* block: New BlockBackendMarkus Armbruster2014-10-201-1/+1
* block: delete cow block driverStefan Hajnoczi2014-09-221-1/+1
* block: Introduce "null" driversFam Zheng2014-09-221-0/+1
* block: Extract the block accounting codeBenoƮt Canet2014-09-101-0/+1
* aio-win32: add support for socketsPaolo Bonzini2014-08-291-2/+0Star