summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* fs_mgr: let fsck.f2fs actually attempt a fixJP Abgrall2014-11-081-1/+2
* Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""Paul Lawrence2014-10-091-6/+20
* Revert "Enable verity on userdebug, and add disable-verity to adb"Nick Kralevich2014-10-081-20/+6
* Enable verity on userdebug, and add disable-verity to adbPaul Lawrence2014-10-081-6/+20
* Preserve errno from fsmgr_do_mountPaul Lawrence2014-09-111-2/+6
* [HACK]fs_mgr+init: Format via recovery if encryptable /data is wipedJP Abgrall2014-07-021-4/+6
* fs_mrg: clean up multi-type mount_allJP Abgrall2014-07-021-60/+91
* fs_msg: fix bad tmpfs detection (fix /persist mount errors)JP Abgrall2014-06-301-1/+1
* Moved symlink back up.Daniel Rosenberg2014-06-261-1/+8
* fs_mgr: fix double mounting of partitionJP Abgrall2014-06-251-0/+1
* Added support for vendor partition and imageDaniel Rosenberg2014-06-241-1/+2
* [HACK]fs_mgr: force recovery+wipe if data looks wipedJP Abgrall2014-06-191-11/+31
* fsmgr: support multiple fs-types/mountpointJP Abgrall2014-06-181-32/+69
* fsmgr: revert multiple fs-types/mountpoint (fix N5 boot)JP Abgrall2014-06-181-47/+22
* fsmgr: allow for a multiple fs-types for a mount point.JP Abgrall2014-06-171-22/+47
* F2FS support for fastboot format and fsmgrJP Abgrall2014-06-171-0/+15
* Add force_encrypt flag to fstab to force encryption on appropriate devicesPaul Lawrence2014-04-041-30/+4
* fs_mgr: disable verified partitions on debuggable devices.Geremy Condra2014-04-021-2/+13
* Auto-encrypt drive at startupPaul Lawrence2014-03-241-5/+43
* fs_mgr: fix mount_all when handling already mounted encryptable fs.Mohamad Ayyash2014-03-131-2/+2
* fs_mgr: Ensure mount_all will process all fstab entries despite logging errors.Mohamad Ayyash2014-03-121-21/+24
* 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
|/