1. 27 May, 2016 1 commit
  2. 22 Apr, 2016 1 commit
    • Daniel Rosenberg's avatar
      Fix overflow in path building · 23009986
      Daniel Rosenberg authored
      An incorrect size was causing an unsigned value
      to wrap, causing it to write past the end of
      the buffer.
      
      Bug: 28085658
      Change-Id: Ie9625c729cca024d514ba2880ff97209d435a165
      23009986
  3. 26 Mar, 2016 1 commit
  4. 01 Mar, 2016 1 commit
  5. 14 Jan, 2016 1 commit
  6. 13 Jan, 2016 1 commit
    • Thierry Strudel's avatar
      [DO NOT MERGE] Use FUSE_SHORTCIRCUIT if available · ac5175f9
      Thierry Strudel authored
      Use a non yet maintainer reviewed kernel patch from QCOM that greatly
      improves IO speed in case it is available from the device specific
      kernel headers.
      
      Bug: 24216004
      Change-Id: I4101d80082c9ad9d042dde5c620ddb309d193d52
      ac5175f9
  7. 11 Jan, 2016 2 commits
  8. 17 Dec, 2015 2 commits
  9. 16 Dec, 2015 1 commit
    • Jeff Sharkey's avatar
      Re-derive permissions after package changes. · f7aad11c
      Jeff Sharkey authored
      When packages change, existing package-specific directories may have
      gained/lost a UID mapping, so we need to update the permissions for
      any in-memory nodes.
      
      This allows an app to deliver data for another package before that
      package is installed, which is the typical pattern of how OBB files
      are delivered.
      
      Also fix bug by re-deriving permissions when files are moved.
      
      Bug: 25399427
      Change-Id: I06f38a24ad7dee5f5099ba81429aef03208e5683
      f7aad11c
  10. 15 Dec, 2015 1 commit
  11. 08 Dec, 2015 1 commit
  12. 30 Nov, 2015 1 commit
  13. 18 Nov, 2015 1 commit
    • Tim Murray's avatar
      Improve cpuset support for surfaceflinger. · 6eee56cc
      Tim Murray authored
      SurfaceFlinger needs some of its threads in the system-background cpuset
      and some of its threads (the binder pool) outside of the
      system-background cpuset in order to improve UI perf/power
      consumption. Remove surfaceflinger from the system-background cpuset in
      init.rc and allow a thread to place itself in the system-background
      cpuset given enough permissions.
      
      bug 25745866
      
      Change-Id: I85f7e41c5439e6ad7cc2d355e51f5dfb3a0c7088
      6eee56cc
  14. 12 Nov, 2015 2 commits
  15. 11 Nov, 2015 23 commits