1. 480fcd2 Set uid/gid of newly created user dirs to system/system. by Paul Crowley · 9 years ago
  2. 008c1ac am eddf9bd6: Request specific tags from blkid. by Jeff Sharkey · 9 years ago
  3. eddf9bd Request specific tags from blkid. by Jeff Sharkey · 9 years ago
  4. 4fc3063 am 1bd078fa: Protect runtime storage mount points. by Jeff Sharkey · 9 years ago
  5. 1bd078f Protect runtime storage mount points. by Jeff Sharkey · 9 years ago
  6. 157ba43 am 8474ee32: Return useful path when not visible. by Jeff Sharkey · 9 years ago
  7. 8474ee3 Return useful path when not visible. by Jeff Sharkey · 9 years ago
  8. 4864af9 am d46687ee: Use random data for benchmark instead of zeros. by Jeff Sharkey · 9 years ago
  9. d46687e Use random data for benchmark instead of zeros. by Jeff Sharkey · 9 years ago
  10. 27f98a1 am 20642ae7: Give secondary users read-only physical cards. by Jeff Sharkey · 9 years ago
  11. 20642ae Give secondary users read-only physical cards. by Jeff Sharkey · 9 years ago
  12. 78003ca am 32679a82: Create user directory on emulated storage. by Jeff Sharkey · 9 years ago
  13. 32679a8 Create user directory on emulated storage. by Jeff Sharkey · 9 years ago
  14. 9336348 Evict the key before we delete it. by Paul Crowley · 9 years ago
  15. e76d9e6 Fix erroneous comment in secdiscard.cpp, plus style fixes. by Paul Crowley · 10 years ago
  16. cd307b7 Scrub the key from the disk with BLKSECDISCARD. by Paul Crowley · 10 years ago
  17. 5bd0daf Add tool for scrubbing files with BLKSECDISCARD. by Paul Crowley · 10 years ago
  18. b33e887 Add "cryptfs deleteuserkey" command to vold. by Paul Crowley · 10 years ago
  19. 95376d6 Add vold commands for setting up per-user encrypted user directories by Paul Crowley · 10 years ago
  20. f25a35a Break key installation into its own function so we can install non-master keys. by Paul Crowley · 10 years ago
  21. f733ae6 Don't break on setting default password by Paul Lawrence · 9 years ago
  22. 81f55c6 Mount emulated volumes as consistent location. by Jeff Sharkey · 9 years ago
  23. c86ab6f Trim both internal and adopted private storage. by Jeff Sharkey · 10 years ago
  24. c7b5b57 Null-terminate readlink() result, full remount. by Jeff Sharkey · 9 years ago
  25. 63123c0 Last ditch check for partition on raw disk. by Jeff Sharkey · 10 years ago
  26. 66270a2 Let's reinvent storage, yet again! by Jeff Sharkey · 10 years ago
  27. 5d268fd Merge "Make sure volume is vfat before fsck'ing." into mnc-dev by Makoto Onuki · 10 years ago
  28. c82c9ce Make sure volume is vfat before fsck'ing. by Makoto Onuki · 10 years ago
  29. 86af355 Add purpose to vold-generated keymaster1 keys. by Shawn Willden · 10 years ago
  30. bc40cc8 Add method to forget private partition keys. by Jeff Sharkey · 10 years ago
  31. 0417060 Use correct error code for rate limiting. by Shawn Willden · 10 years ago
  32. da6e899 Add keymaster1 support to vold. by Shawn Willden · 10 years ago
  33. b1ef466 Improve boot time by 0.1s by reducing a polling sleep interval by Paul Lawrence · 10 years ago
  34. 210228a Merge "Start tracking added users with serial numbers." into mnc-dev by Jeff Sharkey · 10 years ago
  35. bd3038d Start tracking added users with serial numbers. by Jeff Sharkey · 10 years ago
  36. 3bd36d5 Remove hex encoding and password adjusting now that patterns are '1' based by Paul Lawrence · 10 years ago
  37. 3482412 Run restorecon over mounted private volumes. by Jeff Sharkey · 10 years ago
  38. d0640f6 Add f2fs support for private volumes. by Jeff Sharkey · 10 years ago
  39. d0b4295 Move crypt commands to a different listener in vold by Paul Lawrence · 10 years ago
  40. 0628fa2 Improve boot time by Paul Lawrence · 10 years ago
  41. d25e107 Merge "Don't use TEMP_FAILURE_RETRY on close in vold." into mnc-dev by Elliott Hughes · 10 years ago
  42. 86c942a DO NOT MERGE Delete password as per block encryption by Paul Lawrence · 10 years ago
  43. 0d9cd9e DO NOT MERGE Fix problem that reading/writing crypto footers wasn't identity by Paul Lawrence · 10 years ago
  44. 2f32cda DO NOT MERGE Retry unmounts in ext4 encryption by Paul Lawrence · 10 years ago
  45. b7f0702 DO NOT MERGE Use default key permissions for ext4enc by Paul Lawrence · 10 years ago
  46. a56d313 DO NOT MERGE Simplify password checking logic by Paul Lawrence · 10 years ago
  47. 368d794 DO NOT MERGE Enable properties in ext4enc by Paul Lawrence · 10 years ago
  48. c78c71b DO NOT MERGE Check password is correct by checking hash by Paul Lawrence · 10 years ago
  49. fd7db73 DO NOT MERGE New ext4enc kernel switching from xattrs to ioctl by Paul Lawrence · 10 years ago
  50. 731a7a2 DO NOT MERGE Securely encrypt the master key by Paul Lawrence · 10 years ago
  51. 4e378be Don't use TEMP_FAILURE_RETRY on close in vold. by Elliott Hughes · 10 years ago
  52. 65427f1 Offer debug flag to force default primary. by Jeff Sharkey · 10 years ago
  53. 721e580 Fully sync filesystem before time measurements. by Jeff Sharkey · 10 years ago
  54. 4351c9a Merge "Don't use TEMP_FAILURE_RETRY on close in vold." into mnc-dev by Elliott Hughes · 10 years ago
  55. a623108 Don't use TEMP_FAILURE_RETRY on close in vold. by Elliott Hughes · 10 years ago
  56. 5a6bfca Initial pass at storage benchmarks. by Jeff Sharkey · 10 years ago
  57. e44a41a Communicate if we have adoptable disks. by Jeff Sharkey · 10 years ago
  58. 8d15cb9 Report internal path for public volumes. by Jeff Sharkey · 10 years ago
  59. 74e6349 Merge "Fix signed issue with hex conversion." into mnc-dev by Jeff Sharkey · 10 years ago
  60. 1bfb375 Update primary symlinks after mounting. by Jeff Sharkey · 10 years ago
  61. ef36975 Fix signed issue with hex conversion. by Jeff Sharkey · 10 years ago
  62. b066787 Property to enable debugging. by Jeff Sharkey · 10 years ago
  63. ba6747f Scan failure still means we finished scan. by Jeff Sharkey · 10 years ago
  64. c98d1f5 am 85c7c08e: am d5aa67cc: Merge "Wait for completion of device mapping in mountObb" by Elliott Hughes · 10 years ago
  65. 85c7c08 am d5aa67cc: Merge "Wait for completion of device mapping in mountObb" by Elliott Hughes · 10 years ago
  66. d5aa67c Merge "Wait for completion of device mapping in mountObb" by Elliott Hughes · 10 years ago
  67. 476a627 Wait for completion of device mapping in mountObb by yoshiyuki hama · 10 years ago
  68. 1d6fbcc Migrate primary external storage. by Jeff Sharkey · 10 years ago
  69. c8e04c5 Wider volume mutation lock, move force adoptable. by Jeff Sharkey · 10 years ago
  70. f3ee200 Handle *ALL* the SCSI disks! by Jeff Sharkey · 10 years ago
  71. 613b26f Notify when disk scan finished. by Jeff Sharkey · 10 years ago
  72. 5bad378 Switch logging to system log, persistable prop. by Jeff Sharkey · 10 years ago
  73. f1b996d Volumes know parent disks; unsupported disks. by Jeff Sharkey · 10 years ago
  74. 7d9d011 Lock while partitioning. by Jeff Sharkey · 10 years ago
  75. ffeb007 Don't be picky about zap status. by Jeff Sharkey · 10 years ago
  76. 502164d Fix destroy ordering bug; add debug flag. by Jeff Sharkey · 10 years ago
  77. 48d81d3 Remember to tear down ASEC bind mount. by Jeff Sharkey · 10 years ago
  78. 3161fb3 Emulated volumes above private volumes. by Jeff Sharkey · 10 years ago
  79. ce6a913 Exclusive exec() path, format after partition. by Jeff Sharkey · 10 years ago
  80. 3896727 am 959de99a: am f8c905e0: Merge "Add dependency on libsquashfs_utils due to fs_mgr dependency" by Mohamad Ayyash · 10 years ago
  81. 959de99 am f8c905e0: Merge "Add dependency on libsquashfs_utils due to fs_mgr dependency" by Mohamad Ayyash · 10 years ago
  82. f8c905e Merge "Add dependency on libsquashfs_utils due to fs_mgr dependency" by Mohamad Ayyash · 10 years ago
  83. c489d7f Add dependency on libsquashfs_utils due to fs_mgr dependency by Mohamad Ayyash · 10 years ago
  84. f0121c5 Updates for expanded storage. by Jeff Sharkey · 10 years ago
  85. 0fd9535 Add back "unmountable" volume state. by Jeff Sharkey · 10 years ago
  86. 9f18fe7 Remove unused code. by Jeff Sharkey · 10 years ago
  87. f7e86ea Some CLOEXEC love. by Jeff Sharkey · 10 years ago
  88. 95c87cc Different blkid and fsck execution domains. by Jeff Sharkey · 10 years ago
  89. 9c48498 Support for private (adopted) volumes. by Jeff Sharkey · 10 years ago
  90. 38cfc02 Fix 64 bit builds. by Jeff Sharkey · 10 years ago
  91. 36801cc Progress towards dynamic storage support. by Jeff Sharkey · 10 years ago
  92. 2a8c109 am 8a0fde27: am e9623fed: Merge "Fixed type mismatch for ioctl(BLKGETSIZE)" by Elliott Hughes · 10 years ago
  93. 8a0fde2 am e9623fed: Merge "Fixed type mismatch for ioctl(BLKGETSIZE)" by Elliott Hughes · 10 years ago
  94. e9623fe Merge "Fixed type mismatch for ioctl(BLKGETSIZE)" by Elliott Hughes · 10 years ago
  95. 14eab55 Fixed type mismatch for ioctl(BLKGETSIZE) by Hiroaki Miyazawa · 10 years ago
  96. 36b7b0c am 836e7860: am 8120c3d1: Merge "Adding e4crypt support" by Paul Lawrence · 10 years ago
  97. 836e786 am 8120c3d1: Merge "Adding e4crypt support" by Paul Lawrence · 10 years ago
  98. 8120c3d Merge "Adding e4crypt support" by Paul Lawrence · 10 years ago
  99. 8175a0b Adding e4crypt support by Paul Lawrence · 10 years ago
  100. 05335c3 Adding e4crypt support by Paul Lawrence · 10 years ago