Age | Commit message (Expand) | Author |
2016-03-17 | block: Use blk_co_pwritev() in blk_co_write_zeroes() | Kevin Wolf |
2016-03-17 | block: Use blk_aio_prwv() for aio_read/write/write_zeroes | Kevin Wolf |
2016-03-17 | block: Use blk_prw() in blk_pread()/blk_pwrite() | Kevin Wolf |
2016-03-17 | block: Use blk_co_pwritev() in blk_write_zeroes() | Kevin Wolf |
2016-03-17 | block: Pull up blk_read_unthrottled() implementation | Kevin Wolf |
2016-03-17 | block: Use blk_co_pwritev() for blk_write() | Kevin Wolf |
2016-03-17 | block: Use blk_co_preadv() for blk_read() | Kevin Wolf |
2016-03-17 | block: Use BdrvChild in BlockBackend | Kevin Wolf |
2016-03-17 | block: Add blk_next_root_bs() | Max Reitz |
2016-03-17 | block: Move some bdrv_*_all() functions to BB | Max Reitz |
2016-03-17 | blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del() | Max Reitz |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz |
2016-03-17 | blockdev: Separate BB name management | Max Reitz |
2016-03-17 | blockdev: Add list of all BlockBackends | Max Reitz |
2016-03-17 | blockdev: Rename blk_backends | Max Reitz |
2016-03-17 | block: Add blk_commit_all() | Max Reitz |
2016-03-17 | block: Use blk_next() in block-backend.c | Max Reitz |
2016-03-14 | block: Introduce blk_set_allow_write_beyond_eof() | Kevin Wolf |
2016-02-02 | block: Add blk_remove_all_bs() | Max Reitz |
2016-02-02 | block: Use blk_remove_bs() in blk_delete() | Max Reitz |
2016-02-02 | block: Remove BDS close notifier | Max Reitz |
2016-02-02 | block: Add BB-BDS remove/insert notifiers | Max Reitz |
2016-02-02 | block: Add blk_dev_has_tray() | Max Reitz |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-15 | nbd-server: do not exit on failed memory allocation | Paolo Bonzini |
2015-12-22 | block-backend: add blk_get_max_iov() | Stefan Hajnoczi |
2015-11-17 | block: add blk_abort_aio_request | Peter Lieven |
2015-11-12 | block: Compute minimum, maximum and average I/O latencies | Alberto Garcia |
2015-11-11 | block: Add blk_get_refcnt() | Alberto Garcia |
2015-11-11 | block: Inquire tray state before tray-moved events | Max Reitz |
2015-11-11 | block: Add functions for inheriting a BBRS | Max Reitz |
2015-11-11 | block: Add blk_remove_bs() | Max Reitz |
2015-10-23 | block: Add blk_insert_bs() | Max Reitz |
2015-10-23 | block: Prepare remaining BB functions for NULL BDS | Max Reitz |
2015-10-23 | block: Fail requests to empty BlockBackend | Max Reitz |
2015-10-23 | block: Make some BB functions fall back to BBRS | Max Reitz |
2015-10-23 | block: Add BlockBackendRootState | Max Reitz |
2015-10-23 | block: Move I/O status and error actions into BB | Max Reitz |
2015-10-23 | block: Move BlockAcctStats into BlockBackend | Max Reitz |
2015-10-23 | block: Move guest_block_size into BlockBackend | Max Reitz |
2015-10-23 | block: Fix BB AIOCB AioContext without BDS | Max Reitz |
2015-10-23 | block: Add blk_is_available() | Max Reitz |
2015-10-23 | block: Make bdrv_is_inserted() return a bool | Max Reitz |
2015-10-16 | block-backend: Add blk_set_bs() | Kevin Wolf |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz |
2015-06-23 | block-backend: Introduce blk_drain() | Alexander Yarygin |
2015-04-28 | block-backend: Expose bdrv_write_zeroes() | Kevin Wolf |
2015-03-10 | block-backend: Add wrappers for blocksizes and geometry probing | Ekaterina Tumanova |
2015-02-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell |
2015-02-18 | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster |