1. 41d7843 Rename FstabEntry::metadata_encryption to metadata_encryption_options by Eric Biggers · 2 years, 3 months ago
  2. 640a1a9 Remove progress property support from encrypt_inplace() by Eric Biggers · 2 years, 3 months ago
  3. b910e7e MetadataCrypt: fix timeout due to missing userdata dm device by Will McVicker · 2 years, 5 months ago
  4. e179157 Improve vold logging. by David Anderson · 2 years, 7 months ago
  5. eb3182f Merge "Pre-create userdata metadata encryption device." by David Anderson · 2 years, 8 months ago
  6. 156d9d2 Pre-create userdata metadata encryption device. by David Anderson · 2 years, 9 months ago
  7. cbc1bdb Make the deleteAllKey feature aware of the DSU mode by Howard Chen · 2 years, 9 months ago
  8. 1e6a5f5 Detect factory reset and deleteAllKeys by Paul Crowley · 2 years, 10 months ago
  9. 17e1a09 Merge "No using inside header files" by Treehugger Robot · 3 years ago
  10. f443038 No using inside header files by Paul Crowley · 4 years, 2 months ago
  11. d86a8ab Replace most references to Keymaster with Keystore by Eric Biggers · 3 years ago
  12. fec0c0e Add syncs when creating parent directories by Eric Biggers · 3 years, 4 months ago
  13. 0c52c71 Let vold format the encrypted partition by Jaegeuk Kim · 3 years, 6 months ago
  14. eed957f Call earlyBootEnded from vdc. by Martijn Coenen · 3 years, 7 months ago
  15. f74373b KeyStorage: rework key upgrade handling by Eric Biggers · 3 years, 7 months ago
  16. f038c5f Refactor EncryptInplace.cpp by Eric Biggers · 3 years, 7 months ago
  17. c01995e Remove unused support for partial encryption by Eric Biggers · 3 years, 7 months ago
  18. cb581cc Merge "Add IVold::destroyDsuMetadataKey()" by Yo Chiang · 3 years, 7 months ago
  19. 836b51b MetadataCrypt: remove unnecessary retry loop by Eric Biggers · 3 years, 8 months ago
  20. 0af25a3 Add IVold::destroyDsuMetadataKey() by Yo Chiang · 3 years, 8 months ago
  21. e0c38eb Use dm.CreateDevice() with a timeout. by Martijn Coenen · 3 years, 8 months ago
  22. 72d0713 vold: use __ANDROID_API_Q__ instead of pre_gki_level by Eric Biggers · 3 years, 10 months ago
  23. 1bb7e8a Merge "Don't call block checkpoint functions above dm-default-key" by Paul Lawrence · 4 years ago
  24. 3fe9311 Don't call block checkpoint functions above dm-default-key by Paul Lawrence · 4 years ago
  25. 7fbd8d4 Record use of metadata encryption in property by Paul Crowley · 4 years, 2 months ago
  26. 28eddbd Send earlyBootEnded notice to all Keymasters by Shawn Willden · 4 years, 2 months ago
  27. f56d553 Choose options format using property by Paul Crowley · 4 years, 3 months ago
  28. 48aa90c Use the blk_device supplied by vdc encryptFstab by Paul Crowley · 4 years, 3 months ago
  29. 886e572 On newer devices, use dm-default-key to encrypt SD cards by Paul Crowley · 4 years, 4 months ago
  30. 312b7df vold: Wrapped key support for metadata encryption by Barani Muthukumaran · 4 years, 4 months ago
  31. 249c2fb Refactor: make makeGen local by Paul Crowley · 4 years, 4 months ago
  32. 4eac264 Refactor key generation to handle both normal and metadata encryption. by Paul Crowley · 4 years, 4 months ago
  33. 572c024 Refactor MetadataCrypt.cpp to make create_crypto_blk_dev more general by Paul Crowley · 4 years, 4 months ago
  34. 220567c Generalize CryptoType infrastructure by Paul Crowley · 4 years, 4 months ago
  35. 3dfb094 vold: Support Storage keys for FBE by Barani Muthukumaran · 4 years, 4 months ago
  36. 2b1ff5a Have vold inform keymaster that early boot ended by Shawn Willden · 4 years, 5 months ago
  37. 84e84c5 Set metadata cipher in fstab by Paul Crowley · 4 years, 4 months ago
  38. 92a14b6 Add support for v2 of dm-default-key by Paul Crowley · 4 years, 4 months ago
  39. c9b92f0 Rename key_dir to metadata_key_dir and refactor by Paul Crowley · 4 years, 4 months ago
  40. 77df7f2 Refactor to use EncryptionPolicy everywhere we used to use raw_ref by Paul Crowley · 4 years, 4 months ago
  41. f850e6e Allow fscrypt_mount_metadata_encrypted to be called more than once by Nikita Ioffe · 4 years, 6 months ago
  42. 4b140d3 Fix ext4/metadata/udc issue by Paul Lawrence · 4 years, 10 months ago
  43. 236e5e8 Make ext4 userdata checkpoints work with metadata encryption by Paul Lawrence · 5 years ago
  44. b922473 Replace manual dm ioctls with libdm. by David Anderson · 5 years ago
  45. 4c5bde2 Move over to the C++ Fstab class by Tom Cherry · 5 years ago
  46. 7f3ab95 Remove secontext.h, secontext.cpp, hash.h by LongPing Wei · 5 years ago
  47. 8ae16db vold: Pass std::string by const reference by Greg Kaiser · 5 years ago
  48. 690d6de Add Support for metadata key with rollback by Daniel Rosenberg · 5 years ago
  49. a701c45 vold: rename from "ext4 encryption" to fscrypt by Eric Biggers · 6 years ago
  50. a3381ff Merge "Add support for checkpointing" by Treehugger Robot · 6 years ago
  51. 625dc78 Add GetBlockDevSize, GetBlockDevSectors helpers by Oleksiy Avramchenko · 6 years ago
  52. 65f99c9 Add support for checkpointing by Daniel Rosenberg · 6 years ago
  53. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  54. 98a23a1 Fix spurious error by Paul Crowley · 6 years ago
  55. 0fd2626 Add a mount with metadata encryption service by Paul Crowley · 6 years ago
  56. e2ee152 Refactor of use of fstab in advance of fix. by Paul Crowley · 7 years ago
  57. e2e2d30 Zero memory used for encryuption keys. by Pavel Grafov · 7 years ago
  58. e4c93da Abolish AutoCloseFD.h in favour of unique_fd by Paul Crowley · 7 years ago
  59. 5b6c6a2 Revert "Enable metadata encryption" by Guang Zhu · 7 years ago
  60. 3963b23 Enable metadata encryption by Paul Lawrence · 7 years ago
  61. d575981 Add support for metadata encryption by Paul Crowley · 8 years ago