1. e2b8d01 autfs: Replace use of cfg_if with hardened cast by Pierre-Clément Tosi · 11 months ago
  2. 3a31c71 Re-organize authfs directories by Jiyong Park · 1 year, 1 month ago[Renamed (98%) from authfs/src/fusefs.rs]
  3. 060755e authfs: add new security context arg to FileSystem impl by Frederick Mayle · 1 year, 8 months ago
  4. afd0287 Merge "Standardise and add safety comments." into main by Andrew Walbran · 2 years, 1 month ago
  5. ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 1 month ago
  6. 01010af Fix st_blksize type for riscv64 by Braden Kell · 2 years, 1 month ago
  7. 04e5dbd Bind ignored results. by Dan Albert · 2 years, 3 months ago
  8. bd6d08a Logging improvements by Alan Stokes · 2 years, 6 months ago
  9. 6966b84 Update for Rust v1.62.0 by Charisee · 3 years, 2 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. 6de0b06 Merge "Add comment for how O_CREAT and O_TRUNC is handled" by Treehugger Robot · 3 years, 6 months ago
  14. 928d503 Add comment for how O_CREAT and O_TRUNC is handled by Victor Hsieh · 3 years, 6 months ago
  15. e8137e3 authfs: instantiate read-only files lazily by Victor Hsieh · 3 years, 6 months ago
  16. 259dd9c Maximize AuthFS's metadata timeout by Victor Hsieh · 3 years, 6 months ago
  17. 35dfa1e Read Merkle tree once per file by Victor Hsieh · 3 years, 7 months ago
  18. 43a751e Implement directory listing by Victor Hsieh · 3 years, 8 months ago
  19. f393a72 Support setting file mode by Victor Hsieh · 3 years, 8 months ago
  20. dd99b46 Support unlink and rmdir by Victor Hsieh · 3 years, 8 months ago
  21. 3dccf70 Track inode reference count from handles by Victor Hsieh · 3 years, 8 months ago
  22. 79f296b Extract mount specific code to new file by Victor Hsieh · 3 years, 8 months ago
  23. 641fc4a Fixed warnings generated by rustc 1.57.0 by Chris Wailes · 3 years, 8 months ago
  24. f7fc3d3 Implement statfs for authfs by Victor Hsieh · 3 years, 9 months ago
  25. d18b975 Support remote readonly directory by Victor Hsieh · 3 years, 9 months ago
  26. 4d6b9d4 Implement root directory as a ReadonlyDirectory by Victor Hsieh · 3 years, 9 months ago
  27. d5a5b1e Fix incorrect inode assignment for remote directory by Victor Hsieh · 3 years, 9 months ago
  28. 766e533 Extract constants of FUSE's max read/write config by Victor Hsieh · 3 years, 9 months ago
  29. 60c2f41 Assign inode values properly in AuthFS by Victor Hsieh · 3 years, 9 months ago
  30. 26cea2f Various renames in authfs by Victor Hsieh · 3 years, 9 months ago
  31. 4563623 authfs: support remote output directory by Victor Hsieh · 3 years, 10 months ago
  32. c85e4ef Refactor: use callback instead of returning a reference by Victor Hsieh · 3 years, 10 months ago
  33. 88e5017 Deprecate local file support in authfs by Victor Hsieh · 3 years, 10 months ago
  34. 71f1003 authfs: expose fsverity digest via xattr by Victor Hsieh · 4 years ago
  35. 4cc3b79 authfs: Support extra mount options by Victor Hsieh · 4 years ago
  36. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years ago
  37. 9d0ab62 authfs: support resizing file by Victor Hsieh · 4 years, 3 months ago
  38. 8e161b5 authfs: Drop support of direct I/O by Victor Hsieh · 4 years, 3 months ago
  39. a9a9a62 Merge "authfs: refine/rename trait ReadOnlyDataByChunk" by Treehugger Robot · 4 years, 5 months ago
  40. d0bb5d3 authfs: refine/rename trait ReadOnlyDataByChunk by Victor Hsieh · 4 years, 5 months ago
  41. 1bcf411 authfs: replace tuple w/ anonymous struct in FileConfig by Victor Hsieh · 4 years, 5 months ago
  42. 6a47e7f authfs: Support write config/operation in fuse by Victor Hsieh · 4 years, 5 months ago
  43. 09e2626 authfs: Reorganize modules & rename flags/classes/vars by Victor Hsieh · 4 years, 5 months ago
  44. ac4f3f4 authfs: Implement VerifiedFileEditor by Victor Hsieh · 4 years, 5 months ago
  45. da3fbc4 authfs: Replace a trait bound const w/ a simple const by Victor Hsieh · 4 years, 6 months ago
  46. f01f323 authfs: Support binder-backed file source by Victor Hsieh · 4 years, 8 months ago
  47. 88ac6ca authfs: FUSE to serve file with fs-verity verification by Victor Hsieh · 4 years, 9 months ago