1. 15 7月, 2009 1 次提交
  2. 16 5月, 2009 1 次提交
    • D
      dlm: use more NOFS allocation · 748285cc
      David Teigland 提交于
      Change some GFP_KERNEL allocations to use either GFP_NOFS or
      ls_allocation (when available) which the fs sets to GFP_NOFS.
      The point is to prevent allocations from going back into the
      cluster fs in places where that might lead to deadlock.
      Signed-off-by: NDavid Teigland <teigland@redhat.com>
      748285cc
  3. 15 5月, 2009 1 次提交
  4. 12 3月, 2009 1 次提交
  5. 29 1月, 2009 2 次提交
  6. 24 12月, 2008 2 次提交
  7. 15 7月, 2008 1 次提交
  8. 20 5月, 2008 2 次提交
  9. 30 1月, 2008 2 次提交
  10. 07 11月, 2007 1 次提交
  11. 10 10月, 2007 2 次提交
  12. 14 8月, 2007 3 次提交
  13. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83
  14. 09 7月, 2007 3 次提交
  15. 01 5月, 2007 6 次提交
  16. 10 2月, 2007 1 次提交
  17. 06 2月, 2007 9 次提交
  18. 16 12月, 2006 1 次提交