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