aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl1-1/+1
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil1-1/+7
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig2-5/+31
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig2-236/+75
2009-08-27qcow2: Metadata preallocationKevin Wolf1-2/+79
2009-08-27block/vdi.c: Fix several bugsStefan Weil1-4/+9
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd1-4/+4
2009-08-24make pthreads mandatoryChristoph Hellwig1-27/+1
2009-08-15Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl1-1/+1
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil1-0/+951
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl1-3/+3
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-2/+2
2009-07-22vmdk: Fix backing file handlingKevin Wolf1-14/+15
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2-2/+3
2009-07-16raw-posix: Handle errors in raw_createStefan Weil1-5/+12
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-8/+14
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf3-3/+4
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf1-1/+1
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 31-0/+4
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan1-3/+47
2009-07-09Revert "support colon in filenames"Anthony Liguori2-2/+1
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf1-8/+0
2009-06-29qcow2: Cache refcount blocks during snapshot creationKevin Wolf1-0/+40
2009-06-29block-raw: Allow pread beyond the end of growable imagesKevin Wolf1-0/+11
2009-06-29support colon in filenamesRam Pai2-1/+2
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara3-8/+8
2009-06-17Fix opening of read only raw imagesBlue Swirl1-16/+15
2009-06-16update_refcount: Write complete sectorsKevin Wolf1-8/+26
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf1-3/+25
2009-06-16l2_allocate: Write complete sectorsKevin Wolf1-5/+28
2009-06-16qcow2: Rename global functionsKevin Wolf5-121/+125
2009-06-16qcow2: Split out snapshot functionsKevin Wolf3-392/+421
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf4-767/+819
2009-06-16qcow2: Split out refcount handlingKevin Wolf3-869/+964
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf1-1/+1
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity1-0/+1
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity1-1/+1
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig1-34/+8
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig2-0/+57
2009-06-15raw-posix: split hdev driversChristoph Hellwig1-260/+304
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig1-29/+19
2009-06-15raw-posix: always store open flagsChristoph Hellwig1-26/+21
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf7-16/+80
2009-05-28vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig1-4/+3
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig4-78/+79
2009-05-27qcow: add qcow_aio_setup helperChristoph Hellwig1-23/+29
2009-05-27raw-posix: fix hdev_createChristoph Hellwig1-10/+1
2009-05-27fix raw_pread_aligned return valueChristoph Hellwig1-1/+1
2009-05-27Drop bdrv_create2Kevin Wolf1-2/+9
2009-05-27qcow2: Update multiple refcounts at onceKevin Wolf1-4/+36