1. 6663a0a block/io_uring: implements interfaces for io_uring by Aarushi Mehta · 5 years ago
  2. f41388e block: introduce compress filter driver by Andrey Shinkevich · 5 years ago
  3. 7df7868 block: introduce backup-top filter driver by Vladimir Sementsov-Ogievskiy · 5 years ago
  4. beb5f54 block: move block_copy from block/backup.c to separate file by Vladimir Sementsov-Ogievskiy · 5 years ago
  5. 6e9b225 block: introduce aio task pool by Vladimir Sementsov-Ogievskiy · 5 years ago
  6. b10d49d ssh: switch from libssh2 to libssh by Pino Toscano · 6 years ago
  7. 86f8cdf block/nbd: merge nbd-client.* to nbd.c by Vladimir Sementsov-Ogievskiy · 6 years ago
  8. 56e2f1d qcow2: add separate file for threaded data processing functions by Vladimir Sementsov-Ogievskiy · 6 years ago
  9. 83bc1f9 configure: adding support to lzfse library. by Julio Faracco · 6 years ago
  10. 2f74013 block: Make more block drivers compile-time configurable by Jeff Cody · 6 years ago
  11. bfcc224 block: Add blklogwrites by Aapo Vienamo · 7 years ago
  12. 6c6f24f block: Add COR filter driver by Max Reitz · 7 years ago
  13. b0292b8 block: x-blockdev-create QMP command by Kevin Wolf · 7 years ago
  14. bdd6a90 block: Add VFIO based NVMe driver by Fam Zheng · 7 years ago
  15. ed279a0 configure: add dependency by Klim Kireev · 7 years ago
  16. d8e7d87 block: add throttle block filter driver by Manos Pitsidianakis · 8 years ago
  17. 88ddffa qcow2: add bitmaps extension by Vladimir Sementsov-Ogievskiy · 8 years ago
  18. 29470d1 qed: Remove GenericCB by Kevin Wolf · 8 years ago
  19. da92c3f block/vxhs.c: Add support for a new block device type called "vxhs" by Ashish Mittal · 8 years ago
  20. e32ccbc block: Drop unmaintained 'archipelago' driver by Eric Blake · 8 years ago
  21. 2deb63c block/iscsi: statically link qemu_iscsi_opts by Peter Lieven · 8 years ago
  22. c1bb86c block: Rename raw-{posix,win32} to file-*.c by Eric Blake · 8 years ago
  23. 2e6fc7e block: Rename raw_bsd to raw-format.c by Eric Blake · 8 years ago
  24. 27685a8 dmg: Move libbz2 code to dmg-bz2.so by Fam Zheng · 9 years ago
  25. cb6414d vhdx: Use QEMU UUID API by Fam Zheng · 8 years ago
  26. 4be4879 blockdev: Modularize nfs block driver by Colin Lord · 9 years ago
  27. 88d8879 blockdev: Add dynamic module loading for block drivers by Marc Mari · 9 years ago
  28. 29ff789 replication: Implement new driver for block replication by Wen Congyang · 9 years ago
  29. 258854a block: Link backup into block core by Wen Congyang · 9 years ago
  30. 83fd6dd block: Move bdrv_commit() to block/commit.c by Kevin Wolf · 9 years ago
  31. 6378567 replay: introduce block devices record/replay by Pavel Dovgalyuk · 9 years ago
  32. 7836857 block: add generic full disk encryption driver by Daniel P. Berrange · 9 years ago
  33. ebab225 block: Move block dirty bitmap code to separate files by Fam Zheng · 9 years ago
  34. 488981a4 block: convert quorum blockdrv to use crypto APIs by Daniel P. Berrange · 10 years ago
  35. 2ff1f2e throttle: Add throttle group infrastructure by Alberto Garcia · 10 years ago
  36. 61007b3 block: move I/O request processing to block/io.c by Stefan Hajnoczi · 10 years ago
  37. 5505e8b block/dmg: make it modular by Michael Tokarev · 10 years ago
  38. 6b383c0 block/dmg: support bzip2 block entry types by Peter Wu · 10 years ago
  39. e246211 block: add event when disk usage exceeds threshold by Francesco Romani · 10 years ago
  40. d4a3238 qemu-img: Implement commit like QMP by Max Reitz · 10 years ago
  41. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  42. 550830f block: delete cow block driver by Stefan Hajnoczi · 10 years ago
  43. e819ab2 block: Introduce "null" drivers by Fam Zheng · 10 years ago
  44. 5e5a94b block: Extract the block accounting code by Benoît Canet · 11 years ago
  45. b493317 aio-win32: add support for sockets by Paolo Bonzini · 11 years ago
  46. c9a12e7 block: Support Archipelago as a QEMU block backend by Chrysostomos Nanakos · 11 years ago
  47. e7a1d6c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  48. 95c6bff quorum: Add quorum mechanism. by Benoît Canet · 11 years ago
  49. 27cec15 quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB. by Benoît Canet · 11 years ago
  50. 6ebc91e block: use per-object cflags and libs by Fam Zheng · 11 years ago
  51. 6542aa9 block: add native support for NFS by Peter Lieven · 11 years ago
  52. 2302c1c Split nbd block client code by Marc-André Lureau · 11 years ago
  53. 0a43a1b block: vhdx - log parsing, replay, and flush support by Jeff Cody · 11 years ago
  54. 0f48e8f block: vhdx - break endian translation functions out by Jeff Cody · 11 years ago
  55. 4f18b78 block: vhdx - add header update capability. by Jeff Cody · 11 years ago
  56. 7a6d3fc switch raw block driver from "raw.o" to "raw_bsd.o" by Laszlo Ersek · 12 years ago
  57. 98d2c6f block: add basic backup support to block driver by Dietmar Maurer · 12 years ago
  58. f364ec6 block: move qmp and info dump related code to block/qapi.c by Wenchao Xia · 12 years ago
  59. de08c60 block: move snapshot code in block.c to block/snapshot.c by Wenchao Xia · 12 years ago
  60. e8d4e5f block: initial VHDX driver support framework - supports open and probe by Jeff Cody · 12 years ago
  61. 0a12ec8 block: Add support for Secure Shell (ssh) block device. by Richard W.M. Jones · 12 years ago
  62. 525877c build: move rules from Makefile to */Makefile.objs by Paolo Bonzini · 12 years ago
  63. f563a5d Merge remote-tracking branch 'origin/master' into threadpool by Paolo Bonzini · 12 years ago
  64. a273652 raw-win32: implement native asynchronous I/O by Paolo Bonzini · 12 years ago
  65. 10fb6e0 raw-posix: move linux-aio.c to block/ by Paolo Bonzini · 12 years ago
  66. f42b220 aio: add Win32 implementation by Paolo Bonzini · 13 years ago
  67. 893f7eb mirror: introduce mirror job by Paolo Bonzini · 12 years ago
  68. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  69. 747ff60 block: add live block commit functionality by Jeff Cody · 12 years ago
  70. 8d6d89c block: Support GlusterFS as a QEMU block backend. by Bharata B Rao · 12 years ago
  71. 7456e4c build: move block/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago