summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2012-08-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-0/+17
2012-08-29stream: complete early if end of backing file is reachedStefan Hajnoczi1-0/+6
2012-08-29qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi1-0/+11
2012-08-28iscsi: Set number of blocks to 0 for blank CDROM devicesRonnie Sahlberg1-1/+6
2012-08-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-59/+63
2012-08-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+57
2012-08-22sheepdog: don't leak socket file descriptor upon connection failureJim Meyering1-0/+1
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini1-29/+30
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini1-15/+9
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini1-28/+28
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini1-23/+32
2012-08-17vmdk: Read footer for streamOptimized imagesKevin Wolf1-0/+56
2012-08-17vmdk: Fix header structureKevin Wolf1-1/+1
2012-08-15iscsi: Fix NULL dereferences / races between task completion and abortStefan Priebe1-32/+23
2012-08-15block: Convert close calls to qemu_closeCorey Bryant5-22/+22
2012-08-15block: Convert open calls to qemu_openCorey Bryant6-28/+26
2012-08-15block: Prevent detection of /dev/fdset/ as floppyCorey Bryant1-1/+3
2012-08-11Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-24/+50
2012-08-11Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-30/+29
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi2-3/+3
2012-08-10qcow2: mark image clean after repair succeedsStefan Hajnoczi1-13/+15
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi3-8/+32
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg1-1/+4
2012-08-08iscsi: reorganize code for parse_initiator_namePaolo Bonzini1-12/+9
2012-08-08iscsi: do not leak initiator_namePaolo Bonzini1-17/+16
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi3-5/+86
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi2-3/+55
2012-07-17vvfat: Do not clobber the user's geometryMarkus Armbruster1-24/+29
2012-07-17vvfat: Fix partition tableMarkus Armbruster1-3/+4
2012-07-17sheepdog: do not blindly memset all read buffersChristoph Hellwig1-19/+18
2012-07-17sheepdog: always use coroutine-based network functionsMORITA Kazutaka1-66/+47
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori8-37/+35
2012-07-09Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori7-103/+153
2012-07-09raw: hook into blkdebugPaolo Bonzini1-0/+2
2012-07-09blkdebug: optionally tie errors to a specific sectorPaolo Bonzini1-2/+24
2012-07-09blkdebug: store list of active rulesPaolo Bonzini1-38/+31
2012-07-09blkdebug: pass getlength to underlying filePaolo Bonzini1-0/+6
2012-07-09blkdebug: tiny cleanupPaolo Bonzini1-6/+2
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini2-3/+1
2012-07-09sheepdog: traverse pending_list from the first for each timeMORITA Kazutaka1-6/+16
2012-07-09sheepdog: split outstanding list into inflight and pendingMORITA Kazutaka1-25/+24
2012-07-09sheepdog: make sure we don't free aiocb before sending all requestsMORITA Kazutaka1-13/+16
2012-07-09sheepdog: use coroutine based socket functions in coroutine contextMORITA Kazutaka1-2/+8
2012-07-09sheepdog: restart I/O when socket becomes ready in do_co_req()MORITA Kazutaka1-0/+14
2012-07-09sheepdog: fix dprintf format stringsMORITA Kazutaka1-4/+4
2012-07-09qcow2: preserve free_byte_offset when qcow2_alloc_bytes() failsStefan Hajnoczi1-3/+4
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi2-4/+4
2012-07-02ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg1-0/+10
2012-07-02ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg1-0/+142
2012-06-24raw-posix: Fix build without is_allocated supportKevin Wolf1-1/+8