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

merge in KQS81M

3a941d6812ccf52fd4fe1c1891041c14f25d0b91 authored about 11 years ago by Ed Heyl <[email protected]>
Add support for more expressive SD card permissions

We now run an sdcard fuse daemon on top of a physical SD card.
Add support for that.

Bug: 10330...

ba6ae8db137d012c9b8e11f9f8321c7771698e92 authored about 11 years ago by Jeff Sharkey <[email protected]>
Remove unused MAX_PARTS define

The MAX_PARTS define is not used anywhere in the source code and as
the MAX_PARTITIONS constant ...

63b69e1412c62f6b81b73a616f284f1b470e9f1c authored about 11 years ago by Bjorn Andersson <[email protected]>
merge in klp-release history after reset to klp-dev

bc9da81e2007f00ec56d0ca8c3fda00235cff001 authored over 11 years ago by The Android Automerger <[email protected]>
am 71ebe154: Add mkdirs() command.

* commit '71ebe154a5fbbb4b394a439ff0b6b9c84fbd04f5':
Add mkdirs() command.

530a6c1787aed2b7e2ad6b2753351643743034f6 authored over 11 years ago by Jeff Sharkey <[email protected]>
Add mkdirs() command.

Apps without sdcard_r or sdcard_rw need to have someone create
package-specific directories on t...

71ebe154a5fbbb4b394a439ff0b6b9c84fbd04f5 authored over 11 years ago by Jeff Sharkey <[email protected]>
vold: Remove obsolete xwarp support.

This code appears to be unused. Delete it.

This is essentially a revert of 2350c44ff39b4cb29408...

20bab9ffdcfd2b22c2d1ba897df98750ef195e7d authored over 11 years ago by Nick Kralevich <[email protected]>
Use android_fork_execvp() instead of system(3) to format filesystems

With the recent selinux changes imposed on vold, it no longer has
permission to run a shell, so ...

b9a7179207bb7b2a40a22215919958dbc393334f authored over 11 years ago by Ken Sumrall <[email protected]>
Use android_fork_execvp() instead of system(3) to format filesystems

With the recent selinux changes imposed on vold, it no longer has
permission to run a shell, so ...

e550f78a3ff5985ba21cac263629c957500ef4e4 authored over 11 years ago by Ken Sumrall <[email protected]>
Merge "Use a shared library when building vold" into klp-dev

550ac6c1ff609b1fed1657feefda7a9ee4c3d825 authored over 11 years ago by Ken Sumrall <[email protected]>
Use a shared library when building vold

A quick fix to a broken build resulted in using a static library
to build vold when a shared lib...

5cf759a9c5281d4345c16902171201c07875e555 authored over 11 years ago by Ken Sumrall <[email protected]>
Initialize iterator

Iterator wasn't initialized in scrypt parameter scanning.

Bug: 10330227
Change-Id: If41fc25d9f8...

2947e34e416d4075b8717ebcab6134b2d64a7142 authored over 11 years ago by Kenny Root <[email protected]>
Add libext4 and libmincrypt to vold.

This accomodates verity changes, which now utilize these libraries.

Change-Id: I1ff8c012e972e24...

c49f0f2f9098bb2c6c43570868b4e090c14a7d23 authored over 11 years ago by Geremy Condra <[email protected]>
am 5d09126a: am f99dfdb5: Merge "vold: fix potential socket leak"

* commit '5d09126ad1cd10c74e676fb158f1d057a37180b2':
vold: fix potential socket leak

2a18ea31bfdbd4ae48799850b084da7a1ed81530 authored over 11 years ago by Jean-Baptiste Queru <[email protected]>
am 0002a85f: am 5d27f0a7: Merge "Fix spelling."

* commit '0002a85f8b94d96b9b86819bd33fdfd7cfe74080':
Fix spelling.

