1. 2a79da0 Fix build warnings by Alessio Balsini · 2 years, 10 months ago
  2. 87c7b7c Merge "Allow FUSE file opening in Java" by Zimuzo Ezeozue · 3 years ago
  3. 0aa3f68 Removing is_static parameter from MediaProviderWrapper CacheMethod by Sarup Dalwani · 3 years ago
  4. c9550d9 Allow FUSE file opening in Java by Zim · 3 years, 1 month ago
  5. 6011b80 Consolidate directory access checks in MediaProvider by Mark White · 3 years, 8 months ago
  6. 9a6ccce Change who gets marked for the cost of transcoding by Manish Singh · 3 years, 8 months ago
  7. 801d985 Improve transcoding metrics logging by Zim · 3 years, 8 months ago
  8. 9679bba Revert "Improve transcoding metrics logging" by Cody Schuffelen · 3 years, 8 months ago
  9. 3efc960 Improve transcoding metrics logging by Zim · 3 years, 8 months ago
  10. d6431c7 Fix MediaProvider impl scanFile to scan as MediaProvider by Zim · 3 years, 9 months ago
  11. 5b4ae62 Fix wrong FUSE-JNI uid and tid by Zim · 3 years, 9 months ago
  12. 73895ba Improve FUSE file open JNI check by Zim · 3 years, 9 months ago
  13. ded1ab9 Add fields to FileLookupResult and improve node invalidation logic by Zim · 3 years, 9 months ago
  14. 63901f3 Optimize JNI calls for FuseDaemon by Biswarup Pal · 3 years, 9 months ago
  15. ce0d90b Merge "Allow special-access on secondary volumes" by TreeHugger Robot · 3 years, 10 months ago
  16. b3ac280 Allow special-access on secondary volumes by Abhijeet Kaur · 4 years ago
  17. e9ae6ee Fix path used for redaction when transcoding by Zim · 3 years, 10 months ago
  18. 8713309 Disable dentry cache for clone app users. by Martijn Coenen · 4 years ago
  19. 5077a89 Support cross-user lookups by Zim · 4 years, 1 month ago
  20. 29e6375 Implement JNI methods to support multiple nodes with same name by Zim · 4 years ago
  21. bb91fef Add JNI methods to support multiple nodes with same name by Zim · 4 years ago
  22. 4aa7ccb Fix JNI array memory leak by Zim · 4 years, 1 month ago
  23. 5fc3201 canWrite() for top level directories by Nandana Dutt · 4 years, 3 months ago
  24. 1c1ba3a Merge "Rename from SHELL_UID should update database rows" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  25. 90d78a3 Merge "Remove ScanFile after unlink for ROOT_UID" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  26. 03699ec Rename from SHELL_UID should update database rows by Sahana Rao · 4 years, 4 months ago
  27. 96813d1 Remove ScanFile after unlink for ROOT_UID by Sahana Rao · 4 years, 3 months ago
  28. af2d34d Update quota type on FUSE create. by Martijn Coenen · 4 years, 4 months ago
  29. 549c9c3 Remove scanFile after create by Sahana Rao · 4 years, 4 months ago
  30. 7d249ef Fix EXIF redaction for apps with access by Zim · 4 years, 4 months ago
  31. f40c402 Return ENOENT if app tries to access other packages fuse path by Ricky Wai · 4 years, 6 months ago
  32. 915ad6a Use CHECK instead of CHECK_EQ to compare against nullptr by Colin Cross · 4 years, 6 months ago
  33. ee32136 Revert "Save calling UID on FUSE pf_create" by Sahana Rao · 4 years, 7 months ago
  34. de3fe17 FuseDaemon: Update JNI threading model. by Narayan Kamath · 4 years, 8 months ago
  35. c0211d1 Save calling UID on FUSE pf_create. by Sahana Rao · 4 years, 8 months ago
  36. 2db7767 Fix sensitive logging over JNI by Zim · 4 years, 7 months ago
  37. 16ecde8 Merge "Remove redundant Sys Prop for shell to bypass FUSE" by Shafik Nassar · 4 years, 8 months ago
  38. f0fea69 Allow creation of default top level dirs by shafik · 4 years, 8 months ago
  39. 90547fe Remove redundant Sys Prop for shell to bypass FUSE by shafik · 4 years, 8 months ago
  40. f2cc922 Merge "Make ScanFile sync from FuseDaemon" by Zimuzo Ezeozue · 4 years, 8 months ago
  41. 5c1de6c Fix JNI call to scanFile by Zim · 4 years, 8 months ago
  42. e2dc034 Make ScanFile sync from FuseDaemon by Zim · 4 years, 8 months ago
  43. 8fbe395 Fix unnecessary JNI reference to Uri during scanFile by Zim · 4 years, 8 months ago
  44. e4fb146 Return normal (non-negated) errno to FuseDaemon by shafik · 4 years, 8 months ago
  45. 2c41603 Implement FUSE rename with minimal file path check. by Sahana Rao · 4 years, 9 months ago
  46. c112a0c Merge "MediaProviderWrapper: rename internal function to follow convention" by TreeHugger Robot · 4 years, 9 months ago
  47. 6403551 MediaProviderWrapper: rename internal function to follow convention by shafik · 4 years, 9 months ago
  48. 81ceaf0 FUSE readdir: enforce restrictions based on target SDK by Sahana Rao · 4 years, 9 months ago
  49. 8a588e7 List all directory names in FUSE readdir by Sahana Rao · 4 years, 10 months ago
  50. a2966a7 Append all FUSE MediaProvider methods with ForFuse by shafik · 4 years, 10 months ago
  51. c580b6d Calculate redaction ranges on open by shafik · 4 years, 10 months ago
  52. 6a18440 Merge "Trace FUSE daemon opcodes" by Zimuzo Ezeozue · 4 years, 10 months ago
  53. ec8d572 Trace FUSE daemon opcodes by Zim · 4 years, 10 months ago
  54. 7169344 Move readdir decision-making to MediaProvider. by Sahana Rao · 4 years, 11 months ago
  55. a82bd6a Implement FUSE readdir Function by Sahana Rao · 5 years ago
  56. 824c108 Wire opendir to go through MediaProvider by shafik · 4 years, 11 months ago
  57. bba5b67 Wire mkdir and rmdir to go through MediaProvider by shafik · 4 years, 11 months ago
  58. 9dd60eb Make root bypass all MediaProvider checks by shafik · 4 years, 11 months ago
  59. 9edfb14 Create file in native level instead of Java by shafik · 5 years ago
  60. 15e2d61 FUSE: open and close consult MediaProvider first by shafik · 5 years ago
  61. 054399c Merge "Wait for JNI thread termination in MPW d'tor" by Shafik Nassar · 5 years ago
  62. d01abe4 Wait for JNI thread termination in MPW d'tor by shafik · 5 years ago
  63. a2ae907 Refactor some of that redaction logic by shafik · 5 years ago
  64. 0c0e0d7 Wire file deletion to go through MediaProvider by shafik · 5 years ago
  65. a51f3ce Wire file creation to go through MediaProvider by shafik · 5 years ago
  66. cdb6b2b Delegate all JNI calls to a single thread by shafik · 5 years ago
  67. c3f6267 Implement MediaProviderWrapper and redaction in fuse reads by shafik · 5 years ago