- c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 3 months ago
- 088df31 AuthFsHostTest: stop inheriting VirtualizationTestCaseBase by Victor Hsieh · 3 years, 4 months ago
- e221e21 Move code for log archive to new helper class by Victor Hsieh · 3 years, 4 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, 4 months ago
- 4bdd2e8 Revert "Migrate AuthFsHostTest to use MicrodroidBuilder" by Katherine Kuan · 3 years, 4 months ago
- d4244be Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 4 months ago
- 963d513 authfs: support multiple threads by Victor Hsieh · 3 years, 5 months ago
- 58a5e9b Migrate to use fuse crate's FuseConfig API by Victor Hsieh · 3 years, 5 months ago
- 5507664 Archive VM logs for test cases by Victor Hsieh · 3 years, 5 months ago
- 4b7f959 Use AtomicU64 for handle_ref_count by Victor Hsieh · 3 years, 5 months ago
- 03ef64b Merge changes Ib3fd9047,I3126932f,I3450f496 by Victor Hsieh · 3 years, 5 months ago
- 8a11827 Merge "Fix explicit checks for /dev/kvm" by Treehugger Robot · 3 years, 5 months ago
- bf944d7 fd_server: use RwLock instead of Mutex by Victor Hsieh · 3 years, 5 months ago
- 0520f44 authfs: use RwLock instead of Mutex by Victor Hsieh · 3 years, 5 months ago
- 887b250 Only read backing file if chunk index is in range by Victor Hsieh · 3 years, 5 months ago
- 5222a2d Fix test action that tampered file at wrong offset by Victor Hsieh · 3 years, 5 months ago
- afdfd0e Verify the last incomplete chunk on resize by Victor Hsieh · 3 years, 5 months ago
- 3e35f9a Verify read_chunk for writable file by Victor Hsieh · 3 years, 5 months ago
- e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 3 years, 5 months ago
- 2e0ded0 Changes for the Rust 1.59.0 update by Charisee · 3 years, 5 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, 6 months ago
- 928d503 Add comment for how O_CREAT and O_TRUNC is handled by Victor Hsieh · 3 years, 6 months ago
- e8137e3 authfs: instantiate read-only files lazily by Victor Hsieh · 3 years, 6 months ago
- 06850aa Merge "Maximize AuthFS's metadata timeout" by Treehugger Robot · 3 years, 6 months ago
- 259dd9c Maximize AuthFS's metadata timeout by Victor Hsieh · 3 years, 6 months ago
- 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 3 years, 6 months ago
- 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 3 years, 6 months ago
- f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 3 years, 6 months ago
- a735165 Add our integration tests to cts by Jiyong Park · 3 years, 6 months ago
- 5c71cac Put all our tests to general-tests by Jiyong Park · 3 years, 6 months ago
- c0f5fa7 Remove workarounds by data_device_bins by Victor Hsieh · 3 years, 6 months ago
- 65d71b3 Merge "Update 4k.fsv_meta" by Treehugger Robot · 3 years, 7 months ago
- 9a86ddb Update 4k.fsv_meta by Inseob Kim · 3 years, 7 months ago
- 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 3 years, 7 months ago
- 35dfa1e Read Merkle tree once per file by Victor Hsieh · 3 years, 7 months ago
- 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 7 months ago
- f5b1f04 Merge "Add options for configuring number of vCPUs and CPU affinity" by Treehugger Robot · 3 years, 7 months ago
- 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
- 9bfbc5f Specify system server compiler filter if configured by Victor Hsieh · 3 years, 8 months ago
- 4752aa4 Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization" by Treehugger Robot · 3 years, 7 months ago
- 9247251 Run derive_classpath in VM by Alan Stokes · 3 years, 7 months ago
- f7b3b2a [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 3 years, 7 months ago
- c0886c2 Use fsverity metadata file for authfs by Inseob Kim · 3 years, 8 months ago
- 06833e0 Merge "Run fd_server with umask 0" by Treehugger Robot · 3 years, 8 months ago
- 8e28511 Run fd_server with umask 0 by Victor Hsieh · 3 years, 8 months ago
- c94ae6a Merge "Revert "open_then_run: open directory as path fd"" by Treehugger Robot · 3 years, 8 months ago
- 0e8976f Revert "open_then_run: open directory as path fd" by Victor Hsieh · 3 years, 9 months ago
- 43a751e Implement directory listing by Victor Hsieh · 3 years, 8 months ago
- f393a72 Support setting file mode by Victor Hsieh · 3 years, 8 months ago
- dd99b46 Support unlink and rmdir by Victor Hsieh · 3 years, 8 months ago
- 3dccf70 Track inode reference count from handles by Victor Hsieh · 3 years, 8 months ago
- 79f296b Extract mount specific code to new file by Victor Hsieh · 3 years, 8 months ago
- 641fc4a Fixed warnings generated by rustc 1.57.0 by Chris Wailes · 3 years, 8 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, 9 months ago
- 8032b18 Manually enumerate more files to allow odrefresh to complete by Victor Hsieh · 3 years, 9 months ago
- 015bcb5 Support remote directories in authfs_service by Victor Hsieh · 3 years, 9 months ago
- 2442abc authfs: parse command line in a safe manner by Victor Hsieh · 3 years, 9 months ago
- d18b975 Support remote readonly directory by Victor Hsieh · 3 years, 9 months ago
- 559b927 fd_server: support open file by path at a dir fd by Victor Hsieh · 3 years, 9 months ago
- 4d6b9d4 Implement root directory as a ReadonlyDirectory by Victor Hsieh · 3 years, 9 months ago
- d5a5b1e Fix incorrect inode assignment for remote directory by Victor Hsieh · 3 years, 9 months ago
- 766e533 Extract constants of FUSE's max read/write config by Victor Hsieh · 3 years, 9 months ago
- 60c2f41 Assign inode values properly in AuthFS by Victor Hsieh · 3 years, 9 months ago
- 26cea2f Various renames in authfs by Victor Hsieh · 3 years, 9 months ago
- b3588ce Remove unnecessary local ID in authfs by Victor Hsieh · 3 years, 9 months ago
- 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 10 months ago
- 4390a92 Workaround a quirk in the OpenOptions unix impl by Victor Hsieh · 3 years, 9 months ago
- ce65e24 Merge "Distinguish test executable name and its Soong module name" by Treehugger Robot · 3 years, 9 months ago
- 994d608 Distinguish test executable name and its Soong module name by Victor Hsieh · 3 years, 9 months ago
- be8b08d Let fd_server return errno as service specific error by Victor Hsieh · 3 years, 9 months ago
- 9646ebf open_then_run: open directory as path fd by Victor Hsieh · 3 years, 9 months ago
- 9d10daf Merge "Don't open directory with O_RDWR" by Treehugger Robot · 3 years, 10 months ago
- 52bfdd2 Don't open directory with O_RDWR by Victor Hsieh · 3 years, 10 months ago
- c85e4ef Refactor: use callback instead of returning a reference by Victor Hsieh · 3 years, 10 months ago
- a71734b Fix AuthFsHostTest on some devices by Victor Hsieh · 3 years, 10 months ago
- ae67d3b Use a test helper executable to open files by Victor Hsieh · 3 years, 10 months ago
- b0f5fc8 Split fd_server service impl into new file by Victor Hsieh · 3 years, 10 months ago
- 88e5017 Deprecate local file support in authfs by Victor Hsieh · 3 years, 10 months ago
- c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
- cd359bb Extract run_rpc_server to libbinder_common by Alan Stokes · 3 years, 10 months ago
- e1b6e1c Don't start authfs until fd_server is ready by Alan Stokes · 3 years, 10 months ago
- 3189af0 Extract a library for common binder-related things by Alan Stokes · 3 years, 10 months ago
- eecbe72 Fix race in AuthFsHostTest. by Alan Stokes · 3 years, 10 months ago
- d63cfff Add --mem option to the vm tool by Jiyong Park · 3 years, 11 months ago
- 64d96fb Merge "Revert "Enable pKVM before running tests"" by Treehugger Robot · 4 years ago
- 69c30bf Revert "Enable pKVM before running tests" by Dan Shi · 4 years ago
- 9a54133 Merge "Enable pKVM before running tests" by Andrew Scull · 4 years ago
- 1a8cd04 authfs: Remove local binder support by Victor Hsieh · 4 years ago
- 50d75ac Remove file size from authfs flags by Victor Hsieh · 4 years ago
- 86ba5b3 Enable pKVM before running tests by Andrew Scull · 4 years ago
- a81194e Add bindgen bindings test by Joel Galenson · 4 years ago
- f81b058 Upgrade to nix-0.22.0. by Joel Galenson · 4 years ago
- 71f1003 authfs: expose fsverity digest via xattr by Victor Hsieh · 4 years ago
- ebb1d90 Switch compsvc to use authfs_service by Victor Hsieh · 4 years ago
- 8bb67b6 Start authfs_service during boot on microdroid by Victor Hsieh · 4 years ago
- 6932ee0 Merge "Introduce authfs_service" by Treehugger Robot · 4 years ago