1. 10 Aug, 2022 5 commits
  2. 09 Aug, 2022 7 commits
  3. 08 Aug, 2022 1 commit
  4. 02 Aug, 2022 3 commits
  5. 21 Jul, 2022 1 commit
  6. 18 Oct, 2021 1 commit
    • Xi Wang's avatar
      port virtio_disk to virtio spec 1.0+ · cd00a823
      Xi Wang authored
      The legacy interface is confusing. It's better to make virtio_disk
      conform to the virtio spec. This is supported in QEMU since 4.2 by
      disabling force-legacy for virtio-mmio.
      cd00a823
  7. 01 Sep, 2021 6 commits
  8. 31 Aug, 2021 9 commits
  9. 30 Aug, 2021 1 commit
  10. 10 Aug, 2021 1 commit
  11. 06 Aug, 2021 1 commit
  12. 02 Jul, 2021 2 commits
  13. 24 Nov, 2020 1 commit
    • Frans Kaashoek's avatar
      Rename icache to itable · 077323a8
      Frans Kaashoek authored
      The inode cache isn't really a cache. The main purpose of it is to
      allow for synchronization (locking individual inodes), providing
      long-lived references to inodes, and ensuring that there is only inode
      in memory.
      077323a8
  14. 19 Nov, 2020 1 commit