JPH05233400A - Disk controller with cache - Google Patents

Disk controller with cache

Info

Publication number
JPH05233400A
JPH05233400A JP4037446A JP3744692A JPH05233400A JP H05233400 A JPH05233400 A JP H05233400A JP 4037446 A JP4037446 A JP 4037446A JP 3744692 A JP3744692 A JP 3744692A JP H05233400 A JPH05233400 A JP H05233400A
Authority
JP
Japan
Prior art keywords
block
speed file
cache memory
high speed
blocks
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.)
Withdrawn
Application number
JP4037446A
Other languages
Japanese (ja)
Inventor
Keiko Kuroki
恵子 黒木
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP4037446A priority Critical patent/JPH05233400A/en
Publication of JPH05233400A publication Critical patent/JPH05233400A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To efficiently use a cache memory at the time of registering a high- speed file to be stored in only the cache memory. CONSTITUTION:When a data area on a disk device 7 is registered as a high- speed file on a cache memory 6, a set is allocated to a block including the data area by a set allocating part 8 in a directory memory 5, and it is registered as a high-speed file block in the block of the pertinent set on a cache memory 5 which is preliminarily allocated to plural sets; and even when no registerable block is present thereon since all of blocks in the pertinent set are used as high-speed file blocks, the set having the largest number of idle blocks among the other sets is judged by an idle block management part 11 in the directory memory 5 to tentatively use the idle blocks of the set, thereby registering blocks including the requested data area as the high-speed file blocks.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はキャッシュ付きディスク
制御装置に関し,特にキャッシュメモリのみにファイル
を記憶する高速ファイルの制御を行なうキャッシュ付き
ディスク制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cached disk control device, and more particularly to a cached disk control device for controlling a high speed file in which files are stored only in a cache memory.

【0002】[0002]

【従来の技術】従来,この種のキャッシュ付きディスク
制御装置は,キャッシュメモリの容量がディスク装置に
比べはるかに小さく,従ってディスク装置上のデータを
効率よくキャッシュメモリに割り当てる必要があるた
め,ディスク装置上の各データ領域とキャッシュメモリ
をそれぞれ複数のセットに割り当てており,データ領域
をキャッシュメモリ上に高速ファイルとして登録する場
合,そのデータ領域に割り当てられたセットに該当する
キャッシュメモリ上のセットにのみ登録可能としてい
た。
2. Description of the Related Art Conventionally, a disk control device with a cache of this type has a much smaller cache memory capacity than a disk device, and therefore data on the disk device must be efficiently allocated to the cache memory. When each of the above data areas and cache memory are allocated to multiple sets respectively and the data area is registered as a high speed file on the cache memory, only the set on the cache memory corresponding to the set allocated to that data area is registered. It was possible to register.

【0003】尚,ディスク装置上のセットはさらにエン
トリに,キャッシュメモリ上のセットはレベルに,それ
ぞれ分割してブロック単位としている。
The set on the disk device is further divided into entries, and the set on the cache memory is divided into levels, which are divided into blocks.

【0004】次に,従来のキャッシュ付きディスク制御
装置において,実際にセットnに割り当てられる1ブロ
ック以内のディスク装置上のデータ領域を,キャッシュ
メモリ上に高速ファイルとして登録する場合の処理につ
いて説明する。この場合,キャッシュメモリのセットn
に対してのみ登録可能である。
Next, in the conventional disk controller with cache, a process for registering a data area on the disk device within one block which is actually allocated to the set n in the cache memory as a high speed file will be described. In this case, the cache memory set n
Can only be registered for.

【0005】高速ファイル登録データを受け取り,キャ
ッシュメモリ上のセットnに属する非高速ファイルブロ
ックを探索して,要求のブロックがすでに登録されてい
れば当ブロックを非高速ファイルブロックの登録から削
除し,高速ファイルブロックとして登録する。
The high speed file registration data is received, the non-high speed file block belonging to the set n on the cache memory is searched, and if the requested block is already registered, this block is deleted from the registration of the non high speed file block. Register as a high speed file block.

【0006】非高速ファイルブロックに登録されていな
い場合,セットnに属する空きブロックが存在するか否
かを確認し,存在するならば空きブロックに高速ファイ
ルを登録する。
If not registered in the non-high speed file block, it is confirmed whether or not there is a free block belonging to the set n, and if it exists, the high speed file is registered in the free block.

