summary refs log tree commit diff
path: root/devices/src/virtio/block.rs
Commit message (Expand)AuthorAge
...
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* devices: block: protect disk_size with a mutexDaniel Verkamp2019-01-05
* devices: block: build config space on demandDaniel Verkamp2019-01-05
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: make all virtio devices report version 1Daniel Verkamp2018-11-26
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* sys_util: add trait to fsync File and QcowFileDaniel Verkamp2018-10-26
* devices: virtio: block: ignore Discard failuresDaniel Verkamp2018-10-19
* cargo fmt all source codeZach Reizner2018-10-09
* devices: block: track flush timer armed stateDaniel Verkamp2018-09-27
* devices: block: enforce read-only in execute()Daniel Verkamp2018-09-21
* devices: block: clear flush timer once it firesDaniel Verkamp2018-09-19
* devices: block: Flush a minute after a writeDylan Reid2018-09-17
* devices: block: implement discard and write zeroesDaniel Verkamp2018-09-10
* devices: block: define config space as a structDaniel Verkamp2018-08-15
* devices: block: add support for read-only featureDaniel Verkamp2018-08-13
* devices: block: store features as a u64Daniel Verkamp2018-08-13
* devices: block: define features as shift countsDaniel Verkamp2018-08-13
* device: block: Update status of the flush commandDylan Reid2018-07-17
* devices: block: Support flush commandDylan Reid2018-07-13
* devices: block: add sector info to block errorsSonny Rao2018-05-04
* devices: block: use PollContext in block deviceZach Reizner2018-04-04
* fix some clippy errors that are default denyZach Reizner2018-03-07
* block: Put more info in Read and Write errorsDylan Reid2018-02-12
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* devices: block: require traits not a fileDylan Reid2018-01-16
* crosvm/devices: set thread namesStephen Barber2017-10-30
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09