Skip to content
Snippets Groups Projects
  1. Dec 05, 2017
  2. Oct 06, 2017
  3. Aug 09, 2017
  4. Jul 07, 2017
  5. Feb 22, 2017
    • Daniel Rosenberg's avatar
      ANDROID: sdcardfs: Don't bother deleting freelist · 880c68e4
      Daniel Rosenberg authored
      
      There is no point deleting entries from dlist, as
      that is a temporary list on the stack from which
      contains only entries that are being deleted.
      
      Not all code paths set up dlist, so those that
      don't were performing invalid accesses in
      hash_del_rcu. As an additional means to prevent
      any other issue, we null out the list entries when
      we allocate from the cache.
      
      Signed-off-by: default avatarDaniel Rosenberg <drosen@google.com>
      Bug: 35666680
      Change-Id: Ibb1e28c08c3a600c29418d39ba1c0f3db3bf31e5
      880c68e4
  6. Feb 17, 2017
  7. Feb 15, 2017
  8. Feb 14, 2017
    • Michael Halcrow's avatar
      ANDROID: ext4 crypto: Disables zeroing on truncation when there's no key · 8b75db98
      Michael Halcrow authored
      
      When performing orphan cleanup on mount, ext4 may truncate pages.
      Truncation as currently implemented may require the encryption key for
      partial zeroing, and the key isn't necessarily available on mount.
      Since the userspace tools don't perform the partial zeroing operation
      anyway, let's just skip doing that in the kernel.
      
      This patch fixes a BUG_ON() oops.
      
      Bug: 35209576
      Change-Id: I2527a3f8d2c57d2de5df03fda69ee397f76095d7
      Signed-off-by: default avatarMichael Halcrow <mhalcrow@google.com>
      8b75db98
Loading