Age | Commit message (Expand) | Author | Files | Lines |
2024-06-28 | block: remove separate bdrv_file_open callback | Paolo Bonzini | 1 | -2/+2 |
2023-10-12 | block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK | Kevin Wolf | 1 | -0/+2 |
2023-09-08 | block/iscsi: Document why we use raw malloc() | Peter Maydell | 1 | -0/+1 |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi | 1 | -2/+1 |
2023-02-23 | block: Mark bdrv_co_copy_range() GRAPH_RDLOCK | Emanuele Giuseppe Esposito | 1 | -16/+12 |
2023-02-16 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -0/+1 |
2023-02-15 | block: deprecate iSCSI 'password' in favour of 'password-secret' | Daniel P. Berrangé | 1 | -0/+3 |
2023-02-10 | block/iscsi: fix double-free on BUSY or similar statuses | Paolo Bonzini | 1 | -0/+1 |
2023-02-01 | block: Convert bdrv_get_info() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 1 | -3/+4 |
2023-02-01 | block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 1 | -5/+5 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+1 |
2022-10-07 | iscsi: add missing coroutine_fn annotations | Paolo Bonzini | 1 | -1/+2 |
2022-09-30 | block: use bdrv_is_sg() helper instead of raw bs->sg reading | Denis V. Lunev | 1 | -1/+1 |
2022-04-06 | include: move qemu_get_vm_name() to sysemu.h | Marc-André Lureau | 1 | -1/+1 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -2/+2 |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy | 1 | -5/+11 |
2021-09-29 | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy | 1 | -10/+20 |
2021-09-29 | block: use int64_t instead of uint64_t in copy_range driver handlers | Vladimir Sementsov-Ogievskiy | 1 | -6/+6 |
2021-09-15 | block/iscsi: Do not force-cap *pnum | Hanna Reitz | 1 | -3/+0 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 1 | -2/+0 |
2020-12-11 | block/iscsi: Use lock guard macros | Gan Qixin | 1 | -26/+24 |
2020-09-29 | qapi: Restrict query-uuid command to machine code | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-07-10 | iscsi: return -EIO when sense fields are meaningless | Xie Yongji | 1 | -0/+2 |
2020-07-10 | iscsi: handle check condition status in retry loop | Xie Yongji | 1 | -10/+10 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 1 | -2/+1 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -2/+1 |
2020-07-06 | block/iscsi: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -5/+2 |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 1 | -1/+1 |
2020-04-20 | block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb | Chen Qun | 1 | -2/+1 |
2020-03-27 | block/iscsi:use the flags in iscsi_open() prevent Clang warning | Chen Qun | 1 | -1/+1 |
2020-03-26 | block: trickle down the fallback image creation function use to the block dri... | Maxim Levitsky | 1 | -12/+4 |
2020-02-20 | iscsi: Drop iscsi_co_create_opts() | Max Reitz | 1 | -56/+0 |
2020-01-27 | iscsi: Don't access non-existent scsi_lba_status_descriptor | Kevin Wolf | 1 | -1/+1 |
2020-01-27 | iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711) | Felipe Franciosi | 1 | -2/+3 |
2019-10-28 | block: Evaluate @exact in protocol drivers | Max Reitz | 1 | -1/+6 |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 1 | -1/+2 |
2019-10-14 | replay: add BH oneshot event for block layer | Pavel Dovgalyuk | 1 | -2/+3 |
2019-07-15 | iscsi: base all handling of check condition on scsi_sense_to_errno | Paolo Bonzini | 1 | -15/+14 |
2019-07-15 | iscsi: fix busy/timeout/task set full | Paolo Bonzini | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-11 | block/iscsi: Restrict Linux-specific code | Philippe Mathieu-Daudé | 1 | -0/+7 |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 1 | -0/+18 |
2019-01-22 | block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 mode | Thomas Huth | 1 | -0/+2 |
2019-01-11 | block/iscsi: cancel libiscsi task when ABORT TASK TMF completes | Stefan Hajnoczi | 1 | -2/+14 |
2019-01-11 | block/iscsi: fix ioctl cancel use-after-free | Stefan Hajnoczi | 1 | -3/+18 |
2019-01-11 | block/iscsi: take iscsilun->mutex in iscsi_timed_check_events() | Stefan Hajnoczi | 1 | -0/+4 |
2019-01-11 | block/iscsi: drop unused IscsiAIOCB->buf field | Stefan Hajnoczi | 1 | -8/+0 |
2018-11-05 | iscsi: Support auto-read-only option | Kevin Wolf | 1 | -3/+5 |