summaryrefslogtreecommitdiff
path: root/binder
AgeCommit message (Expand)Author
2 daysMerge "Support multiple partition for /data" into mainHEADmastermainTreehugger Robot
3 daysSupport multiple partition for /dataJaegeuk Kim
2024-04-17Replace string secret with a byte[] for CE storage in vold binderEllen Arteca
2024-03-29Revert^2 "Add @SensitiveData tag to IVold"Ellen Arteca
2024-03-27Revert "Add @SensitiveData tag to IVold"Ellen Arteca
2024-03-21Add @SensitiveData tag to IVoldEllen Arteca
2024-01-31Add API to get remaining lifetime as a percentage.David Anderson
2024-01-04Remove userSerial param from vold methods that don't use itEric Biggers
2023-10-19Rename "user key" methods in voldEric Biggers
2023-08-17Merge Android U (ab/10368041)Xin Li
2023-08-14Add vdc volume getStorageSizePaul Lawrence
2023-07-14SM: Change volume mountUserId for new userArnab Sen
2022-12-09Merge "Support bind mounting volumes into other volume's mountpoint." am: 35e...Martijn Coenen
2022-12-07Support bind mounting volumes into other volume's mountpoint.Martijn Coenen
2022-09-06Make the CE key always be encrypted by the synthetic passwordEric Biggers
2022-07-04Introduce target dirty segment ratio tunable parameterDaeho Jeong
2022-06-23Make minimum gc sleep time tunnableDaeho Jeong
2022-06-07Support zoned device with dm-default-keyJaegeuk Kim
2022-03-25Merge changes from topic "change_period"Daeho Jeong
2022-03-21Remove FDE methods from binder interfaceEric Biggers
2022-03-18vold: add gc period in setGCUrgentPaceDaeho Jeong
2022-03-15Remove HardwareAuthToken parameters from binder interfaceEric Biggers
2022-03-01Remove broken code for mounting encrypted OBB filesEric Biggers
2022-01-12Add interfaces required by smart idle maintenance serviceDaeho Jeong
2021-11-25Split MOUNT_FLAG_VISIBLE into MOUNT_FLAG_VISIBLE_FOR_{READ, WRITE}Youkichi Hosoi
2021-05-10[vold] pass along sysfs name in setOptionsSongchun Fan
2021-04-29[vold] pass sysfs_name to mount optionsSongchun Fan
2021-04-13Merge "vold: add getUnlockedUsers() method to Binder interface" into sc-devEric Biggers
2021-04-08vold: add getUnlockedUsers() method to Binder interfaceEric Biggers
2021-04-08Adding an option to shorten the read timeout.Alex Buynytskyy
2021-02-24Remove unused mount modes and re-number the modes for consistencyAbhijeet Kaur
2021-01-26Add support for binding storage encryption to a seedSeth Moore
2021-01-18Add a method in vold to unmount app data and obb dir for testingRicky Wai
2021-01-12Merge "Remove ro.vold.level_from_user."Alan Stokes
2021-01-05Remove ro.vold.level_from_user.Alan Stokes
2020-12-22Let vold format the encrypted partitionJaegeuk Kim
2020-12-03Check if storage app data and obb directories exist in voldRicky Wai
2020-11-12Call earlyBootEnded from vdc.Martijn Coenen
2020-10-13Add IVold::destroyDsuMetadataKey()Yo Chiang
2020-10-02Enable vold to set level from user.Alan Stokes
2020-07-16Merge "vold: remove checkEncryption" am: 2d9777bfbf am: 15c0d3e5d0Eric Biggers
2020-07-15vold: remove checkEncryptionEric Biggers
2020-06-18Merge "Add an isCheckpointing() binder call for adb remount." am: b50480bb96 ...David Anderson
2020-06-10Add an isCheckpointing() binder call for adb remount.David Anderson
2020-05-28vold: Support aborting FUSE connections.Martijn Coenen
2020-03-31Checking LOADER_USAGE_STATS before enabling read logs.Alex Buynytskyy
2020-03-24Expose new IncFS interface through VoldYurii Zubrytskyi
2020-03-12Make storage dirs remount fork() safeRicky Wai
2020-02-19Add fixupAppDir() API.Martijn Coenen
2020-02-14Merge "Add disk for StubVolume"TreeHugger Robot