1. 6b3ff66 Merge "Const correctness handle / RedactionInfo." by Zimuzo Ezeozue · 4 years, 8 months ago
  2. 5c57d83 Reduce spammy FUSE logs (2) by Zim · 4 years, 8 months ago
  3. 357e307 Reduce spammy FUSE logs by Zim · 4 years, 8 months ago
  4. bd22bb0 Const correctness handle / RedactionInfo. by Narayan Kamath · 4 years, 8 months ago
  5. b9730bf Support inotify by Zim · 4 years, 9 months ago
  6. 62f348d Merge "FUSE rename: Check file type and write permission for renaming directory" by TreeHugger Robot · 4 years, 8 months ago
  7. 182ec6b FUSE rename: Check file type and write permission for renaming directory by Sahana Rao · 4 years, 8 months ago
  8. 92b9bef Merge "Track inodes by hand when kEnableInodeTracking is true." by TreeHugger Robot · 4 years, 8 months ago
  9. d0f9589 Clarify reason for using direct I/O in FUSE. by Martijn Coenen · 4 years, 8 months ago
  10. 92bf67b Track inodes by hand when kEnableInodeTracking is true. by Narayan Kamath · 4 years, 8 months ago
  11. 23fa53f Merge "Fix RedactionInfo null pointer when reading a newly created file" by Zimuzo Ezeozue · 4 years, 8 months ago
  12. 57a7535 Fix RedactionInfo null pointer when reading a newly created file by Zim · 4 years, 8 months ago
  13. 263df07 Merge "Make fuse inode logic more testable + add tests." by TreeHugger Robot · 4 years, 8 months ago
  14. f0e3cd9 Fix FUSE dentry caches on lookup by Zim · 4 years, 8 months ago
  15. aef84a1 Make fuse inode logic more testable + add tests. by Narayan Kamath · 4 years, 8 months ago
  16. 24676a0 Merge "Implement FUSE rename with minimal file path check." by TreeHugger Robot · 4 years, 8 months ago
  17. 2c41603 Implement FUSE rename with minimal file path check. by Sahana Rao · 4 years, 8 months ago
  18. bbb779a fuse: Improve error handling. by Narayan Kamath · 4 years, 8 months ago
  19. 8d76d0c Replace handwritten linked list semantics with an std::list. by Narayan Kamath · 4 years, 8 months ago
  20. 5c4ec7d Merge "Remove unused generation numbers." by Narayan Kamath · 4 years, 8 months ago
  21. 1827741 Merge "Fix FUSE readdir lookup errno check" by TreeHugger Robot · 4 years, 8 months ago
  22. fc0aa95 Remove unused generation numbers. by Narayan Kamath · 4 years, 8 months ago
  23. fe1139c FuseDaemon: Remove bogus null checks after new. by Narayan Kamath · 4 years, 8 months ago
  24. 7de6855 Merge "FuseDaemon: Correctly guard calls to do_forget_locked" by Narayan Kamath · 4 years, 8 months ago
  25. 4999505 Merge "FuseDaemon: Move to std::lock_guard." by TreeHugger Robot · 4 years, 8 months ago
  26. d621984 FuseDaemon: Correctly guard calls to do_forget_locked by Narayan Kamath · 4 years, 9 months ago
  27. 768bea3 FuseDaemon: Move to std::lock_guard. by Narayan Kamath · 4 years, 9 months ago
  28. 01248e4 Merge "FuseDaemon: Address clang-tidy warnings." by TreeHugger Robot · 4 years, 8 months ago
  29. 53bd1f6 Fix FUSE readdir lookup errno check by Sahana Rao · 4 years, 9 months ago
  30. 64b4435 FuseDaemon: Address clang-tidy warnings. by Narayan Kamath · 4 years, 9 months ago
  31. 0107db1 Merge "Don't use 0 entry timeouts for Android/ and root paths." by Martijn Coenen · 4 years, 9 months ago
  32. 005cd81 Reland: Fix memory leaks on filesystem unmount by Zim · 4 years, 9 months ago
  33. edbe69e Reland: resolve FUSE and lower FS cache inconsistencies by Zim · 4 years, 9 months ago
  34. 613b7ab Revert "Resolve FUSE and lower FS cache inconsistencies" by Kyle Tso · 4 years, 9 months ago
  35. 904b127 Revert "Fix memory leaks on filesystem unmount" by Kyle Tso · 4 years, 9 months ago
  36. b8ff4eb Don't use 0 entry timeouts for Android/ and root paths. by Martijn Coenen · 4 years, 9 months ago
  37. 4d40f71 Fix memory leaks on filesystem unmount by Zim · 4 years, 9 months ago
  38. 280e555 Resolve FUSE and lower FS cache inconsistencies by Zim · 4 years, 9 months ago
  39. 8a588e7 List all directory names in FUSE readdir by Sahana Rao · 4 years, 9 months ago
  40. 8d8dbb4 Ignore lookup errors in FUSE readdir by Sahana Rao · 4 years, 9 months ago
  41. b353eb4 Fix where we populate the FUSE <-> Android logging enums by Zim · 4 years, 9 months ago
  42. f039ba9 Merge "Reduced the lookup entry_timeout to 0" by Zimuzo Ezeozue · 4 years, 9 months ago
  43. 3df4ab5 Merge "Protect FUSE lookup requests" by Zimuzo Ezeozue · 4 years, 9 months ago
  44. 6d0a3f1 Reduced the lookup entry_timeout to 0 by Zim · 4 years, 9 months ago
  45. 859db93 Protect FUSE lookup requests by Zim · 4 years, 9 months ago
  46. 8f88e69 Merge "Calculate redaction ranges on open" by Shafik Nassar · 4 years, 9 months ago
  47. c580b6d Calculate redaction ranges on open by shafik · 4 years, 9 months ago
  48. 43927f0 FUSE readdir: call do_forget for rejected directory entry node. by Sahana Rao · 4 years, 9 months ago
  49. e3eb10f Stop scanning files on close by shafik · 4 years, 9 months ago
  50. 6a18440 Merge "Trace FUSE daemon opcodes" by Zimuzo Ezeozue · 4 years, 9 months ago
  51. ec8d572 Trace FUSE daemon opcodes by Zim · 4 years, 9 months ago
  52. cd2514f Merge "Fix FUSE_LOG_ERR handling" by Zimuzo Ezeozue · 4 years, 9 months ago
  53. 7325fd9 Fix FUSE_LOG_ERR handling by Zimuzo Ezeozue · 4 years, 9 months ago
  54. 7169344 Move readdir decision-making to MediaProvider. by Sahana Rao · 4 years, 10 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, 10 months ago
  57. bba5b67 Wire mkdir and rmdir to go through MediaProvider by shafik · 4 years, 10 months ago
  58. 271a7f3 Merge "Make root bypass all MediaProvider checks" by Shafik Nassar · 4 years, 10 months ago
  59. 9dd60eb Make root bypass all MediaProvider checks by shafik · 4 years, 10 months ago
  60. 45219dd Merge "Stop FUSE sessions properly" by Zimuzo Ezeozue · 4 years, 10 months ago
  61. b201e75 Merge "Create file in native level instead of Java" by Shafik Nassar · 4 years, 10 months ago
  62. 9edfb14 Create file in native level instead of Java by shafik · 4 years, 10 months ago
  63. 7e0d314 Stop FUSE sessions properly by Zim · 5 years ago
  64. 724b8ca Allow libfuse logging via Android log buffer by Zim · 4 years, 10 months ago
  65. 17714b8 [MediaProvider] fix -Wreorder-init-list by Nick Desaulniers · 4 years, 10 months ago
  66. 15e2d61 FUSE: open and close consult MediaProvider first by shafik · 4 years, 10 months ago
  67. 07687c3 Merge "Smart fadvise" by Paul Lawrence · 4 years, 10 months ago
  68. 7e4a5a8 Smart fadvise by Paul Lawrence · 5 years ago
  69. a2ae907 Refactor some of that redaction logic by shafik · 4 years, 11 months ago
  70. 0c0e0d7 Wire file deletion to go through MediaProvider by shafik · 5 years ago
  71. a51f3ce Wire file creation to go through MediaProvider by shafik · 5 years ago
  72. 3a26a3c Introduce device sys prop for toggling redaction by shafik · 5 years ago
  73. 7c8712d Cleanup FuseDaemon properly when it exits by Zim · 5 years ago
  74. 4e06f48 Merge "Use mmap for redacted ranges" by Shafik Nassar · 5 years ago
  75. 352a692 Merge "keep_cache when opening files with FUSE" by Zimuzo Ezeozue · 5 years ago
  76. 61d1234 keep_cache when opening files with FUSE by Zim · 5 years ago
  77. b334a61 Use mmap for redacted ranges by shafik · 5 years ago
  78. db34d47 Remove spammy OPENDIR logs by Zim · 5 years ago
  79. 463dd40 Merge "Fix Fuse readdir bug where incorrect buffer size is passed to fuse_reply_buf() when the buffer is full" by TreeHugger Robot · 5 years ago
  80. 6f9ea98 Fix Fuse readdir bug where incorrect buffer size is passed to by Sahana Rao · 5 years ago
  81. 0861ba3 Fix FUSE_RENAME by Zim · 5 years ago
  82. c3f6267 Implement MediaProviderWrapper and redaction in fuse reads by shafik · 5 years ago
  83. 458d110 Migrate FuseDaemon to android-base logging by shafik · 5 years ago
  84. 8b57cd5 Get ourselves some clang-format and apply it by shafik · 5 years ago
  85. 88203dc jni: Compile against the NDK. by Narayan Kamath · 5 years ago
  86. a9fcd55 Support FuseDaemon access requests by Zim · 5 years ago
  87. 7469b98 Get clang tidy builds green. by Jeff Sharkey · 5 years ago
  88. 3e45d9b Add ExternalStorageServiceImpl to android.process.media by Zim · 5 years ago
  89. 1e3a267 Implement a pass through fuse daemon by shafik · 5 years ago