JPH05134810A - Command reordering method for disk device - Google Patents

Command reordering method for disk device

Info

Publication number
JPH05134810A
JPH05134810A JP29539191A JP29539191A JPH05134810A JP H05134810 A JPH05134810 A JP H05134810A JP 29539191 A JP29539191 A JP 29539191A JP 29539191 A JP29539191 A JP 29539191A JP H05134810 A JPH05134810 A JP H05134810A
Authority
JP
Japan
Prior art keywords
command
counting means
cylinder
commands
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP29539191A
Other languages
Japanese (ja)
Inventor
Yoshinori Inoue
義憲 井上
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP29539191A priority Critical patent/JPH05134810A/en
Publication of JPH05134810A publication Critical patent/JPH05134810A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent a command whose priority order is lowered by command reordering from becoming to time-out. CONSTITUTION:In a disk device 2 equipped with a command queuing function 3 and a command reordering function 4, a first counting means 5 is provided to be incremented every time one command is received, and a second counting means 6 is provided to be incremented every time one command is executed. Then, a table 7 for storing the waiting matrix of commands additionally stores values counted by the first counting means 5 in the order of receiving the respective commands and when executing command reordering after the commands are executed at prescribed number of times, the value counted by the second counting means 6 is compared with the counted value of the first counting means 5 stored in the table 7 and added to the unexecuted command. When the value counted by the second counting means 6 is larger than a prescribed value, the priority order of the processing of the unexecuted command is changed into the highest priority order.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は複数の入出力命令を先取
りし、コマンドキューイング(命令の待ち行列を作成す
ること)して処理するディスク装置に係り、特にコマン
ドリオーダリング(ヘッドが位置付けされているシリン
ダに対して最も近いシリンダにアクセスするコマンド
を、待ち行列の優先順位を入れ替えて先に実行出来るよ
うにすること)を行う場合に優先順位を低くされたコマ
ンドがタイムアウトとならないようにするディスク装置
のコマンドリオーダリング方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a disk device for prefetching a plurality of input / output instructions and processing them by command queuing (creating a queue of instructions), and particularly command reordering (where the head is positioned). When a command that accesses the closest cylinder to the current cylinder is executed by changing the priority of the queue so that it can be executed first), the command with lower priority will not time out. The present invention relates to a command reordering method for a disk device.

【0002】近年の計算機システムでは、小型化、高速
化及び大容量化が大きな流れとなっているが、このた
め、ディスク装置も高速化と高信頼性化が求められてい
る。そこで、ホストから発行された複数のコマンドを先
取りしてコマンドキューイングし、更にコマンドリオー
ダリングすることで、処理の高速化を実現したディスク
装置が提供されている。
In computer systems of recent years, miniaturization, high speed, and large capacity have become a major trend. For this reason, disk devices are also required to have high speed and high reliability. Therefore, there is provided a disk device that realizes a high-speed processing by prefetching a plurality of commands issued from the host, queuing the commands, and further reordering the commands.

【0003】ところで、コマンドリオーダリングする
と、ヘッドが位置付けされているシリンダの付近のシリ
ンダをアクセスするコマンドは優先して処理されるが、
ヘッドの位置付けされているシリンダから遠く離れたシ
リンダのアクセスを指示しているコマンドの実行は遅く
なる。
By the way, when command reordering is performed, a command for accessing a cylinder near the cylinder in which the head is positioned is processed with priority.
Execution of commands directing access to cylinders far away from the cylinder where the head is located is slowed down.

【0004】そして、処理の遅れたコマンドは所定の時
間が経過すると、タイムアウトとなるが、このような状
態となることは防止する必要がある。
A command whose processing has been delayed will time out after a lapse of a predetermined time, but it is necessary to prevent such a situation.

【0005】[0005]

