Age | Commit message (Expand) | Author |
2020-06-17 | virtio-blk: On restart, process queued requests in the proper context | Sergio Lopez |
2020-06-17 | virtio-blk: Refactor the code that processes queued requests | Sergio Lopez |
2020-01-06 | virtio: make seg_max virtqueue size dependent | Denis Plotnikov |
2019-12-13 | virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised | Evgeny Yakovlev |
2019-02-22 | virtio-blk: add DISCARD and WRITE_ZEROES features | Stefano Garzarella |
2019-02-22 | virtio-blk: set config size depending on the features enabled | Stefano Garzarella |
2019-02-22 | virtio-blk: add host_features field in VirtIOBlock | Stefano Garzarella |
2017-12-19 | virtio-blk: make queue size configurable | Mark Kanda |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng |
2016-10-10 | virtio-blk: make some functions static | Greg Kurz |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-06-28 | virtio-blk: add num-queues device property | Stefan Hajnoczi |
2016-06-28 | virtio-blk: associate request with a virtqueue | Stefan Hajnoczi |
2016-06-28 | virtio-blk: add VirtIOBlockConf->num_queues | Stefan Hajnoczi |
2016-04-07 | virtio-blk: use aio handler for data plane | Michael S. Tsirkin |
2016-04-07 | virtio-blk: fix disabled mode | Paolo Bonzini |
2016-02-25 | virtio-blk: do not use vring in dataplane | Paolo Bonzini |
2016-02-25 | virtio-blk: fix "disabled data plane" mode | Paolo Bonzini |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-02-04 | virtio: move VirtQueueElement at the beginning of the structs | Paolo Bonzini |
2015-12-07 | virtio-blk: Drop x-data-plane option | Fam Zheng |
2015-04-08 | virtio-blk: correctly dirty guest memory | Paolo Bonzini |
2015-02-26 | virtio-blk: switch to standard-headers | Michael S. Tsirkin |
2015-02-06 | virtio-blk: add a knob to disable request merging | Peter Lieven |
2015-02-06 | virtio-blk: introduce multiread | Peter Lieven |
2015-02-06 | hw/virtio-blk: add a constant for max number of merged requests | Peter Lieven |
2015-01-23 | virtio-blk: Pass req to virtio_blk_handle_scsi_req | Fam Zheng |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | virtio-blk: Rename VirtIOBlkConf variables to conf | Markus Armbruster |
2014-10-20 | virtio-blk: Drop redundant VirtIOBlock member conf | Markus Armbruster |
2014-09-22 | block: Always compile virtio-blk dataplane | Fam Zheng |
2014-09-10 | block: Extract the block accounting code | BenoƮt Canet |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi |
2014-07-06 | virtio: move common virtio properties to bus class device | Ming Lei |
2014-07-01 | virtio-blk: move qdev properties into virtio-blk.c | Stefan Hajnoczi |
2014-07-01 | virtio-blk: drop virtio_blk_set_conf() | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move x-data-plane qdev property to virtio-blk.h | Stefan Hajnoczi |
2014-07-01 | virtio-blk: avoid qdev property definition duplication | Stefan Hajnoczi |
2014-06-27 | virtio-blk: Export request handling functions to dataplane | Fam Zheng |
2014-06-27 | virtio-blk: Make request completion function virtual | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.out to structrue | Fam Zheng |
2014-06-27 | virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr | Fam Zheng |
2014-06-27 | virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.elem to pointer | Fam Zheng |
2014-06-27 | virtio-blk: Move VirtIOBlockReq to header | Fam Zheng |
2014-06-04 | virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi | Fam Zheng |
2014-03-13 | dataplane: replace internal thread with IOThread | Stefan Hajnoczi |
2013-09-20 | virtio-blk: do not relay a previous driver's WCE configuration to the current | Paolo Bonzini |
2013-07-29 | dataplane: enable virtio-blk x-data-plane=on live migration | Stefan Hajnoczi |
2013-04-15 | virtio: fix broken aliases. | KONRAD Frederic |