1. b4bd00f error: Print errors using Display impl by David Tolnay · 6 years ago
  2. 5329be3 devices: block: add bounds checks by Daniel Verkamp · 6 years ago
  3. 92f73d7 devices: block: add resize VmControl request by Daniel Verkamp · 6 years ago
  4. 70eb15d devices: block: protect disk_size with a mutex by Daniel Verkamp · 6 years ago
  5. 2f0318f devices: block: build config space on demand by Daniel Verkamp · 6 years ago
  6. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 6 years ago
  7. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  8. f4ee2ad devices: make all virtio devices report version 1 by Daniel Verkamp · 6 years ago
  9. e81a3e6 devices: convert virtio features to a u64 by Daniel Verkamp · 6 years ago
  10. 120d95e devices: pci: support level-triggered interrupts by Daniel Verkamp · 6 years ago
  11. 510c783 sys_util: add trait to fsync File and QcowFile by Daniel Verkamp · 6 years ago
  12. de198cc devices: virtio: block: ignore Discard failures by Daniel Verkamp · 6 years ago
  13. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  14. b605850 devices: block: track flush timer armed state by Daniel Verkamp · 6 years ago
  15. a40cbb4 devices: block: enforce read-only in execute() by Daniel Verkamp · 6 years ago
  16. 713dd60 devices: block: clear flush timer once it fires by Daniel Verkamp · 6 years ago
  17. 4a55609 devices: block: Flush a minute after a write by Dylan Reid · 6 years ago
  18. 7621d91 devices: block: implement discard and write zeroes by Daniel Verkamp · 6 years ago
  19. d0a0828 devices: block: define config space as a struct by Daniel Verkamp · 6 years ago
  20. 70589a0 devices: block: add support for read-only feature by Daniel Verkamp · 6 years ago
  21. 18fa205 devices: block: store features as a u64 by Daniel Verkamp · 6 years ago
  22. 5f871eb devices: block: define features as shift counts by Daniel Verkamp · 6 years ago
  23. 898921f device: block: Update status of the flush command by Dylan Reid · 6 years ago
  24. 6fd0c6f devices: block: Support flush command by Dylan Reid · 6 years ago
  25. caaeb04 devices: block: add sector info to block errors by Sonny Rao · 6 years ago
  26. f96be03 devices: block: use PollContext in block device by Zach Reizner · 7 years ago
  27. d1ab493 fix some clippy errors that are default deny by Zach Reizner · 7 years ago
  28. c3579e0 block: Put more info in Read and Write errors by Dylan Reid · 7 years ago
  29. 29cd40a crosvm: change GuestAddress to always be a u64 by Sonny Rao · 7 years ago
  30. c205192 devices: block: require traits not a file by Dylan Reid · 7 years ago
  31. ce37479 crosvm/devices: set thread names by Stephen Barber · 7 years ago
  32. d169a8d Move crosvm/hw to a new devices module by Dylan Reid · 7 years ago[Renamed from src/hw/virtio/block.rs]
  33. bb493dd convert println logs to logging macros by Zach Reizner · 7 years ago
  34. 270f7b6 Improve guest memory error handling by Dylan Reid · 7 years ago
  35. 3a4cca1 crosvm: block - Fill upper 4 bytes of disk size by Dylan Reid · 7 years ago
  36. 8686d9f crosvm: refactor mmio device setup by Stephen Barber · 7 years ago
  37. 6a4ca75 crosvm: add device type for VirtioDevice by Stephen Barber · 7 years ago
  38. 0d4f8df crosvm: add virtio block device by Zach Reizner · 7 years ago