【従来の技術】従来のコマンドキューイング機能を備
え、コマンドリオーダリングを行うディスク装置は、S
CSIインタフェースに接続されており、このインタフ
ェース規格に基づき、イニシエータのホストから発行さ
れた複数のコマンドを、コマンドを実行するための情報
(アドレスやデータ長等)を格納するコマンドキュー
(コマンドの待ち行列)内にキューイングし、このコマ
ンド情報によって、コマンドリオーダリングを行い、ヘ
ッドが位置付けされているシリンダに最も近いシリンダ
をアクセスすることが可能なコマンドを選択し、優先し
て処理し得るように順位を決めている。
2. Description of the Related Art A disk device having a conventional command queuing function and performing command reordering is an S
A command queue (command queue) that is connected to the CSI interface and stores information (address, data length, etc.) for executing a plurality of commands issued from the initiator host based on this interface standard. ), The command information is reordered according to this command information, and the command that can access the cylinder closest to the cylinder where the head is positioned is selected and prioritized for priority processing. Have decided.

【0006】従って、ヘッドが位置付けされているシリ
ンダの近傍のシリンダをアクセスするコマンドが優先し
て処理され、データの書込み/読出しが実行されてい
る。このため、ヘッドが位置付けされているシリンダか
ら離れたシリンダをアクセスするコマンドの処理の優先
順位は低くなり、このコマンドによるデータの書込み/
読出しは遅くなっていた。
Therefore, a command for accessing a cylinder near the cylinder in which the head is positioned is preferentially processed, and data writing / reading is executed. Therefore, the processing priority of the command for accessing the cylinder away from the cylinder where the head is positioned becomes low, and the data writing / writing by this command is low.
Reading was slow.

【0007】[0007]

【発明が解決しようとする課題】上記の如く、従来のコ
マンドリオーダリングは、ヘッドが位置付けされている
シリンダから離れたシリンダのアクセスを要求するコマ
ンドの処理の優先順位を低くするため、ホストからヘッ
ドの位置付けされているシリンダの近傍のシリンダをア
クセスするコマンドの送出が継続した場合、コマンドリ
オーダリングが行われる度に、ヘッドの位置付けされて
いるシリンダから離れたシリンダのアクセスを要求する
コマンドの処理の優先順位は、その都度低くされる。従
って、このコマンドの実行は後回しにされることとな
る。
As described above, the conventional command reordering lowers the priority of processing of a command requesting access to a cylinder away from the cylinder in which the head is located, so that the host does not process the head. If the command for accessing a cylinder near the cylinder positioned by is continuously sent, the command processing requesting the access of the cylinder away from the cylinder where the head is positioned is executed each time command reordering is performed. The priority is lowered each time. Therefore, the execution of this command will be postponed.

【0008】このため、ホストから前に発行されたヘッ
ドの位置付けされたシリンダから離れたシリンダをアク
セスするコマンドの処理が遅くなり、タイムアウトとな
るという問題が発生していた。
For this reason, there has been a problem that the processing of a command issued from the host to access a cylinder far from the cylinder in which the head is positioned is delayed and timed out.

【0009】本発明はこのような問題点に鑑み、ヘッド
が位置付けされているシリンダから離れたシリンダをア
クセスするコマンドの処理が遅れている場合、その遅れ
が所定のコマンド実行回数以上であった時、コマンドリ
オーダリングする際に優先順位を高くすることによっ
て、処理の遅れたコマンドがタイムアウトとならないよ
うにすることを目的としている。
In view of the above problems, the present invention provides a method in which the processing of a command for accessing a cylinder distant from the cylinder in which the head is positioned is delayed, and the delay is greater than a predetermined command execution count. , The purpose is to prevent a command whose processing is delayed from timing out by increasing the priority when performing command reordering.

【0010】[0010]

