summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach2011-07-051-0/+14
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-242-43/+43
* sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster2011-06-241-6/+0
* qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf2011-06-151-4/+8
* vdi: Avoid direct AIO callbackKevin Wolf2011-06-151-5/+36
* qcow: Avoid direct AIO callbackKevin Wolf2011-06-141-2/+56
* qcow2: Avoid direct AIO callbackKevin Wolf2011-06-141-9/+30
* block/rbd: Remove unused local variableStefan Weil2011-06-141-4/+0
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-06-081-2/+0
|\
| * Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-2/+0
* | qemu-img create: Fix displayed default cluster sizeKevin Wolf2011-06-084-5/+11
* | qcow2: Fix memory leaks in error casesKevin Wolf2011-06-082-4/+7
* | rbd: Add bdrv_truncate implementationJosh Durgin2011-06-081-0/+14
* | rbd: check return values when scheduling aioJosh Durgin2011-06-081-4/+20
* | rbd: allow configuration of rados from the rbd filenameJosh Durgin2011-06-081-17/+102
* | rbd: use the higher level librbd instead of just libradosJosh Durgin2011-06-082-648/+218
* | block/raw-posix: get right partition sizeChristoph Egger2011-06-081-0/+32
* | block/raw-posix: use a character device if a block device is givenChristoph Egger2011-06-081-0/+43
* | vmdk: fix endianness bugsAlexander Graf2011-06-081-8/+14
* | block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-083-8/+8
|/
* qed: support for growing imagesStefan Hajnoczi2011-05-181-1/+21
* qed: Periodically flush and clear need check bitStefan Hajnoczi2011-05-182-2/+109
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* 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
OpenPOWER on IntegriCloud