summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: Remove early prototype code.David Anderson2018-07-192-49/+0
* liblp: Allow packing partition data into super images.David Anderson2018-07-182-7/+150
* liblp: Allow specifying a custom block size when building sparse images.David Anderson2018-07-173-38/+63
* liblp: Add a method to create sparse images of the super partition.David Anderson2018-07-133-0/+115
* liblp: Move image reading/writing functions to a new cpp file.David Anderson2018-07-138-59/+117
* liblp: Force more sizes to be a multiple of the sector size.David Anderson2018-07-134-20/+15
* liblp: Add block device size to LpMetadataGeometry.David Anderson2018-07-134-2/+21
* liblp: Rename the metadata partition name to "super".David Anderson2018-07-121-1/+1
* liblp: Clean up public headers.David Anderson2018-07-1210-59/+91
* liblp: Improve reliability of UpdatePartitionTable.David Anderson2018-07-115-59/+164
* Merge "liblp: Make it easier to test UpdatePartitionTable."Treehugger Robot2018-07-114-6/+105
|\
| * liblp: Make it easier to test UpdatePartitionTable.David Anderson2018-07-114-6/+105
* | Merge "liblp: Refactor the partition table update API."Treehugger Robot2018-07-113-91/+112
|\|
| * liblp: Refactor the partition table update API.David Anderson2018-07-113-91/+112
* | Fix build breakage on non-linuxPawin Vongmasa2018-07-101-0/+2
|/
* liblp: Implement support for request queue alignment.David Anderson2018-07-098-30/+389
* liblp: Fix incorrect get_block_device_size usage.David Anderson2018-07-061-1/+2
* Merge "fs_mgr: fs_mgr_update_verity_state take std::function"Treehugger Robot2018-06-282-4/+7
|\
| * fs_mgr: fs_mgr_update_verity_state take std::functionMark Salyzyn2018-06-282-4/+7
* | fs_mgr: Add support in fs_mgr_read_fstab_file for /proc/mountsMark Salyzyn2018-06-272-46/+122
|/
* fs_mgr: remove fs_mgr_dm_ioctlDavid Anderson2018-06-274-122/+2
* fs_mgr: replace DM_TABLE_STATUS use with libdm.David Anderson2018-06-275-13/+104
* fs_mgr: Use libdm for fs_mgr_verity.David Anderson2018-06-262-68/+42
* libdm: Add DmTargetVerity and use it in fs_mgr_avb.David Anderson2018-06-255-124/+141
* fs_mgr: Use libdm for dm-linear devices.David Anderson2018-06-253-122/+58
* libdm: Add unit tests for dm-linear.David Anderson2018-06-255-3/+219
* libdm: Add helper classes for loop control.David Anderson2018-06-254-1/+271
* Merge "libdm: Implement GetDmDevicePathByName()."Treehugger Robot2018-06-223-4/+35
|\
| * libdm: Implement GetDmDevicePathByName().David Anderson2018-06-223-4/+35
* | Merge "liblp: Add unit tests for flashing and readback."Treehugger Robot2018-06-227-40/+481
|\ \ | |/ |/|
| * liblp: Add unit tests for flashing and readback.David Anderson2018-06-217-40/+481
* | Merge "liblp: Add unit tests."android-n-iot-release-smart-displayTreehugger Robot2018-06-227-2/+377
|\|
| * liblp: Add unit tests.David Anderson2018-06-217-2/+377
* | libdm: Implement zero and linear targets.David Anderson2018-06-216-18/+192
* | libdm: Add DmTargetTypeInfo and a unit test.David Anderson2018-06-216-27/+83
|/
* Merge "libdm: Implement LoadTableAndActivate."Treehugger Robot2018-06-215-19/+57
|\
| * libdm: Implement LoadTableAndActivate.David Anderson2018-06-205-19/+57
* | Merge "libdm: Move includes to a libdm folder."Treehugger Robot2018-06-217-30/+13
|\|
| * libdm: Move includes to a libdm folder.David Anderson2018-06-207-30/+13
* | Merge "libdm: Clean up error messages and dm_ioctl use."Treehugger Robot2018-06-202-27/+17
|\|
| * libdm: Clean up error messages and dm_ioctl use.David Anderson2018-06-192-27/+17
* | init: Create logical partitions via liblp.David Anderson2018-06-194-0/+42
* | fs_mgr: Add a library for managing logical partitions.David Anderson2018-06-1911-0/+1625
|/
* Revert "fs_mgr: Add a library for managing logical partitions."David Anderson2018-06-1811-1614/+0
* fs_mgr: Add a library for managing logical partitions.David Anderson2018-06-1411-0/+1614
* fs_mgr: dmctl: fix 'dmctl help' outputSandeep Patil2018-06-131-6/+6
* Merge changes from topic "libdm"Treehugger Robot2018-06-1310-0/+903
|\
| * fs_mgr: libdm: Add support to list existing device mapper devicesSandeep Patil2018-06-133-5/+143
| * fs_mgr: libdm: add support to create and delete device mapper devices.Sandeep Patil2018-06-133-37/+113
| * fs_mgr: device mapper: Add libdm and 'dmctl' tool to use it.Sandeep Patil2018-06-1310-0/+689