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