1. 5be97ba Merge "Clarify reason for using direct I/O in FUSE." by TreeHugger Robot · 4 years, 7 months ago
  2. d0f9589 Clarify reason for using direct I/O in FUSE. by Martijn Coenen · 4 years, 7 months ago
  3. 92bf67b Track inodes by hand when kEnableInodeTracking is true. by Narayan Kamath · 4 years, 7 months ago
  4. eeba1a3 Merge "deploy.sh: stop execution on error." by Narayan Kamath · 4 years, 7 months ago
  5. ece1160 Merge changes from topic "jan7" by Jeff Sharkey · 4 years, 7 months ago
  6. 910ba4a Gently ramp up strictness. by Jeff Sharkey · 4 years, 7 months ago
  7. e275032 Final push to build against SDK. by Jeff Sharkey · 4 years, 7 months ago
  8. c5cc706 deploy.sh: stop execution on error. by Narayan Kamath · 4 years, 7 months ago
  9. 3a25736 Merge "Fix rename without changing parent nodes" by TreeHugger Robot · 4 years, 7 months ago
  10. 87c7bf8 Fix rename without changing parent nodes by Zim · 4 years, 7 months ago
  11. 5278ead Introduce persistent logs to aid debugging. by Jeff Sharkey · 4 years, 7 months ago
  12. 23fa53f Merge "Fix RedactionInfo null pointer when reading a newly created file" by Zimuzo Ezeozue · 4 years, 7 months ago
  13. 57a7535 Fix RedactionInfo null pointer when reading a newly created file by Zim · 4 years, 7 months ago
  14. 263df07 Merge "Make fuse inode logic more testable + add tests." by TreeHugger Robot · 4 years, 7 months ago
  15. e439c60 Merge "Fix FUSE dentry caches on lookup" by Zimuzo Ezeozue · 4 years, 7 months ago
  16. 4114f78 Platform shouldn't directly link to jars in APEXes by Jiyong Park · 4 years, 7 months ago
  17. 9075939 Merge changes from topic "jan6" by Jeff Sharkey · 4 years, 7 months ago
  18. f0e3cd9 Fix FUSE dentry caches on lookup by Zim · 4 years, 7 months ago
  19. c92835c Modify the regular expression: PATTERN_RELATIVE_PATH by nolyn.lu · 5 years ago
  20. 0e7229d Version bump for locale-agnostic case folding. by Jeff Sharkey · 4 years, 7 months ago
  21. cea04d5 Provide thumbnails for generic Uris. by Jeff Sharkey · 4 years, 7 months ago
  22. 456ca0f Movement should trigger scan. by Jeff Sharkey · 4 years, 7 months ago
  23. aef84a1 Make fuse inode logic more testable + add tests. by Narayan Kamath · 4 years, 7 months ago
  24. 2b5c3bc Import translations. DO NOT MERGE by Bill Yi · 4 years, 7 months ago
  25. 24676a0 Merge "Implement FUSE rename with minimal file path check." by TreeHugger Robot · 4 years, 7 months ago
  26. 2c41603 Implement FUSE rename with minimal file path check. by Sahana Rao · 4 years, 7 months ago
  27. 2f3e940 Merge "fuse: Improve error handling." by Narayan Kamath · 4 years, 7 months ago
  28. 4945da8 Merge "Replace handwritten linked list semantics with an std::list." by Narayan Kamath · 4 years, 7 months ago
  29. 021c316 Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 4 years, 7 months ago
  30. f7275db Merge "Import translations. DO NOT MERGE" by Bill Yi · 4 years, 7 months ago
  31. ddaff5c Import translations. DO NOT MERGE by Bill Yi · 4 years, 7 months ago
  32. bbb779a fuse: Improve error handling. by Narayan Kamath · 4 years, 7 months ago
  33. 8d76d0c Replace handwritten linked list semantics with an std::list. by Narayan Kamath · 4 years, 7 months ago
  34. 5c4ec7d Merge "Remove unused generation numbers." by Narayan Kamath · 4 years, 7 months ago
  35. 8c84006 Merge "Add maco / zezeozue to MediaProvider OWNERS." by Narayan Kamath · 4 years, 7 months ago
  36. a19ab9e Merge "Fix Error Prone errors" by Colin Cross · 4 years, 7 months ago
  37. 8720036 Import translations. DO NOT MERGE by Bill Yi · 4 years, 7 months ago
  38. cedc027 Merge "Adjust DISALLOW_USB_FILE_TRANSFER checks." by Jeff Sharkey · 4 years, 7 months ago
  39. d4b9b29 Adjust DISALLOW_USB_FILE_TRANSFER checks. by Jeff Sharkey · 4 years, 7 months ago
  40. 7d832ca Rewrite hidden API usage to avoid inlining. by Jeff Sharkey · 4 years, 7 months ago
  41. de9d632 Fix Error Prone errors by Colin Cross · 4 years, 7 months ago
  42. 1827741 Merge "Fix FUSE readdir lookup errno check" by TreeHugger Robot · 4 years, 7 months ago
  43. fc0aa95 Remove unused generation numbers. by Narayan Kamath · 4 years, 7 months ago
  44. fe1139c FuseDaemon: Remove bogus null checks after new. by Narayan Kamath · 4 years, 7 months ago
  45. b194a2b Add maco / zezeozue to MediaProvider OWNERS. by Narayan Kamath · 4 years, 7 months ago
  46. 7de6855 Merge "FuseDaemon: Correctly guard calls to do_forget_locked" by Narayan Kamath · 4 years, 7 months ago
  47. c112a0c Merge "MediaProviderWrapper: rename internal function to follow convention" by TreeHugger Robot · 4 years, 7 months ago
  48. 4999505 Merge "FuseDaemon: Move to std::lock_guard." by TreeHugger Robot · 4 years, 7 months ago
  49. 6403551 MediaProviderWrapper: rename internal function to follow convention by shafik · 4 years, 7 months ago
  50. d621984 FuseDaemon: Correctly guard calls to do_forget_locked by Narayan Kamath · 4 years, 7 months ago
  51. 768bea3 FuseDaemon: Move to std::lock_guard. by Narayan Kamath · 4 years, 7 months ago
  52. 01248e4 Merge "FuseDaemon: Address clang-tidy warnings." by TreeHugger Robot · 4 years, 7 months ago
  53. 53bd1f6 Fix FUSE readdir lookup errno check by Sahana Rao · 4 years, 7 months ago
  54. 64b4435 FuseDaemon: Address clang-tidy warnings. by Narayan Kamath · 4 years, 7 months ago
  55. 14bc6b6 Merge "FUSE readdir: enforce restrictions based on target SDK" by TreeHugger Robot · 4 years, 7 months ago
  56. 81ceaf0 FUSE readdir: enforce restrictions based on target SDK by Sahana Rao · 4 years, 7 months ago
  57. 0107db1 Merge "Don't use 0 entry timeouts for Android/ and root paths." by Martijn Coenen · 4 years, 7 months ago
  58. 553686e Merge "Fix NPE when we can't find the volume for a file." by Martijn Coenen · 4 years, 7 months ago
  59. 94b81ae Fix NPE when we can't find the volume for a file. by Martijn Coenen · 4 years, 7 months ago
  60. f91c370 Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 4 years, 7 months ago
  61. 0ea4ee6 Import translations. DO NOT MERGE by Bill Yi · 4 years, 7 months ago
  62. 005cd81 Reland: Fix memory leaks on filesystem unmount by Zim · 4 years, 7 months ago
  63. edbe69e Reland: resolve FUSE and lower FS cache inconsistencies by Zim · 4 years, 7 months ago
  64. 0498dfc Merge changes I98554ebf,I30be85b2 by TreeHugger Robot · 4 years, 7 months ago
  65. 613b7ab Revert "Resolve FUSE and lower FS cache inconsistencies" by Kyle Tso · 4 years, 7 months ago
  66. 904b127 Revert "Fix memory leaks on filesystem unmount" by Kyle Tso · 4 years, 7 months ago
  67. dec2c40 Merge "Fix memory leaks on filesystem unmount" by Zimuzo Ezeozue · 4 years, 7 months ago
  68. b8ff4eb Don't use 0 entry timeouts for Android/ and root paths. by Martijn Coenen · 4 years, 7 months ago
  69. 4d40f71 Fix memory leaks on filesystem unmount by Zim · 4 years, 7 months ago
  70. aa24489 Merge "Resolve FUSE and lower FS cache inconsistencies" by Zimuzo Ezeozue · 4 years, 7 months ago
  71. 280e555 Resolve FUSE and lower FS cache inconsistencies by Zim · 4 years, 7 months ago
  72. 0a65f40 Merge "Re-enable FuseDaemonHostTest on presubmit" by Shafik Nassar · 4 years, 7 months ago
  73. ccd016a Merge changes from topic "sdkz" by Jeff Sharkey · 4 years, 7 months ago
  74. c55994b Build MediaProviderLegacy with "system_current". by Jeff Sharkey · 4 years, 7 months ago
  75. d69b167 Merge "Reboot less in FuseDaemonHostTest" by TreeHugger Robot · 4 years, 7 months ago
  76. 1f6ad1a Another push towards "system_current". by Jeff Sharkey · 4 years, 7 months ago
  77. 26492c3 Merge "Adjustments after moving MediaStore inside APEX." by Jeff Sharkey · 4 years, 7 months ago
  78. 077436e Re-enable FuseDaemonHostTest on presubmit by shafik · 4 years, 7 months ago
  79. 59b9959 Reboot less in FuseDaemonHostTest by shafik · 4 years, 7 months ago
  80. d363651 Adjustments after moving MediaStore inside APEX. by Jeff Sharkey · 4 years, 7 months ago
  81. 8a588e7 List all directory names in FUSE readdir by Sahana Rao · 4 years, 8 months ago
  82. 327f594 Merge "Readdir test to check all visible files of all file types are listed." by TreeHugger Robot · 4 years, 7 months ago
  83. 584c288 Merge "Ignore lookup errors in FUSE readdir" by TreeHugger Robot · 4 years, 7 months ago
  84. 3b7228a Readdir test to check all visible files of all file types are listed. by Sahana Rao · 4 years, 8 months ago
  85. 4ca1a6d Merge "Add AdoptableHostTest and AdoptableFeatureConsistentTest to TEST_MAPPING" by Abhijeet Kaur · 4 years, 7 months ago
  86. 01bd22e Merge "Move MediaStore.java inside APEX boundary." by Jeff Sharkey · 4 years, 7 months ago
  87. baf2bfc Merge "Update storage volumes when user unlocks" by TreeHugger Robot · 4 years, 7 months ago
  88. 5ea5c28 Move MediaStore.java inside APEX boundary. by Jeff Sharkey · 4 years, 7 months ago
  89. 5835eab Merge "Recognize "SMPL" files as playlists." by Jeff Sharkey · 4 years, 7 months ago
  90. ce6a7b5 Update storage volumes when user unlocks by Zim · 4 years, 7 months ago
  91. 6070ada Recognize "SMPL" files as playlists. by Jeff Sharkey · 4 years, 7 months ago
  92. 0ebcd47 Merge "Sigh, more apps relying on SQL injection." by Jeff Sharkey · 4 years, 7 months ago
  93. 3557bcf Merge "Revert "Bypass FUSE restrictions if any app requests legacy"" by TreeHugger Robot · 4 years, 7 months ago
  94. 513159e Merge "Add test to verify FUSE and lower FS dentry cache consistencies" by Zimuzo Ezeozue · 4 years, 7 months ago
  95. 88abda9 Revert "Bypass FUSE restrictions if any app requests legacy" by Zimuzo Ezeozue · 4 years, 7 months ago
  96. 2f02cf5 Add test to verify FUSE and lower FS dentry cache consistencies by Zim · 4 years, 7 months ago
  97. 8d8dbb4 Ignore lookup errors in FUSE readdir by Sahana Rao · 4 years, 7 months ago
  98. b855772 Sigh, more apps relying on SQL injection. by Jeff Sharkey · 4 years, 7 months ago
  99. 35e4fb9 Merge "Partial revert to unblock dogfooding." by Jeff Sharkey · 4 years, 7 months ago
  100. 683ae50 Partial revert to unblock dogfooding. by Jeff Sharkey · 4 years, 7 months ago