JPS6327936A - File management method - Google Patents

File management method

Info

Publication number
JPS6327936A
JPS6327936A JP61172126A JP17212686A JPS6327936A JP S6327936 A JPS6327936 A JP S6327936A JP 61172126 A JP61172126 A JP 61172126A JP 17212686 A JP17212686 A JP 17212686A JP S6327936 A JPS6327936 A JP S6327936A
Authority
JP
Japan
Prior art keywords
file
data block
area
management table
data
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
JP61172126A
Other languages
Japanese (ja)
Inventor
Akira Kanda
明 神田
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP61172126A priority Critical patent/JPS6327936A/en
Publication of JPS6327936A publication Critical patent/JPS6327936A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To copy data blocks of another file on one file to eliminate the overhead of a CPU by providing a reference counter for every data block of a system and managing the total number of files sharing the data block. CONSTITUTION:A file management table 2 is provided in a memory area 1 of a file management system, and respective file area management tables 2a and 2b of files (a) and (b) are arranged in the table 2. Data blocks 3a-1-3b-2 are provided in a table block group area 3 of the memory area 1. A reference counter 4 is provided for each of data blocks 3a-1-3b-2, and a file input/output controller 5 is connected to the memory area 1, and a share condition management table 5a is arranged in the controller 5. When a file copy request occurs, the data part of the block is not copied and only the shared part is newly written to eliminate the overhead of a CPU 6.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は電子計算機のファイル管理方法に関するもの
である。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] This invention relates to a file management method for a computer.

〔従来の技術〕[Conventional technology]

第2図は従来の方法を示す説明図で、図において(1)
はファイルを構成するメモリ領域全体を表し、(2)は
メモリ領域(1)中の各ファイルの領域管理テーブルに
使用される管理テーブル領域、(3)は各ファイルのデ
ータブロック群の記憶に使用されるデータブロック群領
域である。また、(2a)  はファイルaに対する領
域管理テーブル、(2b)  はファイルbに対する領
域管理テーブル、(3a−1)、(3a−2)。
Figure 2 is an explanatory diagram showing the conventional method, and in the figure (1)
represents the entire memory area that makes up the file, (2) is the management table area used for the area management table of each file in memory area (1), and (3) is used to store the data block group of each file. This is the data block group area. Further, (2a) is an area management table for file a, (2b) is an area management table for file b, (3a-1), (3a-2).

(3a−3)  はファイ/L/ JLの各データブ’
 79 、(3b−1)y(3b−2)、(3b−3)
はファイルbの各データブロックである。これらのデー
タブロックの先頭のデータのアドレスを示すポインタは
第2図に矢印を付した曲線で示すように各テーブル(2
a)、(2b)に格納されている。
(3a-3) is each Phi/L/JL datab'
79, (3b-1)y (3b-2), (3b-3)
are each data block of file b. Pointers indicating the address of the first data of these data blocks are placed in each table (2
a) and (2b).