【課題を解決するための手段】図1は本発明の原理を説
明するブロック図である。ディスク装置2は、上位装置
1から複数のコマンドを先取りして、コマンドの待ち行
列を作成するコマンドキューイング機能3と、このコマ
ンドキューイング機能3が作成した待ち行列の処理順位
を入れ替えて、ヘッドが位置付けされているシリンダに
最も近いシリンダをアクセスするコマンドの処理順位を
最優先とするコマンドリオーダリング機能4を備えてい
る。
FIG. 1 is a block diagram for explaining the principle of the present invention. The disk device 2 exchanges the processing order of the command queuing function 3 that creates a command queue by prefetching a plurality of commands from the higher-level device 1 and the processing order of the queue created by this command queuing function 3, Is provided with a command reordering function 4 that gives the highest priority to the processing order of the command that accesses the cylinder closest to the cylinder in which is located.

【0011】そして、上位装置1から発行されたコマン
ドを一つ受け取る度にインクリメントする第1の計数手
段5と、一つのコマンドが実行される度にインクリメン
トする第2の計数手段6とを設けている。
A first counting means 5 is provided for incrementing each time one command issued from the host device 1 is received, and a second counting means 6 is provided for incrementing each command executed. There is.

【0012】そして、前記コマンドキューイング機能3
が作成したコマンドの待ち行列を記憶するテーブル7
に、第1の計数手段5が計数した値を各コマンドに夫々
受信した順に順次付加して記憶させ、所定の回数コマン
ドを実行した後のコマンドリオーダリングを行う際に、
前記第2の計数手段6が計数した値と、テーブル7に記
憶されて未実行のコマンドに付加された第1の計数手段
5の計数値とを比較して、第2の計数手段6が計数した
値が所定値より大きい場合、前記未実行のコマンドの処
理の優先順位を最高とする。
Then, the command queuing function 3
Table 7 that stores the queue of commands created by
At the time of performing command reordering after executing the command a predetermined number of times, the values counted by the first counting means 5 are sequentially added to each command and stored in the order in which they are received,
The second counting means 6 compares the value counted by the second counting means 6 with the count value of the first counting means 5 stored in the table 7 and added to the unexecuted command. If the determined value is larger than the predetermined value, the priority of processing of the unexecuted command is set to the highest.

【0013】[0013]

【作用】上記の如く構成することにより、コマンドリオ
ーダリング機能4によって、ヘッドの位置付けされてい
るシリンダから離れたシリンダをアクセスするコマンド
の処理の優先順位が低くされても、所定の回数コマンド
が実行される度に、そのコマンドの処理が実行されたか
チェックされる。
With the above configuration, the command reordering function 4 executes the command a predetermined number of times even if the priority of the processing of the command for accessing the cylinder away from the cylinder where the head is positioned is lowered. Each time it is executed, it is checked whether the processing of the command has been executed.

【0014】そして、未実行であれば、処理の優先順位
が最高となるため、タイムアウトとなる前に未実行コマ
ンドの処理が実行される。
If the command has not been executed, the priority of the process becomes the highest, and therefore the process of the unexecuted command is executed before the time-out.

【0015】[0015]

【実施例】図2は本発明の一実施例を示す回路のブロッ
ク図で、図3は図2の動作を説明する図である。
2 is a block diagram of a circuit showing an embodiment of the present invention, and FIG. 3 is a diagram for explaining the operation of FIG.

【0016】ディスク装置2のプロセッサ11はROM
12に格納されているプログラムを読出して動作し、ホ
スト10が発行したコマンドが、SCSIバスを経てデ
ィスク装置2のSCSI制御回路16に入ると、リード
/ライト制御回路19を経てコマンドが実行中であるか
調べる。
The processor 11 of the disk device 2 is a ROM
When the command issued by the host 10 enters the SCSI control circuit 16 of the disk device 2 via the SCSI bus by reading the program stored in the storage device 12, the command is being executed via the read / write control circuit 19. Check if there is.

【0017】そして、コマンドが実行中でありセンスが
かえされていない場合、直ちにコマンドが実行出来ない
ため、即時実行不可能なコマンドと判定し、コマンドキ
ューイングを行う。
If the command is being executed and the sense has not been changed, the command cannot be executed immediately, so it is determined that the command cannot be executed immediately and command queuing is performed.

