1. 31 8月, 2007 3 次提交
  2. 24 8月, 2007 3 次提交
  3. 23 8月, 2007 1 次提交
  4. 18 8月, 2007 1 次提交
  5. 26 7月, 2007 1 次提交
  6. 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
  7. 19 7月, 2007 2 次提交
  8. 18 7月, 2007 3 次提交
  9. 17 7月, 2007 2 次提交
  10. 16 7月, 2007 2 次提交
  11. 15 7月, 2007 1 次提交
    • S
      [CIFS] Add support for new POSIX unlink · 2d785a50
      Steve French 提交于
      In the cleanup phase of the dbench test, we were noticing sharing
      violation followed by failed directory removals when dbench
      did not close the test files before the cleanup phase started.
      Using the new POSIX unlink, which Samba has supported for a few
      months, avoids this.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      2d785a50
  12. 13 7月, 2007 1 次提交
  13. 12 7月, 2007 1 次提交
  14. 10 7月, 2007 2 次提交
  15. 09 7月, 2007 1 次提交
  16. 08 7月, 2007 2 次提交
  17. 07 7月, 2007 4 次提交
  18. 29 6月, 2007 2 次提交
  19. 28 6月, 2007 1 次提交
  20. 26 6月, 2007 1 次提交
  21. 25 6月, 2007 2 次提交
  22. 08 6月, 2007 1 次提交
    • S
      [CIFS] CIFS should honour umask · 3ce53fc4
      Steve French 提交于
      This patch makes CIFS honour a process' umask like other filesystems.
      Of course the server is still free to munge the permissions if it wants
      to; but the client will send the "right" permissions to begin with.
      
      A few caveats:
      
      1) It only applies to filesystems that have CAP_UNIX (aka support unix
      extensions)
      2) It applies the correct mode to the follow up CIFSSMBUnixSetPerms()
      after remote creation
      
      When mode to CIFS/NTFS ACL mapping is complete we can do the
      same thing for that case for servers which do not
      support the Unix Extensions.
      Signed-off-by: NMatt Keenen <matt@opcode-solutions.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      3ce53fc4
  23. 06 6月, 2007 2 次提交