a3026dfbac0f0a56387e1c6771e8ffae0fec926e authored over 11 years ago by Nick Kralevich <[email protected]>
am f99dfdb5: Merge "vold: fix potential socket leak"

* commit 'f99dfdb5044ed6b120a8f2a86ddf2dd92a5bb9a2':
vold: fix potential socket leak

5d09126ad1cd10c74e676fb158f1d057a37180b2 authored over 11 years ago by Jean-Baptiste Queru <[email protected]>
am 5d27f0a7: Merge "Fix spelling."

* commit '5d27f0a71412fb1e6bba400da6066ad7c5ba8b72':
Fix spelling.

0002a85f8b94d96b9b86819bd33fdfd7cfe74080 authored over 11 years ago by Nick Kralevich <[email protected]>
Merge "vold: fix potential socket leak"

f99dfdb5044ed6b120a8f2a86ddf2dd92a5bb9a2 authored over 11 years ago by Jean-Baptiste Queru <[email protected]>
vold: fix potential socket leak

Change-Id: Icdb4500fc1e055b058974087e1e518c878dc6b22
Signed-off-by: Kaspter Ju <[email protected]>

15bd71f82fbb48c4e99eb54dd7d465df121c3f2c authored over 11 years ago by Kaspter Ju <[email protected]>
Merge "Fix spelling."

5d27f0a71412fb1e6bba400da6066ad7c5ba8b72 authored over 11 years ago by Nick Kralevich <[email protected]>
Fix spelling.

Change-Id: I81debc5063716d7cbea060a0abb34c646d7cda93

3b20c39c9023eaaad5f7eeb1130104187fa0e057 authored over 11 years ago by Nick Kralevich <[email protected]>
Merge "vold: Use the new method of rebooting by asking init to do it"

558830c38a2c0224781a6ed6ab9659fdc450c958 authored over 11 years ago by Ken Sumrall <[email protected]>
vold: Use the new method of rebooting by asking init to do it

Change-Id: I7fd5f1048c3cf43fa14597f079c929690cac367c

adfba3626e76c1931649634275d241b226cd1b9a authored over 11 years ago by Ken Sumrall <[email protected]>
Change key derivation to scrypt

scrypt is a sequential memory-hard key derivation algorithm that makes
it more difficult for adv...

c4c70f15bb8845b02f9ec1d624794757badd6933 authored over 11 years ago by Kenny Root <[email protected]>
Extract some version constants to header

In order to make it easier to upgrade the crypto footer, extract some
constants to a header file...

c96a5f8edf65a8abe441d0cfd3ce227bdf1bf55f authored over 11 years ago by Kenny Root <[email protected]>
Change upgrade code to allow multiple versions

In the future, we'd like to have the ability to upgrade from any
supported version to any future...

7434b3111b80d2b84ddf656b66b7bf6591de5ab6 authored over 11 years ago by Kenny Root <[email protected]>
vold: Add an optional wipe paramter to the volume format command

The new wipe option to the vold format command will invoke BLKDISCARD
on the partition before in...

9caab76c6b5aefdeeb1715a3695491ca793b8c18 authored over 11 years ago by Ken Sumrall <[email protected]>
am 9420c0b3: (-s ours) Reconcile with jb-mr2-release - do not merge

* commit '9420c0b338106eed246b362238b063ecdab3a710':
Grab a partial wakelock when doing fstrim

dfbf110dfaad69b22036afc069f944f066f91b93 authored over 11 years ago by The Android Open Source Project <[email protected]>
Reconcile with jb-mr2-release - do not merge

Change-Id: I58dee084939bd1b49432bfb4e460dddeb4f6e15a

9420c0b338106eed246b362238b063ecdab3a710 authored over 11 years ago by The Android Open Source Project <[email protected]>
merge in jb-mr2-release history after reset to jb-mr2-dev

d0be146ceecd943a7db77190f7951e397412e1b5 authored over 11 years ago by The Android Automerger <[email protected]>
am c587269c: vold: Increase timeout due to selinux changes

