1. 09 Oct, 2013 1 commit
  2. 08 Oct, 2013 2 commits
    • Ed Heyl's avatar
      merge in KQS81M · 1c39fdcd
      Ed Heyl authored
      1c39fdcd
    • Jeff Sharkey's avatar
      Set GID required to write, media_rw mount point. · e93a0517
      Jeff Sharkey authored
      Add sdcard FUSE daemon flag to specify the GID required for a package
      to have write access.  Normally sdcard_rw, but it will be media_rw
      for secondary external storage devices, so DefaultContainerService
      can still clean up package directories after uninstall.
      
      Create /mnt/media_rw which is where vold will mount raw secondary
      external storage devices before wrapping them in a FUSE instance.
      
      Bug: 10330128, 10330229
      Change-Id: I4385c36fd9035cdf56892aaf7b36ef4b81f4418a
      e93a0517
  3. 01 Oct, 2013 1 commit
  4. 30 Sep, 2013 1 commit
  5. 29 Sep, 2013 1 commit
  6. 26 Sep, 2013 1 commit
  7. 25 Sep, 2013 2 commits
  8. 24 Sep, 2013 5 commits
  9. 23 Sep, 2013 2 commits
  10. 22 Sep, 2013 1 commit
  11. 21 Sep, 2013 4 commits
    • Jeff Sharkey's avatar
      Fix Mac builds, for realz. · 0ee7d8c6
      Jeff Sharkey authored
      Change-Id: I63e21b90e5b8a8f016dd04ceca4354793faa5e37
      0ee7d8c6
    • Ken Sumrall's avatar
      Create a separate copy of the fsck logs · 4eaf9058
      Ken Sumrall authored
      The log_target parameter of android_fork_execvp_ext() is now a
      bit field, and multiple targets can be set to log to multiple
      places at the same time.
      
      The new target LOG_FILE will log to a file specified by the new
      parameter file_path.
      
      Set LOG_FILE and log to a file in /dev (the only writable filesystem
      avilable when e2fsck runs) when invoking e2fsck in fs_mgr.
      
      Bug: 10021342
      
      Change-Id: I63baf644cc8c3afccc8345df27a74203b44d0400
      4eaf9058
    • Ken Sumrall's avatar
      New fstab flags to support more expressive SD card permissions · 887f2892
      Ken Sumrall authored
      Bug: 10330128
      
      Change-Id: I41fb178b839487b604762fbc1ccba097d25c7aa0
      887f2892
    • Jeff Sharkey's avatar
      Fix Mac builds. · 4481c325
      Jeff Sharkey authored
      Change-Id: I0eb029395a3afd2f93a7632d7d3d20d28c2ab189
      4481c325
  12. 20 Sep, 2013 1 commit
    • Jeff Sharkey's avatar
      Remove mkdir() side effect, add .nomedia, utils. · 44d6342c
      Jeff Sharkey authored
      Before this change, FUSE lookup() would have the side effect of
      creating the directory on behalf of apps.  This resulted in most
      directories being created just by Settings trying to measure disk
      space.  Instead, we're switching to have vold do directory creation
      when an app doesn't have enough permissions.
      
      Create fs_mkdirs() utility to create all parent directories in a
      path as needed.  Allow traversal (+x) into /storage directories.
      
      Fix FUSE derived permissions to be case insensitive.  Mark well-known
      directories as .nomedia when created.
      
      Bug: 10577808, 10330221
      Change-Id: I53114f2e63ffbe6de4ba6a72d94a232523231cad
      44d6342c
  13. 19 Sep, 2013 1 commit
  14. 18 Sep, 2013 8 commits
  15. 17 Sep, 2013 2 commits
  16. 16 Sep, 2013 3 commits
  17. 13 Sep, 2013 1 commit
  18. 12 Sep, 2013 2 commits
  19. 11 Sep, 2013 1 commit