summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr.c
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-231-380/+0
* 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-231-0/+6
|\ \ | |/
| * New fstab flags to support more expressive SD card permissionsKen Sumrall2013-09-201-0/+6
* | 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-061-3/+24
* | Add support for swap entries in fstabKen Sumrall2013-07-091-42/+132
* | fs_mgr: make block devices read-onlyNick Kralevich2013-04-241-5/+42
|/
* fs_mgr: Capture the output of e2fsck and add to the kernel logKen Sumrall2013-04-141-18/+14
* fs_mgr: add support for new recoveryonly flagKen Sumrall2013-02-221-1/+2
* fs_mgr: support a unified fstab format.Ken Sumrall2013-02-191-82/+232
* 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-011-0/+611