* commit 'c587269c5a34d4e7412ff42e53ed6312359a8505':
vold: Increase timeout due to selinux cha...

e88e1eb745814740f6178047cb3578320058e0d0 authored over 11 years ago by Ken Sumrall <[email protected]>
vold: Increase timeout due to selinux changes

The new selinux_reload_policy command can take a while to complete on
some systems. The reason ...

c587269c5a34d4e7412ff42e53ed6312359a8505 authored over 11 years ago by Ken Sumrall <[email protected]>
Fix a typo in a comment

Change-Id: Ibb9667d762189849ebcbefef4ba70ffd34cf885e

707795ad392758b5f02f4655185afaa169c91dfe authored over 11 years ago by Alex Klyubin <[email protected]>
am bc7d5088: vold: Have the fstrim log start and finish times in the event log

* commit 'bc7d5088f7f7cbd097f99d2f6d015e2c0a73cacb':
vold: Have the fstrim log start and finis...

1ede90d504fe29d0125222816fe96692d3166424 authored over 11 years ago by Ken Sumrall <[email protected]>
merge in jb-mr2-release history after reset to jb-mr2-dev

4d5a7ca5499a75a5faa9356f032fd2f3e11679b3 authored over 11 years ago by The Android Automerger <[email protected]>
vold: Have the fstrim log start and finish times in the event log

bug: 8688454

Change-Id: I5540ab27d3ade2c42ee8fd0de6fbfc1d1e19e36f

bc7d5088f7f7cbd097f99d2f6d015e2c0a73cacb authored over 11 years ago by Ken Sumrall <[email protected]>
Grab a partial wakelock when doing fstrim

Fstrim can take a while, so grab a wakelock so it finishes now,
not when the user picks up the d...

8cca752b8081eab8318f87f47b97d97205fd14e3 authored over 11 years ago by Ken Sumrall <[email protected]>
am e78cd4f3: Grab a partial wakelock when doing fstrim

* commit 'e78cd4f33d2b7969f1baca2b274740e1b53b3121':
Grab a partial wakelock when doing fstrim

924d9defc6d12f43c71daa1748f9e92c2a6e5981 authored over 11 years ago by Ken Sumrall <[email protected]>
Grab a partial wakelock when doing fstrim

Fstrim can take a while, so grab a wakelock so it finishes now,
not when the user picks up the d...

e78cd4f33d2b7969f1baca2b274740e1b53b3121 authored over 11 years ago by Ken Sumrall <[email protected]>
vold: Do not print fstrim amount if ioctl returns an error

Change-Id: I8620ea67a774ead51bd6bd9b6e737bf3d634470b

2c4b563b3dc2c5ea0a9e98fab54fee5f55a1a9f7 authored over 11 years ago by Ken Sumrall <[email protected]>
vold: Add support for unencrypted persistent info

In order to display the correct language, timezone, airplane
mode and other settings on the decr...

160b4d68ece15947057e31edde4e5608a010c695 authored over 11 years ago by Ken Sumrall <[email protected]>
am 743a5ec9: vold: Perform fstrim work in a separate thread.

* commit '743a5ec96cd54bdc06234be15cdde65296357a6a':
vold: Perform fstrim work in a separate t...

d3ae5221e2e4abeba1bb80a28bf9f2606ef34e09 authored over 11 years ago by Ken Sumrall <[email protected]>
vold: Perform fstrim work in a separate thread.

Some devices can take up to a few minutes to do fstrim. If done
in the same thread as the rest ...

743a5ec96cd54bdc06234be15cdde65296357a6a authored over 11 years ago by Ken Sumrall <[email protected]>
am b55025bf: Merge "vold: set klog level so e2fsck output is logged" into jb-mr2-dev

* commit 'b55025bfa1039c8fa205727b49fe4a8dd1df7725':
vold: set klog level so e2fsck output is ...