【0018】即ち、SCSI制御回路16に入った複数
のコマンドをRAM15に設けたテーブル7に図3(A)
に示す如く、順次格納して待ち行列を作成する。この
時、プロセッサ11はROM12に設けたソフトウェア
によるカウンタ13を動作させ、一つのコマンドをテー
ブル7に格納する度にインクリメントさせ、このカウン
タ13の計数値をコマンド情報に付加して格納する。
That is, a plurality of commands entered into the SCSI control circuit 16 are stored in the table 7 provided in the RAM 15 as shown in FIG.
As shown in, the queue is created by sequentially storing. At this time, the processor 11 operates the counter 13 by the software provided in the ROM 12, increments each time one command is stored in the table 7, adds the count value of the counter 13 to the command information, and stores it.

【0019】即ち、図3(A) の(1) 〜(7) に示す如く、
最初に受信したリードコマンドに(1) の番号を付加し
て、コマンド情報のシリンダ3と共に記憶させ、次に受
信したリードコマンドに(2) の番号を付加して、コマン
ド情報のシリンダ4と共に記憶させる。以下同様である
から詳細説明は省略する。
That is, as shown in (1) to (7) of FIG.
Add the number (1) to the first received read command and store it with the command information cylinder 3, and then add the number (2) to the next received read command and store it with the command information cylinder 4. Let Since the same applies to the following, detailed description will be omitted.

【0020】プロセッサ11はコマンドキューイング処
理が完了すると、コマンドリオーダリング処理を行い、
ヘッドの現在位置が、例えば、シリンダ2であるとする
と、シリンダ2に最も近いシリンダ3のアクセスを指示
しているリードコマンド(1)の処理順位を最優先のと
し、シリンダ3に最も近いシリンダ4のアクセス指示し
ているリードコマンド(2) の優先順位をとし、シリン
ダ4に最も近いシリンダ5のアクセス指示しているリー
ドコマンド(7)の優先順位をとする。
When the command queuing process is completed, the processor 11 performs a command reordering process,
If the current position of the head is, for example, the cylinder 2, the read command (1) instructing access to the cylinder 3 closest to the cylinder 2 is given the highest priority, and the cylinder 4 closest to the cylinder 3 is given priority. The priority order of the read command (2) for which the access instruction is given is the priority order of the read command (7) for which the access instruction of the cylinder 5 closest to the cylinder 4 is.

【0021】そして、シリンダ5に最も近いシリンダ6
のアクセス指示しているリードコマンド(3) の優先順位
をとし、シリンダ6に最も近いシリンダ7のアクセス
指示しているリードコマンド(4) の優先順位をとし、
シリンダ7に最も近いシリンダ8のアクセス指示してい
るリードコマンド(6) の優先順位をとし、シリンダ8
に最も近いシリンダ30のアクセス指示しているライト
コマンド(7) の優先順位をとする。
Cylinder 6 closest to cylinder 5
The priority order of the read command (3) giving the access instruction of is, and the priority order of the read command (4) giving the access instruction of cylinder 7, which is the closest to cylinder 6,
Set the priority of the read command (6) instructing access of the cylinder 8 closest to the cylinder 7 to the cylinder 8
The priority of the write command (7) instructing access to the cylinder 30 closest to is set to.

【0022】プロセッサ11はリード/ライト制御回路
19を制御して、優先順位がのリードコマンド(1) の
処理を行わせ、ヘッドをディスク媒体20のシリンダ3
に位置付けさせると、指定されたセクタからデータを読
出させ、バッファ制御回路17に送出させる。
The processor 11 controls the read / write control circuit 19 to execute the processing of the read command (1) having the priority order, and sets the head to the cylinder 3 of the disk medium 20.
The data is read from the designated sector and sent to the buffer control circuit 17.

