09 Feb, 2008
2 commits
-
When an AoE device is detected, the kernel is informed, and a new block device
is created. If the device is unused, the block device corresponding to remote
device that is no longer available may be removed from the system by telling
the aoe driver to "flush" its list of devices.Without this patch, software like GPFS and LVM may attempt to read from AoE
devices that were discovered earlier but are no longer present, blocking until
the I/O attempt times out.Signed-off-by: Ed L. Cashin
Cc: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
This patch adds a known default location for the udev configuration file and
uses the more recent "==" syntax for SUBSYSTEM and KERNEL.Signed-off-by: Ed L. Cashin
Cc: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
04 Oct, 2006
1 commit
-
This patch fixes typos in various Documentation txts. This patch addresses
some words starting with the letters 'D'-'E'.Signed-off-by: Matt LaPlante
Signed-off-by: Adrian Bunk
24 Mar, 2006
1 commit
-
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"
Signed-off-by: Greg Kroah-Hartman
10 Sep, 2005
1 commit
-
Change the number of supported AoE slot addresses per AoE shelf
address to 16.Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartman
04 May, 2005
3 commits
-
update the documentation to mention aoetools
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartman -
aoe-stat should work for built-in as well as module
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartmandiff -uprN a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh
-
improve allowed interfaces configuration
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartmandiff -uprN a/Documentation/aoe/aoe.txt b/Documentation/aoe/aoe.txt
19 Apr, 2005
3 commits
-
add note about the need for deadlock-free sk_buff allocation
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartman -
document env var for specifying number of partitions per dev
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartman -
handle distros that have a udev rules file instead of dir
Signed-off-by: Ed L. Cashin
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
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!