summaryrefslogtreecommitdiffstats
path: root/block/qed.c
Commit message (Expand)AuthorAgeFilesLines
...
* qed: Use a coroutine for need_check_timerKevin Wolf2017-06-261-16/+17
* qed: Simplify request handlingKevin Wolf2017-06-261-80/+21Star
* qed: Use CoQueue for serialising allocationsKevin Wolf2017-06-261-32/+17Star
* qed: Implement .bdrv_co_readv/writevKevin Wolf2017-06-261-55/+42Star
* qed: Remove recursion in qed_aio_next_io()Kevin Wolf2017-06-261-31/+32
* qed: Remove ret argument from qed_aio_next_io()Kevin Wolf2017-06-261-11/+6Star
* qed: Add return value to qed_aio_read/write_data()Kevin Wolf2017-06-261-41/+31Star
* qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf2017-06-261-23/+20Star
* qed: Add return value to qed_aio_write_cow()Kevin Wolf2017-06-261-37/+21Star
* qed: Add return value to qed_aio_write_main()Kevin Wolf2017-06-261-25/+30
* qed: Add return value to qed_aio_write_l2_update()Kevin Wolf2017-06-261-17/+26
* qed: Add return value to qed_aio_write_l1_update()Kevin Wolf2017-06-261-10/+9Star
* qed: Inline qed_commit_l2_update()Kevin Wolf2017-06-261-22/+14Star
* qed: Make qed_aio_write_main() synchronousKevin Wolf2017-06-261-42/+19Star
* qed: Make qed_aio_read_data() synchronousKevin Wolf2017-06-261-3/+5
* qed: Remove callback from qed_write_table()Kevin Wolf2017-06-261-5/+7
* qed: Remove callback from qed_write_header()Kevin Wolf2017-06-261-20/+12Star
* qed: Make qed_write_header() synchronousKevin Wolf2017-06-261-47/+29Star
* qed: Remove callback from qed_copy_from_backing_file()Kevin Wolf2017-06-261-34/+23Star
* qed: Make qed_copy_from_backing_file() synchronousKevin Wolf2017-06-261-49/+29Star
* qed: Make qed_read_backing_file() synchronousKevin Wolf2017-06-261-14/+18
* qed: Remove callback from qed_find_cluster()Kevin Wolf2017-06-261-13/+11Star
* qed: Use bottom half to resume waiting requestsKevin Wolf2017-06-261-3/+10
* migration: migration.h was not neededJuan Quintela2017-05-181-1/+0Star
* block: Add .bdrv_truncate() error messagesMax Reitz2017-04-281-1/+3
* block: Add errp to BD.bdrv_truncate()Max Reitz2017-04-281-1/+1
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-1/+1
* block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf2017-02-281-1/+2
* block: Request child permissions in format driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-3/+15
* block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini2017-02-211-2/+2
* block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-211-0/+3
* block: explicitly acquire aiocontext in timers that need itPaolo Bonzini2017-02-211-0/+12
* qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini2017-02-211-14/+25
* qed: Implement .bdrv_drainFam Zheng2016-10-281-1/+15
* block: use aio_bh_schedule_oneshotPaolo Bonzini2016-10-071-4/+2Star
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-2/+2
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-3/+3
* block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf2016-07-051-3/+3
* block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf2016-07-051-3/+3
* qed: Convert to bdrv_co_pwrite_zeroes()Eric Blake2016-06-081-18/+15Star
* block: Track write zero limits in bytesEric Blake2016-06-081-1/+1
* qed: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+1Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* block: Drop superfluous invalidating bs->file from driversFam Zheng2016-05-121-6/+0Star
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-3/+3
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-2/+1Star
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1