【0007】空きブロックが存在しない場合,非高速フ
ァイルブロックが存在するか否かを確認し,存在する場
合は非高速ファイルブロック内で最も古くアクセスたれ
たブロックを非高速ファイルブロック登録から削除し,
空きブロックとなったブロックへ要求のブロックを高速
ファイルブロックとして登録する。存在しない場合は,
セット内のブロックがすべて高速ファイルブロックとし
て使用されており,新たに高速ファイルを登録できない
ため,エラーとみなし異常終了を行っていた。
If there is no free block, it is confirmed whether or not there is a non-high speed file block, and if there is, the oldest accessed block in the non-high speed file block is deleted from the non-high speed file block registration,
Register the requested block as a high-speed file block in the block that became an empty block. If it does not exist,
All blocks in the set are used as high-speed file blocks, and new high-speed files cannot be registered. Therefore, this was considered an error and abnormal termination was performed.

【0008】[0008]

【発明が解決しようとする課題】上述した従来のキャッ
シュ付きディスク制御装置は,ディスク装置上の各デー
タ領域をセットとエントリによりブロック単位で分割
し,セット番号nに割り当てられるブロック中のデータ
領域を高速ファイルとしてキャッシュメモリに登録する
場合,同様にセットとレベルによりブロック単位で分割
されたキャッシュメモリの当該セット番号nに属するブ
ロックの何れかにのみ登録可能としているので,キャッ
シュメモリの特定のセット番号nに属するブロックを高
速ファイルブロックとして登録して全て使用している場
合,ディスク装置上でセット番号nに割り当てられるデ
ータ領域を新たにキャッシュメモリに高速ファイルとし
て登録することができないという問題点がある。
The above-mentioned conventional disk control device with a cache divides each data area on the disk device in block units by sets and entries, and divides the data area in the block assigned to the set number n. When registering as a high-speed file in the cache memory, it is possible to register only in one of the blocks belonging to the set number n of the cache memory that is similarly divided into blocks according to the set and level. When blocks belonging to n are registered as high-speed file blocks and are all used, there is a problem that the data area assigned to the set number n on the disk device cannot be newly registered in the cache memory as a high-speed file. ..

【0009】又,キャッシュメモリの特定のセットに属
するブロックの一部のみを高速ファイル,又は非高速フ
ァイルブロックとして登録して使用している場合は,そ
のセットには多数のブロックが未使用のままとなり,キ
ャッシュメモリのセット毎のブロック使用数にばらつき
が現れるため,キャッシュメモリが効率よく利用されな
いという問題点がある。
Further, when only a part of the blocks belonging to a specific set of the cache memory is registered and used as a high speed file or non-high speed file block, many blocks remain unused in the set. Therefore, the number of blocks used for each set of the cache memory varies, which causes a problem that the cache memory is not used efficiently.

【0010】本発明の目的は上述した欠点を除去し,複
数のセットに割り当てられたディスク装置上のデータ領
域を,同様に複数のセットに割り当てられたキャッシュ
メモリ上に高速ファイルとして登録する場合,当該セッ
ト内に登録可能なブロックが存在しない場合でも高速フ
ァイルの登録を可能とするキャッシュ付きディスク制御
装置を提供することにある。
An object of the present invention is to eliminate the above-mentioned drawbacks and to register a data area on a disk device allocated to a plurality of sets as a high speed file in a cache memory similarly allocated to a plurality of sets. An object of the present invention is to provide a cached disk control device capable of registering a high-speed file even when there is no registerable block in the set.

【0011】[0011]

【課題を解決するための手段】本発明の装置は,ホスト
プロセッサと,複数のファイルを記録するディスク装置
に接続され複数のファイルを記憶するキャッシュメモリ
と,前記キャッシュメモリをセットアソシアティブ方式
により管理するディレクトリメモリとを有するディスク
制御装置において,前記ディレクトリメモリ内にディス
ク装置上のデータを複数のセットに分割し効率よくキャ
ッシュメモリに割り当てるセット割当手段と,キャッシ
ュメモリのみにファイルを記憶する高速ファイルの登録
および管理を行う高速ファイル管理手段と,キャッシュ
メモリ内の高速ファイル以外のファイルの登録および管
理を行う非高速ファイル管理手段と,高速ファイル登録
の際に必要なキャッシュメモリ内のセット単位の空きブ
ロック情報を有し,ホストプロセッサからディレクタへ
空きブロックの存在しないセットに割り当てられるディ
スク装置上のデータ領域に関する高速ファイル登録命令
が発行された場合でも,他セットの空きブロックの一時
的使用により高速ファイル登録を可能にする空きブロッ
ク管理手段とを備えて構成される。
An apparatus of the present invention manages a host processor, a cache memory connected to a disk device for recording a plurality of files to store a plurality of files, and the cache memory by a set associative method. In a disk control device having a directory memory, set allocation means for dividing the data on the disk device into a plurality of sets in the directory memory and efficiently allocating the data to a cache memory, and registration of a high-speed file for storing files only in the cache memory And high-speed file management means for performing management, non-high-speed file management means for registering and managing files other than high-speed files in cache memory, and free block information for each set in cache memory required for high-speed file registration Have Even if a high-speed file registration command is issued from the host processor to the director for a data area on the disk device allocated to a set with no free blocks, high-speed file registration is possible by temporarily using the free blocks of another set. And block management means.

