<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/cciss_ioctl.h, branch tmp/leds/core</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2006-12-07T16:39:30Z</updated>
<entry>
<title>[PATCH] cciss: add support for 1024 logical volumes</title>
<updated>2006-12-07T16:39:30Z</updated>
<author>
<name>Mike Miller</name>
<email>mike.miller@hp.com</email>
</author>
<published>2006-12-07T04:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=799202cbd0ef6a201446d99fcbd78b9f0bda6ae5'/>
<id>urn:sha1:799202cbd0ef6a201446d99fcbd78b9f0bda6ae5</id>
<content type='text'>
Add the support for a large number of logical volumes.  We will soon have
hardware that support up to 1024 logical volumes.

Signed-off-by: Mike Miller &lt;mike.miller@hp.com&gt;
Cc: Jens Axboe &lt;jens.axboe@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH 1/3] cciss: bug fix for hpacucli</title>
<updated>2005-11-18T21:00:17Z</updated>
<author>
<name>mikem</name>
<email>mikem@beardog.cca.cpqcorp.net</email>
</author>
<published>2005-11-18T21:00:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7f0d50391adf371a0e66da0a1a44ba5cc6744ee8'/>
<id>urn:sha1:7f0d50391adf371a0e66da0a1a44ba5cc6744ee8</id>
<content type='text'>
This patch fixes a bug that breaks hpacucli, a command line interface
for the HP Array Config Utility. Without this fix the utility will
not detect any controllers in the system. I thought I had already fixed
this, but I guess not.

Thanks to all who reported the issue. Please consider this this inclusion.

Signed-off-by: Mike Miller &lt;mikem@beardog.cca.cpqcorp.net&gt;
Signed-off-by: Jens Axboe &lt;axboe@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] cciss: pci domain info pass 2</title>
<updated>2005-06-27T22:11:48Z</updated>
<author>
<name>Mike Miller</name>
<email>mike.miller@hp.com</email>
</author>
<published>2005-06-27T21:36:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cd6fb584cf7f18ec6b221192b57d712ecc8c1859'/>
<id>urn:sha1:cd6fb584cf7f18ec6b221192b57d712ecc8c1859</id>
<content type='text'>
This is pass 2 of my patch to add pci domain info to an existing ioctl.  This
time I insert the domain between dev_fn and board_id as Willy suggested and
change the var to unsigned short to ease Christoph's concerns.  Although I
thought unsigned int was the correct var type for this.  I also thought it
didn't matter where I inserted it in the structure.

Signed-off-by: Mike Miller &lt;mike.miller@hp.com&gt;
Acked-by: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] cciss ioctl32 update</title>
<updated>2004-06-18T01:08:10Z</updated>
<author>
<name>Mike Miller</name>
<email>mikem@beardog.cca.cpqcorp.net</email>
</author>
<published>2004-06-18T01:08:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=17ced6b4ff34ed3386355694ffcbe19fea758dc2'/>
<id>urn:sha1:17ced6b4ff34ed3386355694ffcbe19fea758dc2</id>
<content type='text'>
This patch provides a conversion routine for 32-bit user space apps that
call into a 64-bit kernel on x86_64 architectures.  This is required for
the HP Array Configuration utility and the HP management agents.  Without
this patch the apps will not function.

The 2 ioctls affected are the cciss pass thru ioctls.  Caveat: it spits out
2 warnings during compilation.  I've tried everything I can think of to
clean them up, but...  If anyone has any helpful suggestions I'm all ears.

Code by Stephen Cameron
Tested by Stephen Cameron &amp; Mike Miller

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sparse: cciss annotation</title>
<updated>2004-06-03T13:28:05Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2004-06-03T13:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bacd80d45a49d234b20b05c8f9a589fcce14dc9f'/>
<id>urn:sha1:bacd80d45a49d234b20b05c8f9a589fcce14dc9f</id>
<content type='text'>
cciss annotated, definition of inlined helpers moved up - before their
first use.
</content>
</entry>
<entry>
<title>[PATCH] cciss build fix</title>
<updated>2004-04-29T00:18:37Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-04-29T00:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5a1b759d1fa3c9b95a6b4c2e45b992de6d941071'/>
<id>urn:sha1:5a1b759d1fa3c9b95a6b4c2e45b992de6d941071</id>
<content type='text'>
From: &lt;mikem@beardog.cca.cpqcorp.net&gt;

This patch fixes the linux/include/cciss_ioctl.h file.  When support for the
cciss big ioctl was added the stucture in the header was put in the wrong
place.  If an application includes the file it will fail to compile.
</content>
</entry>
<entry>
<title>[PATCH] cciss: add passthrough ioctl</title>
<updated>2003-03-02T12:38:36Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@digeo.com</email>
</author>
<published>2003-03-02T12:38:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2a6975350e07cb487932b74defeb07e0ee3e43e4'/>
<id>urn:sha1:2a6975350e07cb487932b74defeb07e0ee3e43e4</id>
<content type='text'>
Patch from Stephen Cameron &lt;steve.cameron@hp.com&gt;

Add new big passthrough ioctl to allow large buffers.  Used by e.g.  online
array controller firmware flash utility.
</content>
</entry>
<entry>
<title>[PATCH] cciss: add CCISS_GETLUNINFO ioctl</title>
<updated>2003-03-02T12:38:23Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@digeo.com</email>
</author>
<published>2003-03-02T12:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ce7fe909ae348cbcf14fd83480572d283a226ad4'/>
<id>urn:sha1:ce7fe909ae348cbcf14fd83480572d283a226ad4</id>
<content type='text'>
Patch from Stephen Cameron &lt;steve.cameron@hp.com&gt;

Add CCISS_GETLUNINFO ioctl.

This ioctl returns the LUNID, number of partitions, and current number of
opens on a logical volume.  Used by the array config utility or any app that
needs to send passthrough commands to a particular logical disk.
</content>
</entry>
<entry>
<title>v2.5.2.1.1 -&gt; v2.5.2.2</title>
<updated>2002-02-05T08:13:48Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T08:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0713f0290054eb9769d588120712e3dccfb3ec34'/>
<id>urn:sha1:0713f0290054eb9769d588120712e3dccfb3ec34</id>
<content type='text'>
- Al Viro: fix new_inode() allocation
- undo initcall update
- cciss driver update
</content>
</entry>
<entry>
<title>v2.4.4 -&gt; v2.4.4.1</title>
<updated>2002-02-05T02:14:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T02:14:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=236e6127ad942fa9712f83a2d441e0ba7c3fc190'/>
<id>urn:sha1:236e6127ad942fa9712f83a2d441e0ba7c3fc190</id>
<content type='text'>
  - Al Viro: clean up driver "invalidate_device()" mess
  - Andries Brouwer: make sd.c work with USB Dane-Elec CompactFlash Card
  Reader
  - me: fix nasty lazy kernel page table update problem
  - me: undo fork changes. Too many user-level bugs and unresolved issues.
  - Peter Anvin: iso9660 cleanups
  - Alan Cox: big merge
  - Johannes Erdfelt: UHCI pci DMA setup fix
</content>
</entry>
</feed>
