summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in code and commentsStefan Weil2011-05-061-2/+2
* NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas2011-05-031-0/+4
* qed: Fix consistency check on 32-bit hostsStefan Hajnoczi2011-04-272-3/+3
* vpc.c: Use get_option_parameter() does the searchMitnick Lyu2011-04-131-6/+2
* qed: Add support for zero clustersAnthony Liguori2011-04-134-17/+66
* NBD device: Separate out parsing configuration and opening sockets.Nick Thomas2011-04-071-55/+102
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-2/+2
* get rid of private bitmap functions in block/sheepdog.c, use generic onesMichael Tokarev2011-04-011-14/+1
* block/qcow: Don't ignore immediate read/write and other failuresStefan Weil2011-03-151-4/+12
* block/vdi: Don't ignore immediate read/write failuresStefan Weil2011-03-151-0/+5
* qcow2: Fix order in L2 table COWKevin Wolf2011-02-101-3/+6
* qed: Report error for unsupported featuresKevin Wolf2011-02-101-1/+8
* qcow2: Report error for version > 2Kevin Wolf2011-02-101-2/+11
* qcow2: Fix error handling for reading compressed clustersKevin Wolf2011-02-102-3/+5
* qcow2: Fix error handling for immediate backing file read failureKevin Wolf2011-02-101-1/+3
* QCOW2: bug fix - read base image beyond its sizeChunqiang Tang2011-02-101-3/+2
* block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil2011-02-071-2/+2
* qcow2: Really use cache=unsafe for image creationKevin Wolf2011-02-071-1/+2
* qcow2-refcount: remove write-only variablesBlue Swirl2011-01-311-4/+1
* raw-win32: Fix bdrv_flush return valueKevin Wolf2011-01-311-1/+1
* qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi2011-01-311-7/+17
* qcow2: Add bdrv_discard supportKevin Wolf2011-01-313-0/+92
* sheepdog: support creating images on remote hostsMORITA Kazutaka2011-01-311-3/+14
* Reorganize struct Qcow2Cache for better struct packingJes Sorensen2011-01-311-1/+1
* 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
OpenPOWER on IntegriCloud