- 16 Nov, 2006 1 commit
-
-
Dennis Stosberg authored
This caused the system to stall when the aoe module was loaded. The error was introduced in commit 4ca5224f Signed-off-by:
Dennis Stosberg <dennis@stosberg.net> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 18 Oct, 2006 6 commits
-
-
Greg Kroah-Hartman authored
Moved the attributes into a group, making the compiler be quiet about ignoring the return value of the file create calls. This also also fixed a bug when removing the files, which were not symlinks. Cc: "Ed L. Cashin" <ecashin@coraid.com> Cc: Alan Cox <alan@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Ed L. Cashin authored
This patch addresses the concern that the aoe driver should not introduce unecessary conventions that must be learned by the reader. It reverts patch 6. Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Acked-by:
Alan Cox <alan@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Ed L. Cashin authored
Remove unecessary comment. Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Acked-by:
Alan Cox <alan@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Ed L. Cashin authored
Instead of starting with bio->bi_io_vec, use the offset in bio->bi_idx. Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Acked-by:
Alan Cox <alan@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Ed L. Cashin authored
Use simple macros to clean up the printks. (This patch is reverted by the 14th patch to follow.) Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Acked-by:
Alan Cox <alan@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Ed L. Cashin authored
Update the copyright year to 2006. Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Acked-by:
Alan Cox <alan@redhat.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 26 Mar, 2006 1 commit
-
-
Matthew Dobson authored
Modify well over a dozen mempool users to call mempool_create_slab_pool() rather than calling mempool_create() with extra arguments, saving about 30 lines of code and increasing readability. Signed-off-by:
Matthew Dobson <colpatch@us.ibm.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 24 Mar, 2006 2 commits
-
-
Ed L. Cashin authored
Instead of making the user wait or do it manually, refresh device information on its last close by issuing a config query to the device. Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Ed L. Cashin authored
Allow the driver to recognize AoE devices that have changed size. Devices not in use are updated automatically, and devices that are in use are updated at user request. Signed-off-by:
"Ed L. Cashin" <ecashin@coraid.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 08 Jan, 2006 1 commit
-
-
Christoph Hellwig authored
HDIO_GETGEO is implemented in most block drivers, and all of them have to duplicate the code to copy the structure to userspace, as well as getting the start sector. This patch moves that to common code [1] and adds a ->getgeo method to fill out the raw kernel hd_geometry structure. For many drivers this means ->ioctl can go away now. [1] the s390 block drivers are odd in this respect. xpram sets ->start to 4 always which seems more than odd, and the dasd driver shifts the start offset around, probably because of it's non-standard sector size. Signed-off-by:
Christoph Hellwig <hch@lst.de> Cc: Jens Axboe <axboe@suse.de> Cc: <mike.miller@hp.com> Cc: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> Cc: Neil Brown <neilb@cse.unsw.edu.au> Cc: Markus Lidel <Markus.Lidel@shadowconnect.com> Cc: Russell King <rmk@arm.linux.org.uk> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Cc: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 04 May, 2005 1 commit
-
-
Ed L Cashin authored
add firmware version to info in sysfs Signed-off-by:
Ed L. Cashin <ecashin@coraid.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 19 Apr, 2005 2 commits
-
-
ecashin@coraid.com authored
I can't use list.h, since sk_buff doesn't have a list_head but instead has two struct sk_buff pointers, and I want to avoid any extra memory allocation. send outgoing packets in order Signed-off-by:
Ed L. Cashin <ecashin@coraid.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
ecashin@coraid.com authored
add support for disk statistics Signed-off-by:
Ed L. Cashin <ecashin@coraid.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-