1. 02 2月, 2008 12 次提交
  2. 10 10月, 2007 8 次提交
  3. 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
  4. 19 7月, 2007 1 次提交
    • J
      locks: rename lease functions to reflect locks.c conventions · a9933cea
      J. Bruce Fields 提交于
      We've been using the convention that vfs_foo is the function that calls
      a filesystem-specific foo method if it exists, or falls back on a
      generic method if it doesn't; thus vfs_foo is what is called when some
      other part of the kernel (normally lockd or nfsd) wants to get a lock,
      whereas foo is what filesystems call to use the underlying local
      functionality as part of their lock implementation.
      
      So rename setlease to vfs_setlease (which will call a
      filesystem-specific setlease after a later patch) and __setlease to
      setlease.
      
      Also, vfs_setlease need only be GPL-exported as long as it's only needed
      by lockd and nfsd.
      Signed-off-by: N"J. Bruce Fields" <bfields@citi.umich.edu>
      a9933cea
  5. 18 7月, 2007 3 次提交
  6. 11 7月, 2007 1 次提交
  7. 10 5月, 2007 1 次提交
  8. 07 5月, 2007 3 次提交
  9. 28 3月, 2007 2 次提交
  10. 13 2月, 2007 1 次提交
  11. 14 12月, 2006 4 次提交
  12. 09 12月, 2006 1 次提交
  13. 08 12月, 2006 1 次提交
  14. 22 11月, 2006 1 次提交