Age | Commit message (Expand) | Author | Files | Lines |
2012-09-12 | sheepdog: fix savevm and loadvm | MORITA Kazutaka | 1 | -1/+2 |
2012-08-31 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 2 | -0/+17 |
2012-08-29 | stream: complete early if end of backing file is reached | Stefan Hajnoczi | 1 | -0/+6 |
2012-08-29 | qed: refuse unaligned zero writes with a backing file | Stefan Hajnoczi | 1 | -0/+11 |
2012-08-28 | iscsi: Set number of blocks to 0 for blank CDROM devices | Ronnie Sahlberg | 1 | -1/+6 |
2012-08-22 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 1 | -59/+63 |
2012-08-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -1/+57 |
2012-08-22 | sheepdog: don't leak socket file descriptor upon connection failure | Jim Meyering | 1 | -0/+1 |
2012-08-20 | iscsi: fix races between task completion and abort | Paolo Bonzini | 1 | -29/+30 |
2012-08-20 | iscsi: simplify iscsi_schedule_bh | Paolo Bonzini | 1 | -15/+9 |
2012-08-20 | iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cb | Paolo Bonzini | 1 | -28/+28 |
2012-08-20 | Revert "iscsi: Fix NULL dereferences / races between task completion and abort" | Paolo Bonzini | 1 | -23/+32 |
2012-08-17 | vmdk: Read footer for streamOptimized images | Kevin Wolf | 1 | -0/+56 |
2012-08-17 | vmdk: Fix header structure | Kevin Wolf | 1 | -1/+1 |
2012-08-15 | iscsi: Fix NULL dereferences / races between task completion and abort | Stefan Priebe | 1 | -32/+23 |
2012-08-15 | block: Convert close calls to qemu_close | Corey Bryant | 5 | -22/+22 |
2012-08-15 | block: Convert open calls to qemu_open | Corey Bryant | 6 | -28/+26 |
2012-08-15 | block: Prevent detection of /dev/fdset/ as floppy | Corey Bryant | 1 | -1/+3 |
2012-08-11 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 4 | -24/+50 |
2012-08-11 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 1 | -30/+29 |
2012-08-10 | block: add BLOCK_O_CHECK for qemu-img check | Stefan Hajnoczi | 2 | -3/+3 |
2012-08-10 | qcow2: mark image clean after repair succeeds | Stefan Hajnoczi | 1 | -13/+15 |
2012-08-10 | qed: mark image clean after repair succeeds | Stefan Hajnoczi | 3 | -8/+32 |
2012-08-09 | iscsi: Pick default initiator-name based on the name of the VM | Ronnie Sahlberg | 1 | -1/+4 |
2012-08-08 | iscsi: reorganize code for parse_initiator_name | Paolo Bonzini | 1 | -12/+9 |
2012-08-08 | iscsi: do not leak initiator_name | Paolo Bonzini | 1 | -17/+16 |
2012-08-06 | qcow2: implement lazy refcounts | Stefan Hajnoczi | 3 | -5/+86 |
2012-08-06 | qcow2: introduce dirty bit | Stefan Hajnoczi | 2 | -3/+55 |
2012-07-17 | vvfat: Do not clobber the user's geometry | Markus Armbruster | 1 | -24/+29 |
2012-07-17 | vvfat: Fix partition table | Markus Armbruster | 1 | -3/+4 |
2012-07-17 | sheepdog: do not blindly memset all read buffers | Christoph Hellwig | 1 | -19/+18 |
2012-07-17 | sheepdog: always use coroutine-based network functions | MORITA Kazutaka | 1 | -66/+47 |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori | 8 | -37/+35 |
2012-07-09 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 7 | -103/+153 |
2012-07-09 | raw: hook into blkdebug | Paolo Bonzini | 1 | -0/+2 |
2012-07-09 | blkdebug: optionally tie errors to a specific sector | Paolo Bonzini | 1 | -2/+24 |
2012-07-09 | blkdebug: store list of active rules | Paolo Bonzini | 1 | -38/+31 |
2012-07-09 | blkdebug: pass getlength to underlying file | Paolo Bonzini | 1 | -0/+6 |
2012-07-09 | blkdebug: tiny cleanup | Paolo Bonzini | 1 | -6/+2 |
2012-07-09 | blkdebug: remove sync i/o events | Paolo Bonzini | 2 | -3/+1 |
2012-07-09 | sheepdog: traverse pending_list from the first for each time | MORITA Kazutaka | 1 | -6/+16 |
2012-07-09 | sheepdog: split outstanding list into inflight and pending | MORITA Kazutaka | 1 | -25/+24 |
2012-07-09 | sheepdog: make sure we don't free aiocb before sending all requests | MORITA Kazutaka | 1 | -13/+16 |
2012-07-09 | sheepdog: use coroutine based socket functions in coroutine context | MORITA Kazutaka | 1 | -2/+8 |
2012-07-09 | sheepdog: restart I/O when socket becomes ready in do_co_req() | MORITA Kazutaka | 1 | -0/+14 |
2012-07-09 | sheepdog: fix dprintf format strings | MORITA Kazutaka | 1 | -4/+4 |
2012-07-09 | qcow2: preserve free_byte_offset when qcow2_alloc_bytes() fails | Stefan Hajnoczi | 1 | -3/+4 |
2012-07-09 | qcow2: fix #ifdef'd qcow2_check_refcounts() callers | Stefan Hajnoczi | 2 | -4/+4 |
2012-07-02 | ISCSI: force use of sg for SMC and SSC devices | Ronnie Sahlberg | 1 | -0/+10 |
2012-07-02 | ISCSI: Add SCSI passthrough via scsi-generic to libiscsi | Ronnie Sahlberg | 1 | -0/+142 |