次に従来の管理方法について説明する。最初にファイル
aだけが存在し、ファイルbが存在しない状態を想定す
る。第2図においてテーブル(2a)とブロック(3a
−1)、(3a−2)、(3a−3Xけが存在し、テー
ブル(2b)、ブロック(3b−1)、(3b−2)、
(3b−3)は存在しない。この時領域(13内にファ
イルbを新しく格納し、ファイルbを3ブロツク(3b
−1) 。
Next, a conventional management method will be explained. Initially, assume that only file a exists and file b does not exist. In Figure 2, a table (2a) and a block (3a)
-1), (3a-2), (3a-3X injury exists, table (2b), block (3b-1), (3b-2),
(3b-3) does not exist. At this time, file b is newly stored in area (13), and file b is stored in 3 blocks (3b
-1).

(3b−2)、(3b−3)で構成し、ブロック(3b
−3)  の内容はブロック(3a−3)の内容と同一
(少くともファイルbを構成した初期状態では)(:す
るとする。
(3b-2), (3b-3), block (3b-2), (3b-3),
-3) The contents of block (3a-3) are the same (at least in the initial state when file b is configured) (:).

この場合は、領域(2)中にテーブル(2b)を新しく
作り、領域(3)中にブロック(ab−1)、(3b−
z)、(ab−a)の記憶領域を確保し、これら3領域
へのポインタをテーブル(2b)中に書込んだ上、ブロ
ック(3b−1)。
In this case, create a new table (2b) in area (2), and create blocks (ab-1) and (3b-1) in area (3).
z) and (ab-a), write pointers to these three areas in the table (2b), and then write the block (3b-1).

(3b−2)  に指定されたデータを書込みまた、ブ
ロック(3b−3)  にはブロック(3a−3)  
の内容を複写する。
Write the data specified in (3b-2), and write the data specified in block (3b-3) to block (3a-3).
Copy the contents of

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のファイル管理は以上のように行われるので、ブロ
ック(3a−3)と同一内容のブロック(3b−3)が
ファイルbのブロックとして、領域(3)の中にブロッ
ク(3a−3)とは別の位置に格納されるので、ブロッ
ク(3b−3)のための領域を新しく確保しなければな
らず、領域(3)の利用効率が悪くなり、かつブロック
(3a−3)の内容をブロック(3b−3)に複写する
ための時間を必要とするという問題があった。
Conventional file management is performed as described above, so block (3b-3), which has the same content as block (3a-3), is stored as block (3a-3) in area (3) as a block of file b. is stored in a different location, it is necessary to allocate a new area for block (3b-3), which results in poor usage efficiency of area (3), and when the contents of block (3a-3) are There was a problem in that it required time to copy to block (3b-3).

この発明は上記のような問題点を解決するためになされ
たもので、一つのファイルに他のファイルの一つのブロ
ックを複写する必要が生じたときは、その一つのブロッ
クを上記−つのファイルと他のファイルとで共用するこ
とができるファイル管理方法を得ることを目的とする。
This invention was made to solve the above problems, and when it becomes necessary to copy one block of another file to one file, that one block is copied to the above-mentioned two files. The purpose is to obtain a file management method that can be shared with other files.

〔問題点を解決するための手段〕[Means for solving problems]

この発明では、谷データブロックごとに参照カウンタを
設けて、そのデータブロックを共通(=使用しているフ
ァイルの総数を管理し、いずれかのファイルが共用デー
タブロックに書込みを行う場合だけ、そのファイルに対
し新にデータブロックを設け、この新に設けたデータブ
ロックに共用データブロックの内容を複写した上で所望
の書込みを実行することにした。
In this invention, a reference counter is provided for each data block to manage the total number of files that are using that data block, and only when any file writes to the shared data block, that file We decided to create a new data block for the data block, copy the contents of the shared data block to this newly created data block, and then execute the desired write.

〔作用〕[Effect]

この発明では、ファイル入出力制御装置においてもデー
タブロックの共用状況を記憶し共用中のデータブロック
へCPUから書込み命令が来たときは書込みを実行する
ファイルは尚該データブロックの共用を停止するような
処理を行う。
In this invention, the file input/output control device also stores the sharing status of data blocks, and when a write command is received from the CPU to a data block that is being shared, the file that executes writing also stops sharing the data block. Perform processing.

したがって、データブロック参照カウンタはそのデータ
ブロックを共用するファイルが増加するごとにカウント
アツプされ、当該データブロックの共用を停止するファ
イルが発生するごとにカウントダウンされる。
Therefore, the data block reference counter is counted up each time the number of files that share the data block increases, and counted down each time a file that stops sharing the data block occurs.

〔実施例〕〔Example〕

以下この発明の実施例を図面について説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第1図はこの発明の一実施例を示す説明図で、第1図に
おいて第2図と同一符号は同−又は相当部分を示し、(
4)は各データブロック(3a−1)、(3a−2)。
FIG. 1 is an explanatory diagram showing an embodiment of the present invention. In FIG. 1, the same reference numerals as in FIG. 2 indicate the same or corresponding parts, and (
4) each data block (3a-1), (3a-2).

(3a−3) 、 (3b−2)に対応して設けられる
参照カウンタ、(5)はファイル入出力制御装置、(5
a)はファイル入出力制御装置(5)内の共用状況管理
テーブル、(6)はCPU (中央処理装置)である。
(3a-3), a reference counter provided corresponding to (3b-2), (5) a file input/output control device, (5)
a) is a shared status management table in the file input/output control device (5), and (6) is a CPU (central processing unit).

次のこの発明の方法における動作について説明する。メ
モリ領域(1)中にはファイルaだけが存在し、其他の
ファイルは存在しない状態を考える。
Next, the operation of the method of the present invention will be explained. Consider a situation in which only file a exists in memory area (1) and no other files exist.

管理テーブル領域(2)にはファイルaに対するファイ
ル領域管理テーブル(2a)だけが存在し、データブロ
ック群領域(3)にはデータブロック(3a−1) 。
In the management table area (2), only the file area management table (2a) for file a exists, and in the data block group area (3), there is a data block (3a-1).

(3a−2)、(3a−3)が存在し、データブロック
(3a−1) 。
(3a-2), (3a-3) exist, and data block (3a-1).

(3a−2) 、 (3a−3)に対するポインタがテ
ーブル(2a)に格納されている。また、データブロッ
ク(3a−1)。
Pointers to (3a-2) and (3a-3) are stored in table (2a). Also, a data block (3a-1).

(3a−2) 、 (3a−3)はファイルaにだけ使
用されるので、各データブロックに対応する参照カウン
タ(4)の計数値は数値1を示している。
Since (3a-2) and (3a-3) are used only for file a, the count value of the reference counter (4) corresponding to each data block shows the value 1.

このような状態に新にファイルbが追加され、ファイル
bのデータブロックはデータブロック(3a−1ン、(
3a−3)の内容と同一のデータブロック及び(3b−
2)で示すファイルbに特有なデータブロックから構成
されるものとする。CPU (61はファイル入出力制
御装置(5)を介し管理テーブル領域(2)にテーブル
(2b)を構成し、かつデータブロック(3b−2) 
 を格納する領域をデータブロック群領域(3)中(=
定め、テーブル(2b)中にはデータブロック(3a−
1)、(3b−2)、(3a−3)  に対するポイン
タを設定し、新にポインタを設定したデータブロック(
3a−1)。
A new file b is added to this state, and the data blocks of file b are data blocks (3a-1, (
The same data block as the content of 3a-3) and (3b-
It is assumed that the file b is composed of data blocks specific to file b shown in 2). The CPU (61 configures the table (2b) in the management table area (2) via the file input/output control device (5), and also configures the data block (3b-2)
is stored in the data block group area (3) (=
data blocks (3a-) in the table (2b).
1), (3b-2), and (3a-3), and set the new pointer to the data block (
3a-1).

(3b−2)、(3a−3)に対応する参照カウンタ(
4)をそれぞれカウントアツプし、その結果、参照カウ
ンタ(4)の数値は(3a−1)  に対し2 、 (
3a−2)  に対し1゜(3b−2)に対し1 、 
(3a−3) l二対し2となる。また、ファイル入出
力制御装置(5)内の共用状態管理テーブル(5a)に
は管理テーブル領域(2)内に設定されているすべての
ファイル領域管理テーブル(図に示す例では(2a)、
(2b) )に登録されているデータブロック中、参照
カウンタ(4)の数値が2以上のもの(図に示す例では
(3a−1)、(3a−3) )にはフラグがセットさ
れる。
(3b-2), the reference counter (3a-3) corresponding to
4), and as a result, the value of the reference counter (4) is 2 for (3a-1), (
1 degree for 3a-2) (1 degree for 3b-2),
(3a-3) l2 to 2. In addition, the shared status management table (5a) in the file input/output control device (5) includes all the file area management tables set in the management table area (2) (in the example shown in the figure, (2a),
Among the data blocks registered in (2b)), a flag is set for those whose reference counter (4) has a value of 2 or more ((3a-1) and (3a-3) in the example shown in the figure). .

以上のような状態にあるときに、ファイルbに関連し、
テーブル(2b)の管理するデータブロック(3b−2
)  に対する書込み要求がCPUから出されたとする
。この書込み要求に対しファイル入出力制御装置(5)
は共用状況管理テーブル(5a)を調査し、データブロ
ック(3b−2)にはフラグがセットされていないこと
を確認した上で要求された書込みを実行する。
In the above situation, related to file b,
Data block (3b-2) managed by table (2b)
) is issued by the CPU. For this write request, the file input/output controller (5)
checks the shared status management table (5a) and executes the requested write after confirming that no flag is set in the data block (3b-2).

次にファイルbに関連し、テーブル(2b)の管理する
データブロック(3a−3)に対する書込み要求がCP
Uから出されたとする。データブロック(3a−3)に
対しては共用状況管理テーブル(5a)内でフラグが設
定されているので、ファイル入出力制御装置(5)はこ
の書込み要求に対応してCPUに対し割込みを発生し例
外報告を行う。この例外報告により、CPUはデータブ
ロック(3a−3)  の内容はそのままにしておき(
ファイルbのためにこの内容が変更されるとファイルa
には都合が悪い)、データブロック群領域(3)内にフ
ァイルbのためのデータブロック(3b−3)の領域(
図示せず)を設けて、このデータブロック領域(3b−
3)にデータブロック(3a−3)の内容を複写する。
Next, a write request for data block (3a-3) managed by table (2b) related to file b is sent to CP.
Suppose that it was released from U. Since a flag has been set for the data block (3a-3) in the shared status management table (5a), the file input/output control device (5) generates an interrupt to the CPU in response to this write request. and report the exception. This exception report causes the CPU to leave the contents of the data block (3a-3) as is (
When this content is changed for file b, file a
), the data block (3b-3) area for file b in the data block group area (3) (
(not shown) is provided, and this data block area (3b-
3) Copy the contents of the data block (3a-3).

この複写が終了した結果、ファイル領域管理テーブル(
2a)、(2b)の管理するデータブロックはそれぞれ
(3a−1)、(3a−2)、(3a−3)と(3a−
1)、(3b−2)、(3b−3)  となるのでデー
タブロック(3a−3)の参照カウンタ(4)の数値を
2からカウントダウンして1とし、データブロック(3
b−3)の参照カウンタ(4)をカウントアツプしてそ
の数値を1とし、これにともない、共用状況管理テーブ
ル(5a)内のデータブロック(3a−3)のフラグを
リセットする。
As a result of this copying, the file area management table (
The data blocks managed by 2a) and (2b) are (3a-1), (3a-2), (3a-3) and (3a-3), respectively.
1), (3b-2), (3b-3), so the value of the reference counter (4) of data block (3a-3) is counted down from 2 to 1, and data block (3a-3) is counted down from 2 to 1.
The reference counter (4) of b-3) is counted up to make the value 1, and accordingly, the flag of the data block (3a-3) in the shared status management table (5a) is reset.

このような処理の後で、ファイルbに関連して発せられ
た書込み要求を実行する。
After such processing, the write request issued in connection with file b is executed.

データブロック(3a−1)  に対してはファイルa
に関連してもファイルbに関連しても書込み要求が出な
ければ、ファイルaとファイルbとに共用される状態が
継続され、その参照カウンタ(4)の数値は2に保たれ
、共用状況管理テーブル(5a)内ではフラグがセット
されたままになっている。
File a for data block (3a-1)
If there is no write request related to file a or file b, the shared state between file a and file b continues, the value of the reference counter (4) is kept at 2, and the sharing status is The flag remains set in the management table (5a).

なお、第1図では、参照カウンタは各データブロック内
に設けるように示しであるが、参照カウンタは各データ
ブロックに対応してそれぞれ設ければよいのでメモリ領
域(1)内の何処に設けてもよい。
In addition, although the reference counter is shown to be provided in each data block in FIG. 1, it is sufficient to provide the reference counter corresponding to each data block, so it does not matter where in the memory area (1) it is provided. Good too.

〔発明の効果〕〔Effect of the invention〕

以上のようにこの発明によれば、ファイルの複写要求が
生じた時にも、そのファイルのデータ部分は複写されず
共通のデータブロックが共用されるので、データブロッ
ク群領域の容量を有効に利用することができるとともに
、複写のための転送オーバヘッドを削減することができ
る。
As described above, according to the present invention, even when a file copy request occurs, the data part of the file is not copied and a common data block is shared, so the capacity of the data block group area can be used effectively. At the same time, the transfer overhead for copying can be reduced.

また、共用されているファイルへの書込み要求がファイ
ル入出力制御装置で検出されるので、CPU上のファイ
ル管理プログラムは共用データブロックを含んでいるフ
ァイルに対して書込み要求を出しても、ファイル入出力
制御装置がこれを処理して、CPUはファイル入出力制
御装置から例外報告が来た時だけ新なデータブロックを
割当てればよいので、CPUではデータの共用状況を管
理するためのオーバヘッドを必要としない。
Also, since write requests to shared files are detected by the file input/output controller, the file management program on the CPU will not be able to access the file even if it issues a write request to a file that contains a shared data block. The output control unit processes this, and the CPU only needs to allocate a new data block when an exception report is received from the file input/output control unit, so the CPU requires overhead to manage the data sharing status. I don't.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の一実施例を示す説明図、第2図は従
来の方法を示す説明図。 (1)はメモリ領域、(2)は管理テーブル領域、(3
)はデータブロック群領域、(2a)  はファイルa
のファイル領域管理テーブル、(2b)  はファイル
bのファイル領域管理テーブル、(3a−1)、(3m
−2)、(3a−3)、(3b−2)  はそれぞれデ
ータブロック、(4)は参照カウンタ、(5)はファイ
ル入出力制御装置、(5a)は共用状況管理テーブル、
(6)はCPU。 尚、各図中同一符号は同−又は相当部分を示す。
FIG. 1 is an explanatory diagram showing an embodiment of the present invention, and FIG. 2 is an explanatory diagram showing a conventional method. (1) is the memory area, (2) is the management table area, (3
) is the data block group area, (2a) is the file a
(2b) is the file area management table for file b, (3a-1), (3m
-2), (3a-3), and (3b-2) are each data blocks, (4) is a reference counter, (5) is a file input/output control device, (5a) is a shared status management table,
(6) is a CPU. Note that the same reference numerals in each figure indicate the same or corresponding parts.

Claims (1)

【特許請求の範囲】 電子計算機のファイルを管理するファイル管理方法にお
いて、 メモリ領域内にデータブロックを格納するデータブロッ
ク群領域と、一つのファイルごとにそのファイルに属す
るデータブロックの格納位置を示すポインタを記憶する
ファイル領域管理テーブルを格納する管理テーブル領域
とを定める段階、上記メモリ領域内に最初のファイルを
格納する時は、当該ファイルを構成する各データブロッ
クの格納位置を上記データブロック群領域内に確保し、
当該ファイルに対するファイル領域管理テーブルを上記
管理テーブル領域内に構成し、当該ファイルに属する各
データブロックに対するポインタを上記ファイル領域管
理テーブルに書込み、上記各データブロックを上記ファ
イル領域管理テーブル内のポインタの指示する位置に格
納する段階、上記メモリ領域内に上記最初のファイル以
外のファイルを格納するときは、当該ファイルに対する
ファイル領域管理テーブルを上記管理テーブル領域内に
構成し、当該ファイルに属するデータブロックのうち既
に上記データブロック群領域に格納されているデータブ
ロックに対しては、そのデータブロックを共用すること
にして上記ファイル領域管理テーブル内にそのデータブ
ロックの格納位置を示すポインタを書込み、当該ファイ
ルに属するデータブロックのうち上記データブロック群
領域に格納されてないブロックに対しては、そのデータ
ブロックの格納位置を上記データブロック群領域内に確
保し、そのポインタを上記ファイル領域管理テーブルに
書込み、上記そのデータブロックを上記そのポインタの
指示する位置に格納する段階、 上記データブロック群領域内に格納される各データブロ
ックにそれぞれ対応して参照カウンタを設け、対応する
データブロックが新に格納されたときその参照カウンタ
の数値を1にセットし、其後当該データブロックを共用
するファイルが発生するごとに当該参照カウンタに数値
1を加算し、当該データブロックの共用を停止するファ
イルが発生するごとに当該参照カウンタから数値1を減
算する段階、 ファイル入出力制御装置内に共用状況管理テーブルを設
け、上記参照カウンタの数値が2以上であるデータブロ
ックに対してフラグを設定する段階、 ファイル入出力制御装置がデータブロックへの書込み要
求を受けたときは、上記共用状況管理テーブルを参照し
、上記フラグがセットされてないデータブロックに対す
る書込み要求はそのまま実行し、上記フラグがセットさ
れているデータブロックに対する書込み要求であること
を検出したときは中央処理装置に対し割込みをかけ、中
央処理装置はこれに対応して、上記書込み要求に関連す
るファイルに対し当該データブロックの共用を停止し、
当該ファイルに対する当該データブロックの新しい格納
位置を確保し、この新しい格納位置のデータブロックへ
上記共用を停止したデータブロックの内容を複写し、こ
の複写が終了したデータブロックに対し要求された書込
みを実行する段階、 を備えたことを特徴とするファイル管理方法。
[Claims] A file management method for managing files of a computer, comprising: a data block group area in which data blocks are stored in a memory area; and a pointer indicating, for each file, the storage position of data blocks belonging to that file. When storing the first file in the memory area, the storage position of each data block constituting the file is determined within the data block group area. ensure that
Configure a file area management table for the file in the management table area, write pointers for each data block belonging to the file in the file area management table, and write each data block to the pointer in the file area management table. When storing a file other than the first file in the memory area, a file area management table for the file is configured in the management table area, and one of the data blocks belonging to the file is stored in the storage location. For a data block that is already stored in the data block group area, the data block is decided to be shared, and a pointer indicating the storage position of the data block is written in the file area management table, and the data block belonging to the file is written in the file area management table. For data blocks that are not stored in the data block group area, the storage position of the data block is secured in the data block group area, its pointer is written in the file area management table, and the data block is stored in the data block group area. storing the data block at the position indicated by the pointer; providing a reference counter corresponding to each data block stored in the data block group area; Set the reference counter value to 1, and then add 1 to the reference counter every time a file that shares the data block occurs, and add 1 to the reference counter every time a file that stops sharing the data block occurs. a step of subtracting the number 1 from the counter; a step of providing a shared status management table in the file input/output control device and setting a flag for data blocks whose reference counter value is 2 or more; When a write request to a data block is received, the above shared status management table is referred to, write requests for data blocks for which the above flag is not set are executed as is, and write requests for data blocks for which the above flag is set are executed. When it is detected that the write request is a write request, the central processing unit interrupts the central processing unit, and in response, the central processing unit stops sharing the data block for the file related to the write request.
Secures a new storage location for the data block in the file, copies the contents of the data block whose sharing has been stopped to the data block in this new storage location, and executes the requested write to the data block that has been copied. A file management method comprising the steps of:
JP61172126A 1986-07-22 1986-07-22 File management method Pending JPS6327936A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61172126A JPS6327936A (en) 1986-07-22 1986-07-22 File management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61172126A JPS6327936A (en) 1986-07-22 1986-07-22 File management method

Publications (1)

Publication Number Publication Date
JPS6327936A true JPS6327936A (en) 1988-02-05

Family

ID=15936039

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61172126A Pending JPS6327936A (en) 1986-07-22 1986-07-22 File management method

Country Status (1)

Country Link
JP (1) JPS6327936A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0283639A (en) * 1988-09-20 1990-03-23 Sumitomo Electric Ind Ltd File generation control method
US20100318759A1 (en) * 2009-06-15 2010-12-16 Microsoft Corporation Distributed rdc chunk store
US8327061B2 (en) * 2003-12-22 2012-12-04 International Business Machines Corporation Reducing occupancy of digital storage devices

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0283639A (en) * 1988-09-20 1990-03-23 Sumitomo Electric Ind Ltd File generation control method
US8327061B2 (en) * 2003-12-22 2012-12-04 International Business Machines Corporation Reducing occupancy of digital storage devices
US20100318759A1 (en) * 2009-06-15 2010-12-16 Microsoft Corporation Distributed rdc chunk store

Similar Documents

Publication Publication Date Title
US5442785A (en) Method and apparatus for passing messages between application programs on host processors coupled to a record lock processor
EP0747832A2 (en) Customer information control system and method in a loosely coupled parallel processing environment
JPH01200466A (en) Variable resource zoning apparatus and method for data processing system
EP3951607A1 (en) Data reading method, data writing method, and server
US11755252B2 (en) Expanding a distributed storage system
US10942807B2 (en) Storage system spanning multiple failure domains
JPS6327936A (en) File management method
JP2611648B2 (en) File sharing system
JP2636740B2 (en) Distributed file system
JPH07182225A (en) On-line increasing/decreasing system for os resource
JPH0115899B2 (en)
JP3022829B2 (en) Automatic storage device allocation device
JP3206580B2 (en) DMA data transfer control method and input / output processing device
JPS62163154A (en) Virtual logic volume system
JP2613931B2 (en) Buffer control method
JPS58175188A (en) Memory managing system
JPH02133845A (en) Duplex auxiliary storage device
JP2798140B2 (en) Virtual space control method
JPH01220046A (en) Exclusive control method
JPH0229835A (en) Memory element
JPS61194546A (en) Shared file control system
JPH02247748A (en) Data base processing system based upon multiprocessor
JPH01263761A (en) Loose coupling multiprocessor system
JPH01286048A (en) Duplex computer system
JPH03246741A (en) Synchronous controller