【0012】[0012]

【実施例】次に,本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0013】図1は,本発明の一実施例の構成を示すブ
ロック図である。図1に示す実施例のディスク制御装置
2は,ホストプロセッサ1およびディスク装置7を共用
して接続されるディレクタ3,4と,複数のファイルを
記憶するキャッシュメモリ6と,キャッシュメモリ6内
の複数のファイルを管理するディレクトリメモリ5と,
ディレクトリメモリ5に内蔵され,ディスク装置7上の
データを複数のセットに分割し,効率よくディスクキャ
ッシュに割り当てるディレクトリメモリ5内のセット割
当部8と,キャッシュメモリ6内の高速ファイル12,
非高速ファイル13および空きブロック14と,ディレ
クトリメモリ5に内蔵され,キャッシュエモリ6内の高
速ファイル12を管理する高速ファイル管理部9と,キ
ャッシュメモリ6内の非高速ファイル13を管理する非
高速ファイル管理部10と,キャッシュメモリ6内の空
きブロック14を管理するディレクトリメモリ5内の空
きブロック管理部11とを備えて構成される。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The disk controller 2 of the embodiment shown in FIG. 1 includes a director 3 and a director 4 which are connected to share a host processor 1 and a disk device 7, a cache memory 6 for storing a plurality of files, and a plurality of cache memories 6 in the cache memory 6. Directory memory 5 for managing files of
A set allocator 8 in the directory memory 5, a high-speed file 12 in the cache memory 6, which is built in the directory memory 5, divides the data on the disk device 7 into a plurality of sets, and allocates the data to the disk cache efficiently.
A non-high-speed file 13 and a free block 14, a high-speed file management unit 9 that is built in the directory memory 5 and manages the high-speed file 12 in the cache memory 6, and a non-high-speed file that manages the non-high-speed file 13 in the cache memory 6. The management unit 10 and the empty block management unit 11 in the directory memory 5 that manages the empty blocks 14 in the cache memory 6 are provided.

【0014】図2は,図1のディスク装置7内のデータ
領域をセットとエントリによりブロック単位に分割した
内容を示す図である。たとえば,ブロック50は,セッ
ト番号2,エントリ番号1で表されるブロックである。
尚,セット数と,1ブロックあたりの論理セクタ数を表
すブロックサイズは予め設定してあり,これらによって
エントリ数は決定される。
FIG. 2 is a diagram showing the contents of the data area in the disk device 7 of FIG. 1 divided into blocks by sets and entries. For example, the block 50 is a block represented by the set number 2 and the entry number 1.
The number of sets and the block size representing the number of logical sectors per block are preset, and the number of entries is determined by these.

【0015】図3は,図1のキャッシュメモリ6をセッ
トとレベルによってブロック単位に分割した内容を示す
図である。たとえば,セット51は,セット番号2で表
されるセットである。尚,セット数とブロックサイズは
予め設定してあり,これらによってレベル数は決定され
る。又,レベル数は,キャッシュメモリ6の容量によっ
て左右されるが,キャッシュメモリ6の容量がディスク
装置7に比べてはるかに小さいので,エントリ数と比較
するとはるかに少数である。
FIG. 3 is a diagram showing the contents of the cache memory 6 of FIG. 1 divided into blocks according to sets and levels. For example, the set 51 is a set represented by the set number 2. The number of sets and the block size are preset, and the number of levels is determined by these. The number of levels depends on the capacity of the cache memory 6, but since the capacity of the cache memory 6 is much smaller than that of the disk device 7, it is much smaller than the number of entries.

