An error occurred fetching the project authors.
- 25 Jan, 2005 1 commit
-
-
Kevin Corry authored
In stripe_map(), change chunk to 64-bit and use do_div to divide and mod by the number of stripes. Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 22 Sep, 2004 1 commit
-
-
Alasdair G. Kergon authored
Rename EMIT macro to DMEMIT and move to header file. Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 17 Apr, 2004 1 commit
-
-
Andrew Morton authored
From: Kevin Corry <kevcorry@us.ibm.com> Striped: Use an EMIT macro in the status function.
-
- 12 Mar, 2004 3 commits
-
-
Andrew Morton authored
dm-stripe.c: The stripe width must be at least the page size.
-
Andrew Morton authored
From: Joe Thornber <thornber@redhat.com> List targets ioctl. [Patrick Caulfield]
-
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.
-
- 18 Feb, 2004 1 commit
-
-
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.
-
- 22 Sep, 2003 1 commit
-
-
Kevin Corry authored
Use the format_dev_t function for target status functions.
-
- 07 Aug, 2003 1 commit
-
-
Andrew Morton authored
From: Joe Thornber <thornber@sistina.com> Use sector_div() rather than defining own version. [Christophe Saout]
-
- 09 Jun, 2003 1 commit
-
-
Joe Thornber authored
-
- 22 Mar, 2003 1 commit
-
-
Andrew Morton authored
bdevname returns a pointer to a static string. Change it so that the caller passes in the buffer.
-
- 16 Dec, 2002 2 commits
-
-
Joe Thornber authored
There's a bug in the dm-stripe.c constructor failing top check if enough destinations are handed in. [Heinz Mauelshagen]
-
Joe Thornber authored
minor change for dm-stripe.c. Tests for correct chunksize before it allocates the stripe context. [Heinz Mauelshagen]
-
- 11 Nov, 2002 1 commit
-
-
Alexander Viro authored
Bunch of kdevname() uses replaced with bdevname(). __bdevname() switched from kdev_t to dev_t; callers updated.
-
- 28 Oct, 2002 1 commit
-
-
Alan Cox authored
This is the device mapper with Joe's updates applied and in -ac for a bit
-