summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
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
2013-02-15vold: use unified fstab formatKen Sumrall
2011-06-02vold: allow to store key in a file on another partitionKen Sumrall
2010-11-19am 08da5c1f: Merge "vold: replace strsep by strtok_r"Jean-Baptiste Queru
2010-11-19vold: replace strsep by strtok_rJinho You
2010-06-28Use new kernel notifications to determine if USB mass storage is available.Mike Lockwood
2010-03-25vold: Switch from LOG -> SLOGSan Mehat
2010-03-02vold: Don't bail out on init failure & bump version numberSan Mehat
2010-01-04vold2: Don't bail out if the UMS switch isn't thereSan Mehat
2010-01-01vold2: Manually bootstrap the ums switch since switch kernel uevents are brokenSan Mehat
2009-12-19vold2: Get mounting/unmounting/formatting/sharing workingSan Mehat
2009-10-12vold2: Rename DeviceVolume -> DirectVolumeSan Mehat
2009-10-12vold2: Add block device udev bootstrappingSan Mehat
2009-10-10system: vold2: Initial skeleton for vold2.San Mehat