Age | Commit message (Expand) | Author | Files | Lines |
2013-12-06 | qcow2: use start_of_cluster() and offset_into_cluster() everywhere | Hu Tao | 2 | -12/+12 |
2013-12-05 | block/iscsi: set bs->bl.opt_transfer_length | Peter Lieven | 1 | -0/+3 |
2013-12-05 | block/iscsi: set bdi->cluster_size | Peter Lieven | 1 | -0/+7 |
2013-12-04 | qemu-nbd: support internal snapshot export | Wenchao Xia | 1 | -0/+18 |
2013-12-04 | snapshot: distinguish id and name in load_tmp | Wenchao Xia | 3 | -6/+68 |
2013-12-04 | qcow2: Zero-initialise first cluster for new images | Kevin Wolf | 1 | -16/+20 |
2013-12-03 | raw-posix: add support for write_zeroes on XFS and block devices | Paolo Bonzini | 2 | -13/+74 |
2013-12-03 | raw-posix: implement write_zeroes with MAY_UNMAP for block devices | Paolo Bonzini | 1 | -0/+37 |
2013-12-03 | raw-posix: implement write_zeroes with MAY_UNMAP for files | Paolo Bonzini | 1 | -2/+64 |
2013-12-03 | block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP | Paolo Bonzini | 1 | -2/+17 |
2013-12-03 | block/iscsi: updated copyright | Peter Lieven | 1 | -0/+1 |
2013-12-03 | block/iscsi: remove .bdrv_has_zero_init | Peter Lieven | 1 | -7/+0 |
2013-12-03 | block drivers: expose requirement for write same alignment from formats | Paolo Bonzini | 3 | -0/+6 |
2013-12-03 | block drivers: add discard/write_zeroes properties to bdrv_get_info implement... | Paolo Bonzini | 5 | -0/+9 |
2013-12-03 | vpc, vhdx: add get_info | Paolo Bonzini | 2 | -0/+24 |
2013-12-03 | block: handle ENOTSUP from discard in generic code | Paolo Bonzini | 1 | -6/+6 |
2013-12-03 | vmdk: Fix creating big description file | Fam Zheng | 1 | -24/+38 |
2013-11-29 | vmdk: Allow read only open of VMDK version 3 | Fam Zheng | 1 | -1/+8 |
2013-11-29 | block: Use BDRV_O_NO_BACKING where appropriate | Kevin Wolf | 2 | -2/+3 |
2013-11-29 | blkdebug: add "remove_break" command | Fam Zheng | 1 | -0/+27 |
2013-11-29 | sheepdog: support user-defined redundancy option | Liu Yuan | 1 | -1/+73 |
2013-11-29 | sheepdog: refactor do_sd_create() | Liu Yuan | 1 | -22/+15 |
2013-11-29 | COW: Extend checking allocated bits to beyond one sector | Charlie Shepherd | 1 | -10/+26 |
2013-11-29 | COW: Speed up writes | Charlie Shepherd | 1 | -38/+50 |
2013-11-29 | qapi: Change BlockDirtyInfo to list | Fam Zheng | 1 | -0/+5 |
2013-11-29 | block: per caller dirty bitmap | Fam Zheng | 2 | -18/+13 |
2013-11-28 | block/stream: Don't stream unbacked devices | Max Reitz | 1 | -0/+5 |
2013-11-28 | sheepdog: implement .bdrv_get_allocated_file_size | Liu Yuan | 1 | -0/+19 |
2013-11-28 | iscsi: add bdrv_co_write_zeroes | Peter Lieven | 1 | -0/+64 |
2013-11-28 | iscsi: simplify iscsi_co_discard | Peter Lieven | 1 | -42/+25 |
2013-11-28 | iscsi: set limits in BlockDriverState | Peter Lieven | 1 | -0/+14 |
2013-11-28 | block/raw: copy BlockLimits on raw_open | Peter Lieven | 1 | -0/+1 |
2013-11-28 | block/iscsi: add .bdrv_get_info | Peter Lieven | 1 | -0/+9 |
2013-11-28 | block: introduce BDRV_REQ_MAY_UNMAP request flag | Peter Lieven | 1 | -1/+1 |
2013-11-28 | block: add flags to bdrv_*_write_zeroes | Peter Lieven | 6 | -7/+11 |
2013-11-14 | qcow2: fix possible corruption when reading multiple clusters | Peter Lieven | 1 | -1/+1 |
2013-11-14 | block: Print its file name if backing file opening failed | Fam Zheng | 2 | -2/+0 |
2013-11-07 | block: vhdx - add .bdrv_create() support | Jeff Cody | 2 | -1/+572 |
2013-11-07 | block: vhdx - fix comment typos in header, fix incorrect struct fields | Jeff Cody | 1 | -5/+5 |
2013-11-07 | block: vhdx - break out code operations to functions | Jeff Cody | 1 | -41/+80 |
2013-11-07 | block: vhdx - move more endian translations to vhdx-endian.c | Jeff Cody | 3 | -17/+87 |
2013-11-07 | block: vhdx - remove BAT file offset bit shifting | Jeff Cody | 2 | -5/+2 |
2013-11-07 | block: vhdx write support | Jeff Cody | 2 | -5/+209 |
2013-11-07 | block: vhdx - add log write support | Jeff Cody | 2 | -0/+285 |
2013-11-07 | block: vhdx - add region overlap detection for image files | Jeff Cody | 2 | -0/+91 |
2013-11-07 | block: vhdx - log parsing, replay, and flush support | Jeff Cody | 4 | -53/+749 |
2013-11-07 | block: vhdx code movement - move vhdx_close() above vhdx_open() | Jeff Cody | 1 | -11/+11 |
2013-11-07 | block: vhdx - update log guid in header, and first write tracker | Jeff Cody | 2 | -6/+30 |
2013-11-07 | block: vhdx - break endian translation functions out | Jeff Cody | 4 | -44/+150 |
2013-11-07 | block: vhdx - log support struct and defines | Jeff Cody | 1 | -16/+30 |