aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2009-09-12Fix signedness warnings on OpenSolarisBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-09-09qcow2: Fix metadata preallocationKevin Wolf
2009-09-09Fix spelling in comment.Stefan Weil
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig
2009-08-27qcow2: Metadata preallocationKevin Wolf
2009-08-27block/vdi.c: Fix several bugsStefan Weil
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd
2009-08-24make pthreads mandatoryChristoph Hellwig
2009-08-15Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-22vmdk: Fix backing file handlingKevin Wolf
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16raw-posix: Handle errors in raw_createStefan Weil
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 3
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf
2009-06-29qcow2: Cache refcount blocks during snapshot creationKevin Wolf
2009-06-29block-raw: Allow pread beyond the end of growable imagesKevin Wolf
2009-06-29support colon in filenamesRam Pai
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara
2009-06-17Fix opening of read only raw imagesBlue Swirl
2009-06-16update_refcount: Write complete sectorsKevin Wolf
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf
2009-06-16l2_allocate: Write complete sectorsKevin Wolf
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-15raw-posix: split hdev driversChristoph Hellwig
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig
2009-06-15raw-posix: always store open flagsChristoph Hellwig
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf