Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_system_vold


https://github.com/PitchBlackRecoveryProject/android_system_vold

Reduce cryptfs logspam

Bug: 17572886
Change-Id: I91302ccc284e0f908299852650db5bf645f2ff71

3846be17feba13150a5db22204622db6a762a0d8 authored over 10 years ago by Paul Lawrence <[email protected]>
am 6efa9351: Merge "Don\'t use deprecated OpenSSL functions."

* commit '6efa9351a257edc53ce07eb8c544ccf08efb64ae':
Don't use deprecated OpenSSL functions.

2f61b41e5de6b5791f118a212938f94d5d4f1897 authored over 10 years ago by Alex Klyubin <[email protected]>
am 6efa9351: Merge "Don\'t use deprecated OpenSSL functions."

* commit '6efa9351a257edc53ce07eb8c544ccf08efb64ae':
Don't use deprecated OpenSSL functions.

b707d72a33c8e442cafb36f724245f1c9898fb36 authored over 10 years ago by Alex Klyubin <[email protected]>
Merge "Don't use deprecated OpenSSL functions."

6efa9351a257edc53ce07eb8c544ccf08efb64ae authored over 10 years ago by Alex Klyubin <[email protected]>
am 8e3f4510: HACK: Retry/reboot when mount reports busy.

* commit '8e3f4510a88871a2d489ca4cdf7b738d4229053d':
HACK: Retry/reboot when mount reports busy.

0b4b864e4197b5b5b646c84fefa471ed3c2cb281 authored over 10 years ago by Paul Lawrence <[email protected]>
resolved conflicts for merge of 2b2a0bec to lmp-dev-plus-aosp

Change-Id: I224499833777ef80d85c1199f475f5ed1568d053

b4ef84d704cf099585b113db533548be415367c5 authored over 10 years ago by Dan Albert <[email protected]>
Merge "Remove makefile cruft."

2b2a0bec0cf350ae6239d7b2a31c5a328ddb2b32 authored over 10 years ago by Dan Albert <[email protected]>
HACK: Retry/reboot when mount reports busy.

This is a hack because we don't know why mount() reports busy.

Requires dependent change in sys...

8e3f4510a88871a2d489ca4cdf7b738d4229053d authored over 10 years ago by Paul Lawrence <[email protected]>
Remove makefile cruft.

Don't manually include stlport, and don't use private bionic headers.

Change-Id: I44dd212fdd587...

b2aaf3afa1dc48f28e87a30db3a741318a1f0024 authored over 10 years ago by Dan Albert <[email protected]>
am 7e17e2d2: Don\'t worry about battery levels when encrypting

* commit '7e17e2d226783a2e065a194e60c061c255cebaae':
Don't worry about battery levels when enc...

9b6db0abe436a1fb7f898d9729eec5217933b776 authored over 10 years ago by Paul Lawrence <[email protected]>
Don't worry about battery levels when encrypting

This is a deliberately minimalistic change. There is another
defect to remove all this code - re...

7e17e2d226783a2e065a194e60c061c255cebaae authored over 10 years ago by Paul Lawrence <[email protected]>
am e17a9c4a: Change cryptfs keymaster padding to ensure the high bit is never 1, to ensure the padded message is never larger than the RSA public modulus.

* commit 'e17a9c4ad3ebb4051853a4860b18973e1a01ce11':
Change cryptfs keymaster padding to ensur...

11622815152cb9635247336206a26a93cce31843 authored over 10 years ago by Shawn Willden <[email protected]>
Change cryptfs keymaster padding to ensure the high bit is never 1,

to ensure the padded message is never larger than the RSA public
modulus.

Bug: 17358530

Change-...

e17a9c4ad3ebb4051853a4860b18973e1a01ce11 authored over 10 years ago by Shawn Willden <[email protected]>
am b2f682bd: Fix Shamus bricked by encryption upgrade

* commit 'b2f682bda8443fb93ab67f19be84fd80d5ed2838':
Fix Shamus bricked by encryption upgrade

455a04f76c9c18853e46d6db7f8fe6e352670262 authored over 10 years ago by Paul Lawrence <[email protected]>
Fix Shamus bricked by encryption upgrade

Bug: 17358530
Change-Id: I95207b62131224a2ed7ae3b75621a09acd69ea79

b2f682bda8443fb93ab67f19be84fd80d5ed2838 authored over 10 years ago by Paul Lawrence <[email protected]>
am 47ba10d6: Pad object to proper size before signing.

