- c614490 Add AuthFsTestRule to facilitate authfs benchmark addition by Alice Wang · 3 years, 1 month ago
- 6e8fab8 Add test that makes fd_server use of fs-verity ioctl by Victor Hsieh · 3 years, 7 months ago
- 543d199 fd_server: use clap's derive by Victor Hsieh · 3 years ago
- b5bcfab Migrate away from structopt by Victor Hsieh · 3 years ago
- 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years ago
- 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years ago
- 6e78d3c fd_server: reduce footprint of RawFd usage by Victor Hsieh · 3 years ago
- e0d1e20 open_then_run: Hold fd with OwnedFd instead of File/Dir by Victor Hsieh · 3 years ago
- bd16669 Use the canonical OwnedFd by Victor Hsieh · 3 years ago
- 491382d Merge "Moved binder_common to rpcbinder package under binder directory." by Andrew Walbran · 3 years ago
- 5f7c3c7 Move AVF tests to avf-pre/postsubmit test group by David Brazdil · 3 years ago
- 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years, 1 month ago
- 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years, 1 month ago
- dcf9d58 Use new binder exception constructors moved from binder_common. by Andrew Walbran · 3 years, 1 month ago
- 3d5d266 Merge "migrate to clap 3.x" by Jeffrey Vander Stoep · 3 years, 1 month ago
- c4ce787 Use safe wrapper from binder_common rather than bindgen directly. by Andrew Walbran · 3 years, 1 month ago
- a8dc271 migrate to clap 3.x by Jeff Vander Stoep · 3 years, 1 month ago
- abc8925 Temporarily use libclap_deprecated by Jeff Vander Stoep · 3 years, 1 month ago
- f9fe9a0 Rename VirtualizationTestHelper to MicrodroidHostTestHelper by David Brazdil · 3 years, 1 month ago
- bf700f4 Merge "Make authfs tests independent of BuildManifest.apk" by Andrew Scull · 3 years, 2 months ago
- 6ad6440 Make authfs tests independent of BuildManifest.apk by Andrew Scull · 3 years, 2 months ago
- 6966b84 Update for Rust v1.62.0 by Charisee · 3 years, 2 months ago
- 9cf6050 data_device_bins renamed to data_device_bins_first by Sam Delmerico · 3 years, 3 months ago
- 761db1e authfs: Migrate to the openssl crate from custom bindings by Andrew Scull · 3 years, 3 months ago
- 551e3c9 authfs: Migrate from ring to the openssl crate by Andrew Scull · 3 years, 3 months ago
- c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 4 months ago
- 088df31 AuthFsHostTest: stop inheriting VirtualizationTestCaseBase by Victor Hsieh · 3 years, 5 months ago
- e221e21 Move code for log archive to new helper class by Victor Hsieh · 3 years, 5 months ago
- 4d85a85 Re-enable test with fixes by Alan Stokes · 3 years, 4 months ago
- 80ed8fd Temporarily disable test by Alan Stokes · 3 years, 4 months ago
- 9e75857 Reland: Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 5 months ago
- 4bdd2e8 Revert "Migrate AuthFsHostTest to use MicrodroidBuilder" by Katherine Kuan · 3 years, 5 months ago
- d4244be Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 5 months ago
- 963d513 authfs: support multiple threads by Victor Hsieh · 3 years, 6 months ago
- 58a5e9b Migrate to use fuse crate's FuseConfig API by Victor Hsieh · 3 years, 6 months ago
- 5507664 Archive VM logs for test cases by Victor Hsieh · 3 years, 6 months ago
- 4b7f959 Use AtomicU64 for handle_ref_count by Victor Hsieh · 3 years, 6 months ago
- 03ef64b Merge changes Ib3fd9047,I3126932f,I3450f496 by Victor Hsieh · 3 years, 6 months ago
- 8a11827 Merge "Fix explicit checks for /dev/kvm" by Treehugger Robot · 3 years, 6 months ago
- bf944d7 fd_server: use RwLock instead of Mutex by Victor Hsieh · 3 years, 6 months ago
- 0520f44 authfs: use RwLock instead of Mutex by Victor Hsieh · 3 years, 6 months ago
- 887b250 Only read backing file if chunk index is in range by Victor Hsieh · 3 years, 6 months ago
- 5222a2d Fix test action that tampered file at wrong offset by Victor Hsieh · 3 years, 6 months ago
- afdfd0e Verify the last incomplete chunk on resize by Victor Hsieh · 3 years, 6 months ago
- 3e35f9a Verify read_chunk for writable file by Victor Hsieh · 3 years, 6 months ago
- e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 3 years, 6 months ago
- 2e0ded0 Changes for the Rust 1.59.0 update by Charisee · 3 years, 6 months ago
- bbac519 Mount authfs with noexec by Victor Hsieh · 3 years, 6 months ago
- 6de0b06 Merge "Add comment for how O_CREAT and O_TRUNC is handled" by Treehugger Robot · 3 years, 7 months ago
- 928d503 Add comment for how O_CREAT and O_TRUNC is handled by Victor Hsieh · 3 years, 7 months ago
- e8137e3 authfs: instantiate read-only files lazily by Victor Hsieh · 3 years, 7 months ago
- 06850aa Merge "Maximize AuthFS's metadata timeout" by Treehugger Robot · 3 years, 7 months ago
- 259dd9c Maximize AuthFS's metadata timeout by Victor Hsieh · 3 years, 7 months ago
- 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 3 years, 7 months ago
- 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 3 years, 7 months ago
- f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 3 years, 7 months ago
- a735165 Add our integration tests to cts by Jiyong Park · 3 years, 7 months ago
- 5c71cac Put all our tests to general-tests by Jiyong Park · 3 years, 7 months ago
- c0f5fa7 Remove workarounds by data_device_bins by Victor Hsieh · 3 years, 7 months ago
- 65d71b3 Merge "Update 4k.fsv_meta" by Treehugger Robot · 3 years, 8 months ago
- 9a86ddb Update 4k.fsv_meta by Inseob Kim · 3 years, 8 months ago
- 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 3 years, 8 months ago
- 35dfa1e Read Merkle tree once per file by Victor Hsieh · 3 years, 8 months ago
- 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 8 months ago
- f5b1f04 Merge "Add options for configuring number of vCPUs and CPU affinity" by Treehugger Robot · 3 years, 8 months ago
- 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 8 months ago
- 9bfbc5f Specify system server compiler filter if configured by Victor Hsieh · 3 years, 9 months ago
- 4752aa4 Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization" by Treehugger Robot · 3 years, 8 months ago
- 9247251 Run derive_classpath in VM by Alan Stokes · 3 years, 8 months ago
- f7b3b2a [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 3 years, 8 months ago
- c0886c2 Use fsverity metadata file for authfs by Inseob Kim · 3 years, 9 months ago
- 06833e0 Merge "Run fd_server with umask 0" by Treehugger Robot · 3 years, 9 months ago
- 8e28511 Run fd_server with umask 0 by Victor Hsieh · 3 years, 9 months ago
- c94ae6a Merge "Revert "open_then_run: open directory as path fd"" by Treehugger Robot · 3 years, 9 months ago
- 0e8976f Revert "open_then_run: open directory as path fd" by Victor Hsieh · 3 years, 10 months ago
- 43a751e Implement directory listing by Victor Hsieh · 3 years, 9 months ago
- f393a72 Support setting file mode by Victor Hsieh · 3 years, 9 months ago
- dd99b46 Support unlink and rmdir by Victor Hsieh · 3 years, 9 months ago
- 3dccf70 Track inode reference count from handles by Victor Hsieh · 3 years, 9 months ago
- 79f296b Extract mount specific code to new file by Victor Hsieh · 3 years, 9 months ago
- 641fc4a Fixed warnings generated by rustc 1.57.0 by Chris Wailes · 3 years, 9 months ago
- f7fc3d3 Implement statfs for authfs by Victor Hsieh · 3 years, 9 months ago
- f996869 compsvc: run odrefresh in the VM by Victor Hsieh · 3 years, 10 months ago
- 8032b18 Manually enumerate more files to allow odrefresh to complete by Victor Hsieh · 3 years, 10 months ago
- 015bcb5 Support remote directories in authfs_service by Victor Hsieh · 3 years, 10 months ago
- 2442abc authfs: parse command line in a safe manner by Victor Hsieh · 3 years, 10 months ago
- d18b975 Support remote readonly directory by Victor Hsieh · 3 years, 10 months ago
- 559b927 fd_server: support open file by path at a dir fd by Victor Hsieh · 3 years, 10 months ago
- 4d6b9d4 Implement root directory as a ReadonlyDirectory by Victor Hsieh · 3 years, 10 months ago
- d5a5b1e Fix incorrect inode assignment for remote directory by Victor Hsieh · 3 years, 10 months ago
- 766e533 Extract constants of FUSE's max read/write config by Victor Hsieh · 3 years, 10 months ago
- 60c2f41 Assign inode values properly in AuthFS by Victor Hsieh · 3 years, 10 months ago
- 26cea2f Various renames in authfs by Victor Hsieh · 3 years, 10 months ago
- b3588ce Remove unnecessary local ID in authfs by Victor Hsieh · 3 years, 10 months ago
- 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 11 months ago
- 4390a92 Workaround a quirk in the OpenOptions unix impl by Victor Hsieh · 3 years, 10 months ago
- ce65e24 Merge "Distinguish test executable name and its Soong module name" by Treehugger Robot · 3 years, 10 months ago
- 994d608 Distinguish test executable name and its Soong module name by Victor Hsieh · 3 years, 10 months ago
- be8b08d Let fd_server return errno as service specific error by Victor Hsieh · 3 years, 10 months ago
- 9646ebf open_then_run: open directory as path fd by Victor Hsieh · 3 years, 10 months ago