1. 09 Aug, 2022 6 commits
  2. 08 Aug, 2022 1 commit
  3. 02 Aug, 2022 3 commits
  4. 21 Jul, 2022 1 commit
  5. 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
  6. 01 Sep, 2021 6 commits
  7. 31 Aug, 2021 9 commits
  8. 30 Aug, 2021 1 commit
  9. 10 Aug, 2021 1 commit
  10. 06 Aug, 2021 1 commit
  11. 02 Jul, 2021 2 commits
  12. 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
  13. 19 Nov, 2020 1 commit
  14. 06 Nov, 2020 6 commits