| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit '1b217b0c6d36b7f6f550f45d2b694b0f154a22b7' into eclair-mr2-plus-aosp
* commit '1b217b0c6d36b7f6f550f45d2b694b0f154a22b7':
system: vold: Conditionalize build (default on)
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
In mmc_bootstrap_mmcblk, bootstrap partitions 1-4 instead of 0-3, since
that's how the kernel labels them. Additionally, use the NDOSPART constant
from diskmbr.h instead of hardcoding 4 when scanning partitions.
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '3afe20b0beb7e274eee195de436211a3e8d1b0ce' into eclair-plus-aosp
* commit '3afe20b0beb7e274eee195de436211a3e8d1b0ce':
vold: Add support for /dev/block/mmcblk1
|
| |
| |
| |
| |
| | |
Signed-off-by: Ethan.Du <a7233c@motorola.com>
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '7a013f967e6b6fdb3e7e2d46455cdf235ab4472e' into eclair-plus-aosp
* commit '7a013f967e6b6fdb3e7e2d46455cdf235ab4472e':
Fix vold coredump when enable_ums cmd comes without media inserted.
|
| |
| |
| |
| |
| | |
Signed-off-by: Ethan.Du <a7233c@motorola.com>
Signed-off-by: David Ding <david.j.ding@motorola.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'd62ae8f12f7b6b7fa13366a064ad4d483a3312e5' into eclair-plus-aosp
* commit 'd62ae8f12f7b6b7fa13366a064ad4d483a3312e5':
Added a hack that makes the SD card world-writable when the sampling
|
| |
| |
| |
| |
| | |
profiler is turned out. I'll remove this once egnor has the drop
box in system_server working.
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Fix bug of mmc.c not checking read_file result. This bug causes segment fault when reading name node of SDIO mmc device's /sys file, which is not existed at all.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This bug causes segment fault when reading name node of
SDIO mmc device's /sys file, which is not existed at all.
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Merge commit '4ad30d2885a801ee23fb44c1edcda051905868c9' into eclair-plus-aosp
* commit '4ad30d2885a801ee23fb44c1edcda051905868c9':
vold: Format cards < 2GB as FAT16, otherwise FAT32. Also let the formatter
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
choose the cluster-size
Signed-off-by: San Mehat <san@google.com>
|
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| |/
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
| |
| |
| |
| |
| |
| | |
In mmc_bootstrap_mmcblk, bootstrap partitions 1-4 instead of 0-3, since
that's how the kernel labels them. Additionally, use the NDOSPART constant
from diskmbr.h instead of hardcoding 4 when scanning partitions.
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
SD card. Also fixes some error display bugs (our printf doesnt support %m)
Merge commit '1f27821568065715d3235c0e690c42d0d7a413bc'
* commit '1f27821568065715d3235c0e690c42d0d7a413bc':
vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some
|
| |
| |
| |
| |
| |
| |
| |
| | |
fixes some
error display bugs (our printf doesnt support %m)
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
checker indicates the FS has been modified. Also create LOST.DIR if it doesn\'t exist on mount.
Merge commit 'd8221d9869f9fe1031219e8f6cbcef0771d767fa'
* commit 'd8221d9869f9fe1031219e8f6cbcef0771d767fa':
vold: vfat: Run up to 3 passes of the disk checker when the checker
|
| |
| |
| |
| |
| |
| |
| | |
indicates the FS has been modified. Also create LOST.DIR if it doesn't
exist on mount.
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b6e70d877886bf363c5789456dcc00bb3f271c95'
* commit 'b6e70d877886bf363c5789456dcc00bb3f271c95':
vold: Allow a damaged volume to be re-evaluated for mounting
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
argument creation
Merge commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e'
* commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e':
vold: Change the disk formatter we use + fix commandline argument creation
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '9ad18f0576f1945419d31b56fea6987210521c35'
* commit '9ad18f0576f1945419d31b56fea6987210521c35':
vold: Kill logspam
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '9f9c951ad3329a4d8bc84b48a2b125a67ba9979f'
* commit '9f9c951ad3329a4d8bc84b48a2b125a67ba9979f':
vold: Force formatting of cards to FAT32
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
happen due to a really messed up card)
Merge commit 'c3115b9ec2f9bc07e6ffd7d7bb7338415822c338'
* commit 'c3115b9ec2f9bc07e6ffd7d7bb7338415822c338':
vold: Logging to catch when the disk checker crashes
|
| |
| |
| |
| |
| |
| | |
(could happen due to a really messed up card)
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
format field, which caused vsprintf to process format characters in the string.
Merge commit '1537d4805ef98a385c61c659f0e778b7074bbbfe'
* commit '1537d4805ef98a385c61c659f0e778b7074bbbfe':
vold: Fix bug where logwrapper would pass data to LOG() in the format field,
|
| |
| |
| |
| |
| |
| | |
which caused vsprintf to process format characters in the string.
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'e7f444f32986f975b788ecf3962cb2cce27828e8'
* commit 'e7f444f32986f975b788ecf3962cb2cce27828e8':
vold: Switch vfat fsck tools
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '47c1d7344ab183f5440843f6b594d1b74a2335b0'
* commit '47c1d7344ab183f5440843f6b594d1b74a2335b0':
vold: Give logwrapper the ability to put jobs into the background sched group.
|
| |
| |
| |
| |
| |
| | |
Also set disk check/format execution to background.
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
change intended to"
Merge commit 'f754f740a3e06212836f7465001edb0fe5157ba8'
* commit 'f754f740a3e06212836f7465001edb0fe5157ba8':
Revert "Mount SD card synchronous. This is an experimental change intended to"
|
| |
| |
| |
| | |
This reverts commit 23eaecf02dedf0a5a25e1cdbfdfc7b8c70c17a56.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '463de48fb05cb29388e7763f75f6cfa56a2f5cb1'
* commit '463de48fb05cb29388e7763f75f6cfa56a2f5cb1':
Mount SD card synchronous. This is an experimental change intended to
|
| |
| |
| |
| |
| | |
give us another data point on the system performance regressions that
seem to revolved around SD card access.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c'
* commit 'b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c':
vold: Change VFAT mount options to enable sdcard write restrictions
|
| |
| |
| |
| | |
Signed-off-by: San Mehat <san@google.com>
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
don\'t make any changes
Merge commit '7edc4f9454f1665b73faf0c02543cf350b741a53'
* commit '7edc4f9454f1665b73faf0c02543cf350b741a53':
vold: If a filesystem is read/only then restart the fscheck but don't make any changes
|
| |
| |
| |
| |
| |
| | |
any changes
Signed-off-by: San Mehat <san@google.com>
|
|/ |
|
| |
|