aboutsummaryrefslogtreecommitdiffstats
path: root/volume_manager/fs/Ext4.cpp
Commit message (Collapse)AuthorAgeFilesLines
* recovery: volmgr: remove filesystem checksJesse Chan2020-04-191-61/+0
| | | | | | | | | | Those checks are not strictly necessary and we are not building fsck tools for recovery for now. Remove those checks so volmgr can be useful. Change-Id: I87756c61b933b6cdccd281c6276b686fbd36019f Signed-off-by: Jesse Chan <jc@lineageos.org>
* recovery: volmgr: remove unused IsSupportedJesse Chan2020-04-191-4/+0
| | | | | Change-Id: If8206658fdfb6108221806c09c99bf0a30f4a586 Signed-off-by: Jesse Chan <jc@lineageos.org>
* recovery: Implement a volume managerTom Marshall2020-04-111-0/+165
This is a copy of the pre-binderized vold which has been converted to use direct calls instead of sockets and stripped down to only what is needed to support recovery. Change-Id: Ic82d929e052b5ba70ecf7b475e0a223d77d9687e