【0016】図4は,図1の空きブロック管理部10の
空きブロック数管理テーブルを示し,セット番号0内の
空きブロック数を示す第1空きブロック数200から,
セット番号n内の空きブロック数を示す第n空きブロッ
ク数20nで構成される。
FIG. 4 shows a free block number management table of the free block management unit 10 of FIG. 1, and from the first free block number 200 indicating the free block number in the set number 0,
It is composed of the n-th free block number 20n indicating the number of free blocks in the set number n.

【0017】図5,図6はそれぞれ,図1のディレクタ
3またはディレクタ4において,ホストプロセッサ1か
ら高速ファイル登録命令を受け取った際の処理内容を示
す前半および後半のフローチャートである。
FIGS. 5 and 6 are first and second half flowcharts showing the processing contents when the director 3 or the director 4 of FIG. 1 receives a high speed file registration command from the host processor 1, respectively.

【0018】次に,図1乃至図6を参照しつつ本実施例
の動作について説明する。
Next, the operation of this embodiment will be described with reference to FIGS.

【0019】ホストプロセッサ1からディレクタ3に,
たとえばディスク装置7内のセット番号2,エントリ番
号1で指定されるブロック50内のデータ領域を,キャ
ッシュメモリ6内の高速ファイル12に登録する命令が
発行された場合を例として説明する。
From the host processor 1 to the director 3,
For example, a case where a command for registering the data area in the block 50 designated by the set number 2 and the entry number 1 in the disk device 7 in the high speed file 12 in the cache memory 6 is issued will be described as an example.

【0020】この場合,キャッシュメモリ6への高速フ
ァイル登録は,セット番号2のセット51に属する各レ
ベルのブロックについてのみ可能である。
In this case, high-speed file registration in the cache memory 6 is possible only for blocks of each level belonging to the set 51 of set number 2.

【0021】ディレクタ3は,ホストプロセッサ1から
ディスク装置7内のデータ領域を高速ファイル登録デー
タとして受けとり(ステップ20),セット割当部8に
より要求のデータ領域に相当する図2に示すブロック5
0のセット番号,エントリ番号を決定し,同時にブロッ
ク数を決定する(ステップ21)。
The director 3 receives the data area in the disk device 7 from the host processor 1 as high speed file registration data (step 20), and the set allocation unit 8 corresponds to the requested data area, which is a block 5 shown in FIG.
The set number and entry number of 0 are determined, and at the same time, the number of blocks is determined (step 21).

【0022】要求のブロックが複数となる場合もあるの
で,次に先頭ブロックの処理を行うという初期値を設定
し(ステップ22),非高速ファイル管理部10を検索
し,要求のブロック50のセット番号2,エントリ番号
1と一致するブロックがないか確認する(ステップ2
3)。
Since there may be a plurality of request blocks, an initial value for processing the first block is set next (step 22), the non-high speed file management unit 10 is searched, and the request block 50 is set. Check if there is a block that matches number 2 and entry number 1 (step 2
3).

【0023】一致するブロックがあれば(ステップ2
4),要求のブロック50はすでに非高速ファイルブロ
ックとして使用されているので,非高速ファイルブロッ
クの登録を取り消し,高速ファイルブロックとして登録
し(ステップ35),一致するブロックがない場合(ス
テップ24),次に空きブロック管理部11内の図4に
示す空きブロック数管理テーブル内の該当するセット5
1を検索し(ステップ25),空きブロックがあれば
(ステップ26)高速ファイルブロックとして登録し
(ステップ34),空きブロックがなければ(ステップ
26),再び非高速ファイル管理部10を検索する(ス
テップ27)。
If there is a matching block (step 2)
4) Since the requested block 50 has already been used as a non-high speed file block, the registration of the non-high speed file block is canceled and registered as a high speed file block (step 35), and when there is no matching block (step 24) Next, the corresponding set 5 in the empty block number management table shown in FIG.
1 (step 25), if there is a free block (step 26), it is registered as a high speed file block (step 34), and if there is no free block (step 26), the non-high speed file management unit 10 is searched again (step 26). Step 27).

【0024】非高速ファイルブロックが有る場合(ステ
ップ28),非高速ファイルブロック内で最も古くアク
セスされたブロック(LRU)を非高速ファイルブロッ
ク登録から削除し(ステップ32),空きブロックにな
ったブロックに要求のブロック50を高速ファイルブロ
ックとして登録する(ステップ33)。
If there is a non-high speed file block (step 28), the oldest accessed block (LRU) in the non-high speed file block is deleted from the non-high speed file block registration (step 32), and the block becomes an empty block. The requested block 50 is registered as a high speed file block (step 33).