【0023】バッファ制御回路17は転送されるデータ
をバッファメモリ18に格納した後読出して、SCSI
制御回路16を経てホスト10に転送する。プロセッサ
11はリードコマンド(1) の処理が完了すると、ROM
12に設けたソフトウェアによるカウンタ14を動作さ
せ、一つのコマンドの処理が完了したことを計数するイ
ンクリメントを行わせると、続いて、リード/ライト制
御回路19にテーブル7の優先順位がのリードコマン
ド(2) の処理を指示し、この動作を繰り返して、例え
ば、コマンドの処理を6回実施した時、SCSI制御回
路16に入っているコマンドのコマンドキューイングを
行う。
The buffer control circuit 17 stores the data to be transferred in the buffer memory 18 and then reads it out to make the SCSI data.
The data is transferred to the host 10 via the control circuit 16. When the processing of the read command (1) is completed, the processor 11 stores the ROM
When the counter 14 by the software provided in 12 is operated to perform the increment for counting the completion of the processing of one command, the read / write control circuit 19 subsequently reads the read command ( The process of 2) is instructed, and this operation is repeated, for example, when the command process is performed 6 times, the command queuing of the command stored in the SCSI control circuit 16 is performed.

【0024】従って、図3(B) の(8) 〜(13)に示す如
く、前記同様の処理によって各コマンドの情報が記録さ
れる。そして、前記同様にしてコマンドリオーダリング
処理が実行されると、(5) に示すライトコマンドはアク
セスするシリンダの番号が30であるため、リードコマ
ンド(6) を処理するためヘッドが位置付けされたシリン
ダ番号8からは離れており、(8) 〜(13)のコマンドのア
クセスするシリンダの番号は全てシリンダ8の近傍であ
るため、図3(B) の〜に示す如き優先順位が付与さ
れる。
Therefore, as shown in (8) to (13) of FIG. 3B, the information of each command is recorded by the same processing as described above. When the command reordering process is executed in the same manner as described above, the write command shown in (5) has the cylinder number 30 to be accessed, so the cylinder in which the head is positioned to process the read command (6) is Since the numbers of the cylinders that are apart from the number 8 and are accessed by the commands (8) to (13) are all in the vicinity of the cylinder 8, the priorities as shown in (1) to (3) of FIG. 3B are given.

【0025】従って、(5) に示すライトコマンドは再び
優先順位が最低となる。プロセッサ11は所定のコマン
ド処理回数を実行したことにより、この処理回数とテー
ブル7に作成されたコマンドの待ち行列の数から、未実
行のコマンドの数を認識し、優先順位を示す数から未実
行コマンドを抽出する。そして、カウンタ14の計数値
6と、未実行のライトコマンドに付加されているカウン
タ13の計数値(5) とを比較する。この時の差は6−5
=1であり、所定値が例えば6とすると、この所定値以
下であるため、図3(B) に示す優先順位〜の入れ替
えは行わず、コマンドの処理を継続させる。
Therefore, the write command shown in (5) has the lowest priority again. Since the processor 11 has executed the predetermined number of command processing times, the processor 11 recognizes the number of unexecuted commands from the number of processing times and the number of command queues created in the table 7, and executes the command from the number indicating the priority order. Extract the command. Then, the count value 6 of the counter 14 is compared with the count value (5) of the counter 13 added to the unexecuted write command. The difference at this time is 6-5
= 1 and the predetermined value is 6, for example, the priority value is equal to or less than the predetermined value. Therefore, the priority order shown in FIG.

【0026】プロセッサ11はコマンドの処理を6回実
施すると、再びコマンドキューイングとコマンドリオー
ダリングを実施し、図3(C) の(14)〜(19)に示す如く、
前記同様の処理によって各コマンドの情報が記録され
る。
When the processor 11 executes the command processing six times, the command queuing and the command reordering are executed again, and as shown in (14) to (19) of FIG. 3C,
Information of each command is recorded by the same processing as described above.

