1. c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 15 years ago
  2. 91a073a Drop bdrv_create2 by Kevin Wolf · 15 years ago
  3. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 15 years ago
  4. c833ab7 Fix segv when passing an unknown protocol by Anthony Liguori · 15 years ago
  5. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 15 years ago
  6. fbb7b4e Improve block range checks by Kevin Wolf · 15 years ago
  7. e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 15 years ago
  8. e97fc19 Introduce bdrv_check (Kevin Wolf) by aliguori · 15 years ago
  9. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 15 years ago
  10. ceb42de native preadv/pwritev support (Christoph Hellwig) by aliguori · 16 years ago
  11. f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
  12. c87c067 remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) by aliguori · 16 years ago
  13. 178e08a Fix savevm after BDRV_FILE size enforcement by aliguori · 16 years ago
  14. 081501d check for bs->drv in bdrv_flush (Christoph Hellwig) by aliguori · 16 years ago
  15. 999dec5 remove dead code in bdrv_check_request (Christoph Hellwig) by aliguori · 16 years ago
  16. 5eb4563 block: support known backing format for image create and open (Uri Lublin) by aliguori · 16 years ago
  17. 221f715 new scsi-generic abstraction, use SG_IO (Christoph Hellwig) by aliguori · 16 years ago
  18. c240b9a Fix vectored aio bounce handling immediate errors (Avi Kivity) by aliguori · 16 years ago
  19. 3fb94d5 Use vectored aiocb storage to store vector translation state (Avi Kivity) by aliguori · 16 years ago
  20. c07a900 Convert vectored aio emulation to use a dedicated pool (Avi Kivity) by aliguori · 16 years ago
  21. 6bbff9a Refactor aio callback allocation to use an aiocb pool (Avi Kivity) by aliguori · 16 years ago
  22. eda578e Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity) by aliguori · 16 years ago
  23. 04eeb8b Add internal scsi generic block API (Avi Kivity) by aliguori · 16 years ago
  24. 7d78066 Add specialized block driver scsi generic API (Avi Kivity) by aliguori · 16 years ago
  25. ebf53fc Revert r6406 by aliguori · 16 years ago
  26. 70240ca Revert r6407 by aliguori · 16 years ago
  27. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  28. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  29. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  30. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  31. bb5fc20 monitor: Rework modal password input (Jan Kiszka) by aliguori · 16 years ago
  32. c0f4ce7 monitor: Rework early disk password inquiry (Jan Kiszka) by aliguori · 16 years ago
  33. 430eb50 monitor: Report encrypted disks in snapshot mode (Jan Kiszka) by aliguori · 16 years ago
  34. 045df33 block: Introduce bdrv_get_encrypted_filename (Jan Kiszka) by aliguori · 16 years ago
  35. 51de976 block: Improve bdrv_iterate (Jan Kiszka) by aliguori · 16 years ago
  36. 51d7c00 block: Polish error handling of brdv_open2 (Jan Kiszka) by aliguori · 16 years ago
  37. 71d0770 Fix CVE-2008-0928 - insufficient block device address range checking (Anthony Liguori) by aliguori · 16 years ago
  38. d905dba fix SIGSEGV when USE_KQEMU is defined by aurel32 · 16 years ago
  39. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  40. 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
  41. 1987530 qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin) by aliguori · 16 years ago
  42. a7cbfae info blockstats: show highest_allocated if exists (Uri Lublin) by aliguori · 16 years ago
  43. 3b69e4b Vectored block device API (Avi Kivity) by aliguori · 16 years ago
  44. 42fb280 bdrv_write should not stop on partial write (Gleb Natapov) by aliguori · 16 years ago
  45. a38131b Attached patch contains warning fixes. by blueswir1 · 16 years ago
  46. 3990d09 sys-queue.h defines _SYS_QUEUE_H_ which is also defined by by blueswir1 · 16 years ago
  47. f3d54fc Abstract out geometry detection code from IDE for reuse by aliguori · 16 years ago
  48. 4fc9af5 Use an option rom instead of boot sector for -kernel by aliguori · 16 years ago
  49. 9f7965c Expand cache= option and use write-through caching by default by aliguori · 16 years ago
  50. a0a8353 open() can also return EPERM for O_RDWR on a readonly device by aurel32 · 16 years ago
  51. c6ca28d Add bdrv_flush_all() by aliguori · 16 years ago
  52. a76bab4 Refactor AIO to allow multiple AIO implementations by aliguori · 16 years ago
  53. 7ee930d Fix warnings that would be caused by ld flag --warn-common by blueswir1 · 16 years ago
  54. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 16 years ago
  55. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  56. 7c96d46 Let snapshot work with protocols by aliguori · 16 years ago
  57. a3392f9 Only build compatfd when using AIO and make sure to always init AIO by aliguori · 16 years ago
  58. baf35cb Use signalfd() to work around signal/select race by aliguori · 16 years ago
  59. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  60. cd01b4a Fix windows build by aliguori · 16 years ago
  61. 7581825 Allow QEMU to connect directly to an NBD server, by Laurent Vivier. by ths · 16 years ago
  62. f58c7b3 New qemu-img convert -B option, by Marc Bevand. by ths · 16 years ago
  63. 34c6f05 unlink the bs from bdrv-list upon bdrv_delete(bs) by aurel32 · 17 years ago
  64. b5eff35 Revert fix for CVE-2008-0928. Will be fixed in a different way later. by aurel32 · 17 years ago
  65. 902b27d Fix CVE-2008-0928 - insufficient block device address range checking by aurel32 · 17 years ago
  66. 0badc1e Honor TMPDIR environment variable by aurel32 · 17 years ago
  67. 985a03b Real SCSI device passthrough (v4), by Laurent Vivier. by ths · 17 years ago
  68. 33f0027 Add "cache" parameter to "-drive" (Laurent Vivier). by balrog · 17 years ago
  69. 96b8f13 Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. by ths · 17 years ago
  70. a36e69d Collecting block device statistics, by Richard W.M. Jones. by ths · 17 years ago
  71. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  72. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  73. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  74. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  75. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  76. 6ada745 Parallels disk image support, by Alex Beregszaszi. by ths · 17 years ago
  77. eb5c851 Use PATH_MAX for name lengths, by Sergey Vlasov. by ths · 18 years ago
  78. 71c2fd5 Define ENOMEDIUM to match ENODEV if it isn't available. by ths · 18 years ago
  79. 7f1c9da Darwin build fix, by Pierre d'Herbemont. by ths · 18 years ago
  80. 2166442 path_is_absolute() fix for win32 by bellard · 18 years ago
  81. 3b9f94e win32 block device fixes (initial patch by kazu) by bellard · 18 years ago
  82. fef3074 Escape filname printout properly, by Anthony Liguori and Julian Seward. by ths · 18 years ago
  83. a817d93 fixed handling of relative filenames with -snapshot by bellard · 18 years ago
  84. f45512f win32 compilation fixes by bellard · 18 years ago
  85. 6b21b97 fixed error handling by bellard · 18 years ago
  86. 19cb373 better support of host drives by bellard · 18 years ago
  87. 9076542 fixed aio emulation by bellard · 18 years ago
  88. ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 18 years ago
  89. d15a771 qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors by bellard · 18 years ago
  90. faea38e multiple snapshot support by bellard · 18 years ago
  91. 83f6409 async file I/O API by bellard · 18 years ago
  92. beac80c Windows sparse file support (Frediano Ziglio) by bellard · 18 years ago
  93. 7a6cba6 Disk cache flush support. by pbrook · 18 years ago
  94. ec530c8 Solaris port (Ben Taylor) by bellard · 18 years ago
  95. 95389c8 qcow_make_empty() support (Johannes Schindelin) by bellard · 19 years ago
  96. 79639d4 update boot sector when using -kernel (Magnus Damm) by bellard · 19 years ago
  97. 3b0d4f6 OS X: support for the built in CD-ROM drive (Mike Kronenberg) by bellard · 19 years ago
  98. 712e787 probing fixes by bellard · 19 years ago
  99. 6a0f9e8 Virtual PC read-only disk image support (Alex Beregszaszi) by bellard · 19 years ago
  100. e5484d3 BSD fix by bellard · 19 years ago