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