【0025】非高速ファイルブロックがない場合(ステ
ップ28),再び空きブロック数管理テーブルを検索し
(ステップ29),空きブロック数が最大であるセッ
ト,つまりキャッシュメモリが有効に使用されていない
と思われるセットのセット番号を判断し(ステップ3
0),最大空きブロック数を有するセットの空きブロッ
クに要求のブロック50を高速ファイルブロックとして
登録する(ステップ31)。
When there is no non-high speed file block (step 28), the free block number management table is searched again (step 29), and the set having the maximum number of free blocks, that is, the cache memory is not effectively used. The set number of the set to be set (step 3
0), the requested block 50 is registered as a high speed file block in the free block of the set having the maximum free block number (step 31).

【0026】次に,ブロック数をインクリメントし(ス
テップ36),次ブロックの処理へ移るが,要求ブロッ
ク数を超えていれば(ステップ37)処理を終了する。
Next, the number of blocks is incremented (step 36) and the process for the next block is started. If the number of requested blocks is exceeded (step 37), the process is terminated.

【0027】[0027]

【発明の効果】以上説明したように本発明は,複数のセ
ットに割り当てられたディスク装置上のデータ領域を,
同様に複数のセットに割り当てられたキャッシュメモリ
上に高速ファイルとして登録する場合,当該セットに属
するブロックに登録し,当該セット内に登録可能なブロ
ックが存在しない場合でも,空きブロック管理部内の空
きブローク数管理テーブルを検索して他セットの最大空
きブロック数を有するセットを判断し,その空きブロッ
クを一時的に使用して高速ファイルを登録することによ
り,セット毎のブロック使用数なばらつきに依存するこ
となくキャッシュメモリを著しく有効に利用できるとい
う効果がある。
As described above, according to the present invention, the data area on the disk device allocated to a plurality of sets is
Similarly, when registering as a high-speed file in the cache memory allocated to a plurality of sets, even if a block that belongs to the set is registered and there is no registerable block in the set, an empty block in the empty block management unit is registered. The number management table is searched to determine the set with the maximum number of free blocks of other sets, and the free blocks are temporarily used to register the high-speed file, thereby depending on the variation in the number of blocks used for each set. There is an effect that the cache memory can be used remarkably effectively without any need.

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】図1のディスク装置7のデータ領域を,セット
番号とエントリ番号でブロック単位に分割した内容を示
す図である。
2 is a diagram showing the contents of the data area of the disk device 7 of FIG. 1 divided into blocks by set number and entry number. FIG.

【図3】図1のキャッシュメモリ6を,セット番号とレ
ベルによってブロック単位に分割した内容を示す図であ
る。
FIG. 3 is a diagram showing the contents of the cache memory 6 of FIG. 1 divided into blocks according to set numbers and levels.

【図4】図1の空きブロック管理部11の空きブロック
数管理テーブルの内容を示す図である。
FIG. 4 is a diagram showing the contents of a free block number management table of a free block management unit 11 of FIG.

【図5】図1のディレクタ3もしくは4が,ホストプロ
セッサ1から高速ファイル登録命令を受けた場合の前半
のフローチャートである。
5 is a first half flow chart when the director 3 or 4 of FIG. 1 receives a high speed file registration command from the host processor 1. FIG.

