summaryrefslogtreecommitdiffstats
path: root/fs_mgr/libdm
Commit message (Expand)AuthorAgeFilesLines
* Allow makefiles to be parsed in a trimmed down manifest.Nicolas Geoffray2019-03-251-1/+1
* Make VTS run libdm_testHridya Valsaraju2019-03-222-0/+53
* Improved libdm and dmctl to handle very large numbers of extentsPaul Lawrence2019-01-301-17/+18
* disable darwin build for libdmbohu2019-01-151-0/+5
* Support host build for libdm and libfstabBowgo Tsai2019-01-083-2/+3
* Merge "dmctl: Add verbose 'dmctl list devices'"Treehugger Robot2018-12-272-2/+19
|\
| * dmctl: Add verbose 'dmctl list devices'Sandeep Patil2018-12-192-2/+19
* | Remove unnecessary warning suppression from libdm.Sandeep Patil2018-12-201-4/+0
|/
* Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-051-2/+3
* make checkpointing work on ext4Paul Lawrence2018-10-021-0/+2
* Adding bow dm-targetPaul Lawrence2018-10-021-0/+12
* libdm: GetDmDevicePathByName log warningYifan Hong2018-08-281-1/+1
* fs_mgr: Better error messages in fs_mgr_update_verity_state.David Anderson2018-08-282-4/+11
* libdm: remove libbase dependency in header.Yifan Hong2018-08-163-10/+9
* fs_mgr: libdm: add support android-verity target.Sandeep Patil2018-07-232-0/+18
* fs_mgr: replace DM_TABLE_STATUS use with libdm.David Anderson2018-06-273-0/+67
* fs_mgr: Use libdm for fs_mgr_verity.David Anderson2018-06-261-0/+16
* libdm: Add DmTargetVerity and use it in fs_mgr_avb.David Anderson2018-06-254-0/+106
* fs_mgr: Use libdm for dm-linear devices.David Anderson2018-06-251-0/+1
* libdm: Add unit tests for dm-linear.David Anderson2018-06-255-3/+219
* libdm: Add helper classes for loop control.David Anderson2018-06-254-1/+271
* libdm: Implement GetDmDevicePathByName().David Anderson2018-06-222-4/+15
* libdm: Implement zero and linear targets.David Anderson2018-06-215-8/+96
* libdm: Add DmTargetTypeInfo and a unit test.David Anderson2018-06-215-26/+81
* libdm: Implement LoadTableAndActivate.David Anderson2018-06-204-18/+53
* libdm: Move includes to a libdm folder.David Anderson2018-06-206-29/+12
* libdm: Clean up error messages and dm_ioctl use.David Anderson2018-06-191-23/+13
* fs_mgr: libdm: Add support to list existing device mapper devicesSandeep Patil2018-06-132-0/+99
* fs_mgr: libdm: add support to create and delete device mapper devices.Sandeep Patil2018-06-132-9/+89
* fs_mgr: device mapper: Add libdm and 'dmctl' tool to use it.Sandeep Patil2018-06-137-0/+516