- 25 Apr, 2016 2 commits
-
-
Martijn Coenen authored
am: 47ff14ad * commit '47ff14ad': Move vold (and sdcard childs) to foreground cpuset. Change-Id: I2d539472902f0f2ce33bbfe767f93b9bf91856ce
-
Martijn Coenen authored
-
- 19 Apr, 2016 2 commits
-
-
Paul Lawrence authored
am: 0264d8ff * commit '0264d8ff': Don't start defaultcrypto twice Change-Id: I39951628d41f656901658cd82a56298ef9f663ec
-
Paul Lawrence authored
-
- 18 Apr, 2016 2 commits
-
-
Paul Lawrence authored
The old way (using triggers) starts defaultcrypto twice because queue_property_triggers_action retriggers the action. Bug: 27452459 Change-Id: I715d5441f8ae0b820b680f6a75f51694c4420992
-
Jeff Sharkey authored
am: be70c9ae * commit 'be70c9ae': Consistent creation/destruction of user data. Change-Id: I55f4fe88a8c02d019fa92028e6ad358fc0f75aeb
-
- 15 Apr, 2016 2 commits
-
-
Jeff Sharkey authored
Preparing and destroying users currently needs to be split across installd, system_server, and vold, since no single party has all the required SELinux permissions. Bug: 27896918, 25861755 Change-Id: Ieec14ccacfc7a3a5ab00df47ace7318feb900c38
-
Martijn Coenen authored
Bug: 24949295 Change-Id: I7118a374db90ede517a92f72763d624b9a234ea7
-
- 08 Apr, 2016 1 commit
-
-
Yabin Cui authored
-
- 07 Apr, 2016 2 commits
-
-
Daichi Hirono authored
Change-Id: I60ca596e32f8668ae5895e671d92c4978ede6314 Fixed: 28055420
-
Yabin Cui authored
Bug: 27176738 Change-Id: I09bfe777e383325809d7ecc2dcb9129fe234053f
-
- 31 Mar, 2016 1 commit
-
-
Jeff Sharkey authored
Bug: 24863778 Change-Id: I86a482c6de78afe2e09ca91165000e1b10a42058
-
- 29 Mar, 2016 1 commit
-
-
Paul Crowley authored
Users don't have to be unlocked to be deleted, so don't worry if we don't have their key to evict. Bug: 26847403 Bug: 27441228 Change-Id: Ifd93f620926630aa102a3bb4a5d2d45d34f9b75d
-
- 17 Mar, 2016 1 commit
-
-
Paul Crowley authored
Bug: 27718275 Change-Id: I0b2aa74f45fd07a121ce0c342b27426a3fe593ce
-
- 11 Mar, 2016 3 commits
-
-
Paul Lawrence authored
Bug: 27099772 Change-Id: Ic96777edf4ea282be2b8f53525226396c01e023c
-
Paul Lawrence authored
-
Jeff Sharkey authored
-
- 10 Mar, 2016 3 commits
-
-
Paul Lawrence authored
Bug: 27599622 Change-Id: I2f38c03941ac8cdba40baf7421132f572866e296
-
Jeff Sharkey authored
Otherwise we might output negative numbers that confuse the rest of the recovery stack. Bug: 26007445 Change-Id: Ic99b49360732e5389c6330be065e1222e25b60ca
-
Prathmesh Prabhu authored
-
- 09 Mar, 2016 4 commits
-
-
Daniel Rosenberg authored
-
Daniel Rosenberg authored
Bug: 27452459 Change-Id: I89e813755da0946de4effd827799681df7e12d82
-
Paul Crowley authored
The formatting here is inconsistent with Android house style; use clang-format to bring it back into line. Change-Id: Id1fe6ff54e9b668ca88c3fc021ae0a5bdd1327eb
-
Paul Crowley authored
Google/Android C++ style requires that arguments passed in for writing should be pointers, not references, so that it's visible in the caller that they'll be written to. Bug: 27566014 Change-Id: I5cd55906cc4b2f61c8b97b223786be0b3ce28862
-
- 08 Mar, 2016 3 commits
-
-
Paul Crowley authored
A bug meant that the auth token wasn't being used; it turns out that in order to use it we need to do things slightly differently. Bug: 27496553 Change-Id: I0f0ab77fed31b92a79eba4acf488cb098691b4be
-
Paul Crowley authored
- catch errors in looking for the keyring - static_assert to prevent a buffer overrun - remove obsolete, misleading comment - dial down priority of some log messages - explain why we ignore some errors - idiomatic C++11 Bug: 27552432 Change-Id: Ic3ee05b41eae45e7c6b571a459b326a483663526
-
Yu Ning authored
Currently, vold only supports MMC (for SD cards) and SCSI (for USB drives) devices. It does not recognize any device whose major number is not one of those used by MMC and SCSI. Unfortunately, virtio-blk is one such device. It is used by the new Android emulator (a.k.a. qemu2, featuring the "ranchu" virtual board) for SD card emulation. In order to make this virtio-blk based SD card device appear in Android and appear as an SD card (rather than a USB drive), changes have to be made to both vold (wherever the device major number is checked) and ranchu's storage configuration. This CL implements former. This is a stop-gap solution for emulator in nyc. A longer term solution in-tune with upstream kernel is in the pipes. Updated from aosp/master version. BUG:27431753 Change-Id: I5014edec73be7c5b565d91542464c82cbe58992c Signed-off-by:
Yu Ning <yu.ning@intel.com> (cherry picked from commit 5b1d1c7dfa13b4dca75213581dc8351b841b76c8)
-
- 02 Mar, 2016 3 commits
-
-
Paul Crowley authored
-
Paul Crowley authored
Bug: 27440526 Change-Id: I818450252dcd39f21948fc2e70856659eba5f50f
-
Calin Juravle authored
Bug: 27444691 Change-Id: I0d30e8883fe655c90cda47ab167a878764ea0802
-
- 25 Feb, 2016 1 commit
-
-
Calin Juravle authored
This is a special profile folder where apps will leave profile markers for the dex files they load and don't own. System server will read the markers and decide if the apks should be fully compiled instead of profile guide compiled. Bug: 27334750 Bug: 26080105 Change-Id: Ib18f20cf78a8dbfc465610ec6ceec52699c5420a
-
- 19 Feb, 2016 1 commit
-
-
Calin Juravle authored
Bug: 26719109 Bug: 26563023 Change-Id: I4737b7f73df74b2b787a62db2e231f136115b359
-
- 10 Feb, 2016 2 commits
-
-
Paul Crowley authored
Bug: 26948053 Change-Id: I8c117bfe5e85e73af72b6ecafea39924f3561c7c
-
Paul Crowley authored
Bug: 27056334 Change-Id: Ifa7f776c21c439f89dad7836175fbd045e1c603e
-
- 09 Feb, 2016 6 commits
-
-
Paul Lawrence authored
-
Paul Lawrence authored
Bug: 27061863 Change-Id: Id998bb4534f657079e95718ef52af3f23100fb10
-
Paul Crowley authored
Change-Id: Ib3592b598ee07bc71a6f9507570bf4623c1cdd6a
-
Paul Crowley authored
Change-Id: I4d6156332cfc847e25e7c8863fd6a50fa325fb87
-
Paul Crowley authored
Also fix a PLOG that should be a LOG. Change-Id: Ic5ae288c37b6e236172f9e38349c2d0d530bfd4d
-
Jeff Sharkey authored
Bug: 27075797 Change-Id: I835d17d02ea50a88ef0a5322a30e04f3d0237019
-