From: Jens Axboe <axboe@suse.de>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: Linux IDE <linux-ide@vger.kernel.org>,
"Andre M. Hedrick" <andre@linux-ide.org>
Subject: [patch] ide tcq for 2.4.19-pre8
Date: Fri, 17 May 2002 08:36:07 +0200 [thread overview]
Message-ID: <20020517063607.GA1109@suse.de> (raw)
Hi,
Fixed a few bugs and missing functionality (recovery) since the initial
2.4 version. Changelog:
- (generic tcq) use list_for_each_safe() in blk_queue_invalidate_tags(),
we are removing entries while browsning.
- (ide tcq) remember to honor max depth set.
- (ide tcq) fix auto_poll detection oops
- (ide tcq) enable use of NOP command to clear hardware tag queue on
error.
- (ide tcq) hwgroup->rq clearing race
- (ide tcq) refuse to toggle tcq enable flag on busy drive. This will
need to be fixed properly by serializing such requests with the normal
request queue.
I have tested error recovery, and it works. I've provoked errors at full
queue depths, and the code correctly recovered and kept spinning without
data loss.
Generic tcq support:
*.kernel.org/pub/linux/kernel/people/axboe/patches/v2.4/2.4.19-pre8/block-tag-2419p8-2.bz2
IDE tcq support:
*.kernel.org/pub/linux/kernel/people/axboe/patches/v2.4/2.4.19-pre8/ide-tag-2419p8-2.bz2
All-in-one:
*.kernel.org/pub/linux/kernel/people/axboe/patches/v2.4/2.4.19-pre8/ide-block-tag-2419p8.bz2
Enjoy,
--
Jens Axboe
next reply other threads:[~2002-05-17 6:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-17 6:36 Jens Axboe [this message]
[not found] <20020506134535.GC18817@suse.de>
2002-05-06 17:41 ` [PATCH] IDE TCQ for 2.4.19-pre8 Erik Andersen
2002-05-06 17:50 ` Jens Axboe
2002-05-06 18:57 ` Andre Hedrick
-- strict thread matches above, loose matches on Subject: below --
2002-05-06 13:45 Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020517063607.GA1109@suse.de \
--to=axboe@suse.de \
--cc=andre@linux-ide.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).