login
Header Space

 
 

[PATCH 0/5] ide-tape: refit tape data buffer bits/kill pipelining

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <bzolnier@...>
Cc: <linux-kernel@...>, <linux-ide@...>, Borislav Petkov <petkovbb@...>
Date: Saturday, March 29, 2008 - 1:46 pm

Hi Bart,

This patchset refits the tape->merge_stage pipeline stage into tape->bh, a
singly linked list of idetape_bh's, each of which is a tag attached to one or
more pages serving as a buffer for data requests. The original functionality
is kept wrt collecting data in the buffer and flushing it to the hardware
when full.

Currently, the data rq's are serialized on the block interface and it
would probably be better to return immediately after issuing it over
ide_do_drive_cmd() in order to increase throughput, proper locking and testing
implied of course.

 drivers/ide/ide-tape.c |  393 +++++++++++++++++-------------------------------
 1 files changed, 135 insertions(+), 258 deletions(-)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/5] ide-tape: refit tape data buffer bits/kill pipel..., Borislav Petkov, (Sat Mar 29, 1:46 pm)
[PATCH 5/5] ide-tape: remove the last remains of pipelining, Borislav Petkov, (Sat Mar 29, 1:46 pm)
Re: [PATCH 5/5] ide-tape: remove the last remains of pipelin..., Bartlomiej Zolnierkiewicz..., (Thu Apr 3, 6:04 pm)
[PATCH 4/5] ide-tape: improve buffer pages freeing strategy, Borislav Petkov, (Sat Mar 29, 1:46 pm)
Re: [PATCH 4/5] ide-tape: improve buffer pages freeing strat..., Bartlomiej Zolnierkiewicz..., (Thu Apr 3, 5:33 pm)
[PATCH 1/5] ide-tape: improve buffer allocation strategy, Borislav Petkov, (Sat Mar 29, 1:46 pm)
Re: [PATCH 1/5] ide-tape: improve buffer allocation strategy, Bartlomiej Zolnierkiewicz..., (Thu Apr 3, 5:32 pm)
speck-geostationary