summaryrefslogtreecommitdiffstats
path: root/block/block-backend.c
Commit message (Expand)AuthorAgeFilesLines
* block: Kill unused sector-based blk_* functionsEric Blake2016-05-121-51/+0Star
* block: Introduce byte-based aio read/writeEric Blake2016-05-121-1/+17
* block: Switch blk_*write_zeroes() to byte interfaceEric Blake2016-05-121-22/+11Star
* block: Switch blk_read_unthrottled() to byte interfaceEric Blake2016-05-121-4/+4
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-2/+4
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
* block: introduce bdrv_no_throttling_begin/endPaolo Bonzini2016-05-121-4/+2Star
* block: Don't ignore flags in blk_{,co,aio}_write_zeroes()Kevin Wolf2016-04-151-3/+4
* block: Fix blk_aio_write_zeroes()Kevin Wolf2016-04-151-7/+13
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-11/+0Star
* block: Move enable_write_cache to BB levelKevin Wolf2016-03-301-15/+27
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-0/+4
* block: Remove blk_set_bs()Kevin Wolf2016-03-301-17/+0Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf2016-03-171-4/+5
* block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf2016-03-171-13/+92
* block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf2016-03-171-15/+21
* block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf2016-03-171-9/+8Star
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2016-03-171-2/+10
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2016-03-171-9/+30
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2016-03-171-4/+60
* block: Use BdrvChild in BlockBackendKevin Wolf2016-03-171-101/+153
* block: Add blk_next_root_bs()Max Reitz2016-03-171-0/+24
* block: Move some bdrv_*_all() functions to BBMax Reitz2016-03-171-6/+38
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2016-03-171-17/+0Star
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-19/+7Star
* blockdev: Separate BB name managementMax Reitz2016-03-171-31/+61
* blockdev: Add list of all BlockBackendsMax Reitz2016-03-171-1/+23
* blockdev: Rename blk_backendsMax Reitz2016-03-171-9/+11
* block: Add blk_commit_all()Max Reitz2016-03-171-0/+5
* block: Use blk_next() in block-backend.cMax Reitz2016-03-171-6/+6
* block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf2016-03-141-7/+16
* block: Add blk_remove_all_bs()Max Reitz2016-02-021-0/+15
* block: Use blk_remove_bs() in blk_delete()Max Reitz2016-02-021-4/+3Star
* block: Remove BDS close notifierMax Reitz2016-02-021-7/+0Star
* block: Add BB-BDS remove/insert notifiersMax Reitz2016-02-021-0/+20
* block: Add blk_dev_has_tray()Max Reitz2016-02-021-1/+9
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* nbd-server: do not exit on failed memory allocationPaolo Bonzini2016-01-151-0/+5
* block-backend: add blk_get_max_iov()Stefan Hajnoczi2015-12-221-0/+5
* block: add blk_abort_aio_requestPeter Lieven2015-11-171-8/+9
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-121-0/+1
* block: Add blk_get_refcnt()Alberto Garcia2015-11-111-0/+5
* block: Inquire tray state before tray-moved eventsMax Reitz2015-11-111-10/+7Star
* block: Add functions for inheriting a BBRSMax Reitz2015-11-111-0/+27
* block: Add blk_remove_bs()Max Reitz2015-11-111-0/+12
* block: Add blk_insert_bs()Max Reitz2015-10-231-0/+11
* block: Prepare remaining BB functions for NULL BDSMax Reitz2015-10-231-16/+56
* block: Fail requests to empty BlockBackendMax Reitz2015-10-231-1/+54
* block: Make some BB functions fall back to BBRSMax Reitz2015-10-231-4/+24