aboutsummaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)Author
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2016-08-05block/parallels: check new image sizeKlim Kireev
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-07parallels: Use DIV_ROUND_UPLaurent Vivier
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-14parallels: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-02-02parallels: Assign bs->file->bs to file in parallels_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-24parallels: dirty BAT properly for continuous allocationsVladimir Sementsov-Ogievskiy
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev
2015-05-22block/parallels: create bat2sect helperDenis V. Lunev
2015-05-22block/parallels: rename catalog_ names to bat_Denis V. Lunev
2015-05-22parallels: change copyright information in the image headerDenis V. Lunev
2015-05-22block/parallels: support parallels image creationDenis V. Lunev
2015-05-22block/parallels: _co_writev callback for Parallels formatDenis V. Lunev
2015-05-22block/parallels: mark parallels format driver as zero initedDenis V. Lunev
2015-05-22block/parallels: replace magic constants 4, 64 with proper sizeofsDenis V. Lunev
2015-05-22block/parallels: provide _co_readv routine for parallels format driverDenis V. Lunev
2015-05-22block/parallels: add get_block_statusRoman Kagan
2015-05-22block/parallels: read up to cluster end in one goRoman Kagan
2015-05-22block/parallels: switch to bdrv_readRoman Kagan