summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* Adds /dev/block/by-name/<partition> symlinksBowgo Tsai2018-05-182-0/+62
* Fix FDEPaul Lawrence2018-04-161-1/+1
* fastboot, fs_mgr: set fsverity feature bitJaegeuk Kim2018-04-061-0/+1
* make_f2fs: specify sector size for target image sizeJaegeuk Kim2018-04-041-3/+12
* Support Speck encryption.Paul Crowley2018-03-301-1/+5
* Merge "fs_mgr: add sysfs_path=%s to indicate a location of sysfs entry" am: b...Jaegeuk Kim2018-02-273-1/+16
|\
| * fs_mgr: add sysfs_path=%s to indicate a location of sysfs entryJaegeuk Kim2018-02-263-1/+16
* | Merge "Use vold's mount with metadata encryption service." am: 4819edf4fc am:...Paul Crowley2018-02-021-0/+30
|\|
| * Use vold's mount with metadata encryption service.Paul Crowley2018-02-011-0/+30
* | Merge "fs_mgr: don't log error messages when missing fstab" am: ace69b2f7b am...Christopher Morin2018-01-081-5/+8
|\|
| * Merge "fs_mgr: don't log error messages when missing fstab"Christopher Morin2018-01-081-5/+8
| |\
| | * fs_mgr: don't log error messages when missing fstabChris Morin2018-01-051-5/+8
* | | Merge changes from topic "resgidz" am: a7004e5fed am: b162da3a47Jeff Sharkey2018-01-081-5/+7
|\| |
| * | Merge changes from topic "resgidz"Jeff Sharkey2018-01-081-5/+7
| |\ \ | | |/ | |/|
| | * Set reserved GID when setting reserved blocks.Jeff Sharkey2018-01-071-5/+7
* | | Merge "fs_mgr: fix memory leak" am: 9bbcea1878 am: 9b205334d6Christopher Morin2018-01-081-3/+4
|\| |
| * | fs_mgr: fix memory leakChris Morin2018-01-041-3/+4
| |/
* | Merge "first stage mount: support mount points like /vendor/abc" am: edaa2877...Bowgo Tsai2017-12-142-16/+37
|\|
| * Merge "first stage mount: support mount points like /vendor/abc"Treehugger Robot2017-12-142-16/+37
| |\
| | * first stage mount: support mount points like /vendor/abcBowgo Tsai2017-12-132-16/+37
| * | Merge changes from topic "sload_f2fs"Jaegeuk Kim2017-12-071-8/+36
| |\ \
| | * | fs_mgr: format f2fs with length=xx fstabJaegeuk Kim2017-12-071-8/+36
| | |/
* | | Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572Elliott Hughes2017-12-071-0/+2
|\| |
| * | Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+2
| |\ \ | | |/ | |/|
| | * Add OWNERS.Elliott Hughes2017-12-071-0/+2
* | | Merge "Remove dead code." am: a78c686799 am: 4cc92cc03fElliott Hughes2017-12-072-155/+0
|\| |
| * | Merge "Remove dead code."Elliott Hughes2017-12-062-155/+0
| |\ \
| | * | Remove dead code.Elliott Hughes2017-12-062-155/+0
| | |/
| | * Merge "DO NOT MERGE ANYWHERE Add comments and code about ro.boot.slot back"Treehugger Robot2017-11-131-3/+10
| | |\
| | | * DO NOT MERGE ANYWHERE Add comments and code about ro.boot.slot backSandeep Patil2017-11-101-3/+10
| * | | Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' fromXin Li2017-11-141-5/+3
| |\ \ \ | | |/ / | |/| |
* | | | fs_mgr: support quota format for f2fsJaegeuk Kim2017-11-171-1/+3
* | | | Merge "first stage mount: abort when failed to parse fstab in device-tree" am...Bowgo Tsai2017-11-101-1/+1
|\ \ \ \
| * | | | Merge "first stage mount: abort when failed to parse fstab in device-tree" am...Bowgo Tsai2017-11-101-1/+1
| |\| | |
| | * | | first stage mount: abort when failed to parse fstab in device-treeBowgo Tsai2017-11-091-1/+1
| | | |/ | | |/|
* | | | Merge "fs_mgr: support reading fstab based on ro.boot.hardware.platform" am: ...Oleg Matcovschi2017-11-011-11/+30
|\| | |
| * | | Merge "fs_mgr: support reading fstab based on ro.boot.hardware.platform" am: ...Oleg Matcovschi2017-11-011-11/+30
| |\| |
| | * | Merge "fs_mgr: support reading fstab based on ro.boot.hardware.platform"Treehugger Robot2017-11-011-11/+30
| | |\ \
| | | * | fs_mgr: support reading fstab based on ro.boot.hardware.platformOleg Matcovschi2017-11-011-11/+30
* | | | | Merge "Use -Werror in system/core" am: 4ef714eae0 am: 57270f809aChih-Hung Hsieh2017-11-011-1/+5
|\| | | |
| * | | | Merge "Use -Werror in system/core" am: 4ef714eae0Chih-Hung Hsieh2017-11-011-1/+5
| |\| | | | | |_|/ | |/| |
| | * | Use -Werror in system/coreChih-Hung Hsieh2017-11-011-1/+5
| | |/
* | | Merge "fs_mgr: removing is_device_secure()" am: af54c27e1b am: 6353d514e8 am:...Bowgo Tsai2017-10-144-22/+3
|\| |
| * | Merge "fs_mgr: removing is_device_secure()" am: af54c27e1b am: 6353d514e8Bowgo Tsai2017-10-144-22/+3
| |\|
| | * Merge "fs_mgr: removing is_device_secure()"Bowgo Tsai2017-10-144-22/+3
| | |\
| | | * fs_mgr: removing is_device_secure()Bowgo Tsai2017-10-124-22/+3
* | | | Merge "Move some properties users to __system_property_read_callback()" am: 4...Tom Cherry2017-10-122-26/+16
|\| | |
| * | | Merge "Move some properties users to __system_property_read_callback()" am: 4...Tom Cherry2017-10-122-26/+16
| |\| |
| | * | Merge "Move some properties users to __system_property_read_callback()"Tom Cherry2017-10-122-26/+16
| | |\|
| | | * Merge "Move some properties users to __system_property_read_callback()"Tom Cherry2017-10-122-26/+16
| | | |\