1. 6e35cb8 libsnapshot: Add vts_userspace_snapshot_test by Akilesh Kailash · 2 years, 9 months ago
  2. 3b87445 libsnapshot: Integrate userspace snapshots APIs by Akilesh Kailash · 2 years, 11 months ago
  3. 97f2fdf Reland "Add ParseFstabFromString(), remove ReadFstabFromFp()" by Yi-Yo Chiang · 2 years, 10 months ago
  4. b883739 Reland "Replace strtok_r() with C++-style android::base::Tokenize()" by Yi-Yo Chiang · 2 years, 10 months ago
  5. fec41dd Merge changes from topic "revert-1890098-KOOTTLPTTT" by Martin Stjernholm · 2 years, 9 months ago
  6. 867916e Revert "Replace strtok_r() with C++-style android::base::Tokenize()" by Martin Stjernholm · 2 years, 9 months ago
  7. 62291bf Revert "Add ParseFstabFromString(), remove ReadFstabFromFp()" by Martin Stjernholm · 2 years, 9 months ago
  8. e2316bb Merge changes I71190c73,Ic1dd0eb9 by Yi-Yo Chiang · 2 years, 9 months ago
  9. 833adaf Merge "Remove std::move() around const variable" by Yi-Yo Chiang · 2 years, 9 months ago
  10. c811d13 Add ParseFstabFromString(), remove ReadFstabFromFp() by Yi-Yo Chiang · 2 years, 10 months ago
  11. eee9fe4 Remove std::move() around const variable by Yi-Yo Chiang · 2 years, 10 months ago
  12. efe2093 fs_mgr: allow FDE options in recovery mode by Eric Biggers · 2 years, 10 months ago
  13. 9e21700 fs_mgr: allow any argument to encryptable by Eric Biggers · 2 years, 10 months ago
  14. 3c1b581 Replace strtok_r() with C++-style android::base::Tokenize() by Yi-Yo Chiang · 2 years, 10 months ago
  15. 89ba777 fs_mgr: remove FDE-specific FS_MGR_MNTALL codes by Eric Biggers · 2 years, 10 months ago
  16. 4d0c5ef fs_mgr: remove crypt_footer argument from fs_mgr_do_format() by Eric Biggers · 2 years, 10 months ago
  17. c953d6e fs_mgr: remove FDE fields from FstabEntry by Eric Biggers · 2 years, 10 months ago
  18. 63fb195 fs_mgr: remove code that handles FDE by Eric Biggers · 2 years, 10 months ago
  19. b662530 fs_mgr: stop allowing the FDE fstab options by Eric Biggers · 2 years, 10 months ago
  20. 9ac2851 Merge "Make clean_scratch_files work" by Yi-Yo Chiang · 2 years, 10 months ago
  21. ad0f69c Merge "libfiemap: array boundary check for fiemap.fm_extents[]" by Yi-Yo Chiang · 2 years, 10 months ago
  22. 7ad63b4 Revert "snapuserd: Add unit test for test merge code path" by Akilesh Kailash · 2 years, 10 months ago
  23. 1cc9818 snapuserd: Add unit test for test merge code path by Akilesh Kailash · 3 years ago
  24. 6455f27 Make clean_scratch_files work by Yi-Yo Chiang · 2 years, 10 months ago
  25. 2ba8eea snapuserd: Sort REPLACE ops for batch merge by Akilesh Kailash · 3 years ago
  26. b94353c snapuserd: API to query snapshot and merge status by Akilesh Kailash · 2 years, 11 months ago
  27. ff590a8 snapuserd: Wire up API's for Initiating and tracking Merge by Akilesh Kailash · 3 years ago
  28. 8abe050 snapuserd: I/O requests which are not block aligned. by Akilesh Kailash · 2 years, 11 months ago
  29. be46ca7 snapuserd: Service I/O requests from dm-user by Akilesh Kailash · 3 years ago
  30. 0f62506 libfiemap: array boundary check for fiemap.fm_extents[] by Yi-Yo Chiang · 2 years, 10 months ago
  31. cab12f8 Merge "Addressing error-code propagation for remount service." by Shaju Mathew · 2 years, 10 months ago
  32. 7e5451a Addressing error-code propagation for remount service. by Shaju Mathew · 2 years, 10 months ago
  33. de2ec0b libfiemap: Only call FS_IOC_FIEMAP once. by David Anderson · 2 years, 10 months ago
  34. fb62a71 Fix ubsan error path found by libfstab_fuzzer by Yi-Yo Chiang · 2 years, 10 months ago
  35. a68b83f Merge "libfstab_fuzzer: Add dictionary to guide the fuzzer" by Yi-Yo Chiang · 2 years, 10 months ago
  36. 8d49933 Merge "Add a bug component for test vts_libsnapshot_test." by Treehugger Robot · 2 years, 10 months ago
  37. ed72e37 libfstab_fuzzer: Add dictionary to guide the fuzzer by Yi-Yo Chiang · 2 years, 10 months ago
  38. b398a0b Add libfstab_fuzzer that fuzzes ReadFstabFile() by Yi-Yo Chiang · 2 years, 10 months ago
  39. ac84a8d Add a bug component for test vts_libsnapshot_test. by Yiming Pan · 2 years, 10 months ago
  40. a5df9e5 Merge "Add a test for bug 198265278." by David Anderson · 2 years, 11 months ago
  41. 71c6802 Merge changes from topic "vabc-merge-phase-1" by Akilesh Kailash · 2 years, 11 months ago
  42. af09c15 Merge "adds LO_FLAGS_AUTOCLEAR for loop device of zram backing device" by David Anderson · 2 years, 11 months ago
  43. fb964a1 snapuserd: Refactor buffer allocation code by Akilesh Kailash · 2 years, 11 months ago
  44. 228f6a0 snapuserd: Implement snapshot merge by Akilesh Kailash · 3 years ago
  45. 46e15bd snapuserd: Move dm-snapshot-merge related code by Akilesh Kailash · 3 years ago
  46. ba097d2 Merge "Revert "snapuserd: Handle real time signal 36"" by Akilesh Kailash · 2 years, 11 months ago
  47. fec6056 Revert "snapuserd: Handle real time signal 36" by Akilesh Kailash · 2 years, 11 months ago
  48. 19dc4d4 Merge "Add OWNERS for VTS module vts_libdm_test" by Treehugger Robot · 2 years, 11 months ago
  49. 47af156 Add OWNERS for VTS module vts_libdm_test by Yiming Pan · 3 years, 2 months ago
  50. 7ec2059 Merge "snapuserd: Handle real time signal 36" by Akilesh Kailash · 2 years, 11 months ago
  51. d6fc145 Merge "libsnapshot_fuzzer: allow ENXIO." by Yifan Hong · 2 years, 11 months ago
  52. 3ad79c8 Merge "Add VerifyMergeOps to ISnapshotWriter" by Treehugger Robot · 2 years, 11 months ago
  53. 8d3b31f snapuserd: Handle real time signal 36 by Akilesh Kailash · 2 years, 11 months ago
  54. 8c77196 Add VerifyMergeOps to ISnapshotWriter by Kelvin Zhang · 2 years, 11 months ago
  55. 10e5e59 libsnapshot_fuzzer: allow ENXIO. by Yifan Hong · 2 years, 11 months ago
  56. 2d7301d Merge "Replace test_min_api_level with test_options.min_shipping_api_level" by Treehugger Robot · 2 years, 11 months ago
  57. 43678b1 Replace test_min_api_level with test_options.min_shipping_api_level by Justin Yun · 2 years, 11 months ago
  58. f2e1f20 Add VerifyMergeOps() to CowReader interface by Kelvin Zhang · 2 years, 11 months ago
  59. 2374bd4 Add a test for bug 198265278. by David Anderson · 2 years, 11 months ago
  60. d884ba5 adds LO_FLAGS_AUTOCLEAR for loop device of zram backing device by Liangcai Fan · 3 years ago
  61. 5125c62 Merge "libsnapshot: Add function to verify merge sequence" by Treehugger Robot · 2 years, 11 months ago
  62. 1e3fa94 libsnapshot: Add function to verify merge sequence by Daniel Rosenberg · 3 years ago
  63. 5cd7415 Merge "libdm, libsnapshot: Add a virtual interface for DeviceMapper." by David Anderson · 3 years ago
  64. efec0ab libdm, libsnapshot: Add a virtual interface for DeviceMapper. by David Anderson · 3 years ago
  65. fe9d028 Add LOCAL_LICENSE_KINDS to system/core/fs_mgr by Bob Badour · 3 years ago
  66. 6f96722 Merge "libsnapshot: Error handling after QuerySnapshotStatus" by Akilesh Kailash · 3 years ago
  67. 3ad55a9 libsnapshot: Error handling after QuerySnapshotStatus by Akilesh Kailash · 3 years ago
  68. 7f994f4 libsnapshot: Fix new partitions not transitioning in second-stage init. by David Anderson · 3 years ago
  69. 542bf0b snapuserd: I/O request on sectors not mapping to any COW op by Akilesh Kailash · 3 years ago
  70. 237ec60 Merge "Skipping CompareVBMeta() in VerifyVBMetaDataError test case" by Treehugger Robot · 3 years ago
  71. 15a97fc Merge "Add OWNERS for VTS module vts_core_liblp_test" by Yiming Pan · 3 years ago
  72. ccd4b77 Skipping CompareVBMeta() in VerifyVBMetaDataError test case by Bowgo Tsai · 3 years ago
  73. 0518f8c snapuserd: Fix PrepareReadAhead by Daniel Rosenberg · 3 years ago
  74. bb0a764 Fix a typo by Kelvin Zhang · 3 years ago
  75. 055abbb Merge "Dump the root digest of hashtree for dm-verity partitions" by Tianjie Xu · 3 years ago
  76. d95a49f Merge changes I3968ff53,I0029838d by Treehugger Robot · 3 years ago
  77. 10bec65 Dump the root digest of hashtree for dm-verity partitions by Tianjie · 3 years ago
  78. f98bcdb Merge "[fs_mgr] Use shared libutils for remount" by Treehugger Robot · 3 years ago
  79. cdf919d [fs_mgr] Use shared libutils for remount by Pirama Arumuga Nainar · 3 years ago
  80. b788509 inspect_cow: Add -l option to show all ops by Daniel Rosenberg · 3 years ago
  81. f34f18e inspect_cow: Add -o to view Sequence Data by Daniel Rosenberg · 3 years ago
  82. dc3afaf libsnapshot: Fix missing source partitions when adding a new partition. by David Anderson · 3 years ago
  83. b504369 Merge "snapuserd: pass arguments by reference" by Akilesh Kailash · 3 years ago
  84. 9cc1450 snapuserd: pass arguments by reference by Akilesh Kailash · 3 years ago
  85. 0589b7e Merge "Split up the system/core/ TEST_MAPPING." by Elliott Hughes · 3 years ago
  86. 0e13b0e Merge "fs_mgr: Separate the required modules of core and recovery variants" by Treehugger Robot · 3 years ago
  87. 9784f5a Merge "Support multiple fstab configs for one mount point" by David Anderson · 3 years ago
  88. 22e082e Split up the system/core/ TEST_MAPPING. by Elliott Hughes · 3 years ago
  89. 55101e5 Merge "Add mock interface for EmitXorBlocks" by Treehugger Robot · 3 years ago
  90. 1bfa48a Support multiple fstab configs for one mount point by Huang Jianan · 3 years, 1 month ago
  91. 0223cd8 Reduce the queue depth of loop devices used by the zram driver by Bart Van Assche · 3 years, 1 month ago
  92. c24f7b8 libdm: Export ExtractBlockDeviceName() by Bart Van Assche · 3 years ago
  93. 6b296db libdm: Make ExtractBlockDeviceName() return its result by Bart Van Assche · 3 years ago
  94. 7bd12ad Add OWNERS for VTS module vts_core_liblp_test by Yiming Pan · 3 years ago
  95. e6c21b9 Increase the minimal remount scratch size to 64MiB for F2FS scratch by Yi-Yo Chiang · 3 years, 1 month ago
  96. 155684c Merge changes from topic "zram_loop" by Bart Van Assche · 3 years, 1 month ago
  97. e19f7be Merge "snapuserd: Read partition blocks to memory" by Akilesh Kailash · 3 years, 1 month ago
  98. ec5f635 Set the I/O scheduler of loop devices to 'none' by Bart Van Assche · 3 years, 1 month ago
  99. 06b95de Rename two local variables by Bart Van Assche · 3 years, 1 month ago
  100. c006617 Add mock interface for EmitXorBlocks by Kelvin Zhang · 3 years, 1 month ago