【図6】図1のディレクタ3もしくは4が,ホストプロ
セッサ1から高速ファイル登録命令を受けた場合の後半
のフローチャートである。【符号の説明」 1 ホストプロセッサ 2 ディスク制御装置 3,4 ディレクタ 5 ディレクトリメモリ 6 キャッシュメモリ 7 ディスク装置 8 セット割当部 9 高速ファイル管理部 10 非高速ファイル管理部 11 空きブロック管理部 12 高速ファイル 13 非高速ファイル 14 空きブロック
6 is a second half flowchart when the director 3 or 4 of FIG. 1 receives a high speed file registration command from the host processor 1. FIG. [Explanation of Codes] 1 host processor 2 disk controller 3, 4 director 5 directory memory 6 cache memory 7 disk device 8 set allocation unit 9 high-speed file management unit 10 non-high-speed file management unit 11 empty block management unit 12 high-speed file 13 non High speed file 14 Free block

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ホストプロセッサと,複数のファイルを
記録するディスク装置に接続され複数のファイルを記憶
するキャッシュメモリと,前記キャッシュメモリをセッ
トアソシアティブ方式により管理するディレクトリメモ
リとを有するディスク制御装置において,前記ディレク
トリメモリ内にディスク装置上のデータを複数のセット
に分割し効率よくキャッシュメモリに割り当てるセット
割当手段と,キャッシュメモリのみにファイルを記憶す
る高速ファイルの登録および管理を行う高速ファイル管
理手段と,キャッシュメモリ内の高速ファイル以外のフ
ァイルの登録および管理を行う非高速ファイル管理手段
と,高速ファイル登録の際に必要なキャッシュメモリ内
のセット単位の空きブロック情報を有し,ホストプロセ
ッサからディレクタへ空きブロックの存在しないセット
に割り当てられるディスク装置上のデータ領域に関する
高速ファイル登録命令が発行された場合でも,他セット
の空きブロックの一時的使用により高速ファイル登録を
可能にする空きブロック管理手段とを有することを特徴
とするキャッシュ付きディスク制御装置。
1. A disk controller comprising a host processor, a cache memory connected to a disk device for recording a plurality of files and storing a plurality of files, and a directory memory for managing the cache memory by a set associative method, A set allocating means for dividing the data on the disk device into a plurality of sets in the directory memory and efficiently allocating the set to the cache memory; a high speed file managing means for registering and managing a high speed file which stores the file only in the cache memory; A non-high speed file management means for registering and managing files other than high speed files in the cache memory, and free block information for each set in the cache memory required for high speed file registration. Even when a high speed file registration command regarding a data area on a disk device allocated to a set having no free block is issued, a free block management means for enabling high speed file registration by temporarily using the free block of another set A disk control device with a cache having:
JP4037446A 1992-02-25 1992-02-25 Disk controller with cache Withdrawn JPH05233400A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4037446A JPH05233400A (en) 1992-02-25 1992-02-25 Disk controller with cache

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4037446A JPH05233400A (en) 1992-02-25 1992-02-25 Disk controller with cache

Publications (1)

Publication Number Publication Date
JPH05233400A true JPH05233400A (en) 1993-09-10

Family

ID=12497728

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4037446A Withdrawn JPH05233400A (en) 1992-02-25 1992-02-25 Disk controller with cache

Country Status (1)

Country Link
JP (1) JPH05233400A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH086854A (en) * 1993-12-23 1996-01-12 Unisys Corp Outboard-file-cache external processing complex

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH086854A (en) * 1993-12-23 1996-01-12 Unisys Corp Outboard-file-cache external processing complex

Similar Documents

Publication Publication Date Title
US5454103A (en) Method and apparatus for file storage allocation for secondary storage using large and small file blocks
EP0757816B1 (en) Method and system for allocation of address space in a virtual memory system
US5596736A (en) Data transfers to a backing store of a dynamically mapped data storage system in which data has nonsequential logical addresses
US6549995B1 (en) Compressor system memory organization and method for low latency access to uncompressed memory regions
US6185665B1 (en) File management apparatus, file management method, and recording medium containing file management program
US5539897A (en) Buffer memory management with register list to provide an ordered list of buffer memory addresses into which the latest series of data blocks is written
US8694563B1 (en) Space recovery for thin-provisioned storage volumes
JP2001188707A (en) Cache using plural lru
US5420983A (en) Method for merging memory blocks, fetching associated disk chunk, merging memory blocks with the disk chunk, and writing the merged data
JP2003131946A (en) Method and device for controlling cache memory
US7032093B1 (en) On-demand allocation of physical storage for virtual volumes using a zero logical disk
JPH07334310A (en) Disk device and buffer storage control method for read data of the same
US6507902B1 (en) Dynamic RAM disk
US6016529A (en) Memory allocation technique for maintaining an even distribution of cache page addresses within a data structure
KR0175983B1 (en) Data processing system having demand based write through cache with enforced ordering
WO1993000635A1 (en) Data storage management systems
JP2001222469A (en) Segmentation of cache for providing service level to be changed
US6948009B2 (en) Method, system, and article of manufacture for increasing processor utilization
JPH08137754A (en) Disk cache device
US5761710A (en) Information apparatus with cache memory for data and data management information
US6324633B1 (en) Division of memory into non-binary sized cache and non-cache areas
JPH05233400A (en) Disk controller with cache
JPH09223049A (en) Disk array system
JP3875358B2 (en) Storage device, storage method, and recording medium
JP3020512B2 (en) File data management method

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990518