605d7ae18d6e33b5dc1f6bb813ae32781498a4cd |
|
29-Feb-2016 |
George Burgess IV <gbiv@google.com> |
Cleanup uses of sprintf, add modes to open() with O_CREAT. Change-Id: Iaed2538831b19ada26005bbef33cff28209c6512
/system/vold/fs/Vfat.cpp
|
7e128fbe212c64492afa98bfd6d7fab6f1956831 |
|
05-Dec-2015 |
Elliott Hughes <enh@google.com> |
Track rename from base/ to android-base/. Change-Id: I3096cfa50afa395d8e9a8043ab69c1e390f86ccb
/system/vold/fs/Vfat.cpp
|
385ca5d236547a767133abcd44dff12ca7b805be |
|
03-Dec-2015 |
Jeff Sharkey <jsharkey@android.com> |
Merge "Handle non-format partition in Vold"
|
a4f48d0f44d09b6a9a3b16f6c0121ffd5123eef3 |
|
03-Aug-2015 |
Mateusz Nowak <mateusz.nowak@intel.com> |
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>
/system/vold/fs/Vfat.cpp
|
3dd39309d084f1c038ce4e8c1442aad2a7b94f0f |
|
03-Aug-2015 |
Mateusz Nowak <mateusz.nowak@intel.com> |
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>
/system/vold/fs/Vfat.cpp
|
3097d0e151b4f07552e987ee5819e9e7c6953a71 |
|
15-Aug-2015 |
Elliott Hughes <enh@google.com> |
am 6d24e086: Merge "Remove dead code." * commit '6d24e0866f61aba0ac3023408ead083ad9b6cdab': Remove dead code.
|
d0640f6358041f7e2657167560b357078db73526 |
|
22-May-2015 |
Jeff Sharkey <jsharkey@android.com> |
Add f2fs support for private volumes. When formatting volumes, pass along fsType string which can be "auto" to let the volume select the best choice. For now, private volumes assume that MMC devices (like SD cards) are best off using f2fs when both kernel support and tools are present, otherwise fall back to ext4. Use blkid when mounting to pick the right set of tools. Move filesystem utility methods into namespaces and place in separate directory to be more organized. Bug: 20275581 Change-Id: Id5f82d8672dda2e9f68c35b075f28232b0b55ed4
/system/vold/fs/Vfat.cpp
|