1. c93442e am 93363482: Evict the key before we delete it. by Paul Crowley · 9 years ago
  2. 95b5c3d am e76d9e6b: Fix erroneous comment in secdiscard.cpp, plus style fixes. by Paul Crowley · 9 years ago
  3. c10f433 am cd307b7c: Scrub the key from the disk with BLKSECDISCARD. by Paul Crowley · 9 years ago
  4. f4000e4 am 5bd0daf9: Add tool for scrubbing files with BLKSECDISCARD. by Paul Crowley · 9 years ago
  5. 41ddfc1 am b33e8873: Add "cryptfs deleteuserkey" command to vold. by Paul Crowley · 9 years ago
  6. 17ceaff am 95376d61: Add vold commands for setting up per-user encrypted user directories by Paul Crowley · 9 years ago
  7. 2db4367 am f25a35a1: (-s ours) Break key installation into its own function so we can install non-master keys. by Paul Crowley · 9 years ago
  8. 9336348 Evict the key before we delete it. by Paul Crowley · 9 years ago
  9. e76d9e6 Fix erroneous comment in secdiscard.cpp, plus style fixes. by Paul Crowley · 10 years ago
  10. cd307b7 Scrub the key from the disk with BLKSECDISCARD. by Paul Crowley · 10 years ago
  11. 5bd0daf Add tool for scrubbing files with BLKSECDISCARD. by Paul Crowley · 10 years ago
  12. b33e887 Add "cryptfs deleteuserkey" command to vold. by Paul Crowley · 10 years ago
  13. 95376d6 Add vold commands for setting up per-user encrypted user directories by Paul Crowley · 10 years ago
  14. f25a35a Break key installation into its own function so we can install non-master keys. by Paul Crowley · 10 years ago
  15. 9323725 am f733ae63: Don\'t break on setting default password by Paul Lawrence · 9 years ago
  16. f733ae6 Don't break on setting default password by Paul Lawrence · 9 years ago
  17. 10f78c5 am 81f55c6d: Mount emulated volumes as consistent location. by Jeff Sharkey · 9 years ago
  18. 81f55c6 Mount emulated volumes as consistent location. by Jeff Sharkey · 9 years ago
  19. 3ff337d am c86ab6f5: Trim both internal and adopted private storage. by Jeff Sharkey · 9 years ago
  20. c86ab6f Trim both internal and adopted private storage. by Jeff Sharkey · 10 years ago
  21. 1458955 am c7b5b570: Null-terminate readlink() result, full remount. by Jeff Sharkey · 10 years ago
  22. c7b5b57 Null-terminate readlink() result, full remount. by Jeff Sharkey · 10 years ago
  23. 8da0737 am 63123c06: Last ditch check for partition on raw disk. by Jeff Sharkey · 10 years ago
  24. 63123c0 Last ditch check for partition on raw disk. by Jeff Sharkey · 10 years ago
  25. 0deb385 am 66270a21: Let\'s reinvent storage, yet again! by Jeff Sharkey · 10 years ago
  26. 66270a2 Let's reinvent storage, yet again! by Jeff Sharkey · 10 years ago
  27. 34507d6 am 5d268fda: Merge "Make sure volume is vfat before fsck\'ing." into mnc-dev by Makoto Onuki · 10 years ago
  28. 5d268fd Merge "Make sure volume is vfat before fsck'ing." into mnc-dev by Makoto Onuki · 10 years ago
  29. c82c9ce Make sure volume is vfat before fsck'ing. by Makoto Onuki · 10 years ago
  30. 4fcd2fc am 86af3557: Add purpose to vold-generated keymaster1 keys. by Shawn Willden · 10 years ago
  31. 86af355 Add purpose to vold-generated keymaster1 keys. by Shawn Willden · 10 years ago
  32. b5e680a am bc40cc8f: Add method to forget private partition keys. by Jeff Sharkey · 10 years ago
  33. bc40cc8 Add method to forget private partition keys. by Jeff Sharkey · 10 years ago
  34. c6c5932 am 0417060e: Use correct error code for rate limiting. by Shawn Willden · 10 years ago
  35. 0417060 Use correct error code for rate limiting. by Shawn Willden · 10 years ago
  36. 8087e11 am da6e899f: Add keymaster1 support to vold. by Shawn Willden · 10 years ago
  37. da6e899 Add keymaster1 support to vold. by Shawn Willden · 10 years ago
  38. 4cc173e am b1ef4665: Improve boot time by 0.1s by reducing a polling sleep interval by Paul Lawrence · 10 years ago
  39. b1ef466 Improve boot time by 0.1s by reducing a polling sleep interval by Paul Lawrence · 10 years ago
  40. b75343a am 210228a0: Merge "Start tracking added users with serial numbers." into mnc-dev by Jeff Sharkey · 10 years ago
  41. 210228a Merge "Start tracking added users with serial numbers." into mnc-dev by Jeff Sharkey · 10 years ago
  42. bd3038d Start tracking added users with serial numbers. by Jeff Sharkey · 10 years ago
  43. 330f26b am 3bd36d5e: Remove hex encoding and password adjusting now that patterns are \'1\' based by Paul Lawrence · 10 years ago
  44. 3bd36d5 Remove hex encoding and password adjusting now that patterns are '1' based by Paul Lawrence · 10 years ago
  45. 0eb991e am 34824129: Run restorecon over mounted private volumes. by Jeff Sharkey · 10 years ago
  46. 3482412 Run restorecon over mounted private volumes. by Jeff Sharkey · 10 years ago
  47. d6a77b5 am d0640f63: Add f2fs support for private volumes. by Jeff Sharkey · 10 years ago
  48. d0640f6 Add f2fs support for private volumes. by Jeff Sharkey · 10 years ago
  49. 5c18a67 Merge commit 'd0b4295c' into manualmerge by Paul Lawrence · 10 years ago
  50. d0b4295 Move crypt commands to a different listener in vold by Paul Lawrence · 10 years ago
  51. d095d86 am 0628fa25: Improve boot time by Paul Lawrence · 10 years ago
  52. 0628fa2 Improve boot time by Paul Lawrence · 10 years ago
  53. bb68c6f am d25e1074: Merge "Don\'t use TEMP_FAILURE_RETRY on close in vold." into mnc-dev by Elliott Hughes · 10 years ago
  54. 9a79518 am 86c942a2: (-s ours) DO NOT MERGE Delete password as per block encryption by Paul Lawrence · 10 years ago
  55. 4efa3d2 am 0d9cd9e9: DO NOT MERGE Fix problem that reading/writing crypto footers wasn\'t identity by Paul Lawrence · 10 years ago
  56. ab5741d am 2f32cda6: DO NOT MERGE Retry unmounts in ext4 encryption by Paul Lawrence · 10 years ago
  57. 9cea113 am b7f0702e: (-s ours) DO NOT MERGE Use default key permissions for ext4enc by Paul Lawrence · 10 years ago
  58. 7344a7b am 368d7945: (-s ours) DO NOT MERGE Enable properties in ext4enc by Paul Lawrence · 10 years ago
  59. b2292f0 am c78c71b1: (-s ours) DO NOT MERGE Check password is correct by checking hash by Paul Lawrence · 10 years ago
  60. 145fc84 am fd7db732: (-s ours) DO NOT MERGE New ext4enc kernel switching from xattrs to ioctl by Paul Lawrence · 10 years ago
  61. d4618a5 am 731a7a24: (-s ours) DO NOT MERGE Securely encrypt the master key by Paul Lawrence · 10 years ago
  62. d25e107 Merge "Don't use TEMP_FAILURE_RETRY on close in vold." into mnc-dev by Elliott Hughes · 10 years ago
  63. 86c942a DO NOT MERGE Delete password as per block encryption by Paul Lawrence · 10 years ago
  64. 0d9cd9e DO NOT MERGE Fix problem that reading/writing crypto footers wasn't identity by Paul Lawrence · 10 years ago
  65. 2f32cda DO NOT MERGE Retry unmounts in ext4 encryption by Paul Lawrence · 10 years ago
  66. b7f0702 DO NOT MERGE Use default key permissions for ext4enc by Paul Lawrence · 10 years ago
  67. a56d313 DO NOT MERGE Simplify password checking logic by Paul Lawrence · 10 years ago
  68. 368d794 DO NOT MERGE Enable properties in ext4enc by Paul Lawrence · 10 years ago
  69. c78c71b DO NOT MERGE Check password is correct by checking hash by Paul Lawrence · 10 years ago
  70. fd7db73 DO NOT MERGE New ext4enc kernel switching from xattrs to ioctl by Paul Lawrence · 10 years ago
  71. 731a7a2 DO NOT MERGE Securely encrypt the master key by Paul Lawrence · 10 years ago
  72. 4e378be Don't use TEMP_FAILURE_RETRY on close in vold. by Elliott Hughes · 10 years ago
  73. a9ae06f am 65427f1a: Offer debug flag to force default primary. by Jeff Sharkey · 10 years ago
  74. 65427f1 Offer debug flag to force default primary. by Jeff Sharkey · 10 years ago
  75. 6e9e89f am 721e5807: Fully sync filesystem before time measurements. by Jeff Sharkey · 10 years ago
  76. 721e580 Fully sync filesystem before time measurements. by Jeff Sharkey · 10 years ago
  77. 817409c am 4351c9a0: Merge "Don\'t use TEMP_FAILURE_RETRY on close in vold." into mnc-dev by Elliott Hughes · 10 years ago
  78. 4351c9a Merge "Don't use TEMP_FAILURE_RETRY on close in vold." into mnc-dev by Elliott Hughes · 10 years ago
  79. a623108 Don't use TEMP_FAILURE_RETRY on close in vold. by Elliott Hughes · 10 years ago
  80. ddd4da1 am 5a6bfca1: Initial pass at storage benchmarks. by Jeff Sharkey · 10 years ago
  81. 5a6bfca Initial pass at storage benchmarks. by Jeff Sharkey · 10 years ago
  82. baf17b6 am e44a41a1: Communicate if we have adoptable disks. by Jeff Sharkey · 10 years ago
  83. e44a41a Communicate if we have adoptable disks. by Jeff Sharkey · 10 years ago
  84. da7bc8a am 8d15cb98: Report internal path for public volumes. by Jeff Sharkey · 10 years ago
  85. 8d15cb9 Report internal path for public volumes. by Jeff Sharkey · 10 years ago
  86. e05aacf resolved conflicts for merge of 9df68a13 to mnc-dev-plus-aosp by Kenny Root · 10 years ago
  87. 7239b92 am eb0c05ce: Merge "Break key installation into its own function so we can install non-master keys." by Paul Crowley · 10 years ago
  88. 9df68a1 Merge "Add vold commands for setting up per-user encrypted user directories" by Paul Crowley · 10 years ago
  89. 75a5202 Add vold commands for setting up per-user encrypted user directories by Paul Crowley · 10 years ago
  90. eb0c05c Merge "Break key installation into its own function so we can install non-master keys." by Paul Crowley · 10 years ago
  91. 1da96dc Break key installation into its own function so we can install non-master keys. by Paul Crowley · 10 years ago
  92. cb2a94a am 86ddbbf4: Merge "Delete password as per block encryption" by Paul Lawrence · 10 years ago
  93. 86ddbbf Merge "Delete password as per block encryption" by Paul Lawrence · 10 years ago
  94. 4f817d1 am 42696d97: Merge "Make vdc a C++ file as a base for further improvement." by Paul Crowley · 10 years ago
  95. 855f78c am eae7fc77: Merge "Fix problem that reading/writing crypto footers wasn\'t identity" by Paul Lawrence · 10 years ago
  96. 823caaf am b32ebf30: Merge "Retry unmounts in ext4 encryption" by Paul Lawrence · 10 years ago
  97. 621d12e am 4571383c: Merge "Use default key permissions for ext4enc" by Paul Lawrence · 10 years ago
  98. 7edb3c7 am 0f29aec5: Merge "Simplify password checking logic" by Paul Lawrence · 10 years ago
  99. 00f4aad Delete password as per block encryption by Paul Lawrence · 10 years ago
  100. 42696d9 Merge "Make vdc a C++ file as a base for further improvement." by Paul Crowley · 10 years ago