summaryrefslogtreecommitdiffstats
path: root/fs_mgr
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: Don't run e2fsck inside SDK system images.David 'Digit' Turner2014-02-241-7/+16
* fs_mgr: split fstab parsing into separate fileColin Cross2014-01-233-381/+404
* fs_mgr: update ext4_parse_sb to match change in ext4_utilsColin Cross2014-01-231-3/+3
* Merge "system/core 64-bit cleanup."Elliott Hughes2014-01-161-1/+2
|\
| * system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+2
* | fs_mgr: increase verboseness on mount errorsWilliam Roberts2014-01-151-6/+12
|/
* Revert "fs_mgr: correct warning on unused function parameter"Nick Kralevich2014-01-151-1/+1
* fs_mgr: correct warning on unused function parameterWilliam Roberts2014-01-141-1/+1
* SWAP_FLAG_* constants are now in <sys/swap.h>.Elliott Hughes2014-01-071-5/+0
* am 397a3642: fs_mgr: check that fstab is not NULL in fs_mgr_free_fstabRom Lemarchand2013-09-241-0/+4
|\
| * fs_mgr: check that fstab is not NULL in fs_mgr_free_fstabRom Lemarchand2013-09-241-0/+4
* | am 6b1a0272: Merge "Create a separate copy of the fsck logs" into klp-devKen Sumrall2013-09-231-2/+5
|\ \ | |/
| * Create a separate copy of the fsck logsKen Sumrall2013-09-201-2/+5
* | am 777a00e3: Merge "New fstab flags to support more expressive SD card permis...Ken Sumrall2013-09-233-0/+13
|\ \ | |/
| * New fstab flags to support more expressive SD card permissionsKen Sumrall2013-09-203-0/+13
* | am c67bd8d7: am a208ea63: Merge "Fix fstab memory leak"Elliott Hughes2013-09-181-2/+4
|\ \
| * | Fix fstab memory leakIrina Tirdea2013-09-181-2/+4
* | | am c4295d9b: am 810ff696: Merge "Cleanup fs_getline from fs_mgr"Elliott Hughes2013-09-181-72/+16
|\ \ \ | |/ / | | / | |/ |/|
| * Cleanup fs_getline from fs_mgrIrina Tirdea2013-09-181-72/+16
* | Add basic verity support to fs_mgr.Geremy Condra2013-08-066-6/+462
* | am 6b78fad1: am a9396549: Fix my incorrect merge resolution for 132b7d750e6f3...Elliott Hughes2013-07-111-10/+0
|\ \ | |/
| * Fix my incorrect merge resolution for 132b7d750e6f3e835676dfc5edbb94978f9370f...Elliott Hughes2013-07-111-10/+0
* | am 43564031: am 7b9c33b1: Fix my incorrect merge resolution for 132b7d750e6f3...Elliott Hughes2013-07-111-1/+1
|\ \ | |/
| * Fix my incorrect merge resolution for 132b7d750e6f3e835676dfc5edbb94978f9370f8.Elliott Hughes2013-07-111-1/+1
* | am dccd7773: am 786b1232: resolved conflicts for merge of 42031e0e to stage-a...Elliott Hughes2013-07-111-0/+10
|\ \ | |/
| * resolved conflicts for merge of 42031e0e to stage-aosp-masterElliott Hughes2013-07-111-0/+10
| |\
| | * Merge "fs_mgr_priv: Extend fs wait timeout to 20 seconds"Ken Sumrall2013-07-101-1/+1
| | |\
| | | * fs_mgr_priv: Extend fs wait timeout to 20 secondsAndrew Boie2013-01-041-1/+1
* | | | Add support for swap entries in fstabKen Sumrall2013-07-093-42/+137
* | | | fs_mgr: make block devices read-onlyNick Kralevich2013-04-241-5/+42
|/ / /
* | | Include liblog in fs_mgr to fix the build.Ken Sumrall2013-04-151-1/+1
* | | fs_mgr: Capture the output of e2fsck and add to the kernel logKen Sumrall2013-04-142-19/+16
* | | fs_mgr: add support for new recoveryonly flagKen Sumrall2013-02-222-1/+3
* | | fs_mgr: support a unified fstab format.Ken Sumrall2013-02-194-103/+288
|/ /
* | am 7fd51b36: am b20fa762: Merge "Fix fs_mgr to properly invoke e2fsck on encr...Ken Sumrall2012-11-121-2/+2
|\ \ | |/ |/|
| * Fix fs_mgr to properly invoke e2fsck on encrypted devicesKen Sumrall2012-11-061-2/+2
* | am cfd7c2a0: am 1c0c5250: Merge "Rename getline to fs_getline for fs_mgr"Elliott Hughes2012-09-261-3/+3
|\ \ | |/ |/|
| * am 1c0c5250: Merge "Rename getline to fs_getline for fs_mgr"Elliott Hughes2012-09-261-3/+3
| |\
| | * Rename getline to fs_getline for fs_mgrIrina Tirdea2012-09-121-3/+3
* | | Support shared-subtree and bind mount flags.Jeff Sharkey2012-08-141-0/+6
|/ /
* | Mount/unmount filesystems before running e2fsckKen Sumrall2012-07-241-3/+24
|/
* A filesystem manager library to mount filesystems for init.Ken Sumrall2012-05-015-0/+860