summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
2020-02-07Refactor: make cryptfs.h smallerPaul Crowley
2019-04-04Merge "Add missing null terminator for getopt_long()" am: 4d05e017f9Eric Biggers
2019-04-03Add missing null terminator for getopt_long()Eric Biggers
2019-02-14Merge "Enable metadata encryption for userdata_gsi." am: 99046b75c4 am: 8b90a...David Anderson
2019-02-14Enable metadata encryption for userdata_gsi.David Anderson
2019-01-31Merge "Move over to the C++ Fstab class" am: b6d5cd20d7 am: 4e8e70a949Tom Cherry
2019-01-31Move over to the C++ Fstab classTom Cherry
2018-09-27Bind mount pkg specific dirs in the zygote child namespaces.Sudheer Shanka
2018-09-21Update vold to log only debug or higher level messages.Sudheer Shanka
2018-09-18clang-format many files.Paul Crowley
2018-09-17vold uses health filesystem HALYifan Hong
2018-02-01Add a mount with metadata encryption servicePaul Crowley
2018-01-08Wire up reserved blocks presence for tests.Jeff Sharkey
2017-10-18Use main thread for Binder transactions.Jeff Sharkey
2017-10-17Move to modern utility methods from android::base.Jeff Sharkey
2017-09-27Read the configuration before starting the native service.Paul Crowley
2017-09-26Refactor of use of fstab in advance of fix.Paul Crowley
2017-09-21Make Loop::destroyAll() smarter.Jeff Sharkey
2017-09-18Destroy vold socket interface completely.Jeff Sharkey
2017-09-11Move even more vold commands over to Binder.Jeff Sharkey
2017-09-06Start paving the way for vold calls over Binder.Jeff Sharkey
2017-07-17Only enable quotas when supported by device.Jeff Sharkey
2017-03-27Spread around some O_CLOEXEC love.Jeff Sharkey
2017-03-09vold: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()Bowgo Tsai
2017-03-06vold: add coldboot back and make sure it won't block bootingWei Wang
2017-01-25Remove coldboot from voldWei Wang
2017-01-19Fix deadlock between vold and initDimitry Ivanov
2016-02-09Refactor now that global DE has been reworkedPaul Crowley
2016-01-20Rework FBE crypto to match the N way of doing thingsPaul Crowley
2015-12-11Fix a bug in passing parameters to prepare_user_storage.Lenka Trochtova
2015-12-08Introduce support for ephemeral users.Lenka Trochtova
2015-12-04resolve merge conflicts of b7d5a47cec to master.Elliott Hughes
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-11-19Switch to new FBE emulation property.Jeff Sharkey
2015-07-01Trim both internal and adopted private storage.Jeff Sharkey
2015-06-08Add f2fs support for private volumes.Jeff Sharkey
2015-06-04Move crypt commands to a different listener in voldPaul Lawrence
2015-05-19Offer debug flag to force default primary.Jeff Sharkey
2015-05-13Communicate if we have adoptable disks.Jeff Sharkey
2015-04-29Property to enable debugging.Jeff Sharkey
2015-04-21Wider volume mutation lock, move force adoptable.Jeff Sharkey
2015-04-18Switch logging to system log, persistable prop.Jeff Sharkey
2015-04-14Fix destroy ordering bug; add debug flag.Jeff Sharkey
2015-04-01Remove unused code.Jeff Sharkey
2015-04-01Some CLOEXEC love.Jeff Sharkey
2015-04-01Different blkid and fsck execution domains.Jeff Sharkey
2015-03-30Progress towards dynamic storage support.Jeff Sharkey
2014-09-30Set SELinux contexts on device nodes created by vold.Stephen Smalley
2013-10-08Add support for more expressive SD card permissionsJeff Sharkey
2013-04-10vold: set klog level so e2fsck output is loggedKen Sumrall