1. 3a31c71 Re-organize authfs directories by Jiyong Park · 1 year, 1 month ago[Renamed from authfs/src/main.rs]
  2. 57da157 Replace use of deprecated logging functions by Jeff Vander Stoep · 1 year, 6 months ago
  3. 0331d94 [authfs][refactoring] Use crate hex to decode hex string by Alice Wang · 1 year, 8 months ago
  4. b5bcfab Migrate away from structopt by Victor Hsieh · 2 years, 11 months ago
  5. 761db1e authfs: Migrate to the openssl crate from custom bindings by Andrew Scull · 3 years, 3 months ago
  6. 963d513 authfs: support multiple threads by Victor Hsieh · 3 years, 5 months ago
  7. e8137e3 authfs: instantiate read-only files lazily by Victor Hsieh · 3 years, 6 months ago
  8. 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 3 years, 7 months ago
  9. 35dfa1e Read Merkle tree once per file by Victor Hsieh · 3 years, 7 months ago
  10. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 7 months ago
  11. 9bfbc5f Specify system server compiler filter if configured by Victor Hsieh · 3 years, 8 months ago
  12. 9247251 Run derive_classpath in VM by Alan Stokes · 3 years, 7 months ago
  13. c0886c2 Use fsverity metadata file for authfs by Inseob Kim · 3 years, 8 months ago
  14. f393a72 Support setting file mode by Victor Hsieh · 3 years, 8 months ago
  15. 79f296b Extract mount specific code to new file by Victor Hsieh · 3 years, 8 months ago
  16. f7fc3d3 Implement statfs for authfs by Victor Hsieh · 3 years, 9 months ago
  17. 8032b18 Manually enumerate more files to allow odrefresh to complete by Victor Hsieh · 3 years, 9 months ago
  18. 015bcb5 Support remote directories in authfs_service by Victor Hsieh · 3 years, 9 months ago
  19. 2442abc authfs: parse command line in a safe manner by Victor Hsieh · 3 years, 9 months ago
  20. d18b975 Support remote readonly directory by Victor Hsieh · 3 years, 9 months ago
  21. 4d6b9d4 Implement root directory as a ReadonlyDirectory by Victor Hsieh · 3 years, 9 months ago
  22. 60c2f41 Assign inode values properly in AuthFS by Victor Hsieh · 3 years, 9 months ago
  23. 26cea2f Various renames in authfs by Victor Hsieh · 3 years, 9 months ago
  24. b3588ce Remove unnecessary local ID in authfs by Victor Hsieh · 3 years, 9 months ago
  25. 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 10 months ago
  26. 88e5017 Deprecate local file support in authfs by Victor Hsieh · 3 years, 10 months ago
  27. e1b6e1c Don't start authfs until fd_server is ready by Alan Stokes · 3 years, 10 months ago
  28. 1a8cd04 authfs: Remove local binder support by Victor Hsieh · 4 years ago
  29. 50d75ac Remove file size from authfs flags by Victor Hsieh · 4 years ago
  30. 4cc3b79 authfs: Support extra mount options by Victor Hsieh · 4 years ago
  31. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years ago
  32. c3d45b1 authfs: Remove Arc<Mutex<>> now that Strong is Sync by Victor Hsieh · 4 years, 1 month ago
  33. 9ab13e5 authfs: Fix broken test by Victor Hsieh · 4 years, 1 month ago
  34. 2445e33 authfs: Support RPC binder by Victor Hsieh · 4 years, 2 months ago
  35. 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 3 months ago
  36. 6cf75b5 authfs: fix lints with rustc 1.51.0 by Victor Hsieh · 4 years, 4 months ago
  37. 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 5 months ago
  38. 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 5 months ago
  39. 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 5 months ago
  40. ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 5 months ago
  41. cc09386 Stop mapping Binder errors, now that Status is Send by Andrew Walbran · 4 years, 5 months ago
  42. f01f323 authfs: Support binder-backed file source by Victor Hsieh · 4 years, 8 months ago
  43. fa4477a authfs: add unit tests for ChunkedFileReader by Victor Hsieh · 4 years, 6 months ago
  44. 88ac6ca authfs: FUSE to serve file with fs-verity verification by Victor Hsieh · 4 years, 9 months ago