Signed-off-by: Ed Cashin
---
drivers/block/aoe/aoe.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
index 2284f89..025c41d 100644
--- a/drivers/block/aoe/aoe.h
+++ b/drivers/block/aoe/aoe.h
@@ -1,5 +1,5 @@
/* Copyright
Some users have a large AoE target while others like to use
many AoE targets at the same time. In the latter case, there
is an opportunity to greatly improve aggregate throughput by
allowing different threads to complete the I/O associated
with each target. For 36 targets, 4 KiB read throughput
r
Signed-off-by: Ed Cashin
---
drivers/block/aoe/aoe.h|2 +-
drivers/block/aoe/aoecmd.c |2 +-
drivers/block/aoe/aoedev.c |2 +-
drivers/block/aoe/aoenet.c |2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
ind
This patch series applies to today's linux-next/akpm, commit
cbbc4a736dfca9a1ade0b13219d98d12601c1c06.
Ed L. Cashin (3):
aoe: perform I/O completions in parallel
aoe: update copyright date
aoe: update internal version number to v83
drivers/block/aoe/aoe.h| 11 ++-
drivers/block/aoe/
On Fri, 24 Aug 2012 14:22:57 -0700, Andrew Morton wrote:
> On Fri, 17 Aug 2012 21:24:08 -0400
> Ed Cashin wrote:
...
> > +#ifdef PF_NOFREEZE
>
> PF_NOFREEZE can never be undefined.
>
> > + current->flags |= PF_NOFREEZE;
> > +#endif
> > + set_user_nice(current, -10);
> > + sigfillset(&bloc
remove too-low cap on minor number
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
--- a/drivers/block/aoe/aoe.h 2005-03-10 11:59:55.0 -0500
+++ b/drivers/block/aoe/aoe.h 2005-03-10 12:19:04.0 -0500
@@ -2,9 +2,14
allow multiple aoe devices with same MAC addr
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
--- a/drivers/block/aoe/aoe.h 2005-03-10 12:19:04.0 -0500
+++ b/drivers/block/aoe/aoe.h 2005-03-10 12:19:11.0 -0500
@@
update driver version to 6
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
--- a/drivers/block/aoe/aoe.h 2005-03-10 12:19:11.0 -0500
+++ b/drivers/block/aoe/aoe.h 2005-03-10 12:19:14.0 -0500
@@ -1,5 +1,5 @@
/* Co
handle distros that have a udev rules file instead of dir
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/Documentation/aoe/udev-install.sh
b/Documentation/aoe/udev-install.sh
--- a/Documentation/aoe/udev-install.sh 2005-03-10 11:59:55.0 -0500
+++ b/Documentation/aoe/udev-i
Alexey Dobriyan sparse cleanup
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
--- a/drivers/block/aoe/aoe.h 2005-03-10 12:19:14.0 -0500
+++ b/drivers/block/aoe/aoe.h 200
don't try to free null bufpool
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoedev.c b/drivers/block/aoe/aoedev.c
--- a/drivers/block/aoe/aoedev.c2005-03-10 12:19:11.0 -0500
+++ b/drivers/block/aoe/aoedev.c2005-03-10 12:19:25.0 -0
document env var for specifying number of partitions per dev
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/Documentation/aoe/mkdevs.sh b/Documentation/aoe/mkdevs.sh
--- a/Documentation/aoe/mkdevs.sh 2005-03-07 17:37:14.0 -0500
+++ b/Documentation/aoe/mkdevs.sh
add note about the need for deadlock-free sk_buff allocation
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/Documentation/aoe/todo.txt b/Documentation/aoe/todo.txt
--- a/Documentation/aoe/todo.txt1969-12-31 19:00:00.0 -0500
+++ b/Documentation/aoe/todo.txt20
Andrew Morton has already merged this patch.
Randy Dunlap: avoid warnings on sparc64
Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c
--- a/drivers/block/aoe/aoeblk.c2005-0
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 <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
-
support configuration of AOE_PARTITIONS from Kconfig
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/Kconfig b/drivers/block/Kconfig
--- a/drivers/block/Kconfig 2005-03-07 17:37:58.0 -0500
+++ b/drivers/block/Kconfig 2005-03-10 12:19:54.0 -0500
add support for disk statistics
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
diff -uprN a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
--- a/drivers/block/aoe/aoe.h 2005-03-10 12:19:54.0 -0500
+++ b/drivers/block/aoe/aoe.h 2005-03-10 12:20:02.0 -0500
@@ -91,6 +91,7 @@
Arjan van de Ven <[EMAIL PROTECTED]> writes:
> On Thu, 2005-03-24 at 07:17 -0800, [EMAIL PROTECTED] wrote:
>> don't try to free null bufpool
>
> in linux there is a "rule" that all memory free routines are supposed to
> also accept NULL as argument, so I think this patch is not needed (and
> even
18 matches
Mail list logo