1. a12763c AuthFsBenchmarks: Use measure_io from /mnt/apk/bin by Nikita Ioffe · 3 years ago
  2. a7cb367 Make sure that files under bin/ directory of apk get X permission by Nikita Ioffe · 3 years ago
  3. 437a88f Drop unnecessary dependencies to libbinder_rpc_unstable by Jiyong Park · 3 years, 1 month ago
  4. bd6d08a Logging improvements by Alan Stokes · 3 years, 1 month ago
  5. f11ada9 Merge "Importing rustc-1.66.0" by Charisee Chiw · 3 years, 1 month ago
  6. 96113f3 Importing rustc-1.66.0 by Charisee · 3 years, 1 month ago
  7. db4cbf7 authfs: use the new fsverity-utils git repo URL by Eric Biggers · 3 years, 1 month ago
  8. da8786d Add more clap tests. by Andrew Walbran · 3 years, 3 months ago
  9. aa1efc4 Prepare for clap 4. by Andrew Walbran · 3 years, 7 months ago
  10. 8f3cf0e Change clock() in benchmarks to clock_gettime() by Inseob Kim · 3 years, 2 months ago
  11. f2bf56a Specify SYS_ADMIN capability for authfs_service by Nikita Ioffe · 3 years, 3 months ago
  12. a2125dd rpc_binder: Update users of RpcSession by David Brazdil · 3 years, 3 months ago
  13. 3238da4 rpc_binder: Set CID of vsock servers by David Brazdil · 3 years, 4 months ago
  14. df4e000 Restart fd_server per authfs benchmark trial by Inseob Kim · 3 years, 3 months ago
  15. 671e614 rpc_binder: Refactor users of RpcServer to use new API by David Brazdil · 3 years, 4 months ago
  16. 1219613 Add DeviceProperties class to get properties in both host/device tests by Alice Wang · 3 years, 4 months ago
  17. 15ae7b9 [rpc_binder] Use RPC binder over UDS for authfs_service by Alice Wang · 3 years, 5 months ago
  18. 579251e [benchmarks] Skip AuthFsBenchmarks on cuttlefish device by Alice Wang · 3 years, 4 months ago
  19. 37196d0 [authfs][test] Use static fields from AuthFsTestRule in tests by Alice Wang · 3 years, 4 months ago
  20. f31230f [authfs][test] Remove redundant supportsMicrodroid() check by Alice Wang · 3 years, 4 months ago
  21. cd9ab9b [benchmark] Collect authfs IO benchmarks in both (un)protected VMs by Alice Wang · 3 years, 4 months ago
  22. 6198917 [authfs][test] Run authfs host and benchmark tests in protected Vm by Alice Wang · 3 years, 5 months ago
  23. e4829c8 [benchmarks][authfs] Run AuthFsBenchmarks in postsubmit by Alice Wang · 3 years, 5 months ago
  24. 9db9309 Merge "[rpc_binder] Rename existing rpc_server to vsock_rpc_server" by Alice Wang · 3 years, 5 months ago
  25. e6a9dd8 [benchmark][authfs] Shutdown Microdroid after each test by Alice Wang · 3 years, 5 months ago
  26. 86c88cc [rpc_binder] Rename existing rpc_server to vsock_rpc_server by Alice Wang · 3 years, 5 months ago
  27. 1f9fdf3 [benchmark] Add benchmarks for authfs seq/rand write by Alice Wang · 3 years, 5 months ago
  28. c9bfdcc [benchmark] Improve authfs/measure_io.cpp error message with errx() by Alice Wang · 3 years, 5 months ago
  29. f538ddf [benchmark][authfs] Add benchmarks for authfs random read by Alice Wang · 3 years, 5 months ago
  30. c3b8a80 [benchmark][authfs] Add benchmarks for authfs remote file reading by Alice Wang · 3 years, 5 months ago
  31. 2a70188 [authfs][Test] Move --cid from tests to AuthFsTestRule by Alice Wang · 3 years, 5 months ago
  32. c614490 Add AuthFsTestRule to facilitate authfs benchmark addition by Alice Wang · 3 years, 8 months ago
  33. 6e8fab8 Add test that makes fd_server use of fs-verity ioctl by Victor Hsieh · 4 years, 1 month ago
  34. 543d199 fd_server: use clap's derive by Victor Hsieh · 3 years, 6 months ago
  35. b5bcfab Migrate away from structopt by Victor Hsieh · 3 years, 6 months ago
  36. 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years, 6 months ago
  37. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years, 6 months ago
  38. 6e78d3c fd_server: reduce footprint of RawFd usage by Victor Hsieh · 3 years, 6 months ago
  39. e0d1e20 open_then_run: Hold fd with OwnedFd instead of File/Dir by Victor Hsieh · 3 years, 6 months ago
  40. bd16669 Use the canonical OwnedFd by Victor Hsieh · 3 years, 7 months ago
  41. 491382d Merge "Moved binder_common to rpcbinder package under binder directory." by Andrew Walbran · 3 years, 7 months ago
  42. 5f7c3c7 Move AVF tests to avf-pre/postsubmit test group by David Brazdil · 3 years, 7 months ago
  43. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years, 7 months ago
  44. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years, 7 months ago
  45. dcf9d58 Use new binder exception constructors moved from binder_common. by Andrew Walbran · 3 years, 7 months ago
  46. 3d5d266 Merge "migrate to clap 3.x" by Jeffrey Vander Stoep · 3 years, 7 months ago
  47. c4ce787 Use safe wrapper from binder_common rather than bindgen directly. by Andrew Walbran · 3 years, 7 months ago
  48. a8dc271 migrate to clap 3.x by Jeff Vander Stoep · 3 years, 7 months ago
  49. abc8925 Temporarily use libclap_deprecated by Jeff Vander Stoep · 3 years, 8 months ago
  50. f9fe9a0 Rename VirtualizationTestHelper to MicrodroidHostTestHelper by David Brazdil · 3 years, 8 months ago
  51. bf700f4 Merge "Make authfs tests independent of BuildManifest.apk" by Andrew Scull · 3 years, 8 months ago
  52. 6ad6440 Make authfs tests independent of BuildManifest.apk by Andrew Scull · 3 years, 8 months ago
  53. 6966b84 Update for Rust v1.62.0 by Charisee · 3 years, 9 months ago
  54. 9cf6050 data_device_bins renamed to data_device_bins_first by Sam Delmerico · 3 years, 9 months ago
  55. 761db1e authfs: Migrate to the openssl crate from custom bindings by Andrew Scull · 3 years, 10 months ago
  56. 551e3c9 authfs: Migrate from ring to the openssl crate by Andrew Scull · 3 years, 10 months ago
  57. c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 10 months ago
  58. 088df31 AuthFsHostTest: stop inheriting VirtualizationTestCaseBase by Victor Hsieh · 4 years ago
  59. e221e21 Move code for log archive to new helper class by Victor Hsieh · 4 years ago
  60. 4d85a85 Re-enable test with fixes by Alan Stokes · 3 years, 11 months ago
  61. 80ed8fd Temporarily disable test by Alan Stokes · 3 years, 11 months ago
  62. 9e75857 Reland: Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 4 years ago
  63. 4bdd2e8 Revert "Migrate AuthFsHostTest to use MicrodroidBuilder" by Katherine Kuan · 4 years ago
  64. d4244be Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 4 years ago
  65. 963d513 authfs: support multiple threads by Victor Hsieh · 4 years ago
  66. 58a5e9b Migrate to use fuse crate's FuseConfig API by Victor Hsieh · 4 years ago
  67. 5507664 Archive VM logs for test cases by Victor Hsieh · 4 years ago
  68. 4b7f959 Use AtomicU64 for handle_ref_count by Victor Hsieh · 4 years ago
  69. 03ef64b Merge changes Ib3fd9047,I3126932f,I3450f496 by Victor Hsieh · 4 years ago
  70. 8a11827 Merge "Fix explicit checks for /dev/kvm" by Treehugger Robot · 4 years ago
  71. bf944d7 fd_server: use RwLock instead of Mutex by Victor Hsieh · 4 years ago
  72. 0520f44 authfs: use RwLock instead of Mutex by Victor Hsieh · 4 years ago
  73. 887b250 Only read backing file if chunk index is in range by Victor Hsieh · 4 years ago
  74. 5222a2d Fix test action that tampered file at wrong offset by Victor Hsieh · 4 years ago
  75. afdfd0e Verify the last incomplete chunk on resize by Victor Hsieh · 4 years ago
  76. 3e35f9a Verify read_chunk for writable file by Victor Hsieh · 4 years ago
  77. e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 4 years ago
  78. 2e0ded0 Changes for the Rust 1.59.0 update by Charisee · 4 years ago
  79. bbac519 Mount authfs with noexec by Victor Hsieh · 4 years ago
  80. 6de0b06 Merge "Add comment for how O_CREAT and O_TRUNC is handled" by Treehugger Robot · 4 years, 1 month ago
  81. 928d503 Add comment for how O_CREAT and O_TRUNC is handled by Victor Hsieh · 4 years, 1 month ago
  82. e8137e3 authfs: instantiate read-only files lazily by Victor Hsieh · 4 years, 1 month ago
  83. 06850aa Merge "Maximize AuthFS's metadata timeout" by Treehugger Robot · 4 years, 1 month ago
  84. 259dd9c Maximize AuthFS's metadata timeout by Victor Hsieh · 4 years, 1 month ago
  85. 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 4 years, 1 month ago
  86. 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 4 years, 1 month ago
  87. f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 4 years, 1 month ago
  88. a735165 Add our integration tests to cts by Jiyong Park · 4 years, 1 month ago
  89. 5c71cac Put all our tests to general-tests by Jiyong Park · 4 years, 1 month ago
  90. c0f5fa7 Remove workarounds by data_device_bins by Victor Hsieh · 4 years, 1 month ago
  91. 65d71b3 Merge "Update 4k.fsv_meta" by Treehugger Robot · 4 years, 2 months ago
  92. 9a86ddb Update 4k.fsv_meta by Inseob Kim · 4 years, 2 months ago
  93. 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 4 years, 2 months ago
  94. 35dfa1e Read Merkle tree once per file by Victor Hsieh · 4 years, 2 months ago
  95. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 4 years, 2 months ago
  96. f5b1f04 Merge "Add options for configuring number of vCPUs and CPU affinity" by Treehugger Robot · 4 years, 2 months ago
  97. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 4 years, 2 months ago
  98. 9bfbc5f Specify system server compiler filter if configured by Victor Hsieh · 4 years, 3 months ago
  99. 4752aa4 Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization" by Treehugger Robot · 4 years, 2 months ago
  100. 9247251 Run derive_classpath in VM by Alan Stokes · 4 years, 2 months ago