SCST sysfs interface
This patch contains file scst_sysfs.c. Signed-off-by: Daniel Henrique Debonzi <debonzi(a)linux.vnet.ibm.com> Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- scst_sysfs.c | 3884 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3884 insertions(+) diff -uprN orig/linux-2.6.33/d... 13 Apr 2010 09:27
SCST core's scst_lib.c
This patch contains file scst_lib.c. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- scst_lib.c | 6337 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6337 insertions(+) diff -uprN orig/linux-2.6.33/drivers/scst/scst_lib.c linux-2.6.33/drivers/scst/scst_lib.c --- orig/l... 13 Apr 2010 09:27
SCST external modules support
This patch contains SCST external modules support routines. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- scst_module.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff -uprN orig/linux-2.6.33/drivers/scst/scst_module.c linux-2.6.33/drivers/scs... 13 Apr 2010 09:27
SCST SGV cache
This patch contains SCST SGV cache. SGV cache is a memory management subsystem in SCST. More info about it you can find in the documentation in this patch. P.S. Solaris COMSTAR also has similar facility. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- Documentation/scst/sgv_cache.txt | 224 ++++ d... 13 Apr 2010 09:27
SCST sysfs rules
This patch contains SCST sysfs rules. Signed-off-by: Vladislav Bolkhovitin <vst(a)vlnb.net> --- SysfsRules | 795 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 795 insertions(+) diff -uprN orig/linux-2.6.33/Documentation/scst/SysfsRules linux-2.6.33/Documentation/scst/SysfsRules... 13 Apr 2010 09:27
sched: add asymmetric packing option for sibling domain
On Fri, 2010-04-09 at 16:21 +1000, Michael Neuling wrote: Peter: Since this is based mainly off your initial patch, it should have your signed-off-by too, but I didn't want to add without your permission. Can I add it? Of course! :-) This thing does need a better changelog though, and maybe a larger co... 13 Apr 2010 09:27
[GIT] Sparc
I've spent the last week or so getting ftrace et al. working again on sparc64. The NMI scheme I use there was causing all sorts of issues, but luckily the final fix was very simple. While I was here debugging this stuff I added function graph tracer support, as well as support for kmemleak. Kmemleak even fou... 13 Apr 2010 08:21
[PATCH] input: handle bad parity PS/2 packets in mouse drivers better
This fixes a regression introduced in Linux 2.6.2 where mice that sporadically produce bad parity go crazy and start jumping around and clicking randomly, which never happens in any version of Windows running on the same hardware. The bugzilla bug is https://bugzilla.kernel.org/show_bug.cgi?id=6105 The patch wor... 13 Apr 2010 08:21
Can I limit the number of tcp connections ?
Is there any way to limit the # tcp connections under Linux ? I've tried ... echo 8 > /proc/sys/net/core/somaxconn .... but I can still open 10 ssh sessions, as well as a web server. I know I could run iptables, but I was looking for a much lower level solution (with a smaller resource footprint). Any c... 13 Apr 2010 08:20
IOMMU fixes for 2.6.34-rc3
* Joerg Roedel <joerg.roedel(a)amd.com> wrote: Hi Ingo, The following changes since commit 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6: Linus Torvalds (1): Linux 2.6.34-rc3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu... 13 Apr 2010 08:20