nfsd: fix leak on error in nfsv3 readdir
[safe/jmp/linux-2.6] / mm / kmemleak.c
2009-07-29 Catalin Marinaskmemleak: Protect the seq start/next/stop sequence...
2009-07-08 Catalin Marinaskmemleak: Allow partial freeing of memory blocks
2009-07-08 Catalin Marinaskmemleak: Scan objects allocated during a scanning...
2009-07-08 Catalin Marinaskmemleak: Do not acquire scan_mutex in kmemleak_open()
2009-07-08 Catalin Marinaskmemleak: Remove the reported leaks number limitation
2009-07-07 Catalin Marinaskmemleak: Add more cond_resched() calls in the scanning...
2009-07-07 Catalin Marinaskmemleak: Renice the scanning thread to +10
2009-07-01 Ingo Molnarkmemleak: Fix scheduling-while-atomic bug
2009-06-29 Catalin Marinaskmemleak: Do not warn if an unknown object is freed
2009-06-29 Catalin Marinaskmemleak: Do not report new leaked objects if the scann...
2009-06-26 Catalin Marinaskmemleak: Slightly change the policy on newly allocated...
2009-06-26 Catalin Marinaskmemleak: Do not trigger a scan when reading the debug...
2009-06-26 Catalin Marinaskmemleak: Simplify the reports logged by the scanning...
2009-06-26 Catalin Marinaskmemleak: Enable task stacks scanning by default
2009-06-25 Catalin Marinaskmemleak: Allow the early log buffer to be configurable.
2009-06-23 Joe Percheskmemleak: use pr_fmt
2009-06-17 Catalin Marinaskmemleak: Fix some typos in comments
2009-06-17 Catalin Marinaskmemleak: Rename kmemleak_panic to kmemleak_stop
2009-06-17 Catalin Marinaskmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the intern...
2009-06-11 Catalin Marinaskmemleak: Add the base support