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