1. 0bf909b Tuxera exFAT vold patch for Android 11. by Tuxera Inc · 2 years, 10 months ago int/11/fp3 rel/11/fp3/8901.4.A.0016 rel/11/fp3/8901.4.A.0017 rel/11/fp3/8901.4.A.0019 rel/11/fp3/8901.4.A.0021 rel/11/fp3/8901.4.A.0022 rel/11/fp3/8901.4.A.0023 rel/11/fp3/8901.4.A.0025 rel/11/fp3/8901.4.A.0026 rel/11/fp3/8901.4.A.0027 rel/11/fp3/8901.4.A.0028 rel/11/fp3/8901.4.A.0016.6 rel/11/fp3/8901.4.A.0017.3 rel/11/fp3/8901.4.A.0019.1 rel/11/fp3/8901.4.A.0019.2 rel/11/fp3/8901.4.A.0021.0 rel/11/fp3/8901.4.A.0022.0 rel/11/fp3/8901.4.A.0023.0 rel/11/fp3/8901.4.A.0025.0 rel/11/fp3/8901.4.A.0026.1 rel/11/fp3/8901.4.A.0027.1 rel/11/fp3/8901.4.A.0028.1
  2. 73be12d Refactor: make cryptfs.h smaller by Paul Crowley · 4 years, 4 months ago
  3. 2fba74c Merge "Add missing null terminator for getopt_long()" am: 4d05e017f9 by Eric Biggers · 5 years ago
  4. f5ef40d Add missing null terminator for getopt_long() by Eric Biggers · 5 years ago
  5. 42aabc2 Merge "Enable metadata encryption for userdata_gsi." am: 99046b75c4 am: 8b90acafcd by David Anderson · 5 years ago
  6. 0d71c4b Enable metadata encryption for userdata_gsi. by David Anderson · 5 years ago
  7. 1464410 Merge "Move over to the C++ Fstab class" am: b6d5cd20d7 am: 4e8e70a949 by Tom Cherry · 5 years ago
  8. 4c5bde2 Move over to the C++ Fstab class by Tom Cherry · 5 years ago
  9. 40ab674 Bind mount pkg specific dirs in the zygote child namespaces. by Sudheer Shanka · 6 years ago
  10. 4b6ca4e Update vold to log only debug or higher level messages. by Sudheer Shanka · 6 years ago
  11. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  12. 024a124 vold uses health filesystem HAL by Yifan Hong · 6 years ago
  13. 0fd2626 Add a mount with metadata encryption service by Paul Crowley · 6 years ago
  14. 53d5d7c Wire up reserved blocks presence for tests. by Jeff Sharkey · 6 years ago
  15. 93396c1 Use main thread for Binder transactions. by Jeff Sharkey · 7 years ago
  16. 3472e52 Move to modern utility methods from android::base. by Jeff Sharkey · 7 years ago
  17. 3188805 Read the configuration before starting the native service. by Paul Crowley · 7 years ago
  18. e2ee152 Refactor of use of fstab in advance of fix. by Paul Crowley · 7 years ago
  19. 67b8c49 Make Loop::destroyAll() smarter. by Jeff Sharkey · 7 years ago
  20. cbe69fc Destroy vold socket interface completely. by Jeff Sharkey · 7 years ago
  21. 11c2d38 Move even more vold commands over to Binder. by Jeff Sharkey · 7 years ago
  22. 068c6be Start paving the way for vold calls over Binder. by Jeff Sharkey · 7 years ago
  23. 95a92f9 Only enable quotas when supported by device. by Jeff Sharkey · 7 years ago
  24. fd3dc3c Spread around some O_CLOEXEC love. by Jeff Sharkey · 7 years ago
  25. e8fb6c3 vold: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 7 years ago
  26. 2edbe28 vold: add coldboot back and make sure it won't block booting by Wei Wang · 7 years ago
  27. 6b455c2 Remove coldboot from vold by Wei Wang · 7 years ago
  28. c976e73 Fix deadlock between vold and init by Dimitry Ivanov · 7 years ago
  29. 38132a1 Refactor now that global DE has been reworked by Paul Crowley · 8 years ago
  30. 285956f Rework FBE crypto to match the N way of doing things by Paul Crowley · 8 years ago
  31. 9ad4369 Fix a bug in passing parameters to prepare_user_storage. by Lenka Trochtova · 8 years ago
  32. 395039f Introduce support for ephemeral users. by Lenka Trochtova · 9 years ago
  33. 6bf0547 resolve merge conflicts of b7d5a47cec to master. by Elliott Hughes · 8 years ago
  34. 7e128fb Track rename from base/ to android-base/. by Elliott Hughes · 8 years ago
  35. c79fb89 Switch to new FBE emulation property. by Jeff Sharkey · 9 years ago
  36. c86ab6f Trim both internal and adopted private storage. by Jeff Sharkey · 9 years ago
  37. d0640f6 Add f2fs support for private volumes. by Jeff Sharkey · 9 years ago
  38. d0b4295 Move crypt commands to a different listener in vold by Paul Lawrence · 9 years ago
  39. 65427f1 Offer debug flag to force default primary. by Jeff Sharkey · 9 years ago
  40. e44a41a Communicate if we have adoptable disks. by Jeff Sharkey · 9 years ago
  41. b066787 Property to enable debugging. by Jeff Sharkey · 9 years ago
  42. c8e04c5 Wider volume mutation lock, move force adoptable. by Jeff Sharkey · 9 years ago
  43. 5bad378 Switch logging to system log, persistable prop. by Jeff Sharkey · 9 years ago
  44. 502164d Fix destroy ordering bug; add debug flag. by Jeff Sharkey · 9 years ago
  45. 9f18fe7 Remove unused code. by Jeff Sharkey · 9 years ago
  46. f7e86ea Some CLOEXEC love. by Jeff Sharkey · 9 years ago
  47. 95c87cc Different blkid and fsck execution domains. by Jeff Sharkey · 9 years ago
  48. 36801cc Progress towards dynamic storage support. by Jeff Sharkey · 9 years ago
  49. 684e662 Set SELinux contexts on device nodes created by vold. by Stephen Smalley · 10 years ago
  50. ba6ae8d Add support for more expressive SD card permissions by Jeff Sharkey · 11 years ago
  51. b9738ea vold: set klog level so e2fsck output is logged by Ken Sumrall · 11 years ago
  52. 56ad03c vold: use unified fstab format by Ken Sumrall · 11 years ago
  53. 29d8da8 vold: allow to store key in a file on another partition by Ken Sumrall · 13 years ago
  54. c1d8027 am 08da5c1f: Merge "vold: replace strsep by strtok_r" by Jean-Baptiste Queru · 14 years ago
  55. 74ca25a vold: replace strsep by strtok_r by Jinho You · 14 years ago
  56. 99635f6 Use new kernel notifications to determine if USB mass storage is available. by Mike Lockwood · 14 years ago
  57. 97ac40e vold: Switch from LOG -> SLOG by San Mehat · 14 years ago
  58. f1b07fb vold: Don't bail out on init failure & bump version number by San Mehat · 14 years ago
  59. 79e31be vold2: Don't bail out if the UMS switch isn't there by San Mehat · 14 years ago
  60. 0cde53c vold2: Manually bootstrap the ums switch since switch kernel uevents are broken by San Mehat · 14 years ago
  61. a2677e4 vold2: Get mounting/unmounting/formatting/sharing working by San Mehat · 14 years ago
  62. ae10b91 vold2: Rename DeviceVolume -> DirectVolume by San Mehat · 15 years ago
  63. 3578c41 vold2: Add block device udev bootstrapping by San Mehat · 15 years ago
  64. f1b736b system: vold2: Initial skeleton for vold2. by San Mehat · 15 years ago