- 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, 10 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
- 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, 11 months ago
- a71734b Fix AuthFsHostTest on some devices by Victor Hsieh · 3 years, 11 months ago
- ae67d3b Use a test helper executable to open files by Victor Hsieh · 3 years, 11 months ago
- b0f5fc8 Split fd_server service impl into new file by Victor Hsieh · 3 years, 11 months ago
- 88e5017 Deprecate local file support in authfs by Victor Hsieh · 3 years, 11 months ago
- c2a49cc Define debug levels by Jiyong Park · 3 years, 11 months ago
- cd359bb Extract run_rpc_server to libbinder_common by Alan Stokes · 4 years ago
- e1b6e1c Don't start authfs until fd_server is ready by Alan Stokes · 4 years ago
- 3189af0 Extract a library for common binder-related things by Alan Stokes · 4 years ago
- eecbe72 Fix race in AuthFsHostTest. by Alan Stokes · 4 years ago
- d63cfff Add --mem option to the vm tool by Jiyong Park · 4 years 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, 1 month ago
- 71f1003 authfs: expose fsverity digest via xattr by Victor Hsieh · 4 years, 1 month ago
- ebb1d90 Switch compsvc to use authfs_service by Victor Hsieh · 4 years, 1 month ago
- 8bb67b6 Start authfs_service during boot on microdroid by Victor Hsieh · 4 years, 1 month ago
- 6932ee0 Merge "Introduce authfs_service" by Treehugger Robot · 4 years, 1 month ago
- 045f1e6 Introduce authfs_service by Victor Hsieh · 4 years, 1 month ago
- 4cc3b79 authfs: Support extra mount options by Victor Hsieh · 4 years, 1 month ago
- 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
- 2acfb0a Update source for new lints in 1.52.1 by Chris Wailes · 4 years, 2 months ago
- 5534e52 Speed up AuthFsHostTest by reusing the VM by Victor Hsieh · 4 years, 2 months ago
- f29fe39 Revert "Merge AuthFsHostTest into MicrodroidTestCase" by Jiyong Park · 4 years, 2 months ago
- 7fc99e6 Merge AuthFsHostTest into MicrodroidTestCase by Victor Hsieh · 4 years, 2 months ago
- d8a5f96 Move AuthFsHostTest into VM by Victor Hsieh · 4 years, 2 months ago
- c3d45b1 authfs: Remove Arc<Mutex<>> now that Strong is Sync by Victor Hsieh · 4 years, 2 months ago
- 9ab13e5 authfs: Fix broken test by Victor Hsieh · 4 years, 2 months ago
- 668b3cc Make tests run for presubmit builds by Jiyong Park · 4 years, 2 months ago
- 2445e33 authfs: Support RPC binder by Victor Hsieh · 4 years, 3 months ago
- b50e0fa authfs/fd_server: set prefer_rlib to true by Victor Hsieh · 4 years, 3 months ago
- e8f546c Run microdroid on cuttlefish on GCE by Jiyong Park · 4 years, 4 months ago
- f9f3903 authfs: Add integration test for file resizing by Victor Hsieh · 4 years, 4 months ago
- 2c3ea13 Merge changes I1ec20b6f,Id556f5ae by Victor Hsieh · 4 years, 4 months ago
- 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 4 months ago
- 8e161b5 authfs: Drop support of direct I/O by Victor Hsieh · 4 years, 4 months ago
- 4de2878 Moved set_requesting_sid to public BinderFeatures struct. by Andrew Walbran · 4 years, 5 months ago
- 8018e9a authfs: Remove integration test from TEST_MAPPING by Victor Hsieh · 4 years, 5 months ago
- 6cf75b5 authfs: fix lints with rustc 1.51.0 by Victor Hsieh · 4 years, 5 months ago
- 7c51aa4 Replace sleep with polling in AuthFsHostTest by Victor Hsieh · 4 years, 5 months ago
- c81738d authfs: fix crash on read_chunk of a remote file by Victor Hsieh · 4 years, 5 months ago
- 4dc85c9 authfs: return Merkle tree hidden in the filesystem by Victor Hsieh · 4 years, 6 months ago
- a9a9a62 Merge "authfs: refine/rename trait ReadOnlyDataByChunk" by Treehugger Robot · 4 years, 6 months ago
- b42de2d Merge "authfs: replace tuple w/ anonymous struct in FileConfig" by Treehugger Robot · 4 years, 6 months ago
- 27b482e [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 6 months ago
- d0bb5d3 authfs: refine/rename trait ReadOnlyDataByChunk by Victor Hsieh · 4 years, 6 months ago
- 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 6 months ago
- 3bf1350 Merge "authfs: add AuthFsTestCases to presubmit" by Treehugger Robot · 4 years, 6 months ago
- 8316a62 Merge "set_requesting_sid is now on IBinderInternal." by Andrew Walbran · 4 years, 6 months ago
- 632a39d authfs: add AuthFsTestCases to presubmit by Victor Hsieh · 4 years, 6 months ago
- 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 6 months ago
- 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 6 months ago
- 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 6 months ago
- 60acfd3 authfs: Remote file editor over binder by Victor Hsieh · 4 years, 6 months ago
- ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 6 months ago
- bb49b44 set_requesting_sid is now on IBinderInternal. by Andrew Walbran · 4 years, 6 months ago
- 573c649 Add authfs and fd_server to com.android.virt apex by Victor Hsieh · 4 years, 6 months ago
- cc09386 Stop mapping Binder errors, now that Status is Send by Andrew Walbran · 4 years, 6 months ago
- bb0e16a Merge changes I76e5ebd8,I8e47acb1 by Treehugger Robot · 4 years, 6 months ago