summaryrefslogtreecommitdiff
path: root/gsi_service.cpp
AgeCommit message (Expand)Author
2020-02-05Make gsi_tool able to wipe an interrupted installationHoward Chen
2020-02-03Log pre-realpath path in openImageServiceandroid-r-preview-1Alessio Balsini
2020-01-21Use default path if DSU install dir file does not exitAlessio Balsini
2020-01-16Merge "Support multiple DSU installations"Howard Chen
2020-01-14Support multiple DSU installationsHoward Chen
2020-01-08Merge "ImageManager returns FiemapStatus."Yifan Hong
2020-01-06ImageManager returns FiemapStatus.Yifan Hong
2019-12-30Merge "Fix the issue that makes GsiService::Cancel to block"Howard Chen
2019-12-25Fix the issue that makes GsiService::Cancel to blockHoward Chen
2019-12-18Add getMappedImageDevice to IImageService.David Anderson
2019-12-18Add removeDisabledImages to IImageService.David Anderson
2019-12-03Merge "Expose ImageManager::RemoveAllImages via binder."David Anderson
2019-11-26Expose ImageManager::RemoveAllImages via binder.David Anderson
2019-11-12RefactoringHoward Chen
2019-10-28Merge "Enhance the fault tolerance of GSID installation"Howard Chen
2019-10-25Merge "Make DSU to support multiple partitions"Howard Chen
2019-10-24Enhance the fault tolerance of GSID installationHoward Chen
2019-10-24Make DSU to support multiple partitionsHoward Chen
2019-10-02Add a binder call to retrieve device-mapper tables for diagnostics.David Anderson
2019-09-18Use Ashmem to reduce buffer copies.Howard Chen
2019-09-18Clean up legacy methods and namingHoward Chen
2019-08-29image_manager: set custom number of bytes to zero-fillAlessio Balsini
2019-08-28Add getAllBackingImages to ImageServiceHoward Chen
2019-08-01Export IsImageMapped to IImageService and IImageManager.David Anderson
2019-08-01Add a library to wrap libfiemap differences between recovery and normal AOSP.David Anderson
2019-07-29Fix Realpath() misuse in IGsiService::openImageManager.David Anderson
2019-07-29Add BackingImageExists to IImageManager.David Anderson
2019-07-29Only shut down gsid when it has no more consumers.David Anderson
2019-07-25Add a zero-fill flag to ImageManager::CreateBackingImage.David Anderson
2019-07-19Refactor GsiService/GsiInstaller to use ImageManager.David Anderson
2019-07-19Rename internal constants from kGsi* to kDsu*.David Anderson
2019-07-17Introduce a library to contain gsid's image creation logic.David Anderson
2019-07-15Revert "Revert "Move libfiemap_writer from fs_mgr to gsid.""David Anderson
2019-07-15Revert "Move libfiemap_writer from fs_mgr to gsid."David Anderson
2019-07-11Move libfiemap_writer from fs_mgr to gsid.David Anderson
2019-06-11Add a wipe-data command to gsi_tool and IGsiService.David Anderson
2019-05-25Place GSI files into subfolders.David Anderson
2019-05-13Refactor gsid to separate the installer code.David Anderson
2019-05-08gsid: Explicitly calculate free space in 64 bitsPaul Trautrim
2019-04-26Support ReenableGsi when IsGsiRunning is trueHoward Chen
2019-04-23Fix getGsiBootStatus according to framework's usageHoward Chen
2019-04-18gsid: fix incorrect free space calculationPaul Trautrim
2019-04-16Enable clang-format on preupload.David Anderson
2019-04-05Don't call HasPinnedExtents when wrapping with device-mapper.David Anderson
2019-04-03Fix some outstanding issues in preparation for image verification.David Anderson
2019-04-03Fix the ValidateInstallParams for re-installationHoward Chen
2019-03-25Allow installing GSIs to external storage.David Anderson
2019-03-15Add isGsiEnabled to GsiServiceHoward Chen
2019-03-15Make the StartInstall abort-ableHoward Chen
2019-03-12Allow specifying the GSI install path.David Anderson