* commit '47ba10d6d53e0d2e54453fe62324afdfa8d6c78a':
Pad object to proper size before signing.

6e164ea4a14fbaf7350b38cea288a603c05c0fbf authored over 10 years ago by Shawn Willden <[email protected]>
Don't use deprecated OpenSSL functions.

This change simply switches from the deprecated
EVP_{En|De}crypt{Init|Final} to the newer, _ex v...

889c4f1e36f69c1d5a9a92a6ba40d8a729d3f7b0 authored over 10 years ago by Adam Langley <[email protected]>
Pad object to proper size before signing.

Correct implementations of keymaster should reject using an n-bit
RSA key to sign less than n bi...

47ba10d6d53e0d2e54453fe62324afdfa8d6c78a authored over 10 years ago by Shawn Willden <[email protected]>
am 60dec16c: Correctly remove asecs for full disk encryption

* commit '60dec16c5026d29a52791ad790860d247f47f8f2':
Correctly remove asecs for full disk encr...

3e97bfea9d2bea4a4b67407c68a12d333f6967b1 authored over 10 years ago by Paul Lawrence <[email protected]>
Correctly remove asecs for full disk encryption

Previously this would fail if the framework wasn't stopped. The failure
would then stop full dis...

60dec16c5026d29a52791ad790860d247f47f8f2 authored over 10 years ago by Paul Lawrence <[email protected]>
am 74f29f1d: Don\'t test mount when we can use the crypto footer to test the password

* commit '74f29f1df7d12c0cc06e9d6685adf15e757d8eda':
Don't test mount when we can use the cryp...

70c3ee3781250fe10efc43ad95d0532eb876dd2c authored over 10 years ago by Paul Lawrence <[email protected]>
Don't test mount when we can use the crypto footer to test the password

Note that this also changes the boot sequence, and moves the test for corrupted
data to cryptfs_...

74f29f1df7d12c0cc06e9d6685adf15e757d8eda authored over 10 years ago by Paul Lawrence <[email protected]>
am 00786076: Merge "Don\'t reboot after default encrypting" into lmp-dev

* commit '00786076cd6a3a32a42f95b4813ea807321b3fda':
Don't reboot after default encrypting

f870f914bf68d41eb2f37ea5bde4127118bd1b1d authored over 10 years ago by Paul Lawrence <[email protected]>
am 71577504: Show correct remaining time

* commit '715775046c79f04d8975da53efcfbd1b70abe699':
Show correct remaining time

16acd811e10bd13e403fe0bc877c8b0b779547e9 authored over 10 years ago by Paul Lawrence <[email protected]>
Merge "Don't reboot after default encrypting" into lmp-dev

00786076cd6a3a32a42f95b4813ea807321b3fda authored over 10 years ago by Paul Lawrence <[email protected]>
Show correct remaining time

In field reports, sometimes the remaining time gets stuck for many
minutes. This has to be cause...

715775046c79f04d8975da53efcfbd1b70abe699 authored over 10 years ago by Paul Lawrence <[email protected]>
am 43ed123d: ASEC resize tweaking, allow read-write mounting.

* commit '43ed123d3fc1a3edf3660cd0e2528e971abc399e':
ASEC resize tweaking, allow read-write mo...

4f3f54225542ca2ba6aa7067f9949bd697b02013 authored over 10 years ago by Jeff Sharkey <[email protected]>
ASEC resize tweaking, allow read-write mounting.

Resize is no-op when sector count is unchanged; the caller can't
anticipate how vold does its se...

43ed123d3fc1a3edf3660cd0e2528e971abc399e authored over 10 years ago by Jeff Sharkey <[email protected]>
Don't reboot after default encrypting

Instead trigger normal default encryption mount

Requires matching change to system/core: https:...

b6672e135ac7a5a1d5b1d277cf678096c57dd7dd authored over 10 years ago by Paul Lawrence <[email protected]>
am e82df164: Revert "Revert "cryptfs: Added support for f2fs fast encryption""

* commit 'e82df164e8128ec9df0072c4a4f3d92e79a0f5f4':
Revert "Revert "cryptfs: Added support fo...

a842dca2c4f9633dd89238fc0a0e666706b9382a authored over 10 years ago by Daniel Rosenberg <[email protected]>
Revert "Revert "cryptfs: Added support for f2fs fast encryption""

