aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-11-18block/raw-posix: Catch fsync() errorsMax Reitz
2014-11-18block/raw-posix: Only sync after successful preallocationMax Reitz
2014-11-18block/raw-posix: Fix preallocating write() loopMax Reitz
2014-11-18raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster
2014-11-18raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster
2014-11-18raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster
2014-11-14vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng
2014-11-09block/vdi: Limit maximum size even futherMax Reitz
2014-11-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-11-03Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...Peter Maydell
2014-11-03block: let commit blockjob run in BDS AioContextStefan Hajnoczi
2014-11-03block: let mirror blockjob run in BDS AioContextStefan Hajnoczi
2014-11-03block: let stream blockjob run in BDS AioContextStefan Hajnoczi
2014-11-03block: let backup blockjob run in BDS AioContextStefan Hajnoczi
2014-11-03block/qcow2: Simplify shared L2 handling in amendMax Reitz
2014-11-03block/qcow2: Make get_refcount() globalMax Reitz
2014-11-03block/qcow2: Implement status CB for amendMax Reitz
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz
2014-11-03qemu-img: Implement commit like QMPMax Reitz
2014-11-03block/mirror: Improve progress reportMax Reitz
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz
2014-11-03qcow2: Implement bdrv_make_empty()Max Reitz
2014-11-03qcow2: Allow "full" discardMax Reitz
2014-11-03raw-posix: raw_co_get_block_status() return valueMax Reitz
2014-11-03raw-posix: Fix raw_co_get_block_status() after EOFMax Reitz
2014-11-03block/curl: Improve type safety of s->timeout.Richard W.M. Jones
2014-11-03snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency...Zhang Haoyu
2014-11-03rbd: Add support for bdrv_invalidate_cacheAdam Crume
2014-11-03block/parallels: fix access to not initialized memory in catalog_bitmapDenis V. Lunev
2014-11-03block/iscsi: check for oversized requestsPeter Lieven
2014-11-03block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limitsPeter Lieven
2014-11-03block/iscsi: set max_transfer_lengthPeter Lieven
2014-11-02vdi: wrapped uuid_unparse() in #ifdefSeokYeon Hwang
2014-10-31iscsi: Refuse to open as writable if the LUN is write protectedFam Zheng
2014-10-23block: char devices on FreeBSD are not behind a pagerRoger Pau Monne
2014-10-23qcow2: Do not overflow when writing an L1 sectorMax Reitz
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz
2014-10-23qcow2: Clean up after refcount rebuildMax Reitz
2014-10-23qcow2: Rebuild refcount structure during checkMax Reitz
2014-10-23qcow2: Do not perform potentially damaging repairsMax Reitz
2014-10-23qcow2: Fix refcount blocks beyond image endMax Reitz
2014-10-23qcow2: Reuse refcount table in calculate_refcounts()Max Reitz
2014-10-23qcow2: Let inc_refcounts() resize the reftableMax Reitz
2014-10-23qcow2: Let inc_refcounts() return -errnoMax Reitz
2014-10-23qcow2: Split fail code in L1 and L2 checksMax Reitz
2014-10-23qcow2: Use int64_t for in-memory reftable sizeMax Reitz
2014-10-23qcow2: Pull check_refblocks() upMax Reitz
2014-10-23qcow2: Use sizeof(**refcount_table)Max Reitz
2014-10-23qcow2: Split qcow2_check_refcounts()Max Reitz
2014-10-23qcow2: Fix leaks in dirty imagesMax Reitz