summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
2016-04-15block: Don't ignore flags in blk_{,co,aio}_write_zeroes()Kevin Wolf
2016-04-15block: Fix blk_aio_write_zeroes()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30block: Remove blk_set_bs()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf
2016-03-17block: Add blk_next_root_bs()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17blockdev: Separate BB name managementMax Reitz
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz
2016-03-17blockdev: Rename blk_backendsMax Reitz
2016-03-17block: Add blk_commit_all()Max Reitz
2016-03-17block: Use blk_next() in block-backend.cMax Reitz
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf
2016-02-02block: Add blk_remove_all_bs()Max Reitz
2016-02-02block: Use blk_remove_bs() in blk_delete()Max Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz
2016-02-02block: Add blk_dev_has_tray()Max Reitz
2016-01-20block: Clean up includesPeter Maydell
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini
2015-12-22block-backend: add blk_get_max_iov()Stefan Hajnoczi
2015-11-17block: add blk_abort_aio_requestPeter Lieven
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia
2015-11-11block: Add blk_get_refcnt()Alberto Garcia
2015-11-11block: Inquire tray state before tray-moved eventsMax Reitz
2015-11-11block: Add functions for inheriting a BBRSMax Reitz
2015-11-11block: Add blk_remove_bs()Max Reitz
2015-10-23block: Add blk_insert_bs()Max Reitz
2015-10-23block: Prepare remaining BB functions for NULL BDSMax Reitz
2015-10-23block: Fail requests to empty BlockBackendMax Reitz
2015-10-23block: Make some BB functions fall back to BBRSMax Reitz
2015-10-23block: Add BlockBackendRootStateMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz
2015-10-23block: Fix BB AIOCB AioContext without BDSMax Reitz
2015-10-23block: Add blk_is_available()Max Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz