aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-07-05vvfat: Use BdrvChild for s->qcowKevin Wolf1-23/+43
2016-07-05block: fix return code for partial write for Linux AIODenis V. Lunev1-1/+1
2016-07-05block: Use bool as appropriate for BDS membersEric Blake8-10/+10
2016-07-05block: Fix error message styleEric Blake1-2/+2
2016-07-05block: Move request_alignment into BlockLimitEric Blake10-25/+25
2016-07-05block: Split bdrv_merge_limits() from bdrv_refresh_limits()Eric Blake1-18/+13
2016-07-05block: Drop raw_refresh_limits()Eric Blake1-7/+1
2016-07-05block: Switch discard length bounds to byte-basedEric Blake3-21/+16
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake5-28/+34
2016-07-05block: Set default request_alignment during bdrv_refresh_limits()Eric Blake1-0/+3
2016-07-05block: Set request_alignment during .bdrv_refresh_limits()Eric Blake4-4/+24
2016-07-05raw-win32: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-2/+2
2016-07-05qcow2: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-3/+4
2016-07-05iscsi: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-1/+2
2016-07-05blkdebug: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-4/+15
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake1-3/+4
2016-07-05iscsi: Advertise realistic limits to block layerEric Blake1-1/+3
2016-07-05nbd: Advertise realistic limits to block layerEric Blake1-2/+2
2016-07-05nbd: Allow larger requestsEric Blake1-4/+0
2016-07-05block: Fix harmless off-by-one in bdrv_aligned_preadv()Eric Blake1-1/+1
2016-07-05block: Document supported flags during bdrv_aligned_preadv()Eric Blake1-1/+9
2016-07-05block: Tighter assertions on bdrv_aligned_pwritev()Eric Blake1-5/+8
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+3
2016-06-29iscsi: fix assertion in is_sector_request_lun_alignedPeter Lieven1-2/+3
2016-06-28mirror: fix misleading commentsChanglong Xie1-1/+1
2016-06-28blockjob: assert(cb) when create jobChanglong Xie1-1/+0
2016-06-28mirror: limit niov to IOV_MAX elements, againJohn Snow1-0/+3
2016-06-28mirror: clarify mirror_do_read return codeJohn Snow1-2/+5
2016-06-28block/gluster: add support for selecting debug logging levelJeff Cody1-7/+41
2016-06-28mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()Denis V. Lunev1-1/+1
2016-06-28block/nfs: add support for libnfs pagecachePeter Lieven1-1/+36
2016-06-28block/nfs: refuse readahead if cache.direct is onPeter Lieven1-4/+16
2016-06-28block/gluster: add support for SEEK_DATA/SEEK_HOLENiels de Vos1-0/+182
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+116
2016-06-20trace: split out trace events for block/ directoryDaniel P. Berrange1-0/+116
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell11-60/+17
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost8-33/+12
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost2-9/+3
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost5-24/+8
2016-06-20backup: follow AioContext change gracefullyStefan Hajnoczi1-8/+14
2016-06-20mirror: follow AioContext change gracefullyStefan Hajnoczi1-8/+35
2016-06-20block: process before_write_notifiers in bdrv_co_discardDenis V. Lunev1-0/+5
2016-06-20block: fix race in bdrv_co_discard with drive-mirrorDenis V. Lunev1-1/+2
2016-06-20block: fixed BdrvTrackedRequest filling in bdrv_co_discardDenis V. Lunev1-2/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-5/+0
2016-06-16block/null: Implement bdrv_refresh_filename()Max Reitz1-0/+20
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-11/+28
2016-06-16rbd:change error_setg() to error_setg_errno()Vikhyat Umrao1-15/+23
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia1-5/+6
2016-06-16block: use the block job list in bdrv_drain_all()Alberto Garcia1-6/+18