5fb923142f2e2f3eedfaf21f10b10b6530cc6458 authored over 11 years ago by Ken Sumrall <[email protected]>
Merge "vold: set klog level so e2fsck output is logged" into jb-mr2-dev

b55025bfa1039c8fa205727b49fe4a8dd1df7725 authored over 11 years ago by Ken Sumrall <[email protected]>
vold: set klog level so e2fsck output is logged

When mounting an encrypted filesystem vold calls fs_mgr, which
will call e2fsck on the fielsyste...

b9738ea9692f887cf2e2fef132519f4e71cc2905 authored over 11 years ago by Ken Sumrall <[email protected]>
am 741a1699: Add liblog

* commit '741a1699b15c628e36e5c26457bd703b11f1e515':
Add liblog

476c893041ca8774589bab755e60d7c4c3cdf310 authored over 11 years ago by Ying Wang <[email protected]>
Add liblog

Bug: 8580410
Change-Id: I1a59b45c87cd901b3de52540ad7b670c42ffcbd5

741a1699b15c628e36e5c26457bd703b11f1e515 authored over 11 years ago by Ying Wang <[email protected]>
am c5771b5a: Merge "Vold: Add the fstrim subsystem to vold" into jb-mr2-dev

* commit 'c5771b5a4d66a0c7ca0e2cb1056e670f38b3834f':
Vold: Add the fstrim subsystem to vold

91ff7128dd1850acc570d5a86f8bdaff880a9a4a authored over 11 years ago by Ken Sumrall <[email protected]>
Merge "Vold: Add the fstrim subsystem to vold" into jb-mr2-dev

c5771b5a4d66a0c7ca0e2cb1056e670f38b3834f authored over 11 years ago by Ken Sumrall <[email protected]>
Vold: Add the fstrim subsystem to vold

The fstrim subsystem implements the dotrim command, which goes
through all the writable filesyst...

b87937cdea689594a293979b30b13054e7455dee authored almost 12 years ago by Ken Sumrall <[email protected]>
am 6bbf28da: (-s ours) am c004cfd8: am b843601a: am 77acfc4d: (-s ours) am 3c73fdaa: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '6bbf28da27dde1d3154456ab44a68ff62ee81c3c':

2d907482fd86cd2941b7278c0f72d8841ad983b5 authored almost 12 years ago by Jean-Baptiste Queru <[email protected]>
am c004cfd8: am b843601a: am 77acfc4d: (-s ours) am 3c73fdaa: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'c004cfd80c5b54c971b8854fa1d10ee23be1c868':

6bbf28da27dde1d3154456ab44a68ff62ee81c3c authored almost 12 years ago by Jean-Baptiste Queru <[email protected]>
am b843601a: am 77acfc4d: (-s ours) am 3c73fdaa: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'b843601a9de78a0015c8d963187efaa530e46d46':

c004cfd80c5b54c971b8854fa1d10ee23be1c868 authored almost 12 years ago by Jean-Baptiste Queru <[email protected]>
am 77acfc4d: (-s ours) am 3c73fdaa: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '77acfc4d6dc30f0b46ade8c6e12445065a2520eb':

b843601a9de78a0015c8d963187efaa530e46d46 authored almost 12 years ago by Jean-Baptiste Queru <[email protected]>
am 3c73fdaa: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '3c73fdaad106c2bd5e9d9349aae13f07ec40a547':

77acfc4d6dc30f0b46ade8c6e12445065a2520eb authored almost 12 years ago by Jean-Baptiste Queru <[email protected]>
Reconcile with jb-mr1-release - do not merge

3c73fdaad106c2bd5e9d9349aae13f07ec40a547 authored almost 12 years ago by Jean-Baptiste Queru <[email protected]>
am bacdfc0e: Merge "Fix compiling warnings"

* commit 'bacdfc0ed9a0882ee3e9ee889a8fd4cabb9a71f3':
Fix compiling warnings

