1. b5bcfab Migrate away from structopt by Victor Hsieh · 2 years, 11 months ago
  2. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years ago
  3. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years ago
  4. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  5. c4ce787 Use safe wrapper from binder_common rather than bindgen directly. by Andrew Walbran · 3 years ago
  6. 6966b84 Update for Rust v1.62.0 by Charisee · 3 years, 2 months ago
  7. 761db1e authfs: Migrate to the openssl crate from custom bindings by Andrew Scull · 3 years, 3 months ago
  8. 551e3c9 authfs: Migrate from ring to the openssl crate by Andrew Scull · 3 years, 3 months ago
  9. 963d513 authfs: support multiple threads by Victor Hsieh · 3 years, 5 months ago
  10. 58a5e9b Migrate to use fuse crate's FuseConfig API by Victor Hsieh · 3 years, 5 months ago
  11. 4b7f959 Use AtomicU64 for handle_ref_count by Victor Hsieh · 3 years, 5 months ago
  12. 0520f44 authfs: use RwLock instead of Mutex by Victor Hsieh · 3 years, 5 months ago
  13. 887b250 Only read backing file if chunk index is in range by Victor Hsieh · 3 years, 5 months ago
  14. afdfd0e Verify the last incomplete chunk on resize by Victor Hsieh · 3 years, 5 months ago
  15. 3e35f9a Verify read_chunk for writable file by Victor Hsieh · 3 years, 5 months ago
  16. bbac519 Mount authfs with noexec by Victor Hsieh · 3 years, 6 months ago
  17. 6de0b06 Merge "Add comment for how O_CREAT and O_TRUNC is handled" by Treehugger Robot · 3 years, 6 months ago
  18. 928d503 Add comment for how O_CREAT and O_TRUNC is handled by Victor Hsieh · 3 years, 6 months ago
  19. e8137e3 authfs: instantiate read-only files lazily by Victor Hsieh · 3 years, 6 months ago
  20. 259dd9c Maximize AuthFS's metadata timeout by Victor Hsieh · 3 years, 6 months ago
  21. 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 3 years, 7 months ago
  22. 35dfa1e Read Merkle tree once per file by Victor Hsieh · 3 years, 7 months ago
  23. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 7 months ago
  24. 9bfbc5f Specify system server compiler filter if configured by Victor Hsieh · 3 years, 8 months ago
  25. 4752aa4 Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization" by Treehugger Robot · 3 years, 7 months ago
  26. 9247251 Run derive_classpath in VM by Alan Stokes · 3 years, 7 months ago
  27. f7b3b2a [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 3 years, 7 months ago
  28. c0886c2 Use fsverity metadata file for authfs by Inseob Kim · 3 years, 8 months ago
  29. 43a751e Implement directory listing by Victor Hsieh · 3 years, 8 months ago
  30. f393a72 Support setting file mode by Victor Hsieh · 3 years, 8 months ago
  31. dd99b46 Support unlink and rmdir by Victor Hsieh · 3 years, 8 months ago
  32. 3dccf70 Track inode reference count from handles by Victor Hsieh · 3 years, 8 months ago
  33. 79f296b Extract mount specific code to new file by Victor Hsieh · 3 years, 8 months ago
  34. 641fc4a Fixed warnings generated by rustc 1.57.0 by Chris Wailes · 3 years, 8 months ago
  35. f7fc3d3 Implement statfs for authfs by Victor Hsieh · 3 years, 9 months ago
  36. 8032b18 Manually enumerate more files to allow odrefresh to complete by Victor Hsieh · 3 years, 9 months ago
  37. 015bcb5 Support remote directories in authfs_service by Victor Hsieh · 3 years, 9 months ago
  38. 2442abc authfs: parse command line in a safe manner by Victor Hsieh · 3 years, 9 months ago
  39. d18b975 Support remote readonly directory by Victor Hsieh · 3 years, 9 months ago
  40. 4d6b9d4 Implement root directory as a ReadonlyDirectory by Victor Hsieh · 3 years, 9 months ago
  41. d5a5b1e Fix incorrect inode assignment for remote directory by Victor Hsieh · 3 years, 9 months ago
  42. 766e533 Extract constants of FUSE's max read/write config by Victor Hsieh · 3 years, 9 months ago
  43. 60c2f41 Assign inode values properly in AuthFS by Victor Hsieh · 3 years, 9 months ago
  44. 26cea2f Various renames in authfs by Victor Hsieh · 3 years, 9 months ago
  45. b3588ce Remove unnecessary local ID in authfs by Victor Hsieh · 3 years, 9 months ago
  46. 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 10 months ago
  47. c85e4ef Refactor: use callback instead of returning a reference by Victor Hsieh · 3 years, 10 months ago
  48. 88e5017 Deprecate local file support in authfs by Victor Hsieh · 3 years, 10 months ago
  49. e1b6e1c Don't start authfs until fd_server is ready by Alan Stokes · 3 years, 10 months ago
  50. 1a8cd04 authfs: Remove local binder support by Victor Hsieh · 4 years ago
  51. 50d75ac Remove file size from authfs flags by Victor Hsieh · 4 years ago
  52. 71f1003 authfs: expose fsverity digest via xattr by Victor Hsieh · 4 years ago
  53. 4cc3b79 authfs: Support extra mount options by Victor Hsieh · 4 years ago
  54. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years ago
  55. 2acfb0a Update source for new lints in 1.52.1 by Chris Wailes · 4 years, 1 month ago
  56. c3d45b1 authfs: Remove Arc<Mutex<>> now that Strong is Sync by Victor Hsieh · 4 years, 1 month ago
  57. 9ab13e5 authfs: Fix broken test by Victor Hsieh · 4 years, 1 month ago
  58. 2445e33 authfs: Support RPC binder by Victor Hsieh · 4 years, 2 months ago
  59. 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 3 months ago
  60. 8e161b5 authfs: Drop support of direct I/O by Victor Hsieh · 4 years, 3 months ago
  61. 6cf75b5 authfs: fix lints with rustc 1.51.0 by Victor Hsieh · 4 years, 4 months ago
  62. c81738d authfs: fix crash on read_chunk of a remote file by Victor Hsieh · 4 years, 5 months ago
  63. a9a9a62 Merge "authfs: refine/rename trait ReadOnlyDataByChunk" by Treehugger Robot · 4 years, 5 months ago
  64. d0bb5d3 authfs: refine/rename trait ReadOnlyDataByChunk by Victor Hsieh · 4 years, 5 months ago
  65. 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 5 months ago
  66. 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 5 months ago
  67. 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 5 months ago
  68. 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 5 months ago
  69. 60acfd3 authfs: Remote file editor over binder by Victor Hsieh · 4 years, 6 months ago
  70. ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 5 months ago
  71. cc09386 Stop mapping Binder errors, now that Status is Send by Andrew Walbran · 4 years, 5 months ago
  72. dde1790 authfs: Add MerkleLeaves for integrity bookkeeping by Victor Hsieh · 4 years, 5 months ago
  73. da3fbc4 authfs: Replace a trait bound const w/ a simple const by Victor Hsieh · 4 years, 6 months ago
  74. f01f323 authfs: Support binder-backed file source by Victor Hsieh · 4 years, 8 months ago
  75. fa4477a authfs: add unit tests for ChunkedFileReader by Victor Hsieh · 4 years, 6 months ago
  76. 3f5f236 Remove explicit lifetimes by Thiébaud Weksteen · 4 years, 7 months ago
  77. 88ac6ca authfs: FUSE to serve file with fs-verity verification by Victor Hsieh · 4 years, 9 months ago
  78. f77c572 authfs: create a chunked reader with fs-verity verification by Victor Hsieh · 4 years, 9 months ago
  79. ec18456 authfs: implement fs-verity Merkle tree verification by Victor Hsieh · 4 years, 9 months ago
  80. d1cb0d7 authfs: Add FFI to libcrypto by Victor Hsieh · 4 years, 9 months ago
  81. 1fe51c4 authfs: add readers for chunked data by Victor Hsieh · 4 years, 9 months ago