This reverts commit a70abc60091aed3c3eaf8bc8e1766e233c1c3a2f.

Change-Id: Ic41d1924638586cf9b229...

e82df164e8128ec9df0072c4a4f3d92e79a0f5f4 authored over 10 years ago by Daniel Rosenberg <[email protected]>
am 52f5425f: Merge "Fix Vold to properly handle full-disk file systems"

* commit '52f5425ff53216e3d7e2410bffd05e0df2b13c9c':
Fix Vold to properly handle full-disk fil...

eafe0eb772fe05c5bb6bef4b68088fd88ceaa6fe authored over 10 years ago by JP Abgrall <[email protected]>
Fix Vold to properly handle full-disk file systems

(full-disk: no partitions)

In Android, Vold recognizes a USB drive having a full-disk file syst...

961d20d9fdfeb5ee940c8db9e1c41dbb19f1921e authored over 10 years ago by Robert Chiras <[email protected]>
Merge "Fix Vold to properly handle full-disk file systems"

52f5425ff53216e3d7e2410bffd05e0df2b13c9c authored over 10 years ago by JP Abgrall <[email protected]>
am a70abc60: Revert "cryptfs: Added support for f2fs fast encryption"

* commit 'a70abc60091aed3c3eaf8bc8e1766e233c1c3a2f':
Revert "cryptfs: Added support for f2fs f...

f42a3f2c736257713edae5a0f2e3ad1dd84c0322 authored over 10 years ago by Jim Miller <[email protected]>
am 74c01201: cryptfs: Added support for f2fs fast encryption

* commit '74c01201dec12b5de43ba0f20a2f38e835cd00af':
cryptfs: Added support for f2fs fast encr...

ff3a38571ba9c51adeab8859d03dfcc24f525e0c authored over 10 years ago by Daniel Rosenberg <[email protected]>
am 211c0cfd: Merge "Enable SD card format"

* commit '211c0cfda6c38469180a8ae87228603d7f317778':
Enable SD card format

30c20513a2b9826bcbf36d08a38837b1ec19da99 authored over 10 years ago by JP Abgrall <[email protected]>
Revert "cryptfs: Added support for f2fs fast encryption"

This reverts commit 74c01201dec12b5de43ba0f20a2f38e835cd00af.

Change-Id: Ib397a2b5812179ee2e2b6...

a70abc60091aed3c3eaf8bc8e1766e233c1c3a2f authored over 10 years ago by Jim Miller <[email protected]>
cryptfs: Added support for f2fs fast encryption

Bug: 15749466
Change-Id: I25452a05e1cbe90ac6603a89db9b720c7ab17e55
Signed-off-by: Daniel Rosenbe...

74c01201dec12b5de43ba0f20a2f38e835cd00af authored over 10 years ago by Daniel Rosenberg <[email protected]>
Merge "Enable SD card format"

211c0cfda6c38469180a8ae87228603d7f317778 authored over 10 years ago by JP Abgrall <[email protected]>
Wipe userdata when password is good but it won't mount

Store salted scrypt of intermediate key in crypto header

When mount fails, check if matches, an...

d0c7b17070d4321fef096873b4890794024a5f63 authored over 10 years ago by Paul Lawrence <[email protected]>
fstrim: Use a local definition of the IOCTL FIDTRIM number

As it is not upstream, it doesn't belong in the external/kernel-headers
... or in bionic's clean...

0cd6cfcf3a833153ae420946a1937574dec7fccc authored over 10 years ago by JP Abgrall <[email protected]>
fstrim: fix typo in log message for FIDTRIM case

Bug: 15593563
Change-Id: I2b5fbbfb694e1b87de6c14ab63f1a5f803bbbc36

55cdafdf2761733a8d12d9006754a08c8ee6209f authored over 10 years ago by JP Abgrall <[email protected]>
When encryption fails, reboot into recovery

Set flag on starting encryption to say it failed, and only clear
when we get into a recoverable ...

6bfed20c77184d00d948130d88d86db7ddd8a3f1 authored over 10 years ago by Paul Lawrence <[email protected]>
fstrim: prep for supporting a deep trim ioctl

This adds an "fstrim dodtrim" command which will attempt to use
the FIDTRIM ioctl() if FIDTRIM i...

422bdb7e49b39475328f05d765b00f0ef96820b8 authored over 10 years ago by JP Abgrall <[email protected]>
Fix failure erasing SD in Factory reset