286374f16610323722ae4a3871be4b8d4c2b0001 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "Fix compiling warnings"

bacdfc0ed9a0882ee3e9ee889a8fd4cabb9a71f3 authored almost 12 years ago by Kenny Root <[email protected]>
vold: use unified fstab format

Change vold to use the unified fstab. This includes both
support for sdcards, and changes to th...

56ad03cae13524b32898dc4ccf01040ced5a53b4 authored almost 12 years ago by Ken Sumrall <[email protected]>
Fix compiling warnings

The patch removes the following warnings:

system/vold/vdc.c: In function 'do_cmd':
system/vold/...

7929deb206d8c04801deb4a26232f83a55e6fd32 authored almost 12 years ago by Chih-Wei Huang <[email protected]>
Enable allow_discards if dm-crypt supports it

dm-crypt version 1.11.0 and later supports the allow_discards option
when setting up a crypto de...

db5e026058927347ccff8f170c8f160b28cbc75b authored almost 12 years ago by Ken Sumrall <[email protected]>
Replace custom logwrapper implementation with liblogwrap

Use liblogwrap to provide logwrapper functionality instead of
using vold's own implementation.

...

2ba45aafc22ff2fed91f8cd191beb85578b7b9bc authored almost 12 years ago by Rom Lemarchand <[email protected]>
Fix calls to logwrap

Make sure all the calls to logwrap are consistent with the function's
semantics.

Change-Id: Ib0...

5593c856f49684f149116a6f2f28ddf9338b8557 authored almost 12 years ago by Rom Lemarchand <[email protected]>
Ensure vold doesn't hang when a child process dies

Add a monitoring thread that notifies the main parent thread when the child
process terminates. ...

b9dcde78457a7256744ec43de144b265a0bcc478 authored almost 12 years ago by Rom Lemarchand <[email protected]>
Make sure to exit with _exit from child

Exiting the child process with _exit after forking but before exec.

Change-Id: I5df34242c5444b6...

e90c1749b0dc0c352ea5095676a03e6d2c96a510 authored about 12 years ago by Rom Lemarchand <[email protected]>
am 16a32502: am 3fd60b42: Fix issue #7503920: Log spew from vold

* commit '16a32502bf98b4b0fc15a82a36242fada29baf5b':
Fix issue #7503920: Log spew from vold

d67870ee8cce6536fccc756ec51cf3ba59147303 authored about 12 years ago by Dianne Hackborn <[email protected]>
am 3fd60b42: Fix issue #7503920: Log spew from vold

* commit '3fd60b428202a0f5f324fccc67c0c0402b9131ba':
Fix issue #7503920: Log spew from vold

16a32502bf98b4b0fc15a82a36242fada29baf5b authored about 12 years ago by Dianne Hackborn <[email protected]>
Fix issue #7503920: Log spew from vold

Change-Id: Ibfa5b979014f433085b94aab0d3d81bf9269d4b5

3fd60b428202a0f5f324fccc67c0c0402b9131ba authored about 12 years ago by Dianne Hackborn <[email protected]>
am b1596afa: (-s ours) am b7afc4e1: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge

* commit 'b1596afa59c7108cc6ce23bab54a1bc41961806a':

9ffb1ac31803bc29a06048edc5337a4431f5111d authored about 12 years ago by The Android Open Source Project <[email protected]>
am b7afc4e1: Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge

* commit 'b7afc4e15b29d933477328d1944c3201337808c6':

b1596afa59c7108cc6ce23bab54a1bc41961806a authored about 12 years ago by The Android Open Source Project <[email protected]>
Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge

Change-Id: I8de173f6b24b2f82b20e568e577878d8539e5148

b7afc4e15b29d933477328d1944c3201337808c6 authored about 12 years ago by The Android Open Source Project <[email protected]>
am 10b8e684: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '10b8e684e1945edfb60ec4391ac4c7f3d8bf4172':

