1. 87db478 Merge "libfiemap_writer: Improve device unwrapping to support simple linear devices." by David Anderson · 5 years ago
  2. 1bfcd58 libfiemap_writer: Improve device unwrapping to support simple linear devices. by David Anderson · 5 years ago
  3. 99f610d Merge "liblp: Handle invalid alignment offsets correctly." by David Anderson · 5 years ago
  4. 0b5c355 Merge "Remove fs_mgr_wait_for_file." by David Anderson · 5 years ago
  5. ea0dda1 libdm: Add LoopControl helpers for enabling direct IO. by David Anderson · 5 years ago
  6. d106f1e libdm: Add helpers for getting the device number of a dm device. by David Anderson · 5 years ago
  7. 2ca0700 liblp: Handle invalid alignment offsets correctly. by David Anderson · 5 years ago
  8. 02427f5 Merge "Introduce inotify-based replacements for fs_mgr_wait_for_file." by David Anderson · 5 years ago
  9. 5c475c7 Remove fs_mgr_wait_for_file. by David Anderson · 5 years ago
  10. c651213 Introduce inotify-based replacements for fs_mgr_wait_for_file. by David Anderson · 5 years ago
  11. bc53c84 Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder." by David Anderson · 5 years ago
  12. 6860f68 Merge "VtsKernelLiblpTest: use static test" by Treehugger Robot · 5 years ago
  13. 8301957 VtsKernelLiblpTest: use static test by Steve Muckle · 5 years ago
  14. f07d07b fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr by Jaegeuk Kim · 5 years ago
  15. 935420f liblp: Remove the slot-suffix requirement in MetadataBuilder. by David Anderson · 5 years ago
  16. d5fa799 libfiemap_writer: Handle dm stacking more accurately. by David Anderson · 5 years ago
  17. e53417a Merge "liblp: Add helpers for finding partitions and partition sizes." by David Anderson · 5 years ago
  18. 5928e4f fs_mgr: run fsck.f2fs with -f option when full mount fails by Sahitya Tummala · 5 years ago
  19. 2184ecb Merge "fs_mgr: support -o sync" by Treehugger Robot · 5 years ago
  20. 5ffa970 fs_mgr: support -o sync by Jaegeuk Kim · 5 years ago
  21. 196d2ba liblp: Add helpers for finding partitions and partition sizes. by David Anderson · 5 years ago
  22. 1e05e55 liblp: Replace some |const char*| inputs with std::string. by David Anderson · 5 years ago
  23. f17902b Merge "fs_mgr: Don't report 'Skip mounting partitions'" by Bo Hu · 5 years ago
  24. 42b28b0 fs_mgr: Don't report 'Skip mounting partitions' by bohu · 5 years ago
  25. bc79fea fs_mgr: overlayfs: test: spelling mistake by Mark Salyzyn · 5 years ago
  26. 4d702e8 fs_mgr: overlayfs: test: triage data missing after failure flash scratch by Mark Salyzyn · 5 years ago
  27. e0c581f fs_mgr: overlayfs: pre-emptive filesystem setup by Mark Salyzyn · 5 years ago
  28. 370aac7 Merge changes I55d0e1a8,I4d9a8776 by Mark Salyzyn · 5 years ago
  29. d9b6030 fs_mgr: remount reboot if overlayfs got setup by Mark Salyzyn · 5 years ago
  30. cfe658a adb-remount-test: do not brick devices that support overlayfs but do not use it by Mark Salyzyn · 5 years ago
  31. 67788ef adb-remount-test: check devt and inode by Mark Salyzyn · 5 years ago
  32. d07ab7e adb-remount-test: provide additional mount details by Mark Salyzyn · 5 years ago
  33. d5f8934 adb-remount-test: add an avc check by Mark Salyzyn · 5 years ago
  34. 53ec0a4 adb-remount-test: parameterize fastboot_wait & adb_wait, increase timeout by Mark Salyzyn · 5 years ago
  35. 359c564 adb-remount-test: report wait duration by Mark Salyzyn · 5 years ago
  36. 00dd058 adb-remount-test: check vendor image signature before using by Mark Salyzyn · 5 years ago
  37. dbd99f0 adb-remount-test: report usb user on unexpected connection by Mark Salyzyn · 5 years ago
  38. 93bb1d0 adb-remount-test: wait-for-screen by Mark Salyzyn · 5 years ago
  39. 277e413 adb-remount-test: adb_reboot stdin issue by Mark Salyzyn · 5 years ago
  40. 3792149 adb-remount-test: try to fixup device after reboot (recovery) by Mark Salyzyn · 5 years ago
  41. 30afd8b adb-remount-test: try to fixup device after reboot (fastboot) by Mark Salyzyn · 5 years ago
  42. fb31593 adb-remount-test: report lsusb for broken connection by Mark Salyzyn · 5 years ago
  43. 1e5ab48 adb-remount-test: stderr cleanup by Mark Salyzyn · 5 years ago
  44. 3c94eaa Merge "fs_mgr: Fix EnsurePathMounted with a given mount_point." by Tao Bao · 5 years ago
  45. fe04d7c Merge "fs_mgr: overlayfs readme caveats" by Mark Salyzyn · 5 years ago
  46. 5746707 Merge "libdm: Add dm-crypt and dm-default-key support to libdm." by David Anderson · 5 years ago
  47. 8338b01 fs_mgr: overlayfs readme caveats by Mark Salyzyn · 6 years ago
  48. 98a0128 fs_mgr: overlayfs: ReadFstabFromFile touches errno by Mark Salyzyn · 5 years ago
  49. e27cd0c Merge "Fix bug that would prevent us from reserving right amount of space." by Treehugger Robot · 5 years ago
  50. 20c4cfa Fix bug that would prevent us from reserving right amount of space. by Martijn Coenen · 5 years ago
  51. 15fe3b4 fs_mgr: Fix EnsurePathMounted with a given mount_point. by Tao Bao · 5 years ago
  52. 55f8b89 Merge "fs_mgr: Don't try to suffix "vroot" with "-verity"." by David Anderson · 5 years ago
  53. 9655c7b fs_mgr: Don't try to suffix "vroot" with "-verity". by David Anderson · 5 years ago
  54. e17405f libdm: Add dm-crypt and dm-default-key support to libdm. by David Anderson · 5 years ago
  55. 2badf73 fs_mgr_remount: fix a typo by Bowgo Tsai · 5 years ago
  56. 705fd7f Support booting a chained boot-debug.img by Iris Chang · 5 years ago
  57. eaf203d Merge "Add a liblp test that we can parse the device's super partition." by David Anderson · 5 years ago
  58. 41d6792 Merge "Add dm-snapshot targets to libdm and dmctl." by David Anderson · 5 years ago
  59. f5de989 Add a liblp test that we can parse the device's super partition. by David Anderson · 5 years ago
  60. 1cd30df Merge "Vboot1.0: remove code to read verity state in userspace" by Tom Cherry · 5 years ago
  61. 29e6bf2 Add dm-snapshot targets to libdm and dmctl. by David Anderson · 5 years ago
  62. c3fc2aa fs_mgr: overlay: resize other OTA partitions to zero to make space by Mark Salyzyn · 5 years ago
  63. 74d8422 Merge "Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab()" by Treehugger Robot · 5 years ago
  64. 77c2847 Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab() by SzuWei Lin · 5 years ago
  65. 1412f3c Merge "fs_mgr: overlayfs: suppress mkfs output" by Treehugger Robot · 5 years ago
  66. f7545ce Vboot1.0: remove code to read verity state in userspace by Tom Cherry · 5 years ago
  67. 0b0ee7a Don't assume an A/B device when overriding the super partition name. by David Anderson · 5 years ago
  68. 4560714 fs_mgr: overlayfs: suppress mkfs output by Mark Salyzyn · 5 years ago
  69. e438843 Merge "init: add umount_all builtin." by Yifan Hong · 5 years ago
  70. 402633d init: add umount_all builtin. by Yifan Hong · 5 years ago
  71. 82dee3e liblp: Use ro.boot.slot_suffix rather than ro.build.ab_update. by David Anderson · 5 years ago
  72. 243887b Handle empty strings in GetPartitionAbsolutePath. by David Anderson · 5 years ago
  73. 3569a88 Merge "fs_mgr: overlay check shared blocks for / if /system is not" by Treehugger Robot · 5 years ago
  74. 543fdbe Merge "avb_ops: support reading from a logical partition" by Treehugger Robot · 5 years ago
  75. d6ef9d2 fs_mgr: overlay check shared blocks for / if /system is not by Mark Salyzyn · 5 years ago
  76. 38af717 fs_mgr: overlay: only use system_<other> if other slot suffix not blank by Mark Salyzyn · 5 years ago
  77. 84d4933 avb_ops: support reading from a logical partition by Bowgo Tsai · 5 years ago
  78. ca66aac Merge "Fix ART build bustage." by David Anderson · 5 years ago
  79. 569bff7 Fix ART build bustage. by David Anderson · 5 years ago
  80. 4c5d1f8 fs_mgr: overlay: wait for logical partition to be created by Mark Salyzyn · 5 years ago
  81. 9a62481 Merge "Add fiemap_writer_test to VTS." by David Anderson · 5 years ago
  82. 66b0c31 Merge "Increase adb-remount timeout" by Treehugger Robot · 5 years ago
  83. 8e5bd5a Merge "Update GSI keys for dynamic system image" by Treehugger Robot · 5 years ago
  84. a482da1 Allow to build non-sparse super image. by Yifan Hong · 5 years ago
  85. 73bb342 Merge "libfiemap_writer: test pinned file bit" by Treehugger Robot · 5 years ago
  86. c25a9da Increase adb-remount timeout by Julien Desprez · 5 years ago
  87. b9b9a68 Update GSI keys for dynamic system image by Bowgo Tsai · 5 years ago
  88. cd68bda Merge "Replace reboot-fastboot by reboot fastboot" by Treehugger Robot · 5 years ago
  89. a9b3c3d libfiemap_writer: test pinned file bit by Jaegeuk Kim · 5 years ago
  90. 74239ea Replace reboot-fastboot by reboot fastboot by Julien Desprez · 5 years ago
  91. 2b8e96b Merge "fs_mgr: remount: system is root" by Treehugger Robot · 5 years ago
  92. b18aba0 fs_mgr: remount: system is root by Mark Salyzyn · 5 years ago
  93. 97d1fcc Merge "Fix device mapper name clashes on non-A/B devices." by David Anderson · 5 years ago
  94. 61dea3d Add the basic config to run through atest by Julien Desprez · 5 years ago
  95. 5aa37dc Merge "init: Support booting off GSIs installed to non-userdata block devices." by David Anderson · 5 years ago
  96. f959fff Merge changes from topic "lpdumpd" by Yifan Hong · 5 years ago
  97. 7f03e4e Allow makefiles to be parsed in a trimmed down manifest. by Nicolas Geoffray · 5 years ago
  98. dddf40a Merge changes from topic "b/129002747" by Treehugger Robot · 5 years ago
  99. 1a9a02c Make VTS run libdm_test by Hridya Valsaraju · 5 years ago
  100. 4e3b633 Create a VTS test from liblp_test by Hridya Valsaraju · 5 years ago