Initialize mIsDecrypted to prevent from formatting SD failure

Change-Id: I30851e6b01b0999bf0b8c...

33c29d6ede75b68f6d5211b93cb6f41795166921 authored over 10 years ago by Cylen Yao <[email protected]>
vold: support "volume list [broadcast]" command

Sometimes when an sdcard is already mounted,
some info like uuid and label are not re-broadcast ...

40b64a684124809132e04e3c499aa1e101fe808f authored over 10 years ago by JP Abgrall <[email protected]>
Fat.cpp: Tuned FAT parameters according to SD Association recommendations.

Updated cluster size to be 32k, and aligned the starting cluster of the root
directory to be clu...

e068a491c2413aeaf4ffde562dc88dbc32db6067 authored over 10 years ago by Daniel Rosenberg <[email protected]>
Enable SD card format

When an SD card has no MBR it cannot be formatted
and then mounted by Android. This is because
t...

1a89e8b60e3c8970b7ae1248c5ca8ca8c82d09a5 authored over 10 years ago by Bogdan George Stefan <[email protected]>
Fix an accidental PRId64 to PRIx64.

Change-Id: Ic5313289d826bac74c3466b33f1f167a8f0955ad

231bdba012fd7e6d545d8ba67b32e49a66ec52e0 authored over 10 years ago by Elliott Hughes <[email protected]>
resolved conflicts for merge of afa60cee to master

Change-Id: I1568def8839bed4d4d2dadbd97194d5603edc627

cb33f5741cd37c93f7f1888a3dcbabdfab1524a9 authored over 10 years ago by Elliott Hughes <[email protected]>
am c0c28675: Merge "Fix vold %lld to PRId64."

* commit 'c0c2867518eed4539444434c95fad8185a6ac08e':
Fix vold %lld to PRId64.

afa60cee4171d0a7e8a9e24c94c4a577905e9d90 authored over 10 years ago by Elliott Hughes <[email protected]>
Fix vold %lld to PRId64.

Change-Id: I6eb9f21fff124b8b22f4fae2ac74c2b41d93b384

7373716c6d65ca328de11c994c60f698a9ef6290 authored over 10 years ago by Elliott Hughes <[email protected]>
Merge "Fix vold %lld to PRId64."

c0c2867518eed4539444434c95fad8185a6ac08e authored over 10 years ago by Elliott Hughes <[email protected]>
cryptfs: makefs F2FS if the partition type is F2FS.

When a crypto is enabled with a wipe flag (obsolete?),
it will correctly handle the fstab's choi...

62c7af38f2f30b3f152460a8f716fe43e4acad7b authored over 10 years ago by JP Abgrall <[email protected]>
Increase asec image size for reflecting ext4 reserved clusters

From Shawn Heo's patch:

Ext4 introduced reserved clusters to prevent costly zeroout, or
unexpec...

e9196fecbb08ead0b5dcdf1b38b81a0419c24bf4 authored over 10 years ago by Daniel Rosenberg <[email protected]>
Added support for ext4 ASEC resizing.

ASECs formatted as ext4 can now be resized using vdc asec resize.
Refactored some common code.
R...

fcd34a0ddd45db83b7bc71ff47cba9b789089fdd authored over 10 years ago by Daniel Rosenberg <[email protected]>
On low power turn off rather than rebooting to allow device to charge

The code was using encrypted_upto == 0 as an indicator that encryption
has succeeded. This meant...

73d7a02dc6e18b4c0a6f29e8f89b432c1b6cc808 authored over 10 years ago by Paul Lawrence <[email protected]>
am df293f14: merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

* commit 'df293f14f5bdb4f572c7f836ebb0802a177836ff':
Fix encryption on Nakasi

cba4ab2aebe349ba1cb37fece111b902b14eea14 authored over 10 years ago by The Android Automerger <[email protected]>
am ea256025: am 45faade2: Merge "Replaces uses of index() with strchr()."

* commit 'ea256025669f4a5dd8c59e4c70ec7154a198be48':
Replaces uses of index() with strchr().

9c7a5826ec6d1b8d056abe8fb21d95c9b945497a authored over 10 years ago by Dan Albert <[email protected]>
am 45faade2: Merge "Replaces uses of index() with strchr()."

* commit '45faade28ae9e245e7c611c26990254aba006d2a':
Replaces uses of index() with strchr().

