1. 27 Feb, 2016 1 commit
  2. 16 Sep, 2015 4 commits
  3. 12 Sep, 2015 1 commit
  4. 10 Sep, 2015 2 commits
  5. 09 Sep, 2015 1 commit
  6. 04 Aug, 2015 2 commits
  7. 17 Jul, 2015 1 commit
  8. 07 Jul, 2015 3 commits
  9. 06 Jul, 2015 2 commits
  10. 02 Jul, 2015 2 commits
  11. 01 Jul, 2015 4 commits
  12. 26 Jun, 2015 2 commits
    • Tao Bao's avatar
      More accurate checking for overlapped ranges. · c3dddce2
      Tao Bao authored
      A RangeSet has half-closed half-open bounds. For example, "3,5" contains
      blocks 3 and 4. So "3,5" and "5,7" are actually not overlapped.
      
      Bug: 22098085
      Change-Id: I362d259f8b5d62478858ad0422b635bc5068698d
      (cherry picked from commit c0f56ad7)
      c3dddce2
    • caozhiyuan's avatar
      Use f_bavail to calculate free space · cb9450e1
      caozhiyuan authored
      Failures are seen on devices with
      Linux 3.10. And they are mainly due to this change:
      https://lwn.net/Articles/546473/
      The blocks reserved in this change is not the same thing as what we
      think are reserved for common usage of root user. And this part is
      included in free blocks but not in available blocks.
      
      Bug: 22118089
      Change-Id: I81c9531703298019a4fc11839f28d2cc8b9df34e
      (cherry picked from commit 3b497763)
      cb9450e1
  13. 23 Jun, 2015 1 commit
  14. 10 Jun, 2015 4 commits
  15. 09 Jun, 2015 1 commit
    • Sami Tolvanen's avatar
      Zero blocks before BLKDISCARD · 604c583c
      Sami Tolvanen authored
      Due to observed BLKDISCARD flakiness, overwrite blocks that we want
      to discard with zeros first to avoid later issues with dm-verity if
      BLKDISCARD is not successful.
      
      Bug: 20614277
      Bug: 20881595
      Change-Id: I0280fe115b020dcab35f49041fb55b7f8e793da3
      (cherry picked from commit 96392b97)
      604c583c
  16. 29 May, 2015 4 commits
  17. 28 May, 2015 1 commit
    • Tao Bao's avatar
      Separate uncrypt into two modes · 158e11d6
      Tao Bao authored
      uncrypt needs to be triggered to prepare the OTA package before
      rebooting into the recovery. Separate uncrypt into two modes. In
      mode 1, it uncrypts the OTA package, but will not reboot the
      device. In mode 2, it wipes the /misc partition and reboots.
      
      Needs matching changes in frameworks/base, system/core and
      external/sepolicy to work properly.
      
      Bug: 20012567
      Bug: 20949086
      Change-Id: I14d25cb62770dd405cb56824d05d649c3a94f315
      158e11d6
  18. 16 May, 2015 1 commit
  19. 07 May, 2015 1 commit
  20. 06 May, 2015 2 commits