1. bc538b3 Merge remote-tracking branch 'aosp/upstream-main' into master by Steven Moreland · 2 years, 6 months ago
  2. bf0ae75 Revert "Revert "Merge remote-tracking branch 'aosp/upstream-main' into master."" by Steven Moreland · 2 years, 6 months ago
  3. 67dc513 fuse: disambiguate max_read and max_write by Victor Hsieh · 2 years, 7 months ago
  4. fc255a9 fuse: Multiple threads support by Victor Hsieh · 2 years, 7 months ago
  5. 70f44d9 fuse: Add FuseConfig builder API by Victor Hsieh · 2 years, 7 months ago
  6. 0db46d2 Revert "Merge remote-tracking branch 'aosp/upstream-main' into master." by Pierre-Clément Tosi · 2 years, 7 months ago
  7. bed40ad crosvm: migrate to Rust 2021 edition by Anton Romanov · 2 years, 7 months ago
  8. 935d1f0 Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 7 months ago
  9. ae5118f Enable windows tests for a few crates by Vikram Auradkar · 2 years, 8 months ago
  10. 2360f1e Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 8 months ago
  11. 0108238 Upstream windows build/test script by Vikram Auradkar · 2 years, 8 months ago
  12. 4cc712a Re-run all2android.sh. by Andrew Walbran · 2 years, 9 months ago
  13. e5a3f60 Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 2 years, 10 months ago
  14. 2533dd1 fuse: Set `max_pages` in `InitOut` by Chirantan Ekbote · 2 years, 10 months ago
  15. c13c0c2 enumn: switch to upstream crates.io version by Daniel Verkamp · 2 years, 11 months ago
  16. c3dedf3 cleanup: Fix previously disabled clippy checks by Dennis Kempin · 2 years, 11 months ago
  17. c0875bf Merge remote-tracking branch 'aosp/upstream-main' into master by Andrew Walbran · 2 years, 11 months ago
  18. 8a1c50d Refactoring: Move various general purpose crates to common/ by Dennis Kempin · 3 years ago
  19. 6c29b1e Changes from latest cargo2android.py. by Andrew Walbran · 3 years, 1 month ago
  20. 620b0f0 fuse: convert to ThisError and sort by Daniel Verkamp · 3 years, 1 month ago
  21. 166d1dd crosvm: fix needless_borrow clippy warning by Daniel Verkamp · 3 years, 1 month ago
  22. 9256c3f UPSTREAM: Drain the read buffer of DevFuseReader by Victor Hsieh · 3 years, 1 month ago
  23. 23cecdf UPSTREAM: fuse: Implement Reader and Writer for mutable references by Chirantan Ekbote · 3 years, 1 month ago
  24. 5c4e034 Drain the read buffer of DevFuseReader by Victor Hsieh · 3 years, 1 month ago
  25. 98aeeff fuse: Implement Reader and Writer for mutable references by Chirantan Ekbote · 3 years, 1 month ago
  26. bd9b1bc Add newlines to end of Cargo.toml files. by Andrew Walbran · 3 years, 1 month ago
  27. b1fcab2 Don't include comments with version numbers in Android.bp files. by Andrew Walbran · 3 years, 2 months ago
  28. f9d2d64 Merge remote-tracking branch 'aosp/upstream-main' into master. by Andrew Walbran · 3 years, 2 months ago
  29. b5d1bc4 Merge remote-tracking branch 'aosp/upstream-main' into 'aosp/master' by Jason Macnak · 3 years, 3 months ago
  30. 0d50986 Merge changes from topic "cuttlefish-crosvm-merge-2021-05-02" by Jason Macnak · 3 years, 4 months ago
  31. a5af1f7 UPSTREAM: fuse: support general mount options by Jiyong Park · 3 years, 4 months ago
  32. 7b6672a fuse: support general mount options by Jiyong Park · 3 years, 4 months ago
  33. f510eee Update Android.bp after latest Crosvm merge by Jason Macnak · 3 years, 4 months ago
  34. b36408f Fix build files by Jorge E. Moreira · 3 years, 5 months ago
  35. 67c7636 Merge remote-tracking branch 'aosp/upstream-main' by Jorge E. Moreira · 3 years, 5 months ago
  36. d09392e uprev rust-toolchain and fix clippy warnings by Zach Reizner · 3 years, 7 months ago
  37. 8863c0f Merge remote-tracking branch 'aosp/upstream-main' into master by Alistair Delva · 3 years, 7 months ago
  38. a98536a Revert^2 "Update Android.bp files" by Jorge Moreira Broche · 3 years, 7 months ago
  39. d50cfc6 Revert^2 "Merge remote-tracking branch 'aosp/upstream-main'" by Jorge Moreira Broche · 3 years, 7 months ago
  40. fb12132 Revert "Merge remote-tracking branch 'aosp/upstream-main'" by Florian Mayer · 3 years, 7 months ago
  41. a4b0e0a Revert "Update Android.bp files" by Florian Mayer · 3 years, 7 months ago
  42. e0ea4e0 fs: Include Inode in ioctl parameters by Chirantan Ekbote · 3 years, 7 months ago
  43. af377bf Update Android.bp files by Jorge E. Moreira · 3 years, 7 months ago
  44. b8979ac Merge remote-tracking branch 'aosp/upstream-main' by Jorge E. Moreira · 3 years, 7 months ago
  45. 4a33bcb fs: Support zero-message open by Chirantan Ekbote · 3 years, 8 months ago
  46. a028314 [LSC] Add LOCAL_LICENSE_KINDS to external/crosvm by Bob Badour · 3 years, 8 months ago
  47. 5b49993 fuse: Remove SECURITY_CTX feature by Chirantan Ekbote · 3 years, 8 months ago
  48. 451ee23 fuse: Fix boundary check of buffer size and header by Victor Hsieh · 3 years, 8 months ago
  49. e7d5165 Clean TEST_MAPPING files in crosvm for rust by Julien Desprez · 3 years, 8 months ago
  50. 9cfdbd9 Fix clippy errors and some warnings. by Andrew Walbran · 3 years, 9 months ago
  51. de498d1 fuse: supply a no-op Mapper for fuzzing by Daniel Verkamp · 3 years, 9 months ago
  52. 9eb640c fuse: Fix build error with fuzzing cfg flag by Keiichi Watanabe · 3 years, 9 months ago
  53. eefe7fb devices: virtio: fs: DAX based shared memory support by Keiichi Watanabe · 3 years, 10 months ago
  54. 67afb23 virtiofs: Add support for CHROMEOS_TMPFILE by Chirantan Ekbote · 3 years, 11 months ago
  55. 7085735 Merge commit '47996808415af4e0b7bd11db103b52d5fdd5fda7' into HEAD by Victor Hsieh · 3 years, 10 months ago
  56. 4799680 fuse: provide a mount API by Victor Hsieh · 3 years, 10 months ago
  57. c7ae4b7 fuse: implement a worker to work with /dev/fuse by Victor Hsieh · 4 years ago
  58. fe8a4ba fuse: Replace split_at in the Writer trait with write_at by Victor Hsieh · 4 years ago
  59. bae88f4 fuse: extract FUSE as a crate from virtio/fs by Victor Hsieh · 4 years ago