Elliott Hughes
8185d3d8ba
Merge "Fix ioctl parameter" am: 0eaad8ce8c
...
am: 5cd32f73d8
* commit '5cd32f73d8b5e6db60d397d102e5b1b193a76c77':
Fix ioctl parameter
2015-10-29 20:44:35 +00:00
Elliott Hughes
5cd32f73d8
Merge "Fix ioctl parameter"
...
am: 0eaad8ce8c
* commit '0eaad8ce8ceaa4b730b0be8c149f389647fbdab0':
Fix ioctl parameter
2015-10-29 20:41:28 +00:00
Elliott Hughes
0eaad8ce8c
Merge "Fix ioctl parameter"
2015-10-29 20:38:10 +00:00
caozhiyuan
9102b0b175
Fix ioctl parameter
...
Change-Id: I922c8ae77056db81bc5152346299a07a34c527d2
2015-10-29 08:48:20 +00:00
Oleksiy Avramchenko
da44c06320
Promote free bytes calculation to 64 bits am: 2403b4d056
...
am: aebfa6e7ee
* commit 'aebfa6e7eee173b8e02f869c3a25cfe2a5fffb9b':
Promote free bytes calculation to 64 bits
2015-10-21 23:26:18 +00:00
Oleksiy Avramchenko
aebfa6e7ee
Promote free bytes calculation to 64 bits
...
am: 2403b4d056
* commit '2403b4d0561c756ed5102aaf6048a80c9993f6f8':
Promote free bytes calculation to 64 bits
2015-10-21 23:24:03 +00:00
Jeff Sharkey
8643c83d8d
Kill apps using storage through bind mounts. am: 89f74fbf25
...
am: 71ac649c1d
* commit '71ac649c1d179a8d97db6fd1862f8b0d992a6751':
Kill apps using storage through bind mounts.
2015-10-21 23:11:17 +00:00
Jeff Sharkey
71ac649c1d
Kill apps using storage through bind mounts.
...
am: 89f74fbf25
* commit '89f74fbf2529d708534c041d2b711af0f1feff9f':
Kill apps using storage through bind mounts.
2015-10-21 23:08:56 +00:00
Oleksiy Avramchenko
2403b4d056
Promote free bytes calculation to 64 bits
...
The expression otherwise overflows for large devices.
It's fsblkcnt_t -> unsigned long, which is 32 bit on ARMv7.
Bug: 25162062
Change-Id: I46c5e00558b7dbd6abd50fae4727396079044df2
2015-10-21 16:01:29 -07:00
Jeff Sharkey
89f74fbf25
Kill apps using storage through bind mounts.
...
When unmounting an emulated volume, look for apps with open files
using the final published volume path.
Without this change, we were only looking at the internal paths
used for runtime permissions, which apps never use directly. This
meant we'd always fail to unmount the volume if apps didn't respect
the EJECTING broadcast, and volume migration would end up wedged
until the device rebooted.
Bug: 24863778
Change-Id: Ibda484e66ab95744c304c344b226caa5b10b7e2e
2015-10-21 15:05:49 -07:00
Paul Lawrence
6169737bbd
Don\'t show UI on default encryption
...
am: 6ae8604c10
* commit '6ae8604c1006e6ba0f687680387062d4acf1e41b':
Don't show UI on default encryption
2015-10-21 16:46:33 +00:00
Paul Lawrence
6ae8604c10
Don't show UI on default encryption
...
Merge of https://googleplex-android-review.git.corp.google.com/#/c/764976
Bug: 22989588
Change-Id: I3a6b01ee80446e0955e2039f88a627d37ee6caef
2015-10-21 09:28:39 -07:00
Jeff Sharkey
18f44aa6ae
Merge "Promote free bytes calculation to 64 bits" am: 7d17af08a8
am: d3c7060ba5
...
am: 0130fc6cfb
* commit '0130fc6cfb77c4a835e7df2f48fc47fdd1a9855a':
Promote free bytes calculation to 64 bits
2015-10-21 16:08:09 +00:00
Jeff Sharkey
0130fc6cfb
Merge "Promote free bytes calculation to 64 bits" am: 7d17af08a8
...
am: d3c7060ba5
* commit 'd3c7060ba53d87c58103b1776815fea9d29e39cc':
Promote free bytes calculation to 64 bits
2015-10-21 16:03:06 +00:00
Jeff Sharkey
d3c7060ba5
Merge "Promote free bytes calculation to 64 bits"
...
am: 7d17af08a8
* commit '7d17af08a80c3d9a14a3fe11d70bd12d59641a7b':
Promote free bytes calculation to 64 bits
2015-10-21 15:58:40 +00:00
Jeff Sharkey
7d17af08a8
Merge "Promote free bytes calculation to 64 bits"
2015-10-21 15:44:36 +00:00
Paul Lawrence
a004e4f8f2
Merge "Don\'t show UI on default encryption" into mnc-dr-dev am: 2309f76d17
...
am: 01a856d5ca
* commit '01a856d5ca99d2c51382de57c02c053d3de88c7d':
Don't show UI on default encryption
2015-10-21 15:08:48 +00:00
Paul Lawrence
01a856d5ca
Merge "Don\'t show UI on default encryption" into mnc-dr-dev
...
am: 2309f76d17
* commit '2309f76d17171a4e9b2593ff248861eb3a41ec5a':
Don't show UI on default encryption
2015-10-21 15:03:10 +00:00
Paul Lawrence
2309f76d17
Merge "Don't show UI on default encryption" into mnc-dr-dev
2015-10-21 14:27:30 +00:00
Mateusz Nowak
a4f48d0f44
vold: fix 64 bit ioctl error
...
Changing the num_sectors used in ioctl with BLKGETSIZE because
the kernel expects an unsigned long type and then changes 64 bits
with a 64 bits userspace. This overwrites what's located close to
the parameter location if any.
Change-Id: I78fd61a1084de2741f39b926aa436462518709a0
Signed-off-by: Mateusz Nowak <mateusz.nowak@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
2015-10-21 11:16:19 +08:00
Mateusz Nowak
6440379f1b
Make sure path is not NULL to avoid fatal exception.
...
Change-Id: I75fd5d90cf0f75c28e75582fcae934afa4bf29c4
Signed-off-by: Mateusz Nowak <mateusz.nowak@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
2015-10-21 11:15:39 +08:00
Mateusz Nowak
3dd39309d0
Handle non-format partition in Vold
...
fsck_msdos will retun error code 8 when the partition is non-format.
Handle this error code and continue next partition in Vold.
Change-Id: I31499ccb16945ffbc67bdc92dfbc3ea71e82573a
Signed-off-by: Mateusz Nowak <mateusz.nowak@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
2015-10-21 11:14:47 +08:00
Jeff Sharkey
1790fe66e7
am f6852593
: am cb42a40a
: Merge "Clean up any/all stale partition tables." into mnc-dr-dev
...
* commit 'f68525931e1b9ab6938d87bb95a2fa7966f046c4':
Clean up any/all stale partition tables.
2015-10-12 18:38:56 +00:00
Jeff Sharkey
f68525931e
am cb42a40a
: Merge "Clean up any/all stale partition tables." into mnc-dr-dev
...
* commit 'cb42a40a871bc8f06f0a37d321dbe2e7693da0e5':
Clean up any/all stale partition tables.
2015-10-12 16:48:57 +00:00
Jeff Sharkey
cb42a40a87
Merge "Clean up any/all stale partition tables." into mnc-dr-dev
2015-10-12 16:34:09 +00:00
Oleksiy Avramchenko
e76cf536a4
Promote free bytes calculation to 64 bits
...
The expression otherwise overflows for large devices.
It's fsblkcnt_t -> unsigned long, which is 32 bit on ARMv7.
Change-Id: I46c5e00558b7dbd6abd50fae4727396079044df2
2015-10-07 13:13:38 +02:00
Sami Tolvanen
aeca741ce6
am f0500a08
: am 0331d4ae
: am 685dfdd3
: Merge "Error correction: Add libfec dependencies for vold"
...
* commit 'f0500a08230f068a1cf55e4de3cfc389d51f8669':
Error correction: Add libfec dependencies for vold
2015-10-02 11:00:45 +00:00
Sami Tolvanen
f0500a0823
am 0331d4ae
: am 685dfdd3
: Merge "Error correction: Add libfec dependencies for vold"
...
* commit '0331d4ae3843f682e98bfa1aba0f8da7fbd9beb0':
Error correction: Add libfec dependencies for vold
2015-10-02 10:55:10 +00:00
Sami Tolvanen
0331d4ae38
am 685dfdd3
: Merge "Error correction: Add libfec dependencies for vold"
...
* commit '685dfdd33590ef8a93627015c434fea54b8f1b4d':
Error correction: Add libfec dependencies for vold
2015-10-02 10:47:23 +00:00
Sami Tolvanen
685dfdd335
Merge "Error correction: Add libfec dependencies for vold"
2015-10-02 10:42:16 +00:00
David Ng
dfe3d869a5
am 44710f0f
: am 82fd804f
: vold: Retry opening block device on failure when starting encryption
...
* commit '44710f0f9c868f999aecb91a8d3cd8bf9536b283':
vold: Retry opening block device on failure when starting encryption
2015-10-02 09:00:31 +00:00
David Ng
44710f0f9c
am 82fd804f
: vold: Retry opening block device on failure when starting encryption
...
* commit '82fd804f8ba49399f425bf43681b9b7fe464d9a1':
vold: Retry opening block device on failure when starting encryption
2015-10-02 08:27:19 +00:00
David Ng
82fd804f8b
vold: Retry opening block device on failure when starting encryption
...
The device mapper storage device node can take some time to be
created; so retry.
Bug: 23024596
Change-Id: Ieeb3b697f9cef72d4ea9d106750696901f0a224d
2015-10-01 11:45:22 +01:00
Sami Tolvanen
efe67cd25d
Error correction: Add libfec dependencies for vold
...
Vold requires libfec and related dependencies due to fs_mgr_mount_all.
Bug: 21893453
Change-Id: If59df0c5fd3395d4aac97dd8119b7c70c0fa5d4d
2015-09-29 14:55:35 +01:00
Jeff Sharkey
dadcceea7a
Clean up any/all stale partition tables.
...
When formatting media as a public volume, we write an MBR, but we
might leave a stale GPT floating around. Some devices are configured
to aggressively prefer GPT when detected, even if the checksums
between primary/secondary don't match.
To work around this, nuke both MBR and GPT tables from the media
before we lay down our new MBR.
Bug: 24112219
Change-Id: Ibf1be466a6877cbab925a24db5e5dbab0613bea7
2015-09-23 14:14:12 -07:00
Jeff Sharkey
aa5ffaeef2
am 1690c1bc
: am 1a20a648
: Enable benchmark after trim, when requested.
...
* commit '1690c1bca2b7d7e08f1b0f536b6e58a890051546':
Enable benchmark after trim, when requested.
2015-09-10 00:53:30 +00:00
Jeff Sharkey
1690c1bca2
am 1a20a648
: Enable benchmark after trim, when requested.
...
* commit '1a20a6487faad2869eaec962e4373402aa7461b3':
Enable benchmark after trim, when requested.
2015-09-10 00:44:21 +00:00
Jeff Sharkey
1a20a6487f
Enable benchmark after trim, when requested.
...
The framework can request that a benchmark be run after an fstrim,
but it was disabled due to a kernel bug on certain devices. That bug
has long been fixed, so it should be safe to enable this again.
Bug: 23942769
Change-Id: Ibe967a75856d0cbad45e2f8f3120f1970caf36d0
2015-09-09 14:55:45 -07:00
Paul Lawrence
569649ff1d
Don't show UI on default encryption
...
Bug: 22989588
Change-Id: I21403233d84031869d929c46c3c7b2ebefb3caff
2015-09-09 12:13:00 -07:00
Paul Crowley
34c02173c8
am 2ada9517
: am 480fcd27
: Set uid/gid of newly created user dirs to system/system.
...
* commit '2ada95176863c9f73dbaea64e57c46a1a45b632f':
Set uid/gid of newly created user dirs to system/system.
2015-09-03 06:32:37 +00:00
Paul Crowley
2ada951768
am 480fcd27
: Set uid/gid of newly created user dirs to system/system.
...
* commit '480fcd2750c1d30f3397d1f3152519a11f60990b':
Set uid/gid of newly created user dirs to system/system.
2015-09-03 06:21:41 +00:00
Tom Cherry
b763ccc61e
am fa68681a
: am 79b6fdfc
: (-s ours) update bundled rc files to their contents from rootdir/init.rc
...
* commit 'fa68681ac763b458f9e3afc8c2bfcb9e22a3cda4':
update bundled rc files to their contents from rootdir/init.rc
2015-08-27 14:46:08 +00:00
Tom Cherry
c62ddc1edf
am efbaf0de
: am 685439bb
: (-s ours) am 218f48d6
: Merge "bundle init.rc contents with its service"
...
* commit 'efbaf0de3651c7efa3ed946bcd9f11781cc1fe68':
2015-08-27 14:46:08 +00:00
Elliott Hughes
f50b5a8a00
am debb3f8c
: am b1259ffd
: (-s ours) am f298f6be
: Merge "Use errno correctly."
...
* commit 'debb3f8cba49db2dff687a5758aebdbbd99b6393':
2015-08-27 14:46:07 +00:00
Elliott Hughes
59d0923138
am d9aea039
: am 3097d0e1
: (-s ours) am 6d24e086
: Merge "Remove dead code."
...
* commit 'd9aea039e80363c2256e83fe86d155803dc908f9':
2015-08-27 14:46:06 +00:00
Jeff Sharkey
59e8e5b6cc
am 88fbc742
: am 7206b42b
: (-s ours) am eddf9bd6
: Request specific tags from blkid.
...
* commit '88fbc742958684f171e79159b40edfee07127916':
2015-08-27 14:46:06 +00:00
Jeff Sharkey
78b7bfb8e9
am fce8034b
: am 2b8f194f
: (-s ours) am 1bd078fa
: Protect runtime storage mount points.
...
* commit 'fce8034b3ee211c565d5afd2a98ef241c57079fd':
2015-08-27 14:46:05 +00:00
Jeff Sharkey
7a3a03f6bc
am 489fce1c
: am 3a60599a
: (-s ours) am 8474ee32
: Return useful path when not visible.
...
* commit '489fce1c852f546410f175be0a9244b7dd149913':
2015-08-27 14:46:04 +00:00
Jeff Sharkey
238dec3507
am c4ecb517
: am 26934b09
: (-s ours) am d46687ee
: Use random data for benchmark instead of zeros.
...
* commit 'c4ecb5175079439932ec33e5126e47dae0e82a56':
2015-08-27 14:46:03 +00:00
Jeff Sharkey
8d8b741d0a
am e7556ee8
: am 09b542f2
: (-s ours) am 20642ae7
: Give secondary users read-only physical cards.
...
* commit 'e7556ee8146bde034ccd534732d785b03d15d394':
2015-08-27 14:46:02 +00:00