1. 28 9月, 2007 1 次提交
  2. 26 9月, 2007 1 次提交
  3. 25 9月, 2007 1 次提交
  4. 20 9月, 2007 1 次提交
  5. 31 8月, 2007 2 次提交
  6. 19 7月, 2007 1 次提交
  7. 18 7月, 2007 1 次提交
  8. 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
  9. 13 7月, 2007 1 次提交
  10. 08 7月, 2007 1 次提交
  11. 07 7月, 2007 1 次提交
  12. 29 6月, 2007 1 次提交
  13. 06 6月, 2007 1 次提交
  14. 25 4月, 2007 1 次提交
  15. 24 4月, 2007 1 次提交
  16. 01 3月, 2007 1 次提交
  17. 18 2月, 2007 1 次提交
  18. 14 2月, 2007 1 次提交
  19. 14 12月, 2006 1 次提交
    • R
      [PATCH] getting rid of all casts of k[cmz]alloc() calls · 5cbded58
      Robert P. J. Day 提交于
      Run this:
      
      	#!/bin/sh
      	for f in $(grep -Erl "\([^\)]*\) *k[cmz]alloc" *) ; do
      	  echo "De-casting $f..."
      	  perl -pi -e "s/ ?= ?\([^\)]*\) *(k[cmz]alloc) *\(/ = \1\(/" $f
      	done
      
      And then go through and reinstate those cases where code is casting pointers
      to non-pointers.
      
      And then drop a few hunks which conflicted with outstanding work.
      
      Cc: Russell King <rmk@arm.linux.org.uk>, Ian Molton <spyro@f2s.com>
      Cc: Mikael Starvik <starvik@axis.com>
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jeff Dike <jdike@addtoit.com>
      Cc: Greg KH <greg@kroah.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Paul Fulghum <paulkf@microgate.com>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Karsten Keil <kkeil@suse.de>
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Cc: Ian Kent <raven@themaw.net>
      Cc: Steven French <sfrench@us.ibm.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Neil Brown <neilb@cse.unsw.edu.au>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5cbded58
  20. 16 10月, 2006 1 次提交
  21. 13 10月, 2006 1 次提交
  22. 12 10月, 2006 1 次提交
  23. 02 10月, 2006 3 次提交
  24. 01 10月, 2006 1 次提交
  25. 30 9月, 2006 3 次提交
  26. 29 9月, 2006 1 次提交
  27. 28 9月, 2006 1 次提交
  28. 15 8月, 2006 1 次提交
  29. 12 8月, 2006 2 次提交
  30. 28 6月, 2006 1 次提交
  31. 27 6月, 2006 1 次提交
  32. 25 6月, 2006 1 次提交
  33. 12 6月, 2006 1 次提交
  34. 05 6月, 2006 1 次提交