ea256025669f4a5dd8c59e4c70ec7154a198be48 authored over 10 years ago by Dan Albert <[email protected]>
Merge "Replaces uses of index() with strchr()."

45faade28ae9e245e7c611c26990254aba006d2a authored over 10 years ago by Dan Albert <[email protected]>
Calculate time to go while encrypting

@bug 15159008

Change-Id: I6a96eeab180dceb0613202ba5d252036a0d5376f

a96d9c9b3861506003930d4dbdc669173bf9a50e authored over 10 years ago by Paul Lawrence <[email protected]>
Show correct percentage when encrypting used blocks only

Bug: 12975202
Change-Id: I7e4adfa2c4951055bbb2c11986a7784f465f586f

58c58cf7ef922ef019ce78ce1c418a7643c39518 authored over 10 years ago by Paul Lawrence <[email protected]>
Replaces uses of index() with strchr().

Bionic is removing index() because it was removed from POSIX 2008.

Change-Id: I704fb8962ff2c08b...

dd58c430b38aebae70f3b26707894ee52b792126 authored over 10 years ago by Dan Albert <[email protected]>
Fixed bugs with ASEC filesystem.

Changed ext4 to be 4kb aligned, and fat to be 32kb aligned.
Fixed issue that could potentially c...

6a74dcaa6e646fea8e00b7c04332fc60fe7e017c authored over 10 years ago by Daniel Rosenberg <[email protected]>
am 099b20f3: am 1881395b: am c6752b06: Merge "vold: wildcard support for device path matching"

* commit '099b20f3ce42a49ba49a1a70a818047ea59612ad':
vold: wildcard support for device path ma...

12e36398b5ec3596b2a310fe594981a86a56c818 authored over 10 years ago by JP Abgrall <[email protected]>
am 1881395b: am c6752b06: Merge "vold: wildcard support for device path matching"

* commit '1881395b696017dfb40a01e718cc8dc2ea7a38e9':
vold: wildcard support for device path ma...

099b20f3ce42a49ba49a1a70a818047ea59612ad authored over 10 years ago by JP Abgrall <[email protected]>
am c6752b06: Merge "vold: wildcard support for device path matching"

* commit 'c6752b06987207bd69b12ad1feadd358e296d52e':
vold: wildcard support for device path ma...

1881395b696017dfb40a01e718cc8dc2ea7a38e9 authored over 10 years ago by JP Abgrall <[email protected]>
Merge "vold: wildcard support for device path matching"

c6752b06987207bd69b12ad1feadd358e296d52e authored over 10 years ago by JP Abgrall <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

df293f14f5bdb4f572c7f836ebb0802a177836ff authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

be320c8db93fa94767c32ba606653380bbed8abc authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

da0b1a9f63eab82dccea9520acb505cd47c2587d authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

88c25e48daebf01517c9036cfac09c32764e51b0 authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

dee8b2372f7806e410d080851efde7126b6175b4 authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

6b6bc5f2e8f98faf4f26d184cf66f2ebe2f36eff authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to b31f33b5e41bf295705b8f0c1582c6277e8fec64

5b1d492d267977ce3790b5754ae30465423df9c7 authored over 10 years ago by The Android Automerger <[email protected]>
Support non-sequential partition index

Add support for the storage with non-sequential partition index
Ex: if using extended partition...

b31f33b5e41bf295705b8f0c1582c6277e8fec64 authored over 10 years ago by Cylen Yao <[email protected]>
Updates for BatteryProperty 64-bit property values

Change-Id: I4838d384e14a7c2c0b607c0bd693e9c7bef75fb7

89ec37fcdd304fa25ff778a57452f5c2324e1a61 authored over 10 years ago by Todd Poynor <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

92bd5a7fd16b26cb920392a3abb98ba2516a0df2 authored over 10 years ago by The Android Automerger <[email protected]>
avoid fs_mkdirs when SD card removed

Must limit vold calls to fs_mkdirs() only when the volume is mounted.
If NOT, it will trigger se...

27cfee3fa4e44d3a542312938df12cadfad3425e authored over 10 years ago by Cylen Yao <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

c53713bc5dd1c0a4f04dc573310d740ce0ecbd76 authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

e630fcdf93b1459bc688eec1f3ce6457339ec4be authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

e619817e836d1f642b707b5fab7930922c573f80 authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

