summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qed: Refuse to create images on block devicesStefan Hajnoczi2011-01-241-0/+6
* qcow2: Batch flushes for COWKevin Wolf2011-01-243-4/+19
* qcow2: Use QcowCacheKevin Wolf2011-01-245-298/+240
* qcow2: Add QcowCacheKevin Wolf2011-01-242-0/+309
* qcow2: fix unaligned accessAurelien Jarno2011-01-241-1/+1
* vpc: fix a file descriptor leakBlue Swirl2011-01-121-17/+30
* vvfat: fix a file descriptor leakBlue Swirl2011-01-121-0/+1
* Add proper -errno error return values to qcow2_open()Jes Sorensen2010-12-171-18/+42
* block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-173-98/+104
* qed: Consistency check supportStefan Hajnoczi2010-12-173-3/+336
* qed: Read/write supportStefan Hajnoczi2010-12-172-2/+652
* qed: Table, L2 cache, and cluster functionsStefan Hajnoczi2010-12-176-1/+854
* qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi2010-12-172-0/+702
* raw-posix: add discard supportChristoph Hellwig2010-12-171-0/+45
* block: add discard supportChristoph Hellwig2010-12-171-0/+6
* ceph/rbd block driver for qemu-kvmChristian Brunner2010-12-142-0/+1130
* raw-posix: raw_pwrite comment fixupChristoph Hellwig2010-11-261-1/+1
* block: Remove unused s->hd in various driversKevin Wolf2010-11-245-6/+0
* Fix win32 buildBlue Swirl2010-11-071-1/+1
* block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl2010-11-041-2/+2
* qcow2: Invalidate cache after failed readKevin Wolf2010-11-042-0/+2
* vpc: Implement bdrv_flushKevin Wolf2010-11-041-8/+13
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-0410-19/+26
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-10-265-198/+146
|\
| * block: Use GCC_FMT_ATTR and fix a format errorStefan Weil2010-10-221-2/+3
| * Copy snapshots out of QCOW2 diskedison2010-10-223-0/+33
| * qcow2: Remove old image creation functionKevin Wolf2010-10-221-224/+0
| * qcow2: Simplify image creationKevin Wolf2010-10-221-1/+132
| * qcow2: Support exact L1 table growthStefan Hajnoczi2010-10-224-12/+19
* | qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-6/+6
|/
* block: avoid a write only variableBlue Swirl2010-10-131-0/+1
* block/vvfat: Fix compiler warning in debug codeStefan Weil2010-10-031-1/+0
* block-verify: fix 32-bit buildAnthony Liguori2010-09-221-1/+1
* blkverify: Add block driver for verifying I/OStefan Hajnoczi2010-09-211-0/+382
* qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf2010-09-211-23/+18
* qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf2010-09-213-30/+68
* qcow2: Get rid of additional sync on COWKevin Wolf2010-09-211-2/+8
* qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf2010-09-213-2/+7
* qcow2: Move sync out of update_refcountKevin Wolf2010-09-211-2/+11
* qcow2: Move sync out of write_refcount_block_entriesKevin Wolf2010-09-211-1/+3
* nbd: correctly manage default portLaurent Vivier2010-09-211-2/+0
* raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig2010-09-211-33/+46
* vvfat: Use cache=unsafeKevin Wolf2010-09-211-4/+10
* vvfat: Fix double free for opening the image rwKevin Wolf2010-09-211-3/+4
* vvfat: Fix segfault on write to read-only diskKevin Wolf2010-09-211-0/+5
* blkdebug: fix enum comparisonBlue Swirl2010-09-181-3/+1
* Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori2010-09-081-130/+0
* qcow2: Remove unnecessary flush after L2 writeKevin Wolf2010-09-081-4/+12
* raw-posix: improve detection of scsi-generic devicesBernhard Kohl2010-09-081-2/+8
* raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf2010-09-081-3/+0
OpenPOWER on IntegriCloud