1. 23 Aug, 2006 8 commits
  2. 22 Aug, 2006 4 commits
  3. 18 Aug, 2006 2 commits
  4. 07 Aug, 2006 24 commits
  5. 25 Jul, 2006 2 commits
    • Greg Kroah-Hartman's avatar
      Linux 2.6.17.7 · c271180a
      Greg Kroah-Hartman authored
      c271180a
    • Kirill Korotaev's avatar
      struct file leakage · 8456c78d
      Kirill Korotaev authored
      2.6.16 leaks like hell. While testing, I found massive leakage
      (reproduced in openvz) in:
      
      *filp
      *size-4096
      
      And 1 object leaks in
      *size-32
      *size-64
      *size-128
      
      It is the fix for the first one.  filp leaks in the bowels of namei.c.
      
      Seems, size-4096 is file table leaking in expand_fdtables.
      
      I have no idea what are the rest and why they show only accompanying
      another leaks.  Some debugging structs?
      
      [akpm@osdl.org, Trond: remove the IS_ERR() check]
      Signed-off-by: default avatarAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
      Cc: Kirill Korotaev <dev@openvz.org>
      Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      8456c78d