summaryrefslogtreecommitdiffstats
path: root/fs_mgr/fs_mgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ext4 userdata checkpoints work with metadata encryptionPaul Lawrence2019-06-271-34/+84
* Fix bug that would prevent us from reserving right amount of space.Martijn Coenen2019-05-101-1/+1
* Don't assume an A/B device when overriding the super partition name.David Anderson2019-04-181-3/+4
* init: add umount_all builtin.Yifan Hong2019-04-151-0/+40
* Fix device mapper name clashes on non-A/B devices.David Anderson2019-03-221-10/+2
* init: Support booting off GSIs installed to non-userdata block devices.David Anderson2019-03-201-8/+30
* fs_mgr: overlay: suppress noise associated with test mounting scratch partitionMark Salyzyn2019-03-181-3/+32
* libfs_avb: support key rotation for standalone partitionsBowgo Tsai2019-02-271-2/+2
* __android_log_is_debuggable() shouldn't be an apex symbolTom Cherry2019-02-201-6/+2
* Refactor fs_mgr_update_verity_state()Tom Cherry2019-02-111-47/+24
* Remove old C fs_mgr interfaceTom Cherry2019-02-041-57/+3
* Merge "Restrict zram_writeback permission"Treehugger Robot2019-02-021-1/+1
|\
| * Restrict zram_writeback permissionWei Wang2019-02-011-1/+1
* | Add android::fs_mgr namespace for new Fstab codeTom Cherry2019-01-301-13/+3
* | Merge "fs_mgr: make changes needed to port vold to new Fstab interface"Treehugger Robot2019-01-301-3/+10
|\ \
| * | fs_mgr: make changes needed to port vold to new Fstab interfaceTom Cherry2019-01-291-3/+10
* | | libfs_avb: support enable verity for a standalone partitionBowgo Tsai2019-01-291-0/+14
|/ /
* / Remove the rest of users of the old style fstabTom Cherry2019-01-281-13/+0
|/
* fs_mgr: set ext4 fsverity feature bitLeo Liou2019-01-221-1/+43
* Merge "zram: support zram_writeback"Jaegeuk Kim2019-01-171-0/+69
|\
| * zram: support zram_writebackJaegeuk Kim2019-01-151-0/+69
* | Merge "Retry mounts on -EAGAIN"Treehugger Robot2019-01-171-2/+10
|\ \
| * | Retry mounts on -EAGAINDaniel Rosenberg2019-01-161-2/+10
| |/
* | init: Allow first-stage mounts in the second stage if they're formattable.David Anderson2019-01-141-1/+21
* | fs_mgr: overlayfs clears readonly on scratch devicesYifan Hong2019-01-101-2/+2
|/
* fs_mgr_do_mount_one: allow overriding mount_pointYifan Hong2018-12-191-2/+3
* Fix sign-compare warningsYi Kong2018-12-141-1/+1
* Start using new C++ Fstab class widelyTom Cherry2018-12-121-319/+291
* fs_mgr: fix typoTom Cherry2018-12-101-1/+1
* Merge "fs_mgr: use std::string in more places"Tom Cherry2018-12-101-88/+75
|\
| * fs_mgr: use std::string in more placesTom Cherry2018-12-071-88/+75
* | Update fs_mgr_update_verity_state() for new C++ FstabTom Cherry2018-12-071-12/+11
|/
* Merge "init: allow first stage mount to read an fstab"Tom Cherry2018-12-051-2/+3
|\
| * init: allow first stage mount to read an fstabTom Cherry2018-12-041-2/+3
* | fs_mgr: use more unique_fdTom Cherry2018-12-041-66/+38
|/
* Merge "Convert fs_mgr_swapon_all() to use the new Fstab struct"Tom Cherry2018-12-041-52/+37
|\
| * Convert fs_mgr_swapon_all() to use the new Fstab structTom Cherry2018-12-031-52/+37
* | Merge "fs_mgr fix flags/fs_mgr_flags mismatch"Treehugger Robot2018-12-031-1/+1
|\ \
| * | fs_mgr fix flags/fs_mgr_flags mismatchTom Cherry2018-11-301-1/+1
| |/
* / check_fs: skip check_fs if there is no matched EXT4|F2FS_SUPER_MAGICJaegeuk Kim2018-11-301-23/+67
|/
* Merge "fs_mgr: fixup 'size' attributes of fstab."Tom Cherry2018-11-301-1/+2
|\
| * fs_mgr: fixup 'size' attributes of fstab.Tom Cherry2018-11-291-1/+2
* | fs_mgr: move AVB related source into libfs_avbBowgo Tsai2018-11-291-9/+13
|/
* Allow non-A/B, non-retrofit devices to override super_partitionAlistair Strachan2018-11-281-3/+0
* fs_mgr: remove by_name_symlinks_map_ from AvpOpsTom Cherry2018-11-131-2/+2
* fs_mgr: Allow overriding the super partition name via the kernel commandline.David Anderson2018-11-021-1/+20
* init: use libfscrypt for file-based encryption setupEric Biggers2018-10-251-1/+0
* fs_mgr: deprecate check for ro.build.system_root_imageMark Salyzyn2018-10-101-3/+1
* Merge "Handle retry count correctly"Treehugger Robot2018-10-101-60/+108
|\
| * Handle retry count correctlyPaul Lawrence2018-10-081-60/+108