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