1. b0f5fc8 Split fd_server service impl into new file by Victor Hsieh · 3 years, 11 months ago
  2. 88e5017 Deprecate local file support in authfs by Victor Hsieh · 3 years, 11 months ago
  3. c2a49cc Define debug levels by Jiyong Park · 3 years, 11 months ago
  4. cd359bb Extract run_rpc_server to libbinder_common by Alan Stokes · 3 years, 11 months ago
  5. e1b6e1c Don't start authfs until fd_server is ready by Alan Stokes · 4 years ago
  6. 3189af0 Extract a library for common binder-related things by Alan Stokes · 4 years ago
  7. eecbe72 Fix race in AuthFsHostTest. by Alan Stokes · 4 years ago
  8. d63cfff Add --mem option to the vm tool by Jiyong Park · 4 years ago
  9. 64d96fb Merge "Revert "Enable pKVM before running tests"" by Treehugger Robot · 4 years ago
  10. 69c30bf Revert "Enable pKVM before running tests" by Dan Shi · 4 years ago
  11. 9a54133 Merge "Enable pKVM before running tests" by Andrew Scull · 4 years ago
  12. 1a8cd04 authfs: Remove local binder support by Victor Hsieh · 4 years ago
  13. 50d75ac Remove file size from authfs flags by Victor Hsieh · 4 years ago
  14. 86ba5b3 Enable pKVM before running tests by Andrew Scull · 4 years ago
  15. a81194e Add bindgen bindings test by Joel Galenson · 4 years ago
  16. f81b058 Upgrade to nix-0.22.0. by Joel Galenson · 4 years, 1 month ago
  17. 71f1003 authfs: expose fsverity digest via xattr by Victor Hsieh · 4 years, 1 month ago
  18. ebb1d90 Switch compsvc to use authfs_service by Victor Hsieh · 4 years, 1 month ago
  19. 8bb67b6 Start authfs_service during boot on microdroid by Victor Hsieh · 4 years, 1 month ago
  20. 6932ee0 Merge "Introduce authfs_service" by Treehugger Robot · 4 years, 1 month ago
  21. 045f1e6 Introduce authfs_service by Victor Hsieh · 4 years, 1 month ago
  22. 4cc3b79 authfs: Support extra mount options by Victor Hsieh · 4 years, 1 month ago
  23. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
  24. 2acfb0a Update source for new lints in 1.52.1 by Chris Wailes · 4 years, 1 month ago
  25. 5534e52 Speed up AuthFsHostTest by reusing the VM by Victor Hsieh · 4 years, 2 months ago
  26. f29fe39 Revert "Merge AuthFsHostTest into MicrodroidTestCase" by Jiyong Park · 4 years, 2 months ago
  27. 7fc99e6 Merge AuthFsHostTest into MicrodroidTestCase by Victor Hsieh · 4 years, 2 months ago
  28. d8a5f96 Move AuthFsHostTest into VM by Victor Hsieh · 4 years, 2 months ago
  29. c3d45b1 authfs: Remove Arc<Mutex<>> now that Strong is Sync by Victor Hsieh · 4 years, 2 months ago
  30. 9ab13e5 authfs: Fix broken test by Victor Hsieh · 4 years, 2 months ago
  31. 668b3cc Make tests run for presubmit builds by Jiyong Park · 4 years, 2 months ago
  32. 2445e33 authfs: Support RPC binder by Victor Hsieh · 4 years, 3 months ago
  33. b50e0fa authfs/fd_server: set prefer_rlib to true by Victor Hsieh · 4 years, 3 months ago
  34. e8f546c Run microdroid on cuttlefish on GCE by Jiyong Park · 4 years, 4 months ago
  35. f9f3903 authfs: Add integration test for file resizing by Victor Hsieh · 4 years, 4 months ago
  36. 2c3ea13 Merge changes I1ec20b6f,Id556f5ae by Victor Hsieh · 4 years, 4 months ago
  37. 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 4 months ago
  38. 8e161b5 authfs: Drop support of direct I/O by Victor Hsieh · 4 years, 4 months ago
  39. 4de2878 Moved set_requesting_sid to public BinderFeatures struct. by Andrew Walbran · 4 years, 5 months ago
  40. 8018e9a authfs: Remove integration test from TEST_MAPPING by Victor Hsieh · 4 years, 5 months ago
  41. 6cf75b5 authfs: fix lints with rustc 1.51.0 by Victor Hsieh · 4 years, 5 months ago
  42. 7c51aa4 Replace sleep with polling in AuthFsHostTest by Victor Hsieh · 4 years, 5 months ago
  43. c81738d authfs: fix crash on read_chunk of a remote file by Victor Hsieh · 4 years, 5 months ago
  44. 4dc85c9 authfs: return Merkle tree hidden in the filesystem by Victor Hsieh · 4 years, 6 months ago
  45. a9a9a62 Merge "authfs: refine/rename trait ReadOnlyDataByChunk" by Treehugger Robot · 4 years, 5 months ago
  46. b42de2d Merge "authfs: replace tuple w/ anonymous struct in FileConfig" by Treehugger Robot · 4 years, 5 months ago
  47. 27b482e [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 5 months ago
  48. d0bb5d3 authfs: refine/rename trait ReadOnlyDataByChunk by Victor Hsieh · 4 years, 6 months ago
  49. 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 6 months ago
  50. 3bf1350 Merge "authfs: add AuthFsTestCases to presubmit" by Treehugger Robot · 4 years, 6 months ago
  51. 8316a62 Merge "set_requesting_sid is now on IBinderInternal." by Andrew Walbran · 4 years, 6 months ago
  52. 632a39d authfs: add AuthFsTestCases to presubmit by Victor Hsieh · 4 years, 6 months ago
  53. 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 6 months ago
  54. 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 6 months ago
  55. 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 6 months ago
  56. 60acfd3 authfs: Remote file editor over binder by Victor Hsieh · 4 years, 6 months ago
  57. ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 6 months ago
  58. bb49b44 set_requesting_sid is now on IBinderInternal. by Andrew Walbran · 4 years, 6 months ago
  59. 573c649 Add authfs and fd_server to com.android.virt apex by Victor Hsieh · 4 years, 6 months ago
  60. cc09386 Stop mapping Binder errors, now that Status is Send by Andrew Walbran · 4 years, 6 months ago
  61. bb0e16a Merge changes I76e5ebd8,I8e47acb1 by Treehugger Robot · 4 years, 6 months ago
  62. dde1790 authfs: Add MerkleLeaves for integrity bookkeeping by Victor Hsieh · 4 years, 6 months ago
  63. da3fbc4 authfs: Replace a trait bound const w/ a simple const by Victor Hsieh · 4 years, 6 months ago
  64. 51f142c Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization" by Treehugger Robot · 4 years, 6 months ago
  65. 606dfaa [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 6 months ago
  66. f01f323 authfs: Support binder-backed file source by Victor Hsieh · 4 years, 9 months ago
  67. 42cc776 authfs: fd_server to expose local FD via binder interface by Victor Hsieh · 4 years, 7 months ago
  68. fa4477a authfs: add unit tests for ChunkedFileReader by Victor Hsieh · 4 years, 7 months ago
  69. 2efc476 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 7 months ago
  70. ab293ee authfs: run unit tests in presubmit by Victor Hsieh · 4 years, 7 months ago
  71. e5ed7ec authfs: Remove host targets by Victor Hsieh · 4 years, 7 months ago
  72. ad46e0b authfs: Re-enable the build of device unit test by Victor Hsieh · 4 years, 7 months ago
  73. 3f5f236 Remove explicit lifetimes by Thiébaud Weksteen · 4 years, 8 months ago
  74. 858a928 Disable authfs for darwin host by Thiébaud Weksteen · 4 years, 8 months ago
  75. 9a0ee7e Fix build on aosp-master/mainline_modules by Victor Hsieh · 4 years, 8 months ago
  76. 88ac6ca authfs: FUSE to serve file with fs-verity verification by Victor Hsieh · 4 years, 10 months ago
  77. f77c572 authfs: create a chunked reader with fs-verity verification by Victor Hsieh · 4 years, 10 months ago
  78. f407023 Merge "authfs: implement fs-verity Merkle tree verification" by Treehugger Robot · 4 years, 10 months ago
  79. 160fcb8 Merge "authfs: Delete TEST_MAPPING" by Treehugger Robot · 4 years, 10 months ago
  80. fb54ff0 authfs: Delete TEST_MAPPING by Victor Hsieh · 4 years, 10 months ago
  81. ec18456 authfs: implement fs-verity Merkle tree verification by Victor Hsieh · 4 years, 10 months ago
  82. d1cb0d7 authfs: Add FFI to libcrypto by Victor Hsieh · 4 years, 10 months ago
  83. 1fe51c4 authfs: add readers for chunked data by Victor Hsieh · 4 years, 10 months ago