An error occurred fetching the project authors.
  1. 25 Jan, 2005 1 commit
  2. 22 Sep, 2004 1 commit
  3. 17 Apr, 2004 1 commit
  4. 12 Mar, 2004 3 commits
    • Andrew Morton's avatar
      [PATCH] dm: stripe width fix · ef01bd3f
      Andrew Morton authored
      dm-stripe.c: The stripe width must be at least the page size.
      ef01bd3f
    • Andrew Morton's avatar
      [PATCH] dm: list targets cmd · c0ffbd19
      Andrew Morton authored
      From: Joe Thornber <thornber@redhat.com>
      
      List targets ioctl.  [Patrick Caulfield]
      c0ffbd19
    • Andrew Morton's avatar
      [PATCH] dm: endio method · ba657cf7
      Andrew Morton authored
      From: Joe Thornber <thornber@redhat.com>
      
      Add an endio method to targets.  This method is allowed to request another
      shot at failed ios (think multipath).  Context can be passed between the map
      method and the endio method.
      ba657cf7
  5. 18 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] snprintf fixes · 01d1a791
      Andrew Morton authored
      From: Juergen Quade <quade@hsnr.de>
      
      Lots of places in the kernel are using [v]snprintf wrongly: they assume it
      returns the number of characters copied.  It doesn't.  It returns the
      number of characters which _would_ have been copied had the buffer not been
      filled up.
      
      So create new functions vscnprintf() and scnprintf() which have the
      expected (sane) semaptics, and migrate callers over to using them.
      01d1a791
  6. 22 Sep, 2003 1 commit
  7. 07 Aug, 2003 1 commit
  8. 09 Jun, 2003 1 commit
  9. 22 Mar, 2003 1 commit
  10. 16 Dec, 2002 2 commits
  11. 11 Nov, 2002 1 commit
  12. 28 Oct, 2002 1 commit