1. 30 Mar, 2015 1 commit
    • Hiroaki Miyazawa's avatar
      Fixed type mismatch for ioctl(BLKGETSIZE) · 14eab550
      Hiroaki Miyazawa authored
      ioctl(BLKGETSIZE) expects unsigned long
      (8 bytes on 64 bit environment).
      
      This is fixing fails in android.os.storage.StorageManagerIntegrationTest
      (in FrameworkCoreTests).
      
      To verify, install FrameworksCoreTests.apk and do:
      
      adb shell am instrument -r -w -e class android.os.storage.\
      StorageManagerIntegrationTest#testMountSingleEncryptedObb \
      com.android.frameworks.coretests/android.test.InstrumentationTestRunner
      
      Change-Id: Ib6d5c7490c02521c93f107c35ad0aac49f6a3f1a
      14eab550
  2. 10 Jun, 2014 1 commit
  3. 25 Apr, 2012 1 commit
    • Kenny Root's avatar
      Add in ext4 support for ASEC containers · 344ca108
      Kenny Root authored
      Now forward locked applications will be in ASEC containers both internal
      to the system and externally.
      
      This change adds support for putting applications in ext4-based ASECs.
      
      Change-Id: I8d6765b72dd2606e429c067b47a2dbcaa8bef37d
      344ca108
  4. 14 Mar, 2010 1 commit
    • San Mehat's avatar
      vold: Bugfixes & cleanups · d9a4e358
      San Mehat authored
      
        - Fix issue where container-names > 64 bytes were getting truncated in the
          kernel. lo_name is only 64 bytes in length, so we now hash the container
          id via md5
        - Add 'dump' command to dump loop and devicemapper status
        - Add 'debug' command to enable more detailed logging at runtime
        - Log vold IPC arguments (minus encryption keys)
        - Fix premature return from Loop::lookupActive() and friends
      
      Change-Id: I0e833261a445ce9dc1a8187e5501d27daba1ca76
      Signed-off-by: default avatarSan Mehat <san@google.com>
      d9a4e358
  5. 11 Jan, 2010 2 commits
  6. 09 Jan, 2010 1 commit
  7. 06 Jan, 2010 1 commit
  8. 04 Jan, 2010 1 commit
  9. 11 Oct, 2009 1 commit