<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/block, branch v2.6.15</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v2.6.15</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v2.6.15'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2005-12-13T06:31:16Z</updated>
<entry>
<title>[PATCH] cciss: fix for deregister_disk</title>
<updated>2005-12-13T06:31:16Z</updated>
<author>
<name>Mike Miller</name>
<email>mike.miller@hp.com</email>
</author>
<published>2005-12-13T06:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2f6331faf58a4727a9f1138cd6db30d05b124220'/>
<id>urn:sha1:2f6331faf58a4727a9f1138cd6db30d05b124220</id>
<content type='text'>
This patch adds setting our drv-&gt;queue = NULL back in deregister_disk.  The
drv-&gt;queue is part of our controller struct.  blk_cleanup_queue works only
on the queue in the gendisk struct.

Signed-off-by: Mike Miller &lt;mike.miller@hp.com&gt;
Cc: Jens Axboe &lt;axboe@suse.de&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: double put_disk()</title>
<updated>2005-12-12T16:57:43Z</updated>
<author>
<name>Jens Axboe</name>
<email>axboe@suse.de</email>
</author>
<published>2005-12-12T08:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=b4788f6d55548e587ced330ece711456f40ec8f1'/>
<id>urn:sha1:b4788f6d55548e587ced330ece711456f40ec8f1</id>
<content type='text'>
This undoes the put_disk patch I sent in before.

If I had been paying attention I would have seen that we call put_disk
from free_hba during driver unload.  That's the only time we want to
call it.  If it's called from deregister disk we may remove the
controller (cNd0) unintentionally.

Signed-off-by: Mike Miller &lt;mike.miller@hp.com&gt;
Signed-off-by: Jens Axboe &lt;axboe@suse.de&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] revert floppy-fix-read-only-handling</title>
<updated>2005-11-24T00:08:38Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2005-11-23T21:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c101e77301877086e6f977fcfb140d1cbbe23fd5'/>
<id>urn:sha1:c101e77301877086e6f977fcfb140d1cbbe23fd5</id>
<content type='text'>
This fix causes problems on the very first floppy access - we haven't yet
talked to the FDC so we don't know which state the write-protect tab is in.

Revert for now.

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 3/3] cciss: add put_disk into cleanup routines</title>
<updated>2005-11-18T21:05:36Z</updated>
<author>
<name>mikem</name>
<email>mikem@beardog.cca.cpqcorp.net</email>
</author>
<published>2005-11-18T21:05:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6f5a0f7c955d3567f800fa36f978758cb5b99aa2'/>
<id>urn:sha1:6f5a0f7c955d3567f800fa36f978758cb5b99aa2</id>
<content type='text'>
Jeff Garzik pointed me to his code to see how to remove a disk from
the system _properly_. Well, here it is...
Every place we remove disks we are now testing before calling del_gendisk
or blk_cleanup_queue and then call put_disk.

Signed-off-by: Mike Miller &lt;mike.miller@hp.com&gt;
Signed-off-by: Jens Axboe &lt;axboe@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH 2/3] cciss: bug fix for BIG_PASS_THRU</title>
<updated>2005-11-18T21:02:44Z</updated>
<author>
<name>Jens Axboe</name>
<email>axboe@suse.de</email>
</author>
<published>2005-11-18T21:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=15534d3803993345d8db32246ec329d8f83502e1'/>
<id>urn:sha1:15534d3803993345d8db32246ec329d8f83502e1</id>
<content type='text'>
Applications using CCISS_BIG_PASSTHRU complained that the data written
was zeros. The problem is that the buffer is being cleared after the
user copy, unless the user copy has failed... Correct that logic.

Signed-off-by: Mike Miller &lt;mike.miller@hp.com&gt;
Signed-off-by: Jens Axboe &lt;axboe@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] cciss_scsi warning fix</title>
<updated>2005-11-15T16:59:20Z</updated>
<author>
<name>Grant Coady</name>
<email>gcoady@gmail.com</email>
</author>
<published>2005-11-15T08:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=400bb2369df481abae5aa801e63e70008e15fba5'/>
<id>urn:sha1:400bb2369df481abae5aa801e63e70008e15fba5</id>
<content type='text'>
drivers/block/cciss_scsi.c:264: warning: `print_bytes' defined but not used
drivers/block/cciss_scsi.c:298: warning: `print_cmd' defined but not used

Signed-off-by: Grant Coady &lt;gcoady@gmail.com&gt;
Acked-by: Mike Miller &lt;mike.miller@hp.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] packet writing oops fix</title>
<updated>2005-11-14T02:14:11Z</updated>
<author>
<name>Peter Osterlund</name>
<email>petero2@telia.com</email>
</author>
<published>2005-11-14T00:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=ae7642bb05623988d8ca82b332dad1ed7bdb8ceb'/>
<id>urn:sha1:ae7642bb05623988d8ca82b332dad1ed7bdb8ceb</id>
<content type='text'>
There is an old bug in the pkt_count_states() function that causes stack
corruption.  When compiling with gcc 3.x or 2.x it is harmless, but gcc 4
allocates local variables differently, which makes the bug visible.

Signed-off-by: Peter Osterlund &lt;petero2@telia.com&gt;
Cc: &lt;stable@kernel.org&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>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial</title>
<updated>2005-11-12T00:29:22Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-11-12T00:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=63f45b80947cb0819673860f6970f483e2cab21d'/>
<id>urn:sha1:63f45b80947cb0819673860f6970f483e2cab21d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge by hand (whitespace conflicts in libata.h)</title>
<updated>2005-11-10T14:29:07Z</updated>
<author>
<name>James Bottomley</name>
<email>jejb@titanic.(none)</email>
</author>
<published>2005-11-10T14:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=8a87a0b6313109d2fea87b1271d497c954ce2ca8'/>
<id>urn:sha1:8a87a0b6313109d2fea87b1271d497c954ce2ca8</id>
<content type='text'>
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] remove Scsi_Device typedef</title>
<updated>2005-11-09T20:48:20Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-10-31T17:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=f64a181d898e0518d5ae90c4870069510de977e1'/>
<id>urn:sha1:f64a181d898e0518d5ae90c4870069510de977e1</id>
<content type='text'>
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
</feed>
