aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-09-08iscsi: pass SCSI status back for SG_IOVadim Rozenfeld
2016-08-05nbd: Limit nbdflags to 16 bitsEric Blake
2016-08-05block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven
2016-08-05nbd: Allow larger requestsEric Blake
2016-08-05qcow2: Avoid making the L1 table too bigMax Reitz
2016-08-05backup: Don't leak BackupBlockJob in error pathKevin Wolf
2016-08-05block: Drop bdrv_ioctl_bh_cbFam Zheng
2016-08-05block/iscsi: avoid potential overflow of acb->task->cdbPeter Lieven
2016-08-04block/nfs: refuse readahead if cache.direct is onPeter Lieven
2016-04-29vvfat: Fix default volume labelKevin Wolf
2016-04-29vvfat: Fix volume name assertionKevin Wolf
2016-04-22mirror: Workaround for unexpected iohandler events during completionFam Zheng
2016-04-20mirror: Don't extend the last sub-chunkFam Zheng
2016-04-20block/mirror: Refresh stale bitmap iterator cacheMax Reitz
2016-04-20block/mirror: Revive dead yielding codeMax Reitz
2016-04-19block/gluster: prevent data loss after i/o errorJeff Cody
2016-04-19block/gluster: code movement of qemu_gluster_close()Jeff Cody
2016-04-19block/gluster: return correct error valueJeff Cody
2016-04-15block: Don't ignore flags in blk_{,co,aio}_write_zeroes()Kevin Wolf
2016-04-15block/vpc: update comments to be compliant w/coding guidelinesJeff Cody
2016-04-15block/vpc: set errp in vpc_openJeff Cody
2016-04-15block/vpc: make checks on max table size a bit more laxJeff Cody
2016-04-15block/vpc: Use the correct max sector count for VHD imagesJeff Cody
2016-04-15block/vpc: use current_size field for XenConverter VHD imagesJeff Cody
2016-04-15vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi
2016-04-15block/vpc: set errp in vpc_createJeff Cody
2016-04-15block: Fix blk_aio_write_zeroes()Kevin Wolf
2016-04-12qcow2: Prevent backing file names longer than 1023Max Reitz
2016-04-12vpc: fix return value check for blk_pwritePaolo Bonzini
2016-04-11mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs)Fam Zheng
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng
2016-04-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-04-05crypto: Avoid memory leak on failureEric Blake
2016-04-05nbd: don't request FUA on FLUSHEric Blake
2016-03-30block/nfs: add missing #include "qemu/cutils.h"Stefan Hajnoczi
2016-03-30block/nfs: add missing #include "qapi/error.h"Stefan Hajnoczi
2016-03-30block/null-{co,aio}: Implement get_block_status()Max Reitz
2016-03-30block/null-{co,aio}: Allow reading zeroesMax Reitz
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30raw: Support BDRV_REQ_FUAKevin Wolf
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk
2016-03-30block: add flush callbackPavel Dovgalyuk