summary refs log tree commit diff
path: root/devices/src/virtio/block.rs
Commit message (Expand)AuthorAge
* Make lots of things DebugAlyssa Ross2020-07-02
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* crosvm: fix deadlock on early VmRequestAlyssa Ross2020-06-15
* descriptor_utils: Remove need for temporary vectorsChirantan Ekbote2020-05-14
* Virtio: Add blk VIRTIO_RING_F_EVENT_IDX featureXiong Zhang2020-03-05
* devices: block: let resize convert to non-sparseDaniel Verkamp2020-02-27
* Virtio: Add virtio block irq suppressXiong Zhang2020-02-19
* virtio: Inject virtio-blk interrupt quicklyXiong Zhang2020-02-19
* devices: virtio: block: keep disk allocated on resizeDaniel Verkamp2020-01-24
* virtio: resolve some new introduced clippy warningsChuanxiao Dong2020-01-10
* virtio: implement reset for balloon/rng/blk/netChuanxiao Dong2020-01-03
* devices: block: add block_size option for disksDaniel Verkamp2019-12-10
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* disk: add get_len() to eliminate need for SeekDaniel Verkamp2019-11-27
* disk: switch from WriteZeroes to WriteZeroesAtDaniel Verkamp2019-11-27
* devices: block: add option to control sparsenessDaniel Verkamp2019-11-18
* Revert "devices: virtio: disable MSI-X for block and net"Daniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: virtio: block: refactor status_writer setupDaniel Verkamp2019-11-18
* devices: virtio: ensure all block data is transferredDaniel Verkamp2019-11-11
* devices: virtio: block: advertise seg_maxDaniel Verkamp2019-11-08
* devices: virtio: disable MSI-X for block and netDaniel Verkamp2019-10-31
* devices: virtio: block: use FileReadWriteAtVolatileDaniel Verkamp2019-10-29
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* devices: enable MSI-X for virtio-net and viotio-block devicesXiong Zhang2019-10-25
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* Add explicit `dyn` for trait objectsDaniel Verkamp2019-10-17
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* sys_util: add write_zeroes_all() functionDaniel Verkamp2019-09-25
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* Replace "AsRawFd" with "AsRawFds" for disks.Cody Schuffelen2019-08-30
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* devices: virtio: block: use descriptor chain utilsDaniel Verkamp2019-08-13
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: block: issue fsync when FlushTimer expiresDaniel Verkamp2019-05-29
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* devices: block: clarify read/write error messagesDaniel Verkamp2019-04-22
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve unneeded_field_patternDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* devices: block: report block size in configDaniel Verkamp2019-03-28
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* devices: block: add bounds checksDaniel Verkamp2019-01-31