cda1948e611d7c3755902bc733f076f54a19e069 authored about 12 years ago by The Android Open Source Project <[email protected]>
Reconcile with jb-mr1-release - do not merge

Change-Id: Ic3c4a57147bc3a4154c140beeeed27b5e3be9ece

10b8e684e1945edfb60ec4391ac4c7f3d8bf4172 authored about 12 years ago by The Android Open Source Project <[email protected]>
am 29e55ef8: am edf4e179: Merge "Fix vold\'s use of readdir_r(3)."

* commit '29e55ef83def8eaf6aa01201c6344a8037b2f780':
Fix vold's use of readdir_r(3).

bb7afa49893a68f2164c2b4e4708e2c21f30938f authored about 12 years ago by Elliott Hughes <[email protected]>
am edf4e179: Merge "Fix vold\'s use of readdir_r(3)."

* commit 'edf4e17940c6d3887e9009b23ffca5be8116fbe9':
Fix vold's use of readdir_r(3).

29e55ef83def8eaf6aa01201c6344a8037b2f780 authored about 12 years ago by Elliott Hughes <[email protected]>
Merge "Fix vold's use of readdir_r(3)."

edf4e17940c6d3887e9009b23ffca5be8116fbe9 authored about 12 years ago by Elliott Hughes <[email protected]>
Fix vold's use of readdir_r(3).

Change-Id: I805a1799755429dd1f6f3bdc2e6a02f483587b35

8c480f73eed963eeca9b7df3e4c4543c6e43b0d7 authored about 12 years ago by Elliott Hughes <[email protected]>
am 2e0d70f9: am 678d556f: Merge "Add snprintf truncation and output error checks."

* commit '2e0d70f98d10089f0cc3b88848d203cb4694fb98':
Add snprintf truncation and output error ...

2da54373ed6d037651d6c01c970bd3adbf370797 authored about 12 years ago by Nick Kralevich <[email protected]>
am 678d556f: Merge "Add snprintf truncation and output error checks."

* commit '678d556f439cae504c343c15d77e9ec020a9385c':
Add snprintf truncation and output error ...

2e0d70f98d10089f0cc3b88848d203cb4694fb98 authored about 12 years ago by Nick Kralevich <[email protected]>
Merge "Add snprintf truncation and output error checks."

678d556f439cae504c343c15d77e9ec020a9385c authored about 12 years ago by Nick Kralevich <[email protected]>
Add snprintf truncation and output error checks.

Change-Id: If7fc9bba4b6cd4b01d2c19e967105ffc57169e97
Signed-off-by: rpcraig <[email protected]....

d1c226fce359e6de2b7334bf202c8f97af9fb9e0 authored about 12 years ago by rpcraig <[email protected]>
merge in jb-mr1-release history after reset to jb-mr1-dev

1cbe0ce40c523de48911fec2a94aec34e8ab14a3 authored about 12 years ago by The Android Automerger <[email protected]>
am 05753f53: am 92736efa: Another fix for encryption

* commit '05753f5380e4bc678ae9bf11b8b6adb6c56f33bf':
Another fix for encryption

e959ac9b9933e2dec9c36e7fac3d217c450480b9 authored about 12 years ago by Ken Sumrall <[email protected]>
am 92736efa: Another fix for encryption

* commit '92736efab068bdbfeb1177544907b84511fb04e0':
Another fix for encryption

05753f5380e4bc678ae9bf11b8b6adb6c56f33bf authored about 12 years ago by Ken Sumrall <[email protected]>
Another fix for encryption

The previous problem of the framework not properly restarting after accepting
the password to de...

92736efab068bdbfeb1177544907b84511fb04e0 authored about 12 years ago by Ken Sumrall <[email protected]>
am bb67b67c: am fd5b29be: Merge "Extend vold support for creating ext4 images."

