1. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 7 years ago
  2. c01022a Allow the use of a custom Android DT directory by Yu Ning · 7 years ago
  3. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  4. 9dd1a12 Merge "fs_mgr:Add filter condition to make sure that the super block is correct." by Keun-young Park · 7 years ago
  5. 176827e Merge changes from topic 'mke2fs_2' by Treehugger Robot · 7 years ago
  6. 4e8d73f fs_mgr:Add filter condition to make sure that the super block is correct. by katao · 7 years ago
  7. c0d88ed fs_mgr: call format_f2fs correctly with -f by Jaegeuk Kim · 7 years ago
  8. b674894 fs_mgr_verity: allow verification error when the device is unlocked by Bowgo Tsai · 7 years ago
  9. 5be0573 Merge changes from topic 'ext4_encryption_flag' by Tom Cherry · 7 years ago
  10. f559655 fs_mgr: trim the terminating '\0' when reading from device tree by Bowgo Tsai · 7 years ago
  11. e9811f3 fs_mgr: set ext4 encryption flag with tune2fs when needed by Eric Biggers · 7 years ago
  12. 8d3bcd4 fs_mgr: refactor pre-mount logic into prepare_fs_for_mount() by Eric Biggers · 7 years ago
  13. 4ca2a30 Merge "fs_mgr: Adding logs when failing to wait for a device file" by Treehugger Robot · 7 years ago
  14. 9d34496 fs_mgr: Adding logs when failing to wait for a device file by Jinguang Dong · 7 years ago
  15. cd0c2d8 Merge "fs_mgr: allow no verity metadata when the device is unlocked." by Treehugger Robot · 7 years ago
  16. d1fe3bd fs_mgr: allow no verity metadata when the device is unlocked. by Bowgo Tsai · 7 years ago
  17. 69a5bd4 fs_mgr: report errno string for __mount errors by Mark Salyzyn · 7 years ago
  18. 20d9cf2 Merge "fs_mgr: add libfstab for vendor" by Treehugger Robot · 7 years ago
  19. e7df1f7 fs_mgr: add libfstab for vendor by Jiyong Park · 7 years ago
  20. cab56c0 fs_mgr: check console-ramoops-0 by Mark Salyzyn · 7 years ago
  21. 60f19a0 AVB: allow no metadata in the generic system.img for project Treble by Bowgo Tsai · 7 years ago
  22. 95366e9 fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled by Sandeep Patil · 7 years ago
  23. 4c28ca1 Merge "fs_mgr_verity: support updating actual block device path in verity table" by Treehugger Robot · 7 years ago
  24. c3eca50 fs_mgr_verity: support updating actual block device path in verity table by Bowgo Tsai · 7 years ago
  25. 06ed613 first stage mount: removing the restriction of mount points by Bowgo Tsai · 7 years ago
  26. 28c11dc Merge "fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes" by Treehugger Robot · 7 years ago
  27. f7d1014 fs_mgr: Fix ZRAM error when ZRAM disk size beyond (2^31-1) bytes by Jinguang Dong · 7 years ago
  28. 02a5108 Respect that status property when parsing fstab from device tree by Sandeep Patil · 7 years ago
  29. 59af33c fs_mgr: fix SIGSEGV when ostream << nullptr by Bowgo Tsai · 7 years ago
  30. 3d33dae Merge "fs_mgr: convert libfs_mgr to Android.bp" by Tom Cherry · 7 years ago
  31. 6879cc1 fs_mgr: support different dm-verity error modes by Bowgo Tsai · 7 years ago
  32. 37b5ada fs_mgr: convert libfs_mgr to Android.bp by Tom Cherry · 7 years ago
  33. 7ea2c28 fs_mgr: Update for new libavb API. by David Zeuthen · 7 years ago
  34. cdad92f Merge "first stage mount: removing the requirement of by-name prefix for AVB" by Treehugger Robot · 7 years ago
  35. 20651f6 first stage mount: removing the requirement of by-name prefix for AVB by Bowgo Tsai · 7 years ago
  36. 77cbfd6 fs_mgr_verity: fix androidboot.veritymode=enforcing doesn't work by Bowgo Tsai · 7 years ago
  37. 1140954 fs_mgr_avb: allow verification error when the device is unlocked by Bowgo Tsai · 7 years ago
  38. 9519688 use passed blk dev name for quota / super block check by Keun-young Park · 7 years ago
  39. 16c6fd1 fs_mgr: Clear AvbOps struct. by David Zeuthen · 7 years ago
  40. 0914d2b Merge "fs_mgr: code clean up" by Treehugger Robot · 7 years ago
  41. 359bed3 fs_mgr: code clean up by Bowgo Tsai · 7 years ago
  42. 48fdc29 fs_mgr: set "partition.system.verified" when AVB is used in a A/B device by Bowgo Tsai · 7 years ago
  43. 73fbf0e fs_mgr: remove the repetitive and annoying bootconfig error print by Sandeep Patil · 7 years ago
  44. 40db04d run e2fsck -f selectively with mount retry by Keun-young Park · 7 years ago
  45. d73be1b libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 7 years ago
  46. 1a898c2 Set libavb version into system property for Treble OTA by Bowgo Tsai · 7 years ago
  47. 82bd278 Merge "check ext4 magic before running next steps" by Keun-young Park · 7 years ago
  48. aaf70e7 fs_mgr: support AVB in fs_mgr_update_verity_state() by Bowgo Tsai · 7 years ago
  49. 6000a3f check ext4 magic before running next steps by Keun-young Park · 7 years ago
  50. 80d1ad1 fs_mgr: adds/changes some public APIs for early mount in init by Bowgo Tsai · 7 years ago
  51. 95c966a fs_mgr_avb: refactors how vbmeta is loaded by Bowgo Tsai · 7 years ago
  52. 87d0836 fs_mgr: adding fs_mgr_get_slot_suffix() public API by Bowgo Tsai · 7 years ago
  53. 95e233f use s_max_mnt_count to detect mke2fs generated partition by Keun-young Park · 7 years ago
  54. 53108b2 Merge "fs_mgr: removing fs_mgr_read_fstab_with_dt()" by Treehugger Robot · 7 years ago
  55. f5bbfd6 fs_mgr_avb_ops: stores the by-name prefix of /misc instead of fstab struct by Bowgo Tsai · 7 years ago
  56. 37a0b31 fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition by Bowgo Tsai · 7 years ago
  57. acc1c3c fs_mgr: removing fs_mgr_read_fstab_with_dt() by Bowgo Tsai · 7 years ago
  58. 0f34094 fs_mgr: change the log level in fs_mgr_get_boot_config() by Bowgo Tsai · 7 years ago
  59. ea057b4 Merge "fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition" by Treehugger Robot · 7 years ago
  60. 9c59029 Merge "fs_mgr: use different fstab paths for normal/recovery boot" by Tao Bao · 7 years ago
  61. d05a2f7 fs_mgr: use different fstab paths for normal/recovery boot by Bowgo Tsai · 7 years ago
  62. 97db080 fs_mgr_avb: fix return value check of fs_mgr_get_boot_config() by Bowgo Tsai · 7 years ago
  63. b016896 fs_mgr_avb: allow top-level vbmeta struct to be in 'boot' partition by Bowgo Tsai · 7 years ago
  64. 9c7ae58 fs_mgr: update to new androidboot.slot param by Fernando Lugo · 7 years ago
  65. ce9d7db fs_mgr: allow using legacy A/B suffix by Fernando Lugo · 7 years ago
  66. d1dcedd fs_mgr: adapt to new A/B support by Fernando Lugo · 7 years ago
  67. e989a22 fs_mgr: remove private/android_filesystem_config.h by Mark Salyzyn · 7 years ago
  68. 172c1d8 fs_mgr: change the log level in fs_mgr_read_fstab_dt() by bowgotsai · 7 years ago
  69. 488525b Merge "fs_mgr: fix errno setted by mount_with_alternatives" by Treehugger Robot · 7 years ago
  70. 5c31ffe fs_mgr: fix errno setted by mount_with_alternatives by NIEJuhu · 7 years ago
  71. 46c6dc1 fs_mgr: support reading fstab file from /odm or /vendor partition by Bowgo Tsai · 7 years ago
  72. 47d3427 fs_mgr: add fs_mgr_read_fstab_with_dt() API by Bowgo Tsai · 7 years ago
  73. 3fbf94e collect fs stat for ext4 by Keun-young Park · 7 years ago
  74. 7ad3159 fs_mgr: allow disable dm-verity when the device is unlocked without metadata by Bowgo Tsai · 7 years ago
  75. e7a1b37 fs_mgr: make is_device_secure() work even in the absence of properties. by Sandeep Patil · 7 years ago
  76. 4d71bc5 fs_mgr: fix const parameter in fs_mgr_do_tmpfs_mount by Wei Wang · 7 years ago
  77. 4cd9a46 fs_mgr: refactor: consolidate device tree file reading in one place by Sandeep Patil · 7 years ago
  78. e396c60 fs_mgr: consolidate DT compatible check by Sandeep Patil · 7 years ago
  79. c20c0c2 early_mount: fs_mgr: move all fstab logic into fs_mgr by Sandeep Patil · 7 years ago
  80. 9de748f fs_mgr: add a generic fs_mgr_get_boot_config internal API by Sandeep Patil · 7 years ago
  81. 05ff38b init: early_mount: disallow partitions to be verified at boot by Sandeep Patil · 7 years ago
  82. 4129f20 fs_mgr: make fs_mgr_setup_verity public API by Sandeep Patil · 7 years ago
  83. d246257 fs_mgr: fix the fs_mgr_setup_verity param name by Sandeep Patil · 7 years ago
  84. 56f9ada fs_mgr: add fs_mgr_do_mount_one() API by Sandeep Patil · 7 years ago
  85. 4caf4c0 Fix-up coding style by Bowgo Tsai · 7 years ago
  86. d529d9d fs_mgr: remove code that gets slot_suffix from misc partition by Sandeep Patil · 7 years ago
  87. 2517da9 Revert "e2fsck: drop -f when TARGET_USES_MKE2FS is enabled" by Keun-young Park · 7 years ago
  88. 1549257 Merge changes from topic 'pre-early-mount' by Treehugger Robot · 7 years ago
  89. 35403eb init: early_mount: add support to mount non-verity partitions early by Sandeep Patil · 7 years ago
  90. 72ffff7 fs_mgr: removing the dependency of requiring /vbmeta in fstab for AVB by bowgotsai · 7 years ago
  91. 183ca56 Merge "fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>" by Treehugger Robot · 7 years ago
  92. 47878de fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> by bowgotsai · 7 years ago
  93. ce25baf fs_mgr_verity: correct dm_target_spec->next by bowgotsai · 7 years ago
  94. cea7ea7 Switch fs_mgr/*.c to C++. by bowgotsai · 7 years ago
  95. b51722b fs_mgr: support using libavb to enable dm-verity by bowgotsai · 7 years ago
  96. 46fec48 Add eraseblk and logicalblk fs_mgr flags by Connor O'Brien · 7 years ago
  97. d945f27 Merge "fs_mgr: fix clang static analyzer warning" by Treehugger Robot · 7 years ago
  98. 8b7eb7b fs_mgr: fix clang static analyzer warning by Jin Qian · 8 years ago
  99. ebeaa67 Remove fs_mgr's bogus external/openssl/include LOCAL_C_INCLUDES entry. by Elliott Hughes · 7 years ago
  100. 47aa2a7 fs_mgr: use std::string for function parameters in fs_mgr_dm_ioctl.cpp by bowgotsai · 7 years ago