【0027】そして、コマンドリオーダリングによっ
て、(5) のライトコマンドは再び最低の優先順位が与え
られるが、プロセッサ11は所定のコマンド処理回数を
実行したことにより、カウンタ14の計数値12と、未
実行のライトコマンドに付加されているカウンタ13の
計数値(5) とを比較する。この時の差は12−5=7で
あり、所定値が例えば6とすると、この所定値以上の差
であるため、図3(C) に示す如く、優先順位の入れ替え
を行い、ライトコマンド(5) の処理の優先順位を最高の
とする。
By the command reordering, the write command of (5) is given the lowest priority again, but the processor 11 executes the predetermined number of times of command processing, so that the count value 12 of the counter 14 and The count value (5) of the counter 13 added to the write command for execution is compared. The difference at this time is 12-5 = 7, and if the predetermined value is, for example, 6, the difference is more than the predetermined value. Therefore, as shown in FIG. 3C, the priority order is changed and the write command ( The processing priority of 5) is the highest.

【0028】そして、シリンダ30にヘッドを位置付け
させるため、このシリンダ30に最も近いシリンダのア
クセスを指示するコマンド(19)の優先順位をとし、以
下前記同様にして優先順位を付与し、各コマンドの処理
を継続させる。
In order to position the head on the cylinder 30, the command (19) for instructing access to the cylinder closest to this cylinder 30 is given a priority order, and the priority order is given in the same manner as described above. Continue processing.

【0029】[0029]

【発明の効果】以上説明した如く、本発明は所定の回数
コマンドが実行される度に、コマンドリオーダリングに
よって最低の優先度を付与されたコマンドの処理が実行
されたかチェックされる。
As described above, according to the present invention, every time a command is executed a predetermined number of times, it is checked whether or not the processing of the command given the lowest priority by the command reordering has been executed.

【0030】そして、未実行であれば、処理の優先順位
が最高となるため、タイムアウトとなる前に未実行コマ
ンドの処理を実行することが出来る。
If the command has not been executed, the priority of the process becomes the highest, so that the process of the unexecuted command can be executed before the time-out occurs.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明の原理を説明するブロック図FIG. 1 is a block diagram illustrating the principle of the present invention.

【図2】 本発明の一実施例を示す回路のブロック図FIG. 2 is a block diagram of a circuit showing an embodiment of the present invention.

【図3】 図2の動作を説明する図FIG. 3 is a diagram for explaining the operation of FIG.

【符号の説明】[Explanation of symbols]

1 上位装置 2 ディスク装置 3 コマンドキューイング機能 4 コマンドリオーダリング機能 5 第1の計数手段 6 第2の整数手段 7 テーブル 10 ホスト 11 プロセッサ 12 ROM 13、14 カウンタ 15 RAM 16 SCSI制御回路 17 バッファ制御回路 18 バッファメモリ 19 リード/ライト制御回路 20 ディスク媒体 1 host device 2 disk device 3 command queuing function 4 command reordering function 5 first counting means 6 second integer means 7 table 10 host 11 processor 12 ROM 13, 14 counter 15 RAM 16 SCSI control circuit 17 buffer control circuit 18 Buffer memory 19 Read / write control circuit 20 Disk medium

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 上位装置(1) から複数のコマンドを先取
りして、コマンドの待ち行列を作成するコマンドキュー
イング機能(3) と、該コマンドキューイング機能(3) が
作成した待ち行列の処理順位を入れ替えて、ヘッドが位
置付けされているシリンダに最も近いシリンダをアクセ
スするコマンドの処理順位を最優先とするコマンドリオ
ーダリング機能(4) を備えたディスク装置(2) におい
て、 前記上位装置(1) から発行されたコマンドを一つ受け取
る度にインクリメントする第1の計数手段(5) と、 一つのコマンドが実行される度にインクリメントする第
2の計数手段(6) と、を設け、前記コマンドキューイン
グ機能(3) が作成したコマンドの待ち行列を記憶するテ
ーブル(7) に、該第1の計数手段(5) が計数した値を各
コマンドに夫々受信した順に順次付加して記憶させ、所
定の回数コマンドを実行した後のコマンドリオーダリン
グを行う際に、前記第2の計数手段(6) が計数した値
と、該テーブル(7) に記憶されて未実行のコマンドに付
加された該第1の計数手段(5) の計数値とを比較して、
該第2の計数手段(6) が計数した値が所定値より大きい
場合、該未実行のコマンドの処理の優先順位を最高とす
ることを特徴とするディスク装置のコマンドリオーダリ
ング方法。
1. A command queuing function (3) for prefetching a plurality of commands from a host device (1) and creating a command queue, and processing of a queue created by the command queuing function (3) In a disk device (2) equipped with a command reordering function (4) that changes the order and gives top priority to the processing order of commands that access the cylinder closest to the cylinder where the head is positioned, ), A first counting means (5) that increments each time it receives one command, and a second counting means (6) that increments each time one command is executed. A table (7) that stores a queue of commands created by the queuing function (3) is sequentially assigned the values counted by the first counting means (5) to each command in the order in which they are received. When the command reordering is performed after the commands have been executed a predetermined number of times, the value counted by the second counting means (6) and the unexecuted commands stored in the table (7) are stored. Comparing with the count value of the first counting means (5) added to
A command reordering method for a disk device, wherein when the value counted by the second counting means (6) is larger than a predetermined value, the priority of processing of the unexecuted command is set to the highest.
JP29539191A 1991-11-12 1991-11-12 Command reordering method for disk device Pending JPH05134810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29539191A JPH05134810A (en) 1991-11-12 1991-11-12 Command reordering method for disk device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29539191A JPH05134810A (en) 1991-11-12 1991-11-12 Command reordering method for disk device

