Age | Commit message (Expand) | Author |
2013-12-13 | blkdebug: Use QLIST_FOREACH_SAFE to resume IO | Fam Zheng |
2013-12-13 | block/vvfat: Fix compiler warnings for OpenBSD | Stefan Weil |
2013-12-13 | sheepdog: check if '-o redundancy' is passed from user | Liu Yuan |
2013-12-06 | qcow2: use start_of_cluster() and offset_into_cluster() everywhere | Hu Tao |
2013-12-05 | block/iscsi: set bs->bl.opt_transfer_length | Peter Lieven |
2013-12-05 | block/iscsi: set bdi->cluster_size | Peter Lieven |
2013-12-04 | qemu-nbd: support internal snapshot export | Wenchao Xia |
2013-12-04 | snapshot: distinguish id and name in load_tmp | Wenchao Xia |
2013-12-04 | qcow2: Zero-initialise first cluster for new images | Kevin Wolf |
2013-12-03 | raw-posix: add support for write_zeroes on XFS and block devices | Paolo Bonzini |
2013-12-03 | raw-posix: implement write_zeroes with MAY_UNMAP for block devices | Paolo Bonzini |
2013-12-03 | raw-posix: implement write_zeroes with MAY_UNMAP for files | Paolo Bonzini |
2013-12-03 | block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP | Paolo Bonzini |
2013-12-03 | block/iscsi: updated copyright | Peter Lieven |
2013-12-03 | block/iscsi: remove .bdrv_has_zero_init | Peter Lieven |
2013-12-03 | block drivers: expose requirement for write same alignment from formats | Paolo Bonzini |
2013-12-03 | block drivers: add discard/write_zeroes properties to bdrv_get_info implement... | Paolo Bonzini |
2013-12-03 | vpc, vhdx: add get_info | Paolo Bonzini |
2013-12-03 | block: handle ENOTSUP from discard in generic code | Paolo Bonzini |
2013-12-03 | vmdk: Fix creating big description file | Fam Zheng |
2013-11-29 | vmdk: Allow read only open of VMDK version 3 | Fam Zheng |
2013-11-29 | block: Use BDRV_O_NO_BACKING where appropriate | Kevin Wolf |
2013-11-29 | blkdebug: add "remove_break" command | Fam Zheng |
2013-11-29 | sheepdog: support user-defined redundancy option | Liu Yuan |
2013-11-29 | sheepdog: refactor do_sd_create() | Liu Yuan |
2013-11-29 | COW: Extend checking allocated bits to beyond one sector | Charlie Shepherd |
2013-11-29 | COW: Speed up writes | Charlie Shepherd |
2013-11-29 | qapi: Change BlockDirtyInfo to list | Fam Zheng |
2013-11-29 | block: per caller dirty bitmap | Fam Zheng |
2013-11-28 | block/stream: Don't stream unbacked devices | Max Reitz |
2013-11-28 | sheepdog: implement .bdrv_get_allocated_file_size | Liu Yuan |
2013-11-28 | iscsi: add bdrv_co_write_zeroes | Peter Lieven |
2013-11-28 | iscsi: simplify iscsi_co_discard | Peter Lieven |
2013-11-28 | iscsi: set limits in BlockDriverState | Peter Lieven |
2013-11-28 | block/raw: copy BlockLimits on raw_open | Peter Lieven |
2013-11-28 | block/iscsi: add .bdrv_get_info | Peter Lieven |
2013-11-28 | block: introduce BDRV_REQ_MAY_UNMAP request flag | Peter Lieven |
2013-11-28 | block: add flags to bdrv_*_write_zeroes | Peter Lieven |
2013-11-14 | qcow2: fix possible corruption when reading multiple clusters | Peter Lieven |
2013-11-14 | block: Print its file name if backing file opening failed | Fam Zheng |
2013-11-07 | block: vhdx - add .bdrv_create() support | Jeff Cody |
2013-11-07 | block: vhdx - fix comment typos in header, fix incorrect struct fields | Jeff Cody |
2013-11-07 | block: vhdx - break out code operations to functions | Jeff Cody |
2013-11-07 | block: vhdx - move more endian translations to vhdx-endian.c | Jeff Cody |
2013-11-07 | block: vhdx - remove BAT file offset bit shifting | Jeff Cody |
2013-11-07 | block: vhdx write support | Jeff Cody |
2013-11-07 | block: vhdx - add log write support | Jeff Cody |
2013-11-07 | block: vhdx - add region overlap detection for image files | Jeff Cody |
2013-11-07 | block: vhdx - log parsing, replay, and flush support | Jeff Cody |
2013-11-07 | block: vhdx code movement - move vhdx_close() above vhdx_open() | Jeff Cody |