summaryrefslogtreecommitdiffstats
path: root/vold
Commit message (Collapse)AuthorAgeFilesLines
* system: Remove dead vold1 codeSan Mehat2010-02-2333-5367/+0
| | | | Signed-off-by: San Mehat <san@google.com>
* vold: Disable build of old voldSan Mehat2009-12-241-1/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* am 1b217b0c: system: vold: Conditionalize build (default on)San Mehat2009-12-091-0/+5
|\ | | | | | | | | | | | | Merge commit '1b217b0c6d36b7f6f550f45d2b694b0f154a22b7' into eclair-mr2-plus-aosp * commit '1b217b0c6d36b7f6f550f45d2b694b0f154a22b7': system: vold: Conditionalize build (default on)
| * system: vold: Conditionalize build (default on)San Mehat2009-12-081-0/+5
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
| * vold: Check partitions 1-4 instead of 0-3Ben Winslow2009-12-052-3/+4
| | | | | | | | | | | | | | | | 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>
* | am 3afe20b0: vold: Add support for /dev/block/mmcblk1Ethan.Du2009-09-244-6/+33
|\ \ | |/ | | | | | | | | | | Merge commit '3afe20b0beb7e274eee195de436211a3e8d1b0ce' into eclair-plus-aosp * commit '3afe20b0beb7e274eee195de436211a3e8d1b0ce': vold: Add support for /dev/block/mmcblk1
| * vold: Add support for /dev/block/mmcblk1Ethan.Du2009-09-244-6/+33
| | | | | | | | | | Signed-off-by: Ethan.Du <a7233c@motorola.com> Signed-off-by: San Mehat <san@google.com>
* | am 7a013f96: Fix vold coredump when enable_ums cmd comes without media inserted.David Ding2009-09-151-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '7a013f967e6b6fdb3e7e2d46455cdf235ab4472e' into eclair-plus-aosp * commit '7a013f967e6b6fdb3e7e2d46455cdf235ab4472e': Fix vold coredump when enable_ums cmd comes without media inserted.
| * Fix vold coredump when enable_ums cmd comes without media inserted.David Ding2009-09-151-1/+1
| | | | | | | | | | Signed-off-by: Ethan.Du <a7233c@motorola.com> Signed-off-by: David Ding <david.j.ding@motorola.com>
* | am d62ae8f1: Merge change 24061 into eclairBob Lee2009-09-091-7/+23
|\ \ | |/ | | | | | | | | | | Merge commit 'd62ae8f12f7b6b7fa13366a064ad4d483a3312e5' into eclair-plus-aosp * commit 'd62ae8f12f7b6b7fa13366a064ad4d483a3312e5': Added a hack that makes the SD card world-writable when the sampling
| * Added a hack that makes the SD card world-writable when the samplingBob Lee2009-09-051-7/+23
| | | | | | | | | | profiler is turned out. I'll remove this once egnor has the drop box in system_server working.
* | merge from open-source masterJean-Baptiste Queru2009-09-011-0/+4
|\ \
| * \ Merge change 11205Android Code Review2009-08-211-0/+4
| |\ \ | | | | | | | | | | | | | | | | * 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.
| | * | Fix bug of mmc.c not checking read_file result.Xinyu Chen2009-08-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | am 4ad30d28: Merge change 23106 into eclairSan Mehat2009-08-281-10/+12
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Merge commit '4ad30d2885a801ee23fb44c1edcda051905868c9' into eclair-plus-aosp * commit '4ad30d2885a801ee23fb44c1edcda051905868c9': vold: Format cards < 2GB as FAT16, otherwise FAT32. Also let the formatter
| * | | vold: Format cards < 2GB as FAT16, otherwise FAT32. Also let the formatterSan Mehat2009-08-281-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | choose the cluster-size Signed-off-by: San Mehat <san@google.com>
* | | | merge from open-source masterJean-Baptiste Queru2009-08-212-3/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | system/core: vold: Change permission of external storage device nodesSan Mehat2009-08-211-1/+1
| |/ | | | | | | Signed-off-by: San Mehat <san@google.com>
| * vold: Check partitions 1-4 instead of 0-3Ben Winslow2009-08-152-3/+4
| | | | | | | | | | | | 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.
* | system/core: vold: Change permission of external storage device nodesSan Mehat2009-08-211-1/+1
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am 1f278215: vold: If we\'re bootstrapping, don\'t automatically mount the ↵San Mehat2009-07-177-18/+40
|\ \ | |/ | | | | | | | | | | | | | | 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
| * vold: If we're bootstrapping, don't automatically mount the SD card. Also ↵San Mehat2009-07-167-18/+40
| | | | | | | | | | | | | | | | fixes some error display bugs (our printf doesnt support %m) Signed-off-by: San Mehat <san@google.com>
* | am d8221d98: vold: vfat: Run up to 3 passes of the disk checker when the ↵San Mehat2009-07-171-22/+49
|\ \ | |/ | | | | | | | | | | | | | | 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
| * vold: vfat: Run up to 3 passes of the disk checker when the checkerSan Mehat2009-07-161-22/+49
| | | | | | | | | | | | | | 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>
* | am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mountingSan Mehat2009-07-171-2/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'b6e70d877886bf363c5789456dcc00bb3f271c95' * commit 'b6e70d877886bf363c5789456dcc00bb3f271c95': vold: Allow a damaged volume to be re-evaluated for mounting
| * vold: Allow a damaged volume to be re-evaluated for mountingSan Mehat2009-07-161-2/+1
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am b3edd072: vold: Change the disk formatter we use + fix commandline ↵San Mehat2009-07-061-9/+11
|\ \ | |/ | | | | | | | | | | | | | | argument creation Merge commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e' * commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e': vold: Change the disk formatter we use + fix commandline argument creation
| * vold: Change the disk formatter we use + fix commandline argument creationSan Mehat2009-07-061-9/+11
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am 9ad18f05: vold: Kill logspamSan Mehat2009-07-011-2/+1
|\ \ | |/ | | | | | | | | | | Merge commit '9ad18f0576f1945419d31b56fea6987210521c35' * commit '9ad18f0576f1945419d31b56fea6987210521c35': vold: Kill logspam
| * vold: Kill logspamSan Mehat2009-06-301-2/+1
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am 9f9c951a: vold: Force formatting of cards to FAT32San Mehat2009-06-291-6/+7
|\ \ | |/ | | | | | | | | | | Merge commit '9f9c951ad3329a4d8bc84b48a2b125a67ba9979f' * commit '9f9c951ad3329a4d8bc84b48a2b125a67ba9979f': vold: Force formatting of cards to FAT32
| * vold: Force formatting of cards to FAT32San Mehat2009-06-271-6/+7
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am c3115b9e: vold: Logging to catch when the disk checker crashes (could ↵San Mehat2009-06-251-0/+3
|\ \ | |/ | | | | | | | | | | | | | | happen due to a really messed up card) Merge commit 'c3115b9ec2f9bc07e6ffd7d7bb7338415822c338' * commit 'c3115b9ec2f9bc07e6ffd7d7bb7338415822c338': vold: Logging to catch when the disk checker crashes
| * vold: Logging to catch when the disk checker crashesSan Mehat2009-06-251-0/+3
| | | | | | | | | | | | (could happen due to a really messed up card) Signed-off-by: San Mehat <san@google.com>
* | am 1537d480: vold: Fix bug where logwrapper would pass data to LOG() in the ↵San Mehat2009-06-251-1/+2
|\ \ | |/ | | | | | | | | | | | | | | 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,
| * vold: Fix bug where logwrapper would pass data to LOG() in the format field,San Mehat2009-06-251-1/+2
| | | | | | | | | | | | which caused vsprintf to process format characters in the string. Signed-off-by: San Mehat <san@google.com>
* | am e7f444f3: vold: Switch vfat fsck toolsSan Mehat2009-06-251-46/+20
|\ \ | |/ | | | | | | | | | | Merge commit 'e7f444f32986f975b788ecf3962cb2cce27828e8' * commit 'e7f444f32986f975b788ecf3962cb2cce27828e8': vold: Switch vfat fsck tools
| * vold: Switch vfat fsck toolsSan Mehat2009-06-241-46/+20
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am 47c1d734: Merge change 4051 into donutAndroid (Google) Code Review2009-06-125-7/+26
|\ \ | |/ | | | | | | | | | | Merge commit '47c1d7344ab183f5440843f6b594d1b74a2335b0' * commit '47c1d7344ab183f5440843f6b594d1b74a2335b0': vold: Give logwrapper the ability to put jobs into the background sched group.
| * vold: Give logwrapper the ability to put jobs into the background sched group.San Mehat2009-06-125-7/+26
| | | | | | | | | | | | Also set disk check/format execution to background. Signed-off-by: San Mehat <san@google.com>
* | am f754f740: Revert "Mount SD card synchronous. This is an experimental ↵San Mehat2009-06-021-1/+1
|\ \ | |/ | | | | | | | | | | | | | | change intended to" Merge commit 'f754f740a3e06212836f7465001edb0fe5157ba8' * commit 'f754f740a3e06212836f7465001edb0fe5157ba8': Revert "Mount SD card synchronous. This is an experimental change intended to"
| * Revert "Mount SD card synchronous. This is an experimental change intended to"San Mehat2009-06-021-1/+1
| | | | | | | | This reverts commit 23eaecf02dedf0a5a25e1cdbfdfc7b8c70c17a56.
* | am 463de48f: Merge change 2162 into donutAndroid (Google) Code Review2009-05-201-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '463de48fb05cb29388e7763f75f6cfa56a2f5cb1' * commit '463de48fb05cb29388e7763f75f6cfa56a2f5cb1': Mount SD card synchronous. This is an experimental change intended to
| * Mount SD card synchronous. This is an experimental change intended toDave Sparks2009-05-201-1/+1
| | | | | | | | | | give us another data point on the system performance regressions that seem to revolved around SD card access.
* | am b76a63b7: vold: Change VFAT mount options to enable sdcard write restrictionsSan Mehat2009-05-181-2/+9
|\ \ | |/ | | | | | | | | | | Merge commit 'b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c' * commit 'b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c': vold: Change VFAT mount options to enable sdcard write restrictions
| * vold: Change VFAT mount options to enable sdcard write restrictionsSan Mehat2009-05-181-2/+9
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | am 7edc4f94: vold: If a filesystem is read/only then restart the fscheck but ↵San Mehat2009-05-181-40/+45
|\ \ | |/ | | | | | | | | | | | | | | 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
| * vold: If a filesystem is read/only then restart the fscheck but don't make ↵San Mehat2009-05-181-40/+45
| | | | | | | | | | | | any changes Signed-off-by: San Mehat <san@google.com>
* | Automated import from //branches/master/...@142981,142981Doug Kwan2009-03-261-1/+1
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-187-18/+21
|