Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
3df8dc58b2b5b1f60d45793e6a7c1f51a2fd2383
/
fs_mgr
/
liblp
2ca0700
liblp: Handle invalid alignment offsets correctly.
by David Anderson
· 6 years ago
bc53c84
Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder."
by David Anderson
· 6 years ago
8301957
VtsKernelLiblpTest: use static test
by Steve Muckle
· 6 years ago
935420f
liblp: Remove the slot-suffix requirement in MetadataBuilder.
by David Anderson
· 6 years ago
196d2ba
liblp: Add helpers for finding partitions and partition sizes.
by David Anderson
· 6 years ago
1e05e55
liblp: Replace some |const char*| inputs with std::string.
by David Anderson
· 6 years ago
f5de989
Add a liblp test that we can parse the device's super partition.
by David Anderson
· 6 years ago
82dee3e
liblp: Use ro.boot.slot_suffix rather than ro.build.ab_update.
by David Anderson
· 6 years ago
243887b
Handle empty strings in GetPartitionAbsolutePath.
by David Anderson
· 6 years ago
a482da1
Allow to build non-sparse super image.
by Yifan Hong
· 6 years ago
f959fff
Merge changes from topic "lpdumpd"
by Yifan Hong
· 6 years ago
7f03e4e
Allow makefiles to be parsed in a trimmed down manifest.
by Nicolas Geoffray
· 6 years ago
4e3b633
Create a VTS test from liblp_test
by Hridya Valsaraju
· 6 years ago
26328e8
liblp: Replace open with GetControlFileOrOpen
by Yifan Hong
· 6 years ago
71fc3f3
liblp: Reclaim wasted space from unaligned partitions, v2.
by David Anderson
· 7 years ago
b8e1711
Revert "liblp: Reclaim wasted space from unaligned partitions."
by David Anderson
· 6 years ago
88e36c1
Fix double-accounting bug in liblp.
by David Anderson
· 7 years ago
679a6ba
Remove extranous reading of fstab in BuilderTest::block_device_info
by Tom Cherry
· 7 years ago
2e1c5ac
Don't error on block size mismatches.
by David Anderson
· 7 years ago
7909d65
Merge "Fixed a few minor nits in liblp"
by Treehugger Robot
· 7 years ago
34ad8ca
Merge "liblp: Add helpers for modifying groups."
by David Anderson
· 7 years ago
c02be81
Fixed a few minor nits in liblp
by Ramon Pantin
· 7 years ago
c6c6e66
liblp: Add helpers for modifying groups.
by David Anderson
· 7 years ago
e7f492d
liblp: BLKROSET 0 prior to FlashPartitionTable
by Yifan Hong
· 7 years ago
126e481
liblp: Allow GSI metadata to bypass slot suffixing checks.
by David Anderson
· 7 years ago
1897270
liblp: Add API for adding predetermined linear extents to partitions
by David Anderson
· 7 years ago
898b642
fs_mgr: remove -Wno-unused-variable from cflags
by Tom Cherry
· 7 years ago
dccfdca
liblp: Reclaim wasted space from unaligned partitions.
by David Anderson
· 7 years ago
8acb5dc
liblp: Allocate "b" extents in the second half of super.
by David Anderson
· 7 years ago
66a6d88
Merge "fastbootd: Support two super partitions for retrofit devices."
by David Anderson
· 7 years ago
8771a95
Merge "fastboot: Warn when flashing dynamic partitions in the bootloader."
by David Anderson
· 7 years ago
6900fce
Merge "liblp: Modify NewForUpdate to accomodate two super partitions."
by David Anderson
· 7 years ago
c15618a
liblp: Modify NewForUpdate to accomodate two super partitions.
by David Anderson
· 7 years ago
d25f1c3
fastbootd: Support two super partitions for retrofit devices.
by David Anderson
· 7 years ago
8956964
fastboot: Warn when flashing dynamic partitions in the bootloader.
by David Anderson
· 7 years ago
a3c47e6
liblp: Enable building on Windows.
by David Anderson
· 7 years ago
eb1213f
Merge "liblp: Auto-suffix group names."
by David Anderson
· 7 years ago
7256eaa
liblp: Auto-suffix group names.
by David Anderson
· 7 years ago
dca3b3b
liblp: MetadataBuilder::HasBlockDevice
by Yifan Hong
· 7 years ago
5729cff
Merge "liblp: partition_opener: fix log; more logs"
by Treehugger Robot
· 7 years ago
098cc97
liblp: partition_opener: fix log; more logs
by Yifan Hong
· 7 years ago
a14f111
liblp: Use TMPDIR instead of P_tmpdir.
by David Anderson
· 7 years ago
af4a0e8
Merge "liblp: SparseBuilder: num_blocks aren't check correctly"
by Treehugger Robot
· 7 years ago
6ddf968
liblp: fix error message
by Yifan Hong
· 7 years ago
27a34d7
liblp: SparseBuilder: num_blocks aren't check correctly
by Yifan Hong
· 7 years ago
140d053
liblp: Add a helper method for upgrading metadata on retrofit devices.
by David Anderson
· 7 years ago
3d08636
liblp: Fix io_tests.
by David Anderson
· 7 years ago
7165154
liblp: Split super.img for retrofit devices.
by David Anderson
· 7 years ago
76cde41
liblp: Allow automatic slot suffixing of partition names.
by David Anderson
· 7 years ago
a97d6e3
Merge "fastboot: Query the name of the super partition."
by David Anderson
· 7 years ago
d016c75
Merge "fastboot: Fix flashing both slots with dynamic partitions."
by Treehugger Robot
· 7 years ago
88fd7e6
Merge "liblp: Fix flashing metadata to multiple block devices."
by David Anderson
· 7 years ago
90fe0a4
fastboot: Query the name of the super partition.
by David Anderson
· 7 years ago
96a9fd4
fastboot: Fix flashing both slots with dynamic partitions.
by David Anderson
· 7 years ago
f89b1df
init: Regenerate uevents for dependent super partition devices.
by David Anderson
· 7 years ago
7632f0c
liblp: Fix flashing metadata to multiple block devices.
by David Anderson
· 7 years ago
ef9740c
liblp: Allow the super partition to span multiple block devices.
by David Anderson
· 7 years ago
7a6c511
liblp: Add an abstraction layer for opening partitions.
by David Anderson
· 7 years ago
9a53241
liblp: Store device information in a new block device table.
by David Anderson
· 7 years ago
5cb50a2
liblp: Add MetadataBuilder helpers for pruning unused groups.
by David Anderson
· 7 years ago
1144049
liblp: Move free-region calculation into a separate function.
by David Anderson
· 7 years ago
8739166
liblp: Always align the first usable sector.
by David Anderson
· 7 years ago
6920492
liblp: Reserve the first logical block of the super partition.
by David Anderson
· 7 years ago
4bc53d2
Merge "liblp: Add partitions to the correct group when writing LpMetadata."
by Treehugger Robot
· 7 years ago
8754346
liblp: Add partitions to the correct group when writing LpMetadata.
by David Anderson
· 7 years ago
db29503
liblp: Remove last_logical_sector from LpMetadataGeometry.
by David Anderson
· 7 years ago
a520c5e
liblp: Don't store BlockDeviceInfo separately in MetadataBuilder.
by David Anderson
· 7 years ago
06f7a96
liblp: Move backup sectors to the start of the partition.
by David Anderson
· 7 years ago
f898388
liblp: Add a gtest for sparse image creation.
by David Anderson
· 7 years ago
02678f3
Merge "Don't hardcode the super partition name."
by Treehugger Robot
· 7 years ago
e5f2f06
liblp: Remove the guid field from LpMetadataPartition.
by David Anderson
· 7 years ago
5246b6c
liblp: Add support for updateable partition groups.
by David Anderson
· 7 years ago
5cbd2e4
Don't hardcode the super partition name.
by David Anderson
· 7 years ago
5095d89
liblp: Add MetadataBuilder::UsedSpace()
by Mark Salyzyn
· 7 years ago
20ff1b2
liblp: test: fix liblp.UpdateAnyMetadataSlot
by Mark Salyzyn
· 7 years ago
a2af0de
fs_mgr: liblp: add additional debugging details
by Mark Salyzyn
· 7 years ago
fd27e9a
fs_mgr: liblp: delete all MetadataBuilder copy and move constructors
by Mark Salyzyn
· 7 years ago
9fa35cc
fs_mgr: liblp: add check failure for sectors_per_block
by Mark Salyzyn
· 7 years ago
538f1bb
fs_mgr: liblp: spelling mistake
by Mark Salyzyn
· 7 years ago
ee4075d
liblp: Add ReadImageFromBlob.
by David Anderson
· 7 years ago
1eb3ea3
liblp: Refactor ParseMetadata to read from non-descriptors.
by David Anderson
· 7 years ago
f122290
liblp: Always copy geometry to LpMetadata.
by David Anderson
· 7 years ago
c720aa1
liblp: FlashPartitionTable should update all slots.
by David Anderson
· 7 years ago
b0c9318
Merge "liblp: Try to merge extents during partition resizes."
by Treehugger Robot
· 7 years ago
1aab390
liblp: Try to merge extents during partition resizes.
by David Anderson
· 7 years ago
b9f734c
liblp: Add more logging for logical partition operations.
by David Anderson
· 7 years ago
4d9c745
liblp: Require block-aligned partition sizes.
by David Anderson
· 7 years ago
de1daa7
liblp: Simplify GrowPartition().
by David Anderson
· 7 years ago
2e755e3
liblp: Add a ResizePartition helper to MetadataBuilder.
by David Anderson
· 7 years ago
f792e41
liblp: Allow building liblp as a shared library.
by David Anderson
· 7 years ago
9555f3d
liblp: Allow packing partition data into super images.
by David Anderson
· 7 years ago
ce483b6
liblp: Allow specifying a custom block size when building sparse images.
by David Anderson
· 7 years ago
b36db4b
liblp: Add a method to create sparse images of the super partition.
by David Anderson
· 7 years ago
62cd1e0
liblp: Move image reading/writing functions to a new cpp file.
by David Anderson
· 7 years ago
8cf1e38
liblp: Force more sizes to be a multiple of the sector size.
by David Anderson
· 7 years ago
4813823
liblp: Add block device size to LpMetadataGeometry.
by David Anderson
· 7 years ago
b3fc16c
liblp: Rename the metadata partition name to "super".
by David Anderson
· 7 years ago
9c3c294
liblp: Clean up public headers.
by David Anderson
· 7 years ago
a5cb671
liblp: Improve reliability of UpdatePartitionTable.
by David Anderson
· 7 years ago
c457df7
Merge "liblp: Make it easier to test UpdatePartitionTable."
by Treehugger Robot
· 7 years ago
Next »