1. 20 Nov, 2012 16 commits
  2. 15 Nov, 2012 1 commit
  3. 13 Nov, 2012 3 commits
  4. 12 Nov, 2012 17 commits
  5. 11 Nov, 2012 2 commits
  6. 06 Nov, 2012 1 commit
    • Pavel Emelyanov's avatar
      proc: Fix anon shmem mapping detection · 6b2e13fc
      Pavel Emelyanov authored
      Linux kernel emulates anon-shared mappings by mapping internal
      tmpfs file in. We try to detect this by checking that the file
      under map is such, but do it with error -- major == 0 check is
      wrong, as regular tmpfs file can be such as well as btrfs or
      ecryptfs can screw things up.
      
      The only working way of doing this is to get the dev_t of this
      internal tmpfs mount.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      6b2e13fc