summaryrefslogtreecommitdiffstats
path: root/fs_mgr/liblp
Commit message (Expand)AuthorAgeFilesLines
* VtsKernelLiblpTest: use static testSteve Muckle2019-06-142-18/+24
* Add a liblp test that we can parse the device's super partition.David Anderson2019-05-101-0/+18
* Allow to build non-sparse super image.Yifan Hong2019-04-044-33/+37
* liblp: Replace open with GetControlFileOrOpenYifan Hong2019-03-265-4/+30
|\
| * liblp: Replace open with GetControlFileOrOpenYifan Hong2019-03-225-4/+30
* | Allow makefiles to be parsed in a trimmed down manifest.Nicolas Geoffray2019-03-251-1/+1
* | Create a VTS test from liblp_testHridya Valsaraju2019-03-222-0/+53
|/
* liblp: Reclaim wasted space from unaligned partitions, v2.David Anderson2019-03-143-17/+120
* Revert "liblp: Reclaim wasted space from unaligned partitions."David Anderson2019-03-132-48/+15
* Fix double-accounting bug in liblp.David Anderson2019-03-013-5/+81
* Remove extranous reading of fstab in BuilderTest::block_device_infoTom Cherry2019-01-281-4/+0
* Don't error on block size mismatches.David Anderson2019-01-232-3/+9
* Merge "Fixed a few minor nits in liblp"Treehugger Robot2019-01-204-6/+15
|\
| * Fixed a few minor nits in liblpRamon Pantin2019-01-104-6/+15
* | Merge "liblp: Add helpers for modifying groups."David Anderson2019-01-113-4/+131
|\ \
| * | liblp: Add helpers for modifying groups.David Anderson2019-01-103-4/+131
* | | liblp: BLKROSET 0 prior to FlashPartitionTableYifan Hong2019-01-093-0/+26
|/ /
* | liblp: Allow GSI metadata to bypass slot suffixing checks.David Anderson2019-01-032-2/+10
* | liblp: Add API for adding predetermined linear extents to partitionsDavid Anderson2019-01-032-0/+17
|/
* fs_mgr: remove -Wno-unused-variable from cflagsTom Cherry2018-12-121-1/+0
* liblp: Reclaim wasted space from unaligned partitions.David Anderson2018-12-102-15/+48
* liblp: Allocate "b" extents in the second half of super.David Anderson2018-12-033-0/+84
* Merge "fastbootd: Support two super partitions for retrofit devices."David Anderson2018-11-213-27/+83
|\
| * fastbootd: Support two super partitions for retrofit devices.David Anderson2018-11-203-27/+83
* | Merge "fastboot: Warn when flashing dynamic partitions in the bootloader."David Anderson2018-11-212-4/+4
|\ \
| * | fastboot: Warn when flashing dynamic partitions in the bootloader.David Anderson2018-11-202-4/+4
* | | Merge "liblp: Modify NewForUpdate to accomodate two super partitions."David Anderson2018-11-215-20/+40
|\ \ \ | |/ / |/| |
| * | liblp: Modify NewForUpdate to accomodate two super partitions.David Anderson2018-11-215-20/+40
| |/
* / liblp: Enable building on Windows.David Anderson2018-11-195-15/+29
|/
* Merge "liblp: Auto-suffix group names."David Anderson2018-11-194-2/+37
|\
| * liblp: Auto-suffix group names.David Anderson2018-11-194-2/+37
* | liblp: MetadataBuilder::HasBlockDeviceYifan Hong2018-11-152-0/+8
|/
* Merge "liblp: partition_opener: fix log; more logs"Treehugger Robot2018-11-151-3/+3
|\
| * liblp: partition_opener: fix log; more logsYifan Hong2018-11-141-3/+3
* | liblp: Use TMPDIR instead of P_tmpdir.David Anderson2018-11-141-12/+6
|/
* Merge "liblp: SparseBuilder: num_blocks aren't check correctly"Treehugger Robot2018-11-141-1/+1
|\
| * liblp: SparseBuilder: num_blocks aren't check correctlyYifan Hong2018-11-131-1/+1
* | liblp: fix error messageYifan Hong2018-11-131-2/+2
|/
* liblp: Add a helper method for upgrading metadata on retrofit devices.David Anderson2018-11-096-18/+124
* liblp: Fix io_tests.David Anderson2018-11-081-22/+37
* liblp: Split super.img for retrofit devices.David Anderson2018-11-084-31/+160
* liblp: Allow automatic slot suffixing of partition names.David Anderson2018-11-0810-18/+155
* Merge "fastboot: Query the name of the super partition."David Anderson2018-11-062-6/+8
|\
| * fastboot: Query the name of the super partition.David Anderson2018-11-062-6/+8
* | Merge "fastboot: Fix flashing both slots with dynamic partitions."Treehugger Robot2018-11-066-14/+188
|\|
| * fastboot: Fix flashing both slots with dynamic partitions.David Anderson2018-11-066-14/+188
* | Merge "liblp: Fix flashing metadata to multiple block devices."David Anderson2018-11-061-17/+25
|\ \ | |/ |/|
| * liblp: Fix flashing metadata to multiple block devices.David Anderson2018-11-051-17/+25
* | init: Regenerate uevents for dependent super partition devices.David Anderson2018-11-052-0/+11
|/
* liblp: Allow the super partition to span multiple block devices.David Anderson2018-10-248-138/+347