Publications (1)

Publication Number Publication Date
JPH05134810A true JPH05134810A (en) 1993-06-01

Family

ID=17820016

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29539191A Pending JPH05134810A (en) 1991-11-12 1991-11-12 Command reordering method for disk device

Country Status (1)

Country Link
JP (1) JPH05134810A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7010653B2 (en) 2002-04-03 2006-03-07 Hitachi Global Storage Technologies Netherlands B.V. Data storage device, command queue re-ordering method, and data processing method and program
US7164689B2 (en) 2000-12-05 2007-01-16 Matsushita Electric Industrial Co., Ltd. Multi-initiator control unit and method
JP2014075089A (en) * 2012-10-05 2014-04-24 Canon Inc Image management device, image management method, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7164689B2 (en) 2000-12-05 2007-01-16 Matsushita Electric Industrial Co., Ltd. Multi-initiator control unit and method
US7010653B2 (en) 2002-04-03 2006-03-07 Hitachi Global Storage Technologies Netherlands B.V. Data storage device, command queue re-ordering method, and data processing method and program
JP2014075089A (en) * 2012-10-05 2014-04-24 Canon Inc Image management device, image management method, and program

Similar Documents

Publication Publication Date Title
EP1540485B1 (en) Out of order dram sequencer
US7293136B1 (en) Management of two-queue request structure for quality of service in disk storage systems
US6088772A (en) Method and apparatus for improving system performance when reordering commands
JP2000330859A (en) Optimization of usage of bus having read/write coherency
EP0409285B1 (en) Method and apparatus for data transfer between processor elements
JP3250861B2 (en) Disk device system
JP3389920B2 (en) Disk array device and interrupt execution method for disk array device
JPH05134810A (en) Command reordering method for disk device
CN110399219B (en) Memory access method, DMC and storage medium
US20030131166A1 (en) Information processing system and interface apparatus
US5875453A (en) Apparatus for and method of information processing
JPH06195265A (en) Operation of cache memory
JPH04355818A (en) Data input/output controller
JPS58222364A (en) Access control system of disc device in terminal system
US20240143392A1 (en) Task scheduling method, chip, and electronic device
JPH05189345A (en) Dynamic input and output data buffer control system
JP2507634B2 (en) Information processing device
JP3496942B2 (en) Memory access method
JPS5919375B2 (en) Data buffer control method
JPH0740219B2 (en) Magnetic disk controller
JPS63112896A (en) Memory initializing device
JPH03260870A (en) Projection system for data base assist
JPH0567022A (en) High speed data access system
JPH0546465A (en) Data access system for computer
JPS6191738A (en) Information processor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000801