1. 2e1e79d block: Convert close calls to qemu_close by Corey Bryant · 13 years ago
  2. 6165f4d block: Convert open calls to qemu_open by Corey Bryant · 13 years ago
  3. e174082 block: Prevent detection of /dev/fdset/ as floppy by Corey Bryant · 13 years ago
  4. 94282e7 raw-posix: Fix build without is_allocated support by Kevin Wolf · 13 years ago
  5. 5500316 block: implement is_allocated for raw by Paolo Bonzini · 13 years ago
  6. 83affaa raw-posix: Do not use CONFIG_COCOA macro by Pavel Borzenkov · 13 years ago
  7. f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
  8. 9b2260c fix spelling in block sub directory by Dong Xu Wang · 13 years ago
  9. 6db39ae block: change discard to co_discard by Paolo Bonzini · 13 years ago
  10. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  11. 1b1e8c6 raw-posix: remove bdrv_read()/bdrv_write() by Stefan Hajnoczi · 13 years ago
  12. 55b949c block: allow resizing of images residing on host devices by Christoph Hellwig · 14 years ago
  13. 074abad raw-posix: Fix bdrv_flush error return values by Kevin Wolf · 14 years ago
  14. 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 14 years ago
  15. c30e624 linux aio: some comments by Frediano Ziglio · 14 years ago
  16. f6e8ffc raw-posix: Always check paio_init result by Frediano Ziglio · 14 years ago
  17. c1ee7d5 raw-posix: Typo fix by Frediano Ziglio · 14 years ago
  18. 822e1cd block: Make BlockDriver method bdrv_eject() return void by Markus Armbruster · 14 years ago
  19. 7bf37fe block: Make BlockDriver method bdrv_set_locked() return void by Markus Armbruster · 14 years ago
  20. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  21. 343f856 block/raw-posix: Linux compat-ioctl warning workaround by Johannes Stezenbach · 14 years ago
  22. 13748cf Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  23. d1f6fd8 block/raw-posix: get right partition size by Christoph Egger · 14 years ago
  24. 1de1ae0 block/raw-posix: use a character device if a block device is given by Christoph Egger · 14 years ago
  25. a659979 block: clarify the meaning of BDRV_O_NOCACHE by Christoph Hellwig · 14 years ago
  26. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  27. dce512d raw-posix: add discard support by Christoph Hellwig · 14 years ago
  28. 11a3cb8 raw-posix: raw_pwrite comment fixup by Christoph Hellwig · 14 years ago
  29. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  30. c57c846 qemu-timer: move commonly used timer code to qemu-timer-common by Blue Swirl · 14 years ago
  31. 581b9e2 raw-posix: handle > 512 byte alignment correctly by Christoph Hellwig · 15 years ago
  32. 05acda4 raw-posix: improve detection of scsi-generic devices by Bernhard Kohl · 15 years ago
  33. 897804d raw-posix: Don't use file name for host_cdrom detection on Linux by Kevin Wolf · 15 years ago
  34. 336c1c1 block: Fix bdrv_has_zero_init by Kevin Wolf · 15 years ago
  35. 2ee9fb4 block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 15 years ago
  36. 65d21bc raw-posix: Fix test for host CD-ROM by Markus Armbruster · 15 years ago
  37. 9040385 Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512 by Jes Sorensen · 15 years ago
  38. 4899d10 raw-posix: Use pread/pwrite instead of lseek+read/write by Stefan Hajnoczi · 15 years ago
  39. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  40. 84a12e6 block: separate raw images from the file protocol by Christoph Hellwig · 15 years ago
  41. 50779cc block: split raw_getlength by Christoph Hellwig · 15 years ago
  42. 6e0a47a raw-posix: don't assign bs->read_only by Christoph Hellwig · 15 years ago
  43. 57e69b7 raw-posix: Better error return values for hdev_create by Kevin Wolf · 15 years ago
  44. 053965c block/raw-posix: Abort on pread beyond end of non-growable file by Kevin Wolf · 15 years ago
  45. f8a8324 win32: pair qemu_memalign() with qemu_vfree() by Herve Poussineau · 15 years ago
  46. 9a2d77a block: kill BDRV_O_CREAT by Christoph Hellwig · 15 years ago
  47. f5edb01 Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. by Naphtali Sprei · 15 years ago
  48. 2ebf7c4 raw-posix: Detect legacy floppy via ioctl on linux by Cole Robinson · 15 years ago
  49. 3baf720 raw-posix: Detect CDROM via ioctl on linux by Cole Robinson · 15 years ago
  50. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  51. 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago
  52. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  53. 1e5b9d2 Remove aio_ctx from paio_* interface by Kevin Wolf · 15 years ago
  54. d2e4634 raw/linux-aio: Also initialize POSIX AIO by Kevin Wolf · 15 years ago
  55. 0b4ce02 block/raw: Add create_options for host_device by Kevin Wolf · 16 years ago
  56. b2e12bc block: add aio_flush operation by Christoph Hellwig · 16 years ago
  57. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 16 years ago
  58. e44bd6f Don't compile aio code if CONFIG_LINUX_AIO is undefined by Stefan Weil · 16 years ago
  59. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago
  60. 9ef91a6 raw-posix: refactor AIO support by Christoph Hellwig · 16 years ago
  61. 4dd75c7 make pthreads mandatory by Christoph Hellwig · 16 years ago
  62. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  63. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  64. 1e37d05 raw-posix: Handle errors in raw_create by Stefan Weil · 16 years ago
  65. 1c27a8b Substitute O_DSYNC with O_SYNC or O_FSYNC when needed. by G 3 · 16 years ago
  66. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  67. 22afa7b block-raw: Allow pread beyond the end of growable images by Kevin Wolf · 16 years ago
  68. 707c0db support colon in filenames by Ram Pai · 16 years ago
  69. 19a3da7 Fix opening of read only raw images by Blue Swirl · 16 years ago
  70. 11a1feb raw-posix: Remove O_RDWR when attempting to open a file read-only by Avi Kivity · 16 years ago
  71. 736d0c2 raw-posix: open flags use BDRV_ namespace, not posix namespace by Avi Kivity · 16 years ago
  72. 63ec93d raw-posix: cleanup ioctl methods by Christoph Hellwig · 16 years ago
  73. 508c7cb block: add bdrv_probe_device method by Christoph Hellwig · 16 years ago
  74. f3a5d3f raw-posix: split hdev drivers by Christoph Hellwig · 16 years ago
  75. 90babde raw-posix: add a raw_open_common helper by Christoph Hellwig · 16 years ago
  76. 0e1d8f4 raw-posix: always store open flags by Christoph Hellwig · 16 years ago
  77. db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 16 years ago
  78. c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 16 years ago
  79. 4099df5 raw-posix: fix hdev_create by Christoph Hellwig · 16 years ago
  80. 94c6d6d fix raw_pread_aligned return value by Christoph Hellwig · 16 years ago
  81. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  82. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-raw-posix.c]
  83. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  84. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  85. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  86. e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 16 years ago
  87. f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
  88. 856ae5c Fix a few Sparse warnings by blueswir1 · 16 years ago
  89. 8185d2c Fix the build for --disable-aio by aliguori · 16 years ago
  90. 93c65b4 Add host_device support to qemu-img. (Nolan Leake) by aliguori · 16 years ago
  91. bbeea53 Fix wrong return value by blueswir1 · 16 years ago
  92. 221f715 new scsi-generic abstraction, use SG_IO (Christoph Hellwig) by aliguori · 16 years ago
  93. 9f23011 FreeBSD host physical cdrom fixes by blueswir1 · 16 years ago
  94. 537a1d4 Fix regression introduced by r6824 by aliguori · 16 years ago
  95. eda578e Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity) by aliguori · 16 years ago
  96. 04eeb8b Add internal scsi generic block API (Avi Kivity) by aliguori · 16 years ago
  97. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  98. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  99. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  100. 7a11b22 fix raw_aio_remove (Stefano Stabellini) by aliguori · 16 years ago