ddf384dae6a5db0d185c4c6462dc5df5d4f8cfcc authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

d80416001ce16e43128393ec497b30f76ec0f71b authored over 10 years ago by The Android Automerger <[email protected]>
merge in master-release history after reset to 8c008397141bf9a7d619eb2c53452bf3e397da39

a62481c8c748e047ba4600e18924b80a0411c9b7 authored over 10 years ago by The Android Automerger <[email protected]>
Fix encryption on Nakasi

We need to make sure we don't try to read the flags on keymaster
version 2 or below, or we get r...

a8014507b02912468375a50089286e332bf04502 authored over 10 years ago by Paul Lawrence <[email protected]>
Fix encryption on Nakasi

We need to make sure we don't try to read the flags on keymaster
version 2 or below, or we get r...

8c008397141bf9a7d619eb2c53452bf3e397da39 authored over 10 years ago by Paul Lawrence <[email protected]>
vold: wildcard support for device path matching

Switching the kernel to the new sysfs layout (unselecting
CONFIG_SYSFS_DEPRECATED) complicates V...

46c301c03e03ddae5df3b91b73e20d1d5f9999ae authored over 10 years ago by Octavian Purdila <[email protected]>
am 2d3c0c05: am a821d50b: am 470f0b3f: Merge "Avoid segv by checking argc in "storage user <mountpoint>""

* commit '2d3c0c05e9cce7bad6afd3ceacca85b297367894':

8ee0410a4d2557442bc7278d6b953ed423993ec3 authored over 10 years ago by JP Abgrall <[email protected]>
am 598fdf7a: am 3d9b98cc: am 1dc1fb4a: Merge "vold: suppress unused argument warning messages"

* commit '598fdf7abe087a3f45b5ab0c932ad339b2e5bb4a':

86abdc4c8c9948be45b6292a0556d126aaa4d4ea authored over 10 years ago by Mark Salyzyn <[email protected]>
am a7a612bf: am 15c3e01e: am 3c0d02aa: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

* commit 'a7a612bf9b302962908f709ccc27a781356ac73b':

2c4963a8162bdde237fa75de37d2519cd7dfac6e authored over 10 years ago by Nick Kralevich <[email protected]>
am 02cb9f5e: am 4c20805a: am 1d8e3ce8: Merge "vold: fix errors inside ALOGV"

* commit '02cb9f5ea3c1177f89e7403bc253164e4a65cbfe':

8e0f2a5a0aa86498dd619636e99475811b3805c8 authored over 10 years ago by Colin Cross <[email protected]>
am e8a19bdb: am 9aace96c: am 311edc8c: Merge "Add SELinux restorecon calls on ASEC containers."

* commit 'e8a19bdba03cdb323732fc9d4178456a87ee11d5':

90665929ac57bcd796c9ffb04cc5b6a8b93528fe authored over 10 years ago by Nick Kralevich <[email protected]>
am 15c3e01e: am 3c0d02aa: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

* commit '15c3e01e05359fb11ce5e63934d7c3d54d0d6e93':

a7a612bf9b302962908f709ccc27a781356ac73b authored over 10 years ago by Nick Kralevich <[email protected]>
am a821d50b: am 470f0b3f: Merge "Avoid segv by checking argc in "storage user <mountpoint>""

* commit 'a821d50bd43809414521590ebe65601b823f8095':

2d3c0c05e9cce7bad6afd3ceacca85b297367894 authored over 10 years ago by JP Abgrall <[email protected]>
am 9aace96c: am 311edc8c: Merge "Add SELinux restorecon calls on ASEC containers."

* commit '9aace96cd0f4606d48d7d9052fb134f80a5c961c':

e8a19bdba03cdb323732fc9d4178456a87ee11d5 authored over 10 years ago by Nick Kralevich <[email protected]>
am 3d9b98cc: am 1dc1fb4a: Merge "vold: suppress unused argument warning messages"

* commit '3d9b98cc833dc7c07da6bb0cc27926c68b63c276':

598fdf7abe087a3f45b5ab0c932ad339b2e5bb4a authored over 10 years ago by Mark Salyzyn <[email protected]>
am 4c20805a: am 1d8e3ce8: Merge "vold: fix errors inside ALOGV"

* commit '4c20805a33ff194454e5cce3de44943a245e5a44':

02cb9f5ea3c1177f89e7403bc253164e4a65cbfe authored over 10 years ago by Colin Cross <[email protected]>