* commit 'bb67b67cc760e4eab8a144d1ce1df9ad2dcdc8c2':
Extend vold support for creating ext4 ima...

88d275c6839f6ea584488aca4de0adb811a621f1 authored about 12 years ago by Kenny Root <[email protected]>
am fd5b29be: Merge "Extend vold support for creating ext4 images."

* commit 'fd5b29be8c572058ed9ab0198f5603e96c585d3c':
Extend vold support for creating ext4 ima...

bb67b67cc760e4eab8a144d1ce1df9ad2dcdc8c2 authored about 12 years ago by Kenny Root <[email protected]>
Merge "Extend vold support for creating ext4 images."

fd5b29be8c572058ed9ab0198f5603e96c585d3c authored about 12 years ago by Kenny Root <[email protected]>
am 4fdf09c3: (-s ours) Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge

* commit '4fdf09c3103074770675b40c9fb5e47c04617c61':
Fix encryption on certain devices

5806aedff0a3203bb22b9fb532e8975b130ed6be authored about 12 years ago by The Android Open Source Project <[email protected]>
Reconcile with jb-mr1-factory-release jb-mr1-release - do not merge

Change-Id: Ifffd0bab9123c37df7c9abdbf166e32ca9850835

4fdf09c3103074770675b40c9fb5e47c04617c61 authored about 12 years ago by The Android Open Source Project <[email protected]>
Fix encryption on certain devices

There is a race in the encryption code that after it accepts the
decryption password, it tells i...

f1a6123f9a05bdfe48129a9ed09ea6fcfe70e1f1 authored about 12 years ago by Ken Sumrall <[email protected]>
am 06dbc228: am 9dedfd47: Fix encryption on certain devices

* commit '06dbc22839ff8e411405f6b9c0635cdd0fd8b4d5':
Fix encryption on certain devices

1f5205e5d274ba07459b4a2c4bcacd066a3f315b authored about 12 years ago by Ken Sumrall <[email protected]>
am 9dedfd47: Fix encryption on certain devices

* commit '9dedfd473dc59e0277004e5b917e4eced02c8af5':
Fix encryption on certain devices

06dbc22839ff8e411405f6b9c0635cdd0fd8b4d5 authored about 12 years ago by Ken Sumrall <[email protected]>
Fix encryption on certain devices

There is a race in the encryption code that after it accepts the
decryption password, it tells i...

9dedfd473dc59e0277004e5b917e4eced02c8af5 authored about 12 years ago by Ken Sumrall <[email protected]>
am f1e72279: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'f1e72279ffbff47ef404e8f7d8c9bd7306f8382d':

14a26131c7f33d6dd11cdaed798ed06dd730143f authored about 12 years ago by The Android Open Source Project <[email protected]>
Reconcile with jb-mr1-release - do not merge

Change-Id: Iac520484dec44e5f54fe0aca54010520aa8fd7e2

f1e72279ffbff47ef404e8f7d8c9bd7306f8382d authored about 12 years ago by The Android Open Source Project <[email protected]>
merge in jb-mr1-release history after reset to jb-mr1-dev

2a012c02b4e6a48076b9d26d9000389f338b8c19 authored about 12 years ago by The Android Automerger <[email protected]>
am 762f7268: am 7a3c3d46: Unmount in-place instead of using MS_MOVE.

* commit '762f7268255f13e1c875977ce5429ced8bfaead7':
Unmount in-place instead of using MS_MOVE.

4bbe7f69f42a5cc421c80df759faf86219653ea7 authored about 12 years ago by Jeff Sharkey <[email protected]>
am 7a3c3d46: Unmount in-place instead of using MS_MOVE.

* commit '7a3c3d462ebd58bda0ceaba9c00c385d44c13d08':
Unmount in-place instead of using MS_MOVE.

762f7268255f13e1c875977ce5429ced8bfaead7 authored about 12 years ago by Jeff Sharkey <[email protected]>