WO1991013405A1 - Non-volatile memory storage of write operation identifier in data storage device - Google Patents

Non-volatile memory storage of write operation identifier in data storage device Download PDF

Info

Publication number
WO1991013405A1
WO1991013405A1 PCT/US1991/001254 US9101254W WO9113405A1 WO 1991013405 A1 WO1991013405 A1 WO 1991013405A1 US 9101254 W US9101254 W US 9101254W WO 9113405 A1 WO9113405 A1 WO 9113405A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
write operation
memory
block
information
Prior art date
Application number
PCT/US1991/001254
Other languages
French (fr)
Inventor
Randy H. Katz
David T. Powers
David H. Jaffe
Joseph S. Glider
Thomas E. Idleman
Original Assignee
Sf2 Corporation
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 Sf2 Corporation filed Critical Sf2 Corporation
Priority to CA002076542A priority Critical patent/CA2076542A1/en
Publication of WO1991013405A1 publication Critical patent/WO1991013405A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1076Parity data used in redundant arrays of independent storages, e.g. in RAID systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1443Transmit or communication errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/835Timestamp
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2211/00Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
    • G06F2211/10Indexing scheme relating to G06F11/10
    • G06F2211/1002Indexing scheme relating to G06F11/1076
    • G06F2211/104Metadata, i.e. metadata associated with RAID systems with parity

Definitions

  • the present invention relates to sets of physical mass storage devices that collectively perform as one or more logical mass storage devices.
  • the present invention relates to methods and apparatus for maintaining data integrity across such a set of physical mass storage devices in the event of a power failure.
  • Disk memory size can be increased by increasing the number of disks and/or increasing the diameters of the disks, but this does not increase data access speed.
  • Memory size and data transfer rate can both be increased by increasing the density of data storage.
  • technological constraints limit data density and high density disks are more prone to errors.
  • a variety of techniques have been utilized to improve data access speed.
  • Disk cache memory capable of holding an entire track of data has been used to eliminate seek and rotation delays for successive accesses to data on a single track.
  • Multiple read/write heads have been used to interleave blocks of data on a set of disks or on a set of tracks on a single disk. Common data block sizes are byte size, word size, and sector size.
  • Disk interleaving is a known supercomputer technique for increasing performance, and is discussed, for example, in the above-noted article.
  • Data access performance can be measured by a number of parameters, depending on the relevant application.
  • transaction processing such as in banking
  • request rates are high and random.
  • transfer of large data blocks are common.
  • RAID Redundant Array of Inexpensive Disks
  • SLED Single Large Expensive Disk
  • the number of I/Os per second per read/writ head in an inexpensive disk is within a factor of two of the large disks. Therefore, the parallel transfer from several inexpensive disks in a RAID architecture, in which a set of inexpensive disks function as a single logical disk drive, produces greater performanc than a SLED at a reduced price.
  • RAID level 1 utilizes complete duplication of data and so has a relatively small performance per dis ratio.
  • RAID level 2 improves this performance as well as the capacity per disk ratio by utilizing error correction codes that enable a reduction of the number of extra disks needed to provide error correction and disk failure recovery.
  • data is interleaved onto a group of G data disks and error codes are generated and stored onto an additional set of C disks referred to as "check disks" to detect and correct a single error.
  • This error code detects and enables correction of random single bit errors in data and also enables recovery of data if one of the G data disks crashes. Since only G of the C+G disks carries user data, the performance per disk is proportional to G/(G+C) .
  • G/C is typically significantly greater than 1, so RAID level 2 exhibits an improvement in performance per disk over RAID level 1.
  • One or more spare disks can be included in the system so that if one of the disk drives fails, the spare disk can be electronically switched into the RAID to replace the failed disk drive.
  • RAID level 3 is a variant of RAID level 2 in which the error detecting capabilities that are provided by most existing inexpensive disk drives are utilized to enable the number of check disks to be reduced to one, thereby increasing the relative performance per disk over that of RAID level 2.
  • the performance criteria for small data transfers such as is common in transaction processing, is known to be poor for RAID levels 1-3 because data is interleaved among the disks in bit-sized blocks, such that even for a data access of less than one sector of data, all disks must be accessed.
  • RAID level 4 a variant of RAID level 3 data is interleaved onto the disks in sector interleave mode instead of in bit interleave mode as in levels 1-3.
  • RAID level 4 remains limited because of access contention for the check disk during write operations. For all write operations, the check disk must be accessed in order to store updated parity data on the check disk for each stripe (i.e., row of sectors) of data into which data is written. Therefore, write operations interfere with each other, even for small data accesses.
  • RAID level 5, a variant of RAID level 4, avoids this contention problem on write operations by distributing the parity check data and user data across all disks.
  • the data on the check disks across the data stripe that was being altered may be invalid (i.e., not equal to the correct check information for the data disks) , thereby leading to the possibility that other sectors uninvolved in the write request will also not be able to be regenerated subsequently.
  • the apparatus includes at least one check device for storing redundancy data, nonvolatile memory means, means for detecting a failure of power to the set of physical storage devices, means for, on detection of a power failure during a storage operation, storing in the nonvolatile memory means information regarding said storage operation, and means for, on restoration of power to the set of physical storage devices, reading the information regarding the storage operation from the nonvolatile memory means and reconstructing data on the set of physical storage devices.
  • information regarding a storage operation may be stored in the non- volatile memory at the beginning of every storage operation, and is erased therefrom when the storage operation is completed.
  • FIG. 1 illustrates a prior art channel architecture for routing data to various peripheral devices
  • FIG. 2 illustrates a prior art bus architecture for routing data to various peripheral devices
  • FIG. 3 illustrates coupling between RAID memories and device controllers in a multiple device mass storage system of a type suitable for use with the present invention
  • FIG. 4 illustrates RAID memory 304 of FIG. 3 in greater detail and illustrates hardware used to detect and correct data errors arising from power failure in accordance with the principles of the present invention
  • FIG. 5 illustrates a data block layout that includes a time stamp data field for detecting and correcting data errors arising from power failure in accordance with the principles of the present invention
  • FIG. 6 illustrates an array of mass storage devices in accordance with the principles of the present invention including four data storage devices divided into two data groups, and a check device; and FIG. 7 illustrates an example of the operation of a data group including two mass storage devices.
  • FIG. 1 is illustrated the general structure of a conventional channel architecture for routing data from main memory in a central processing unit (CPU) to any of a set of data storage devices 114-126.
  • Data emerges from the CPU main memory 101 along any one of a set of channels 102-104 and is selectively directed to one of a set of device controllers 105-113. The selected one of these device controllers then passes this data on to a selected one of the data storage devices attached to that controller.
  • These data storage devices can be of a variety of types, including tape storage, single disk storage and RAID memory storage. Such storage devices may be coupled to more than one controller to provide multiple data paths between the CPU main memory 101 and
  • the storage device This is shown, for example, by the coupling of storage device 122 to controllers 111 and 112.
  • FIG. 2 illustrates an alternative conventional architecture in which channels 102-104 are replaced by an input/output (I/O) bus 201.
  • the data storage devices used in such a system also can be of a variety of types, including tape storage, single disk storage and RAID memory storage.
  • I/O input/output
  • the data storage devices used in such a system also can be of a variety of types, including tape storage, single disk storage and RAID memory storage.
  • several switches have to be set to connect CPU main memory 101 to the storage device selected for access.
  • the storage device is a RAID memory
  • additional controls must be set to route the data within the RAID memory.
  • FIG. 3 shows in greater detail how a pair 301 and 302 of device controllers can be connected to a pair of RAID memories 304 and 305. Each device controller is connected by a bus or channel 319 to a CPU main memory.
  • each RAID memory is attached to at least two device controllers so that there are at least two parallel paths from one or more CPU main memories 101 to that RAID memory.
  • each of RAID memories 304 and 305 is connected to device controllers 301 and 302 by busses 311 and 312, respectively.
  • bus 311 may also connect device controller 301 to additional RAID memories.
  • Such parallel data paths from the CPU to the RAID memory are useful for routing data around a busy or failed device controller.
  • each of RAID memories 304 and 305 is a RAID controller 310 that routes data between device controllers 301 and 302 and the appropriate one or ones of disk drive units 307.
  • Hardware protocol controllers 315 in each of the device controllers 301 and 302, and corresponding hardware protocol controllers in each of RAID memories 304 and 305 handle the transfer of data between device controllers and RAID controllers.
  • RAID controller 310 switches the failed unit out of the data path, recreates the failed drive unit's data and thenceforth reroutes that disk drive unit's input data to one of the disk drive units in backup set 309.
  • Controller 310 utilizes the error correcting capability provided by the codes written onto check disks to reconstruct the data of the failed disk drive unit onto the backup unit with which the failed disk drive unit has been replaced.
  • the particular method by which data oh a drive in a RAID architecture is reconstructed is implementation specific.
  • a Reed Solomon coding algorithm is used to calculate the check data that is stored on the check drives.
  • this check data is distributed across several physical disk drives in a striped manner like that of the previously described RAID level 5 architecture.
  • a stripe comprises corresponding sectors across a set of disk drives, some of which sectors contain mass storage data and others of which sectors contain check data for the mass storage data sectors within the stripe.
  • a stripe may be one or more sectors deep.
  • Such stripes on a set of disks are grouped into one or more of what is hereafter referred to as redundancy groups.
  • the physical devices comprising the check drives for a particular stripe varies from stripe to stripe.
  • the widths of the stripes i.e., the number of physical storage devices spanned by each stripe) are equal within a redundancy group.
  • the particular Reed Solomon coding algorithm used determines (or limits) the number of data blocks that can be reconstructed. For example, the Reed Solomon coding algorithm
  • the Reed Solomon code may limit reconstruction to two drives out of the total number of drives in a stripe (including drives holding check data) . If in this case more than two drives in the stripe are determined to be inconsistent, the Reed Solomon code is incapable of reconstructing any of the data.
  • inconsistent means that the data, when encoded using the Reed Solomon code with the other data in the stripe, does not result in the check data stored for the stripe. For this reason, it may be desired to divide a multiple device mass storage system having a RAID architecture into a plurality of separate redundancy groups.
  • reconstruction is generally accomplished as follows. First, all data blocks across the redundancy group stripe that includes the drive( ⁇ ) to be reconstructed are read. Also read is the check data corresponding to that stripe. Error correction circuitry (e.g., redundancy group error correction circuitry 408 of FIG. 4) then uses the check data and the valid data blocks to regenerate the data that should have been written to each data block or block that is inconsistent with the remainder of the stripe.
  • the error correction circuitry can be of any suitable type for manipulating the data in accordance with the algorithm of the particular Reed Solomon code used.
  • this circuitry generates the check data and how it regenerates inconsistent data are not within the scope of the present invention — it is intended that the present invention be applicable to any system in which it is desired to be able to detect and correct data errors resulting from a failure to write one or more data blocks involved in a write operation, regardless of the particular reconstruction technique used.
  • the RAID memory can be provided with means for detecting incorrectly routed data. This is preferably accomplished as follows. When data is stored in one of the disk drive units, extra fields (e.g., fields 501 and 502 of FIG. 5) are included in each block of stored data. These extra fields contain data that identifies where that data should be located in RAID memory.
  • the extra field 501 specifies the logical unit number of the device to which the CPU associated with main memory 101 directed the data and field 502 specifies the logical block number of the data block to which the CPU directed the data.
  • a logical unit number is the number assigned by a CPU to an external mass storage address space, which may be mapped to one physical mass storage device, a plurality of physical mass storage devices, or any portion of one or more such devices.
  • the LUN is transmitted by the CPU in a data access command to identify the external device as the one to take part in the data access.
  • various switches within a data path from the CPU to the selected external device are set to direct the data to or from the device.
  • Known RAID device sets are conventionally operated such that the CPU sees the RAID memory as one logical disk drive device.
  • a more preferred method for configuring data on a set of physical storage devices is to permit dynamic configuration of the data such that the set can be changeably operated as one or more than one logical storage device as desired.
  • blocks of data (sector sized) from a single write operation from the CPU are written across several physical disk drives although, as far as the CPU is concerned, it has written data to a single "logical unit," typically in one sector increments.
  • a logical unit comprises one or more data groups.
  • Each data group is a logically contiguous group of data blocks (i.e., sectors) bound by a single redundancy group.
  • Data groups can be configured as desired to provide within the RAID memory 304 different logical units having various performance characteristics.
  • FIG. 4 shows a particular exemplary configuration of RAID memory 304 in which several disk drive units 307 have been grouped into separate logical units 401 and 402.
  • Each logical unit may separately include its own check data or alternatively, the two logical units may be incorporated into a larger redundancy group — for example, one formed across all disk units 307 in active set 308.
  • each physical disk drive device is divided into physical blocks of memory, each of which is identified internally in the device by a physical block number (PBN) .
  • a logical block number (LBN) or logical block address (LBA) is the number transmitted by a CPU to a data storage device to access a block of data identified by this number.
  • LBN logical block number
  • LBA logical block address
  • a unique LBN or LBA is assigned to each physical block of a logical unit that is available for user data.
  • Device controller 302 includes a processor 314 that interprets CPU commands, identifies the appropriate logical unit number and the logical block number with which a command is concerned and transmits this information to RAID memory 304.
  • a processor 314 that interprets CPU commands, identifies the appropriate logical unit number and the logical block number with which a command is concerned and transmits this information to RAID memory 304.
  • the logical unit number and logical block number are prepended to the data block received from the CPU while the data is being held in a packet staging memory 313 within device controller 302.
  • the data is routed to the appropriate disk drive units within RAID memory 304.
  • the logical unit number and logical block number prepended to the data are checked against expected values previously transmitted to RAID memory 304 by processor 314 of device controller 302. This check takes place while the data block is passing through multiple drive SCSI interface 409. If the expected and received values do not agree, the transfer of the data block is retried and, if a discrepancy still exists, then an unrecoverable error is reported to the CPU.
  • the logical unit number and logical block number stored with the data are compared against the expected values identified from the CPU read command by processor 314. Such comparison is made both as the data passes through drive SCSI interface 410 and as it passes through packet staging memory 313 in device controller 302 on its way to the CPU. If a discrepancy is detected, the data transfer is terminated and the read operation is retried. If a discrepancy still exists, then the data block is either regenerated using the disk array (e.g., using redundancy data on check disks) or an unrecoverable error is reported to the CPU. In addition, a further recovery operation takes place as follows.
  • Another extra field (505 of FIG. 5) is included in each block of stored data to enable the RAID controller 310 to detect failures to write due to a drive failure.
  • This extra field contains data that identifies a write operation uniquely.
  • this field specifies the time at which the write operation is started by RAID controller 310, and is referred to herein as a time stamp.
  • the time stamp field can also be used to reconstruct data if a power failure interrupts execution of a CPU write request (e.g., a power failure affecting RAID controller 310) .
  • a time value is read from a real time clock 414 of FIG. 4 and is stored in register 412 in the drive SCSI interfaces 410 associated with the write request.
  • the write operations are then started and the time stamp that was written into the drive SCSI interfaces 410 is appended to each data block associated with the write request (including blocks of check data ⁇ , thereby storing the CPU data, the associated prepended data and the associated appended data into RAID memory.
  • the time stamps stored with the data are compared against each other by the following procedure.
  • the time stamp from the data block is loaded into a register 412 dedicated to holding such time stamps and all such time stamp registers within multiple drive SCSI interface 409 that are associated with the read request are compared using compare circuitry within multiple drive SCSI interface 409. All of the time stamps are expected to be equal. If a discrepancy is detected, then the read request is retried.
  • FIG. 5 shows a preferred arrangement for a sector-sized block of data as it is stored on a disk drive in accordance with the principles of the present invention.
  • each data block 500 stored in a disk drive preferably has several error checking fields in addition to the CPU data 503.
  • the first error checking fields 501 and 502 are error checking fields prepended by the device controller 302 during a CPU write request and stripped by device controller 302 during a CPU read request.
  • these error checking fields contain the logical unit number 501 and the logical block number 502 for the associated CPU data 503 contained in that data block. Inclusion of these fields allows the disk storage system to detect misdirected data blocks as previously described.
  • the third field is the CPU data block 503 as sent from or to CPU bus or channel 319.
  • the fourth field is a CRC code 504 appended by device controller 302 on transmission to RAID controller 310 and checked by RAID controller 310. CRC code 504 is checked again and stripped by device controller 302 on receipt from RAID controller 310. Inclusion of this field 504 5 allows the disk storage system to detect random data errors occurring on the bus between the device controller and the RAID controller.
  • the fifth field is a time stamp 505 appended by RAID controller 310 on a write operation and checked
  • RAID controller 310 stripped by RAID controller 310 on a read operation. Inclusion of this field allows the disk storage system to detect the failure to write and/or retrieve the correct sector due to disk drive failures and/or power failures.
  • the sixth field is a CRC code 506 appended by the RAID controller on a write operation and checked and stripped by the RAID controller on a read operation. As previously described, inclusion of this field allows the disk storage system to detect random
  • ECC error correction code
  • the disk drive may append a track
  • a RAID memory may be operated in a transaction processing mode where data accessed by a CPU write or read request comprises a single block or number of blocks of data (e.g., sectors) on a logical unit disk.
  • data accessed by a CPU write or read request comprises a single block or number of blocks of data (e.g., sectors) on a logical unit disk.
  • For a read operation only the particular drive or drives on which the block or blocks are located will be accessed.
  • For a write operation one or more disk drives containing check data are accessed in addition to the drive or drives on which the block or blocks of data are located. Assuming, however, that only a single drivr is involved in the read operation, a comparison check of the time stamp associated with the requested data block or blocks can not be accomplished in the manner previously described to validate the data because no other drives are accessed in the read.
  • FIG. 6 shows an array 600 of physical storage devices 601-606.
  • Devices 601-604 store blocks of transaction data.
  • Devices 605 and 606 operate as check drives for the array and are used to regenerate data if one or two of devices 601-604 fails. It is to be understood also that if one or both of devices 605 and 606 fail, the check data stored on these drives can be reconstructed from the data on devices 601-604.
  • Within array 600 are defined two data groups 615 and 616. Each data group may comprise a separate logical unit (e.g., logical unit 401 of FIG. 4), or together they may be included within a larger logical unit (e.g., logical unit 402 of FIG. 4).
  • Data group 615 includes devices 601 and 602, and data group 616 includes devices 603 and 604. Data is transferred between each of devices 601-606 and a system bus 608 (e.g., bus 406 of FIG. 4) via a corresponding one of buffer memories 609-614 (e.g., buffers 407 of FIG. 4) .
  • a system bus 608 e.g., bus 406 of FIG. 4
  • buffer memories 609-614 e.g., buffers 407 of FIG. 4
  • all accesses to data on any of devices 601-604 causes both devices of the data group including the device on which the data block is located to be accessed. This applies to both write and read requests.
  • both device 601 and device 602 will be accessed together in the same write command issued to data group 615.
  • the new host data block will be written to device 601 with an appended time stamp of the type previously described.
  • the same time stamp written to device 601 is written to the block location on device 602 corresponding to the block location on device 601 in which the new host data is written and to 605 and 606 on the corresponding check data blocks.
  • the time stamps on devices 601 and 602 are compared. This comparison of time stamps is made to ensure that new data was written to device 601 when the write command to data group 615 was issued.
  • a write command to a data group is typically accomplished by a read-modify-write operation for purposes of updating the check data on devices 605 and 606.
  • This operation involves first reading the old data in the block to be written, as well as the old data in the corresponding block of the other device in the data group and the check data associated with those blocks. For example, assuming again that new data is to be written to a block location in device 601, the old data in the block location is read into buffer 609. At the same time, the old data in a corresponding block location in device 602 (which is not to be changed) is read into buffer 610. Also, the old check data on devices 605 and 606 is read into buffers 613 and 614.
  • buffer 609 is updated, as is the check data in buffers 613 and 614.
  • the contents of buffers 609, 610, 613 and 614 are then written respectively to devices 601, 602, 605 and 606.
  • a time stamp is appended to the data transferred to devices 601 and 602, as well as to the check data transferred to devices 605 and 606.
  • the array 600 of FIG. 6 is arranged such that check data for the entire array is located on devices 605 and 606, it is to be understood that the data group configuration can be used as well in arrays in which the check data is distributed throughout the devices of the array, as in RAID level 5 or in any of the preferred data structures previously described.
  • data groups 615 and 616 are shown as each comprising two physical devices, such data groups may comprise any plurality of physical devices, or portions of any plurality of physical devices, and may as well be used for applications other than transaction processing such as in data bases, real-time analysis, numerical analysis and image processing.
  • FIG. 7 illustrates an example of how a series of data blocks each of sector size can be written to and read from devices 601 and 602 configured as a single data group having logically contiguous sectors numbered 1-6.
  • sectors 1 and 2 are a pair of corresponding sectors of devices 601 and 602 respectively.
  • sectors 3 and 4 are corresponding pairs of sectors in devices 601 and 602, respectively.
  • New data may be written to an individual sector of either device 601 or 602, or new data may be written to corresponding sectors of devices 601 and 602 in parallel, but in either case both devices 601 and 602 are accessed for each transfer.
  • a read operation is performed first in which the old data in sectors l and 2 is read into buffers 609 and 610 respectively.
  • the data in one or both buffers is modified appropriately with the new data, and the data in the buffers are written back to the devices 601 and 602.
  • a time stamp is appended to both sectors 1 and 2 as the data is transferred along paths A and B to devices 601 and 602 respectively.
  • the data from both sectors is transferred to buffers 609 and 610, and the corresponding time stamps stored with sectors l and 2 are compared during the transfer as indicated by box 702.
  • the functions of appending and comparing time stamps may be accomplished in a drive interface circuit such as SCSI drive interface circuit 410 of FIG. 4. If a discrepancy between the stamps is detected, indicating that a previous write to the devices 601 and 602 was not successfully completed, the read operation is retried. If the discrepancy reoccurs, then either reconstruction is attempted or an error report is generated as previously described. 6. Power Failure Interrupted Write Operation
  • a power failure could occur at any time during execution of a CPU write request causing an interruption of write operations associated with the write request. If such a power failure does occur (for example, the RAID controller loses power) , then the write request can end in any one of the following three states: (1) none of the write operations were completed; (2) some of the write operations were completed; or (3) all of the write operations were completed.
  • a fourth possibility for the following reasons, is so remote as not to be of significant concern.
  • This possibility is that a write operation on a disk is discontinued part way through writing a data block onto a disk platter.
  • power fails there is sufficient energy stored to allow the disks to continue writing for multiple milliseconds, which is more than enough time to complete any operations that had progressed to the point that data was actually being transferred to the disk platters.
  • Nonvolatile memory 413 is preferably battery backed-up random access memory or electrically erasable programmable read-only memory. Nonvolatile memory is used so that this information is not lost if a power failure occurs, thereby enabling such data to be utilized in recovering from such power failure.
  • Successful recovery from such an incomplete write operation means that all data blocks across the redundancy group stripe that was modified by the write operations associated with the CPU write request are consistent with the check data for that stripe.
  • Some, and preferably all, of the following information is loaded into nonvolatile memory 413 before the start of any write operation: (1) a write process flag — an indicator that a write operation was underway when power was removed; (2) an operation sequence number — a number assigned to the write command when received from the CPU indicating the order of command reception; (3) a physical drive address; (4) a starting logical block number; (5) an ending logical block number, or an indication of the size of the write operation; (6) a time stamp; (7) and the physical addresses of check drive(s) associated with the transfer.
  • a write process flag an indicator that a write operation was underway when power was removed
  • an operation sequence number a number assigned to the write command when received from the CPU indicating the order of command reception
  • (3) a physical drive address (4) a starting logical block number; (5) an ending logical block number, or an indication of the size of the write operation; (6) a time stamp; (7) and the physical addresses of check drive(s) associated with the transfer.
  • processor 411 analyzes the "consistency" of each redundancy group as part of its initialization procedure when power is restored to the RAID controller. To do so, it scans each write in progress journal stored within nonvolatile memory 413. If all journals have been erased within nonvolatile memory 413, then processor 411 knows that no write operation was partially completed at the time of power failure. If the journal has not been erased within nonvolatile memory 413, then processor 411 determines which disks 307 and which sectors on these disks were being written in response to the write request by reading the contents of the journal stored in nonvolatile memory 413. Processor 411 then causes data blocks from those sectors to be read from disks 307 to the RAID buffers 407 and then compares the time stamps from each data block with the expected value as read from nonvolatile memory 413.
  • processor 411 deletes the nonvolatile memory entry for the write request, thereby indicating that the recovery operation was successfully completed. If some of the data blocks associated with the write request were written and some were not, then processor 411 determines whether it is within the error correcting capabilities of the RAID controller, using redundancy group error correction circuitry 408, to reconstruct the data blocks that have the oldest time stamp to bring them up to date with the newest data blocks (i.e, the data blocks that were successfully written before the power failure interrupted the write operation) . When possible, processor 411 carries out procedures to regenerate data where the old data resides and then deletes the nonvolatile memory entry for the write request.
  • processor 411 determines that the blocks with old data cannot be reconstructed and it is within the error correcting capabilities of correction circuitry 408 to reconstruct the data blocks that have the new time stamp (thereby bringing the data blocks back to the state just prior to the write operation) , then processor 411 carries out procedures to do that, and deletes the nonvolatile memory entry for the write request. If none of the above scenarios is possible, processor 411 signals an unrecoverable error to all device controllers 301-302 to which RAID memory 304 is connected. In turn, all device controllers 301-302 thus signalled will report this unrecoverable error to all CPUs to which they are connected. In addition, any further data requests to the corrupted area are rejected until the problem is corrected.
  • the RAID memory may include a power supply having a power failure early warning system that can eliminate the need to store data in nonvolatile memory 413 at the beginning of every write operation.
  • a power failure early warning system that can eliminate the need to store data in nonvolatile memory 413 at the beginning of every write operation.
  • Such early warning systems are provided as an option in many conventional power supplies. These early warning systems are capable of detecting the onset of a power failure in advance of the actual failure, and can be used to generate an interrupt to notify a processor that a power failure is imminent.
  • processor 411 is provided sufficient warning to allow it to store data concerning a pending write operation in nonvolatile memory 413 before power actually fails.
  • device controller 302 receives a request to write a certain amount of data to a certain logical unit number, starting at a certain logical block number.
  • the request is staged in packet staging memory 313 and is read and interpreted by processor 314.
  • a request is forwarded to RAID controller 310 through protocol controller 315 and bus 312 and is read and stored by protocol controller 404.
  • Protocol controller 404 signals processor 411 via a bus 405 that a request is ready to be processed and processor 411 then reads and interprets the write request.
  • protocol controller 403 handles requests to RAID 304 from device controller 301.
  • Processor 411 determines whether the write request to the logical unit number translates to write operations on disks contained within the array 306 of disks (e.g., logical unit 401 or 402), and, if it does, then sends commands to those disks through each of their associated drive SCSI interfaces 410.
  • Processor 411 signals processor 314 in device controller 302 to start sending data to buffers 407 of RAID memory 304.
  • Processor 411 also reads the current time of day from clock 414 and loads the nonvolatile memory 413 with information relating to the write operations that are about to start.
  • Processor 411 also writes the time of day into a register 412 in each drive SCSI interface 410 associated with a disk drive unit 307 that will be involved in the write request.
  • Processor 411 also writes registers 412 in these same drive SCSI interfaces with the expected logical unit number and logical block number for the block of data arriving from the CPU.
  • Processor 314 signals the CPU to send data to packet staging memory 313 in device controller 302. In response, the CPU sends data block packets which are staged in packet staging memory 313. From the header information attached to the CPU data, processor 314 determines for which logical unit number and logical block number each packet is intended and prepends that information to the data block. A set of data blocks is sent to RAID controller 310 where it is temporarily stored in the buffers 407 corresponding to the disks for which each data block is intended. This data is transmitted from protocol controller 404 to these buffer memories over bus 406. The data blocks are then transferred to the corresponding drive SCSI interfaces 410 where the logical unit number and logical block number are compared against the expected values previously loaded into registers 412 at interfaces 410.
  • each of these drive SCSI interfaces transfers its data block to its associated disk 307 and appends the time of day from its register 412 onto the data block.
  • processor 411 erases the time stamp and other data in the nonvolatile memory 413 associated with this write request. If the logical block number or the logical unit number prepended to the data does not match the logical unit number and logical block number stored in the register 412 for that drive SCSI interface 410, then the operation is retried or an unrecoverable error is reported to the CPU. 8.
  • device controller 302 receives a request to read a specified amount of data from a specified logical unit number, starting at a specified logical block number.
  • the request is staged in the packet staging memory 313 and is read and interpreted by processor 314.
  • a request is forwarded over bus 312 to the RAID controller 310 via protocol controller 315 and is read and stored by protocol controller 404.
  • Protocol controller 404 signals processor 411 that a request is ready to be processed and the processor reads and interprets the read request.
  • Processor 411 determines that the read request to the logical unit number translates to read operations on disks contained within set 306 and sends commands to those disks through each of their associated drive SCSI interfaces within multiple drive SCSI interface 409. Processor 411 also loads register 412 in each of these drive SCSI interfaces 410 with the expected logical unit number and logical block number for the block of data arriving from the associated disk.
  • Data starts arriving into multiple device SCSI Interface 409 from those disk drive units within the indicated logical unit.
  • the logical block number and logical unit number for each block of data are checked against the values previously loaded into registers 412 by processor 411.
  • the time of day appended at the end of each data block is compared by multiple drive SCSI interface 409 with all of the others associated with the same read request and the same stripe. If the time stamps of all accessed data blocks are equal, then the transfer of these data blocks to their associated buffers 407 begins.
  • the appended time stamp is stripped from each block as it is transferred to its associated buffer 407.
  • processor 411 signals processor 314 that the data block(s) are ready to be sent to packet staging memory 313.
  • Protocol controllers 404 and 315 carry out the transfer of the data block(s) from one or more of the buffers 407 to packet staging memory 313. As each data block is transferred to packet staging memory 313, processor 314 again checks the logical unit number and logical block number contained in the data block against the expected value stored in processor 314 and strips this prepended data from the data block to send the remainder of the data block to the CPU.
  • the present invention provides ways for detecting and correcting errors in a multiple device mass storage system resulting from power failure.
  • One skilled in the art will appreciate that the present invention can be practiced by other than the described embodiments, which are presented for purposes of illustration and not of limitation, and the present invention is limited only by the claims which follow.

Abstract

A method and apparatus are provided for detecting and correcting various data errors that may arise in a mass data storage apparatus comprising a set of physical mass storage devices operating as one or more larger logical mass storage devices. More particularly, there is provided a method and apparatus for determining, on restoration of power to a device set, whether or not a write operation was interrupted when power was removed, and for reconstructing any data that may be inconsistent because of the removal of power.

Description

NON-VOLATILE MEMORY STORAGE OF WRITE OPERATION IDENTIFIER IN DATA STORAGE DEVICE
BACKGROUND OF THE INVENTION
The present invention relates to sets of physical mass storage devices that collectively perform as one or more logical mass storage devices. In particular, the present invention relates to methods and apparatus for maintaining data integrity across such a set of physical mass storage devices in the event of a power failure.
Use of disk memory continues to be important in computers because it is nonvolatile and because memory size demands continue to outpace practical amounts of main memory. At this time, disks are slower than main memory so that system performance is often limited by disk access speed. Therefore, it is important for overall system performance to improve both memory size and data access speed of disk drive units. For a discussion of this, see Michelle Y. Kim, "Synchronized Disk Interleaving", IEEE Transactions On Computers. Vol. C-35, No. 11, November 1986.
Disk memory size can be increased by increasing the number of disks and/or increasing the diameters of the disks, but this does not increase data access speed. Memory size and data transfer rate can both be increased by increasing the density of data storage. However, technological constraints limit data density and high density disks are more prone to errors. A variety of techniques have been utilized to improve data access speed. Disk cache memory capable of holding an entire track of data has been used to eliminate seek and rotation delays for successive accesses to data on a single track. Multiple read/write heads have been used to interleave blocks of data on a set of disks or on a set of tracks on a single disk. Common data block sizes are byte size, word size, and sector size. Disk interleaving is a known supercomputer technique for increasing performance, and is discussed, for example, in the above-noted article.
Data access performance can be measured by a number of parameters, depending on the relevant application. In transaction processing (such as in banking) data transfers are typically small and request rates are high and random. In supercomputer applications, on the other hand, transfers of large data blocks are common.
A recently developed disk memory structure with improved performance at relatively low cost is the Redundant Array of Inexpensive Disks (RAID) (see, for example, David A. Patterson, et al., "A Case for Redundant Arrays of Inexpensive Disks (RAID)", Report No. UCB/CSD 87/39, December, 1987, Computer Science Division (EECS) , University of California, Berkeley, California 94720. As discussed in the Patterson et al. reference, the large personal computer market has supported the development of inexpensive disk drives having a better ratio of performance to cost than Single Large Expensive Disk (SLED) systems such as the IBM 3380. The number of I/Os per second per read/writ head in an inexpensive disk is within a factor of two of the large disks. Therefore, the parallel transfer from several inexpensive disks in a RAID architecture, in which a set of inexpensive disks function as a single logical disk drive, produces greater performanc than a SLED at a reduced price.
Unfortunately, when data is stored on more than one disk, the mean time to failure varies inversely with the number of disks in the array. To correct for this decreased mean time to failure of the system, error recognition and correction is built into the RAID systems. The Patterson et al. reference discusses 5 RAID embodiments each having a different means for error recognition and correction. These RAI embodiments are referred to as RAID levels 1-5.
RAID level 1 utilizes complete duplication of data and so has a relatively small performance per dis ratio. RAID level 2 improves this performance as well as the capacity per disk ratio by utilizing error correction codes that enable a reduction of the number of extra disks needed to provide error correction and disk failure recovery. In RAID level 2, data is interleaved onto a group of G data disks and error codes are generated and stored onto an additional set of C disks referred to as "check disks" to detect and correct a single error. This error code detects and enables correction of random single bit errors in data and also enables recovery of data if one of the G data disks crashes. Since only G of the C+G disks carries user data, the performance per disk is proportional to G/(G+C) . G/C is typically significantly greater than 1, so RAID level 2 exhibits an improvement in performance per disk over RAID level 1. One or more spare disks can be included in the system so that if one of the disk drives fails, the spare disk can be electronically switched into the RAID to replace the failed disk drive.
RAID level 3 is a variant of RAID level 2 in which the error detecting capabilities that are provided by most existing inexpensive disk drives are utilized to enable the number of check disks to be reduced to one, thereby increasing the relative performance per disk over that of RAID level 2. The performance criteria for small data transfers, such as is common in transaction processing, is known to be poor for RAID levels 1-3 because data is interleaved among the disks in bit-sized blocks, such that even for a data access of less than one sector of data, all disks must be accessed. To improve this performance parameter, in RAID level 4, a variant of RAID level 3, data is interleaved onto the disks in sector interleave mode instead of in bit interleave mode as in levels 1-3. The benefit of this is that, for small data accesses (i.e., accesses smaller than G+C sectors of data) , all disks need not be accessed. That is, for a data access size between k and k+1 sectors of data, only k+1 data disks need be accessed. This reduces the amount of competition among separate data access requests to access the same data disk at the same time.
Yet the performance of RAID level 4 remains limited because of access contention for the check disk during write operations. For all write operations, the check disk must be accessed in order to store updated parity data on the check disk for each stripe (i.e., row of sectors) of data into which data is written. Therefore, write operations interfere with each other, even for small data accesses. RAID level 5, a variant of RAID level 4, avoids this contention problem on write operations by distributing the parity check data and user data across all disks.
Power failures present unique problems to RAID architectures that conventional error recognition and correction techniques will not handle reliably. In a conventional SLED storage system, write requests translate into write operations on a single disk. If a power failure occurs during such a write request, it is more likely that the' operation will complete before the disk loses power. However, in RAID architectures, write requests translate into write operations on multiple disks. For RAID write operations, if a power failure occurs during a write request, it may happen that only some of the disks involved in the write request will complete their write operations and that others will not have started their write operations. Although this results in only a partial completion of the write request, this failure to complete the write operation will not be detected if the disks that did not complete the write operation did not write any data at all. In addition, the data on the check disks across the data stripe that was being altered may be invalid (i.e., not equal to the correct check information for the data disks) , thereby leading to the possibility that other sectors uninvolved in the write request will also not be able to be regenerated subsequently.
In view of the foregoing, it would be desirable to be able to provide a way to determine, on restoration of power to a multiple device mass storage system after a power loss, whether or not a write operation was interrupted when power was removed, and to reconstruct any data that may be inconsistent with other stored data because of the removal of power. SUMMARY OF THE INVENTION
It is an object of the present invention to provide a way to determine on restoration of power to a multiple device mass storage system whether or not a write operation was interrupted when power was removed. It is another object of the present invention to provide a way to reconstruct any data that may be inconsistent with other stored data because of the removal of power during a write operation. In accordance with the present invention, there is provided a method and apparatus for determining, on restoration of power to a set of physical mass multiple storage devices, whether or not a write operation was interrupted when power was removed, and for reconstructing any data that may be inconsistent because of the removal of power. The apparatus includes at least one check device for storing redundancy data, nonvolatile memory means, means for detecting a failure of power to the set of physical storage devices, means for, on detection of a power failure during a storage operation, storing in the nonvolatile memory means information regarding said storage operation, and means for, on restoration of power to the set of physical storage devices, reading the information regarding the storage operation from the nonvolatile memory means and reconstructing data on the set of physical storage devices.
In an alternative embodiment, information regarding a storage operation may be stored in the non- volatile memory at the beginning of every storage operation, and is erased therefrom when the storage operation is completed. BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 illustrates a prior art channel architecture for routing data to various peripheral devices; FIG. 2 illustrates a prior art bus architecture for routing data to various peripheral devices;
FIG. 3 illustrates coupling between RAID memories and device controllers in a multiple device mass storage system of a type suitable for use with the present invention;
FIG. 4 illustrates RAID memory 304 of FIG. 3 in greater detail and illustrates hardware used to detect and correct data errors arising from power failure in accordance with the principles of the present invention;
FIG. 5 illustrates a data block layout that includes a time stamp data field for detecting and correcting data errors arising from power failure in accordance with the principles of the present invention;
FIG. 6 illustrates an array of mass storage devices in accordance with the principles of the present invention including four data storage devices divided into two data groups, and a check device; and FIG. 7 illustrates an example of the operation of a data group including two mass storage devices.
DETAILED DESCRIPTION OF THE INVENTION 1. Description of Exemplary Multiple Device Mass Storage System
To illustrate the principles of the present invention, a description is provided below of a multiple storage device mass storage system in which the present invention is embodied. It is shown that the described multiple device mass storage system can be connected in various computer systems having conventional architectures. Although the present invention is described in the context of a multiple device mass storage system having a RAID architecture, it will be appreciated by one of skill in the art that the present invention is useful in any multiple device storage system architecture in which data is interleaved across more than one physical storage device.
In FIG. 1 is illustrated the general structure of a conventional channel architecture for routing data from main memory in a central processing unit (CPU) to any of a set of data storage devices 114-126. Data emerges from the CPU main memory 101 along any one of a set of channels 102-104 and is selectively directed to one of a set of device controllers 105-113. The selected one of these device controllers then passes this data on to a selected one of the data storage devices attached to that controller. These data storage devices can be of a variety of types, including tape storage, single disk storage and RAID memory storage. Such storage devices may be coupled to more than one controller to provide multiple data paths between the CPU main memory 101 and
the storage device. This is shown, for example, by the coupling of storage device 122 to controllers 111 and 112.
FIG. 2 illustrates an alternative conventional architecture in which channels 102-104 are replaced by an input/output (I/O) bus 201. The data storage devices used in such a system also can be of a variety of types, including tape storage, single disk storage and RAID memory storage. In both of these architectures, during any data access, several switches have to be set to connect CPU main memory 101 to the storage device selected for access. When the storage device is a RAID memory, additional controls must be set to route the data within the RAID memory. To explain, FIG. 3 shows in greater detail how a pair 301 and 302 of device controllers can be connected to a pair of RAID memories 304 and 305. Each device controller is connected by a bus or channel 319 to a CPU main memory. In general, each RAID memory is attached to at least two device controllers so that there are at least two parallel paths from one or more CPU main memories 101 to that RAID memory. Thus, for example, each of RAID memories 304 and 305 is connected to device controllers 301 and 302 by busses 311 and 312, respectively. As shown, bus 311 may also connect device controller 301 to additional RAID memories. Such parallel data paths from the CPU to the RAID memory are useful for routing data around a busy or failed device controller. Within each RAID memory are a set 306 of disk drive units 307. This set includes an active set 308 of disk drive units 307 and a backup set 309 of disk drive units 307. In each of RAID memories 304 and 305 is a RAID controller 310 that routes data between device controllers 301 and 302 and the appropriate one or ones of disk drive units 307. Hardware protocol controllers 315 in each of the device controllers 301 and 302, and corresponding hardware protocol controllers in each of RAID memories 304 and 305 (e.g., protocol controllers 403 and 404 shown in FIG. 4) , handle the transfer of data between device controllers and RAID controllers. When one of the disk drive units in active set 308 fails, RAID controller 310 switches the failed unit out of the data path, recreates the failed drive unit's data and thenceforth reroutes that disk drive unit's input data to one of the disk drive units in backup set 309. Controller 310 utilizes the error correcting capability provided by the codes written onto check disks to reconstruct the data of the failed disk drive unit onto the backup unit with which the failed disk drive unit has been replaced.
The particular method by which data oh a drive in a RAID architecture is reconstructed is implementation specific. In the preferred embodiment a Reed Solomon coding algorithm is used to calculate the check data that is stored on the check drives. In a particularly preferred embodiment this check data is distributed across several physical disk drives in a striped manner like that of the previously described RAID level 5 architecture. A stripe comprises corresponding sectors across a set of disk drives, some of which sectors contain mass storage data and others of which sectors contain check data for the mass storage data sectors within the stripe. A stripe may be one or more sectors deep. Such stripes on a set of disks are grouped into one or more of what is hereafter referred to as redundancy groups. In this arrangement the physical devices comprising the check drives for a particular stripe varies from stripe to stripe. The widths of the stripes (i.e., the number of physical storage devices spanned by each stripe) are equal within a redundancy group.
The particular Reed Solomon coding algorithm used determines (or limits) the number of data blocks that can be reconstructed. For example, the Reed
Solomon code may limit reconstruction to two drives out of the total number of drives in a stripe (including drives holding check data) . If in this case more than two drives in the stripe are determined to be inconsistent, the Reed Solomon code is incapable of reconstructing any of the data. As used herein, the term "inconsistent" means that the data, when encoded using the Reed Solomon code with the other data in the stripe, does not result in the check data stored for the stripe. For this reason, it may be desired to divide a multiple device mass storage system having a RAID architecture into a plurality of separate redundancy groups.
Assuming that the number of drives to be reconstructed is within the limit imposed by the Reed Solomon code used, reconstruction is generally accomplished as follows. First, all data blocks across the redundancy group stripe that includes the drive(ε) to be reconstructed are read. Also read is the check data corresponding to that stripe. Error correction circuitry (e.g., redundancy group error correction circuitry 408 of FIG. 4) then uses the check data and the valid data blocks to regenerate the data that should have been written to each data block or block that is inconsistent with the remainder of the stripe. The error correction circuitry can be of any suitable type for manipulating the data in accordance with the algorithm of the particular Reed Solomon code used. How this circuitry generates the check data and how it regenerates inconsistent data are not within the scope of the present invention — it is intended that the present invention be applicable to any system in which it is desired to be able to detect and correct data errors resulting from a failure to write one or more data blocks involved in a write operation, regardless of the particular reconstruction technique used.
Thus, by replacing a single, conventional physical storage unit with a set of disk drives operating together as a larger unit an additional level of data path branching and switching is introduced that may incorrectly direct data to an incorrect disk drive unit. 2. Detection Of Misrouted Data
The RAID memory can be provided with means for detecting incorrectly routed data. This is preferably accomplished as follows. When data is stored in one of the disk drive units, extra fields (e.g., fields 501 and 502 of FIG. 5) are included in each block of stored data. These extra fields contain data that identifies where that data should be located in RAID memory. The extra field 501 specifies the logical unit number of the device to which the CPU associated with main memory 101 directed the data and field 502 specifies the logical block number of the data block to which the CPU directed the data.
A brief discussion is appropriate here concerning logical units, logical unit numbers, logical blocks and logical block numbers. A logical unit number (LUN) is the number assigned by a CPU to an external mass storage address space, which may be mapped to one physical mass storage device, a plurality of physical mass storage devices, or any portion of one or more such devices. The LUN is transmitted by the CPU in a data access command to identify the external device as the one to take part in the data access. In response to the logical unit number, various switches within a data path from the CPU to the selected external device are set to direct the data to or from the device. Known RAID device sets are conventionally operated such that the CPU sees the RAID memory as one logical disk drive device. A more preferred method for configuring data on a set of physical storage devices is to permit dynamic configuration of the data such that the set can be changeably operated as one or more than one logical storage device as desired.
In accordance with this more preferred method of configuring data, blocks of data (sector sized) from a single write operation from the CPU are written across several physical disk drives although, as far as the CPU is concerned, it has written data to a single "logical unit," typically in one sector increments. Such a logical unit comprises one or more data groups. Each data group is a logically contiguous group of data blocks (i.e., sectors) bound by a single redundancy group. Data groups can be configured as desired to provide within the RAID memory 304 different logical units having various performance characteristics. FIG. 4 shows a particular exemplary configuration of RAID memory 304 in which several disk drive units 307 have been grouped into separate logical units 401 and 402. Each logical unit may separately include its own check data or alternatively, the two logical units may be incorporated into a larger redundancy group — for example, one formed across all disk units 307 in active set 308.
The memory of each physical disk drive device is divided into physical blocks of memory, each of which is identified internally in the device by a physical block number (PBN) . A logical block number (LBN) or logical block address (LBA) is the number transmitted by a CPU to a data storage device to access a block of data identified by this number. In a physical disk drive unit, some of the physical blocks may be bad and other physical blocks may be needed for overhead operations and are therefore not available to accept user data. A unique LBN or LBA is assigned to each physical block of a logical unit that is available for user data.
Referring now to FIGS. 3 and 4, the detection of incorrectly routed data is illustrated for the case of data passing through device controller 302 to and/or from RAID memory 304. Device controller 302 includes a processor 314 that interprets CPU commands, identifies the appropriate logical unit number and the logical block number with which a command is concerned and transmits this information to RAID memory 304. When data is written to a logical unit (such as logical unit 401 or 402 in FIG. 4) within RAID memory 304, the logical unit number and logical block number are prepended to the data block received from the CPU while the data is being held in a packet staging memory 313 within device controller 302. Subsequently, in one of the SCSI (Small Computer System Interface) interfaces 410 within multiple drive SCSI interface 409 of RAID 304, the data is routed to the appropriate disk drive units within RAID memory 304. However, before transferring the data block to a particular disk 307, the logical unit number and logical block number prepended to the data are checked against expected values previously transmitted to RAID memory 304 by processor 314 of device controller 302. This check takes place while the data block is passing through multiple drive SCSI interface 409. If the expected and received values do not agree, the transfer of the data block is retried and, if a discrepancy still exists, then an unrecoverable error is reported to the CPU.
When data is read from one of the disk drives 307, the logical unit number and logical block number stored with the data are compared against the expected values identified from the CPU read command by processor 314. Such comparison is made both as the data passes through drive SCSI interface 410 and as it passes through packet staging memory 313 in device controller 302 on its way to the CPU. If a discrepancy is detected, the data transfer is terminated and the read operation is retried. If a discrepancy still exists, then the data block is either regenerated using the disk array (e.g., using redundancy data on check disks) or an unrecoverable error is reported to the CPU. In addition, a further recovery operation takes place as follows. The LBN and LUN read from the data block, which were found to be incorrect, point to another data block within RAID memory 306. This e a block is marked as corrupted, along with the striϊ in which it resides. Subsequent CPU attempts to read or write this stripe will be rejected until the stripe is reinitialized by the CPU or other means.
3. Detection Of Failure To Write
Another extra field (505 of FIG. 5) is included in each block of stored data to enable the RAID controller 310 to detect failures to write due to a drive failure. This extra field contains data that identifies a write operation uniquely. In a preferred embodiment, this field specifies the time at which the write operation is started by RAID controller 310, and is referred to herein as a time stamp. As described in Section 6 herein, the time stamp field can also be used to reconstruct data if a power failure interrupts execution of a CPU write request (e.g., a power failure affecting RAID controller 310) .
Before any write operations are started on any disks, a time value is read from a real time clock 414 of FIG. 4 and is stored in register 412 in the drive SCSI interfaces 410 associated with the write request. The write operations are then started and the time stamp that was written into the drive SCSI interfaces 410 is appended to each data block associated with the write request (including blocks of check data}, thereby storing the CPU data, the associated prepended data and the associated appended data into RAID memory.
In response to each read request from a CPU, for all data blocks in each data group that are read to satisfy that read request, the time stamps stored with the data are compared against each other by the following procedure. In each drive SCSI interface 410 of multiple drive SCSI interface 409, the time stamp from the data block is loaded into a register 412 dedicated to holding such time stamps and all such time stamp registers within multiple drive SCSI interface 409 that are associated with the read request are compared using compare circuitry within multiple drive SCSI interface 409. All of the time stamps are expected to be equal. If a discrepancy is detected, then the read request is retried. If the discrepancy is again detected and the number of disks containing an older time stamp is within the limit that can be reconstructed using the check disk(s), then the sectors in the devices holding older data are reconstructed to bring the data up to date with the most recent (i.e. newest) time stamp on the data blocks involved in the read request. If the number of disks containing an older time stamp is not within the limit that can be reconstructed using the check disk(s), then a nonrecoverable error is reported to the CPU so that corrective action can be taken such as calling for backup tapes to reconstruct the data. In addition, the stripe must be declared as corrupted and subsequent data accesses to it must be rejected until the CPU or other means reinitializes the stripe. 4. Stored Data Block Structure
FIG. 5 shows a preferred arrangement for a sector-sized block of data as it is stored on a disk drive in accordance with the principles of the present invention. As indicated in FIG. 5, each data block 500 stored in a disk drive preferably has several error checking fields in addition to the CPU data 503. The first error checking fields 501 and 502 are error checking fields prepended by the device controller 302 during a CPU write request and stripped by device controller 302 during a CPU read request. In this embodiment, these error checking fields contain the logical unit number 501 and the logical block number 502 for the associated CPU data 503 contained in that data block. Inclusion of these fields allows the disk storage system to detect misdirected data blocks as previously described.
The third field is the CPU data block 503 as sent from or to CPU bus or channel 319. The fourth field is a CRC code 504 appended by device controller 302 on transmission to RAID controller 310 and checked by RAID controller 310. CRC code 504 is checked again and stripped by device controller 302 on receipt from RAID controller 310. Inclusion of this field 504 5 allows the disk storage system to detect random data errors occurring on the bus between the device controller and the RAID controller.
The fifth field is a time stamp 505 appended by RAID controller 310 on a write operation and checked
10 and stripped by RAID controller 310 on a read operation. Inclusion of this field allows the disk storage system to detect the failure to write and/or retrieve the correct sector due to disk drive failures and/or power failures.
15 The sixth field is a CRC code 506 appended by the RAID controller on a write operation and checked and stripped by the RAID controller on a read operation. As previously described, inclusion of this field allows the disk storage system to detect random
20 bit errors occurring within the data block covering the additional device controller CRC 504 and time stamp 505 fields, during transmission between the disk and the RAID controller.
The seventh field contains the results of an
25 error correction code (ECC) calculation 507 appended by the disk drive on a write operation and checked and stripped by the disk drive on a read operation. Inclusion of this field allows the disk storage system to detect and possibly correct random bit errors
30 occurring in the serial channel from the disk drive to disk platter and other media errors.
Additional fields may be provided for purposes of performing other data handling functions. For example, the disk drive may append a track
35. identification number and a sector identification number to the stored data for internal drive operations.
5. Time Stampinσ In Transaction Mode
A RAID memory may be operated in a transaction processing mode where data accessed by a CPU write or read request comprises a single block or number of blocks of data (e.g., sectors) on a logical unit disk. For a read operation, only the particular drive or drives on which the block or blocks are located will be accessed. For a write operation, one or more disk drives containing check data are accessed in addition to the drive or drives on which the block or blocks of data are located. Assuming, however, that only a single drivr is involved in the read operation, a comparison check of the time stamp associated with the requested data block or blocks can not be accomplished in the manner previously described to validate the data because no other drives are accessed in the read. FIGS. 6 and 7 illustrate an embodiment of the time stamp aspect of the present invention particularly preferred for transaction processing applications. FIG. 6 shows an array 600 of physical storage devices 601-606. Devices 601-604 store blocks of transaction data. Devices 605 and 606 operate as check drives for the array and are used to regenerate data if one or two of devices 601-604 fails. It is to be understood also that if one or both of devices 605 and 606 fail, the check data stored on these drives can be reconstructed from the data on devices 601-604. Within array 600 are defined two data groups 615 and 616. Each data group may comprise a separate logical unit (e.g., logical unit 401 of FIG. 4), or together they may be included within a larger logical unit (e.g., logical unit 402 of FIG. 4). Data group 615 includes devices 601 and 602, and data group 616 includes devices 603 and 604. Data is transferred between each of devices 601-606 and a system bus 608 (e.g., bus 406 of FIG. 4) via a corresponding one of buffer memories 609-614 (e.g., buffers 407 of FIG. 4) . When array 600 is operated in transaction mode, such that a write or read request may concern only a single block of data, all accesses to data on any of devices 601-604 causes both devices of the data group including the device on which the data block is located to be accessed. This applies to both write and read requests. Thus, for example, if a block of data is to be written to only device 601, both device 601 and device 602 will be accessed together in the same write command issued to data group 615. The new host data block will be written to device 601 with an appended time stamp of the type previously described. Although no new host data is written to device 602, the same time stamp written to device 601 is written to the block location on device 602 corresponding to the block location on device 601 in which the new host data is written and to 605 and 606 on the corresponding check data blocks. On a subsequent read request concerning the data block on device 601, the time stamps on devices 601 and 602 are compared. This comparison of time stamps is made to ensure that new data was written to device 601 when the write command to data group 615 was issued.
A write command to a data group is typically accomplished by a read-modify-write operation for purposes of updating the check data on devices 605 and 606. This operation involves first reading the old data in the block to be written, as well as the old data in the corresponding block of the other device in the data group and the check data associated with those blocks. For example, assuming again that new data is to be written to a block location in device 601, the old data in the block location is read into buffer 609. At the same time, the old data in a corresponding block location in device 602 (which is not to be changed) is read into buffer 610. Also, the old check data on devices 605 and 606 is read into buffers 613 and 614. Then, the data in buffer 609 is updated, as is the check data in buffers 613 and 614. The contents of buffers 609, 610, 613 and 614 are then written respectively to devices 601, 602, 605 and 606. During this write operation, a time stamp is appended to the data transferred to devices 601 and 602, as well as to the check data transferred to devices 605 and 606.
Although the array 600 of FIG. 6 is arranged such that check data for the entire array is located on devices 605 and 606, it is to be understood that the data group configuration can be used as well in arrays in which the check data is distributed throughout the devices of the array, as in RAID level 5 or in any of the preferred data structures previously described.
In addition, although data groups 615 and 616 are shown as each comprising two physical devices, such data groups may comprise any plurality of physical devices, or portions of any plurality of physical devices, and may as well be used for applications other than transaction processing such as in data bases, real-time analysis, numerical analysis and image processing.
FIG. 7 illustrates an example of how a series of data blocks each of sector size can be written to and read from devices 601 and 602 configured as a single data group having logically contiguous sectors numbered 1-6. For purposes of illustration, assume that sectors 1 and 2 are a pair of corresponding sectors of devices 601 and 602 respectively. Likewise, assume sectors 3 and 4, and sectors 5 and 6 are corresponding pairs of sectors in devices 601 and 602, respectively. New data may be written to an individual sector of either device 601 or 602, or new data may be written to corresponding sectors of devices 601 and 602 in parallel, but in either case both devices 601 and 602 are accessed for each transfer. For example, when writing new data to either sector 1 of device 601 or sector 2 of device 602 or to both, a read operation is performed first in which the old data in sectors l and 2 is read into buffers 609 and 610 respectively. The data in one or both buffers is modified appropriately with the new data, and the data in the buffers are written back to the devices 601 and 602. As indicated by box 700, a time stamp is appended to both sectors 1 and 2 as the data is transferred along paths A and B to devices 601 and 602 respectively. When reading from either sector 1 or 2 or both, the data from both sectors is transferred to buffers 609 and 610, and the corresponding time stamps stored with sectors l and 2 are compared during the transfer as indicated by box 702. As an example, the functions of appending and comparing time stamps may be accomplished in a drive interface circuit such as SCSI drive interface circuit 410 of FIG. 4. If a discrepancy between the stamps is detected, indicating that a previous write to the devices 601 and 602 was not successfully completed, the read operation is retried. If the discrepancy reoccurs, then either reconstruction is attempted or an error report is generated as previously described. 6. Power Failure Interrupted Write Operation
A power failure could occur at any time during execution of a CPU write request causing an interruption of write operations associated with the write request. If such a power failure does occur (for example, the RAID controller loses power) , then the write request can end in any one of the following three states: (1) none of the write operations were completed; (2) some of the write operations were completed; or (3) all of the write operations were completed.
A fourth possibility, for the following reasons, is so remote as not to be of significant concern. This possibility is that a write operation on a disk is discontinued part way through writing a data block onto a disk platter. When power fails, there is sufficient energy stored to allow the disks to continue writing for multiple milliseconds, which is more than enough time to complete any operations that had progressed to the point that data was actually being transferred to the disk platters. It is much more likely that, during a power failure, some disks were in the process of seeking the heads or waiting for the correct sector to come under the heads. In these cases, there may not have been sufficient time to complete the operation in the event of a power failure.
Therefore, before any write operation is started on any disk, within a nonvolatile memory 413 is stored a journal of information concerning the CPU write request and the write operations to be performed. The data stored within nonvolatile memory 413 is intended to assist in recovering from a write request interrupted by a power failure. Nonvolatile memory 413 is preferably battery backed-up random access memory or electrically erasable programmable read-only memory. Nonvolatile memory is used so that this information is not lost if a power failure occurs, thereby enabling such data to be utilized in recovering from such power failure. Successful recovery from such an incomplete write operation means that all data blocks across the redundancy group stripe that was modified by the write operations associated with the CPU write request are consistent with the check data for that stripe.
Some, and preferably all, of the following information is loaded into nonvolatile memory 413 before the start of any write operation: (1) a write process flag — an indicator that a write operation was underway when power was removed; (2) an operation sequence number — a number assigned to the write command when received from the CPU indicating the order of command reception; (3) a physical drive address; (4) a starting logical block number; (5) an ending logical block number, or an indication of the size of the write operation; (6) a time stamp; (7) and the physical addresses of check drive(s) associated with the transfer.
After all write operations occurring on drives within a logical unit (e.g., logical unit 402) associated with a write request are completed, the time stamp and other information associated with that write request are erased from the nonvolatile memory 413 by processor 411
If a power failure occurs affecting RAID controller 310, processor 411 analyzes the "consistency" of each redundancy group as part of its initialization procedure when power is restored to the RAID controller. To do so, it scans each write in progress journal stored within nonvolatile memory 413. If all journals have been erased within nonvolatile memory 413, then processor 411 knows that no write operation was partially completed at the time of power failure. If the journal has not been erased within nonvolatile memory 413, then processor 411 determines which disks 307 and which sectors on these disks were being written in response to the write request by reading the contents of the journal stored in nonvolatile memory 413. Processor 411 then causes data blocks from those sectors to be read from disks 307 to the RAID buffers 407 and then compares the time stamps from each data block with the expected value as read from nonvolatile memory 413.
If none or all of the data blocks associated with the write request were written with new data (i.e., either none or all of the time stamps have the same value as in nonvolatile memory 413) , processor 411 deletes the nonvolatile memory entry for the write request, thereby indicating that the recovery operation was successfully completed. If some of the data blocks associated with the write request were written and some were not, then processor 411 determines whether it is within the error correcting capabilities of the RAID controller, using redundancy group error correction circuitry 408, to reconstruct the data blocks that have the oldest time stamp to bring them up to date with the newest data blocks (i.e, the data blocks that were successfully written before the power failure interrupted the write operation) . When possible, processor 411 carries out procedures to regenerate data where the old data resides and then deletes the nonvolatile memory entry for the write request.
If processor 411 determines that the blocks with old data cannot be reconstructed and it is within the error correcting capabilities of correction circuitry 408 to reconstruct the data blocks that have the new time stamp (thereby bringing the data blocks back to the state just prior to the write operation) , then processor 411 carries out procedures to do that, and deletes the nonvolatile memory entry for the write request. If none of the above scenarios is possible, processor 411 signals an unrecoverable error to all device controllers 301-302 to which RAID memory 304 is connected. In turn, all device controllers 301-302 thus signalled will report this unrecoverable error to all CPUs to which they are connected. In addition, any further data requests to the corrupted area are rejected until the problem is corrected.
Although an embodiment has been described in which data is stored on nonvolatile memory 413 at the beginning of every write operation, the RAID memory may include a power supply having a power failure early warning system that can eliminate the need to store data in nonvolatile memory 413 at the beginning of every write operation. Such early warning systems are provided as an option in many conventional power supplies. These early warning systems are capable of detecting the onset of a power failure in advance of the actual failure, and can be used to generate an interrupt to notify a processor that a power failure is imminent. By so using a conventional power failure early warning system to generate an interrupt signal to processor 411, processor 411 is provided sufficient warning to allow it to store data concerning a pending write operation in nonvolatile memory 413 before power actually fails. Thus, in such a case there is no need to store data in nonvolatile memory 413 at the beginning of every write operation, since that same data can be stored in the non-volatile memory in the event of a power failure. The execution of a CPU write request and a CPU read request by RAID memory 304 is described hereafter to further illustrate how the various aspects of the present invention can be integrated in the operation of RAID memory 304.
7. CPU Write Request
In a CPU write request, device controller 302 receives a request to write a certain amount of data to a certain logical unit number, starting at a certain logical block number. The request is staged in packet staging memory 313 and is read and interpreted by processor 314. A request is forwarded to RAID controller 310 through protocol controller 315 and bus 312 and is read and stored by protocol controller 404. Protocol controller 404 signals processor 411 via a bus 405 that a request is ready to be processed and processor 411 then reads and interprets the write request. Note that protocol controller 403 handles requests to RAID 304 from device controller 301. Processor 411 determines whether the write request to the logical unit number translates to write operations on disks contained within the array 306 of disks (e.g., logical unit 401 or 402), and, if it does, then sends commands to those disks through each of their associated drive SCSI interfaces 410. Processor 411 signals processor 314 in device controller 302 to start sending data to buffers 407 of RAID memory 304. Processor 411 also reads the current time of day from clock 414 and loads the nonvolatile memory 413 with information relating to the write operations that are about to start. Processor 411 also writes the time of day into a register 412 in each drive SCSI interface 410 associated with a disk drive unit 307 that will be involved in the write request. Processor 411 also writes registers 412 in these same drive SCSI interfaces with the expected logical unit number and logical block number for the block of data arriving from the CPU.
Processor 314 signals the CPU to send data to packet staging memory 313 in device controller 302. In response, the CPU sends data block packets which are staged in packet staging memory 313. From the header information attached to the CPU data, processor 314 determines for which logical unit number and logical block number each packet is intended and prepends that information to the data block. A set of data blocks is sent to RAID controller 310 where it is temporarily stored in the buffers 407 corresponding to the disks for which each data block is intended. This data is transmitted from protocol controller 404 to these buffer memories over bus 406. The data blocks are then transferred to the corresponding drive SCSI interfaces 410 where the logical unit number and logical block number are compared against the expected values previously loaded into registers 412 at interfaces 410. If the values match, then each of these drive SCSI interfaces transfers its data block to its associated disk 307 and appends the time of day from its register 412 onto the data block. After all disk memory write operations for this write request have been completed, processor 411 erases the time stamp and other data in the nonvolatile memory 413 associated with this write request. If the logical block number or the logical unit number prepended to the data does not match the logical unit number and logical block number stored in the register 412 for that drive SCSI interface 410, then the operation is retried or an unrecoverable error is reported to the CPU. 8. CPU Read Request
In a CPU read request, device controller 302 receives a request to read a specified amount of data from a specified logical unit number, starting at a specified logical block number. The request is staged in the packet staging memory 313 and is read and interpreted by processor 314. A request is forwarded over bus 312 to the RAID controller 310 via protocol controller 315 and is read and stored by protocol controller 404. Protocol controller 404 signals processor 411 that a request is ready to be processed and the processor reads and interprets the read request.
Processor 411 determines that the read request to the logical unit number translates to read operations on disks contained within set 306 and sends commands to those disks through each of their associated drive SCSI interfaces within multiple drive SCSI interface 409. Processor 411 also loads register 412 in each of these drive SCSI interfaces 410 with the expected logical unit number and logical block number for the block of data arriving from the associated disk.
Data starts arriving into multiple device SCSI Interface 409 from those disk drive units within the indicated logical unit. At each drive SCSI interface 409 within this logical unit, the logical block number and logical unit number for each block of data are checked against the values previously loaded into registers 412 by processor 411. The time of day appended at the end of each data block is compared by multiple drive SCSI interface 409 with all of the others associated with the same read request and the same stripe. If the time stamps of all accessed data blocks are equal, then the transfer of these data blocks to their associated buffers 407 begins. The appended time stamp is stripped from each block as it is transferred to its associated buffer 407. When all blocks have been transferred, processor 411 signals processor 314 that the data block(s) are ready to be sent to packet staging memory 313. Protocol controllers 404 and 315 carry out the transfer of the data block(s) from one or more of the buffers 407 to packet staging memory 313. As each data block is transferred to packet staging memory 313, processor 314 again checks the logical unit number and logical block number contained in the data block against the expected value stored in processor 314 and strips this prepended data from the data block to send the remainder of the data block to the CPU.
If a discrepancy occurs in any of these comparisons anywhere in the RAID controller or device controller, the transfer of data is aborted and the aborted read operation is retried. In the case of detection of misdirected data, where the detection occurs at multiple SCSI drive interface 409, a further recovery operation takes place as follows: (1) the LUN and LBN from the failing data blocks are read from processor 411; and (2) the data block in RAID memory 306 indicated by this LUN and LBN is marked as corrupted along with the stripe in which it resides. Subsequent CPU attempts to read or write this stripe will be rejected until the stripe is reinitialized by the CPU or other means. If the failure reoccurs and if it is within the limits of the error correcting capabilities of the redundancy group error correction circuitry 408, then the failing data block is regenerated using the disk array including the check disk(s) and correction circuitry 408. If the failure reoccurs and is not within the limits of the error correcting algorithms (because too many data blocks have failed) , then an unrecoverable error is reported to the CPU. Thus it is seen that the present invention provides ways for detecting and correcting errors in a multiple device mass storage system resulting from power failure. One skilled in the art will appreciate that the present invention can be practiced by other than the described embodiments, which are presented for purposes of illustration and not of limitation, and the present invention is limited only by the claims which follow.

Claims

1. A memory comprising: a plurality of physical blocks of memory for storing data, said physical blocks being distributed among a set of physical devices operable as one or more logical units; and means, responsive to a power failure, for determining whether there has been an incomplete storage of one or more of a plurality of blocks of data being written to physical blocks of memory at the time of a power failure.
2. A memory as in claim 1, wherein said means for determining whether there has been an incomplete storage of data comprises: first means for storing in nonvolatile storage information indicating that a write operation involving the plurality of blocks of data is in progress and information uniquely identifying the write operation; and second means for storing with each of the plurality of blocks of data information uniquely identifying the most recent write operation involving the block of data.
3. A memory as in claim 2, wherein said means for determining whether there has been an incomplete storage of data further comprises: means, responsive to the completion of a write operation, for erasing from nonvolatile storage the information that indicates that the write operation was in progress; and . means, responsive to said power failure for checking whether the information in nonvolatile storage that indicates that the write operation was in progress has been erased and, if it has not been erased, then initiating steps to determine what portion of information to be stored in physical blocks of memory for that write operation which was not stored.
4. A memory as in claim 3, wherein said means for determining whether there has been an incomplete storage of data further comprises: means for checking for each block of data involved in the write operation the information stored by said first time storing means uniquely identifying the write operation with the information stored with the block in memory by said second time storing means uniquely identifying the most recent write operation involving the block of data, and if there is a disparity, then concluding that the block in memory was not stored during the power failure interrupted write operation.
5. A memory as in claim 2, wherein the information stored by said first means includes a time stamp indicating the time at which the write operation in progress involving the plurality of blocks of data was initiated, and wherein the information stored by said second means includes a time stamp indicating the time at which the most recent write operation involving the block of data was initiated.
6 A method of storing data in memory comprising the steps of:
(a) reading and writing data into a plurality of physical blocks of memory, said physical blocks being distributed among a set of physical storage devices operable as one or more logical units; and
(b) in response to a power failure, determining whether there has been an incomplete storage of one or more of a plurality of blocks of data being written to physical blocks of memory at the time of a power failure.
7. A method as in claim 6, wherein said step (b) comprises the steps of:
(bl) storing in nonvolatile storage information indicating that a write operation involving the plurality of blocks of data is in progress and information uniquely identifying the write operation;
(b2) storing with each of the plurality of blocks of data information uniquely identifying the most recent write operation involving the block of data.
8. A method as in claim 7, wherein said step(b) further comprises the steps of:
(b3) in response to the completion of a write operation, erasing the information in non¬ volatile storage that indicates that the write operation was in progress; and
(b4) in response to said power failure, checking whether the information that indicates that the write operation was in progress has been erased, and if it has not been erased, then initiating steps to determine what portion of information to be stored in physical blocks of memory for that write operation was not stored.
9. A method as in claim 8, wherein said step (b) further comprises the step of: (b5) checking for each block of data involved in the write operation the information stored in nonvolatile storage uniquely identifying the write operation with the information stored with the block in memory uniquely identifying the most recent write operation involving the block of data, and if there is a disparity, then concluding that the block in memory was not stored during the power failure interrupted write operation.'
8. A method as in claim 7, wherein the step of storing information in nonvolatile storage is performed before any of the plurality of blocks of data is written to a physical block of memory.
9. A method as in claim 7, wherein the step of storing time information in nonvolatile storage is performed responsive to a signal indicating the onset of the power failure.
PCT/US1991/001254 1990-03-02 1991-02-27 Non-volatile memory storage of write operation identifier in data storage device WO1991013405A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CA002076542A CA2076542A1 (en) 1990-03-02 1991-02-27 Non-volatile memory storage of write operation identifier in data storage device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US487,648 1990-03-02
US07/487,648 US5195100A (en) 1990-03-02 1990-03-02 Non-volatile memory storage of write operation identifier in data sotrage device

Publications (1)

Publication Number Publication Date
WO1991013405A1 true WO1991013405A1 (en) 1991-09-05

Family

ID=23936589

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1991/001254 WO1991013405A1 (en) 1990-03-02 1991-02-27 Non-volatile memory storage of write operation identifier in data storage device

Country Status (6)

Country Link
US (3) US5195100A (en)
EP (1) EP0517816A1 (en)
JP (1) JP3177242B2 (en)
AU (1) AU7466191A (en)
CA (1) CA2076542A1 (en)
WO (1) WO1991013405A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0541991A2 (en) * 1991-11-15 1993-05-19 Fujitsu Limited Fault indication in a storage device array
EP0551009A2 (en) * 1992-01-08 1993-07-14 Emc Corporation Method for synchronizing reserved areas in a redundant storage array
EP0559488A2 (en) * 1992-03-06 1993-09-08 Data General Corporation Handling data in a system having a processor for controlling access to a plurality of data storage disks
WO1993018456A1 (en) * 1992-03-13 1993-09-16 Emc Corporation Multiple controller sharing in a redundant storage array
EP0601699A2 (en) * 1992-10-23 1994-06-15 AT&T GLOBAL INFORMATION SOLUTIONS INTERNATIONAL INC. Method of storing data in a disk array
US5452444A (en) * 1992-03-10 1995-09-19 Data General Corporation Data processing system using fligh availability disk arrays for handling power failure conditions during operation of the system
DE4345320A1 (en) * 1992-05-21 1995-11-09 Fujitsu Ltd Disk array appts. - has cache memory for storing data and redundant information, and non-volatile memory which stores data even if power supply fails
WO1996034336A1 (en) * 1995-04-25 1996-10-31 Honeywell, Inc. Methods and apparatus for protecting the integrity of process data stored on a removable storage medium
US6988219B2 (en) 1993-06-04 2006-01-17 Network Appliance, Inc. Providing parity in a RAID sub-system using non-volatile memory

Families Citing this family (175)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5212785A (en) * 1990-04-06 1993-05-18 Micro Technology, Inc. Apparatus and method for controlling data flow between a computer and memory devices
US5195100A (en) * 1990-03-02 1993-03-16 Micro Technology, Inc. Non-volatile memory storage of write operation identifier in data sotrage device
US5414818A (en) * 1990-04-06 1995-05-09 Mti Technology Corporation Method and apparatus for controlling reselection of a bus by overriding a prioritization protocol
JP2603757B2 (en) * 1990-11-30 1997-04-23 富士通株式会社 Method of controlling array disk device
US5258984A (en) * 1991-06-13 1993-11-02 International Business Machines Corporation Method and means for distributed sparing in DASD arrays
US5278838A (en) * 1991-06-18 1994-01-11 Ibm Corp. Recovery from errors in a redundant array of disk drives
JP3160106B2 (en) * 1991-12-23 2001-04-23 ヒュンダイ エレクトロニクス アメリカ How to sort disk arrays
US5333305A (en) * 1991-12-27 1994-07-26 Compaq Computer Corporation Method for improving partial stripe write performance in disk array subsystems
US5359728A (en) * 1992-04-09 1994-10-25 Hewlett-Packard Company Data integrity assurance in a disk drive upon a power failure
WO1993023803A1 (en) * 1992-05-21 1993-11-25 Fujitsu Limited Disk array apparatus
US5408644A (en) * 1992-06-05 1995-04-18 Compaq Computer Corporation Method and apparatus for improving the performance of partial stripe operations in a disk array subsystem
EP0582370B1 (en) * 1992-06-05 1998-10-07 Compaq Computer Corporation Disk drive controller with a posted write cache memory
US5448719A (en) * 1992-06-05 1995-09-05 Compaq Computer Corp. Method and apparatus for maintaining and retrieving live data in a posted write cache in case of power failure
US5761406A (en) * 1992-07-31 1998-06-02 Fujitsu Limited Method of controlling data transfer and a safe shutdown in a hierarchical cache system during power cut-off
JP2888401B2 (en) * 1992-08-03 1999-05-10 インターナショナル・ビジネス・マシーンズ・コーポレイション Synchronization method for redundant disk drive arrays
AU5442494A (en) * 1992-10-13 1994-05-09 Compaq Computer Corporation Disk array controller having advanced internal bus protocol
US5448709A (en) * 1992-10-13 1995-09-05 Compaq Computer Corporation Disk array controller having command descriptor blocks utilized by bus master and bus slave for respectively performing data transfer operations
US5519849A (en) * 1992-12-07 1996-05-21 Digital Equipment Corporation Method of reducing the complexity of an I/O request to a RAID-4 or RAID-5 array
US5404500A (en) * 1992-12-17 1995-04-04 International Business Machines Corporation Storage control system with improved system and technique for destaging data from nonvolatile memory
GB9307623D0 (en) * 1993-04-13 1993-06-02 Jonhig Ltd Data writing to eeprom
US7174352B2 (en) 1993-06-03 2007-02-06 Network Appliance, Inc. File system image transfer
US6138126A (en) * 1995-05-31 2000-10-24 Network Appliance, Inc. Method for allocating files in a file system integrated with a raid disk sub-system
ATE409907T1 (en) * 1993-06-03 2008-10-15 Network Appliance Inc METHOD AND DEVICE FOR DESCRIBING ANY AREAS OF A FILE SYSTEM
DE69431186T2 (en) * 1993-06-03 2003-05-08 Network Appliance Inc Method and file system for assigning file blocks to storage space in a RAID disk system
US6604118B2 (en) 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
JP3004861U (en) * 1993-06-04 1994-11-29 ディジタル イクイプメント コーポレイション Fault Tolerant Storage Control System Using Tightly Coupled Dual Controller Modules
US5581690A (en) * 1993-06-29 1996-12-03 Digital Equipment Corporation Method and apparatus for preventing the use of corrupt data in a multiple disk raid organized storage system
US5392244A (en) * 1993-08-19 1995-02-21 Hewlett-Packard Company Memory systems with data storage redundancy management
JP3460256B2 (en) * 1993-08-20 2003-10-27 株式会社デンソー Battery disconnection detector
JPH07175728A (en) * 1993-12-20 1995-07-14 Hokkaido Nippon Denki Software Kk Disk cache data maintenance system
US5396620A (en) * 1993-12-21 1995-03-07 Storage Technology Corporation Method for writing specific values last into data storage groups containing redundancy
US5485571A (en) * 1993-12-23 1996-01-16 International Business Machines Corporation Method and apparatus for providing distributed sparing with uniform workload distribution in failures
US5530948A (en) * 1993-12-30 1996-06-25 International Business Machines Corporation System and method for command queuing on raid levels 4 and 5 parity drives
US5499253A (en) * 1994-01-05 1996-03-12 Digital Equipment Corporation System and method for calculating RAID 6 check codes
US5911150A (en) * 1994-01-25 1999-06-08 Data General Corporation Data storage tape back-up for data processing systems using a single driver interface unit
US5588129A (en) * 1994-02-09 1996-12-24 Ballard; Clinton L. Cache for optical storage device and method for implementing same
US5584007A (en) * 1994-02-09 1996-12-10 Ballard Synergy Corporation Apparatus and method for discriminating among data to be stored in cache
US5634081A (en) * 1994-03-01 1997-05-27 Adaptec, Inc. System for starting and completing a data transfer for a subsequently received autotransfer command after receiving a first SCSI data transfer command that is not autotransfer
US5544312A (en) * 1994-04-29 1996-08-06 Intel Corporation Method of detecting loss of power during block erasure and while writing sector data to a solid state disk
US5778167A (en) * 1994-06-14 1998-07-07 Emc Corporation System and method for reassigning a storage location for reconstructed data on a persistent medium storage system
US5682517A (en) * 1994-06-21 1997-10-28 Pitney Bowes Inc. Method of transferring data to a memory medium in a mailing machine
DE69533764T2 (en) * 1994-06-22 2005-12-01 Hewlett-Packard Development Co., L.P., Houston A method of using different content storage disks in a single volume of a hierarchical disk array
US5594862A (en) * 1994-07-20 1997-01-14 Emc Corporation XOR controller for a storage subsystem
US5463776A (en) * 1994-09-22 1995-10-31 Hewlett-Packard Company Storage management system for concurrent generation and fair allocation of disk space among competing requests
US5592618A (en) * 1994-10-03 1997-01-07 International Business Machines Corporation Remote copy secondary data copy validation-audit function
US5615352A (en) * 1994-10-05 1997-03-25 Hewlett-Packard Company Methods for adding storage disks to a hierarchic disk array while maintaining data availability
US5572661A (en) * 1994-10-05 1996-11-05 Hewlett-Packard Company Methods and system for detecting data loss in a hierarchic data storage system
US5574863A (en) * 1994-10-25 1996-11-12 Hewlett-Packard Company System for using mirrored memory as a robust communication path between dual disk storage controllers
US5596710A (en) * 1994-10-25 1997-01-21 Hewlett-Packard Company Method for managing roll forward and roll back logs of a transaction object
US5664187A (en) * 1994-10-26 1997-09-02 Hewlett-Packard Company Method and system for selecting data for migration in a hierarchic data storage system using frequency distribution tables
US5623598A (en) * 1994-11-22 1997-04-22 Hewlett-Packard Company Method for identifying ways to improve performance in computer data storage systems
US5659704A (en) * 1994-12-02 1997-08-19 Hewlett-Packard Company Methods and system for reserving storage space for data migration in a redundant hierarchic data storage system by dynamically computing maximum storage space for mirror redundancy
DE69523124T2 (en) * 1994-12-15 2002-05-29 Hewlett Packard Co Fault detection system for a mirrored memory in a duplicated controller of a disk storage system
EP0721162A2 (en) * 1995-01-06 1996-07-10 Hewlett-Packard Company Mirrored memory dual controller disk storage system
US5568641A (en) * 1995-01-18 1996-10-22 Hewlett-Packard Company Powerfail durable flash EEPROM upgrade
US5553230A (en) * 1995-01-18 1996-09-03 Hewlett-Packard Company Identifying controller pairs in a dual controller disk array
US5553238A (en) * 1995-01-19 1996-09-03 Hewlett-Packard Company Powerfail durable NVRAM testing
US5548712A (en) * 1995-01-19 1996-08-20 Hewlett-Packard Company Data storage system and method for managing asynchronous attachment and detachment of storage disks
US5644789A (en) * 1995-01-19 1997-07-01 Hewlett-Packard Company System and method for handling I/O requests over an interface bus to a storage disk array
US5651133A (en) * 1995-02-01 1997-07-22 Hewlett-Packard Company Methods for avoiding over-commitment of virtual capacity in a redundant hierarchic data storage system
US5666512A (en) * 1995-02-10 1997-09-09 Hewlett-Packard Company Disk array having hot spare resources and methods for using hot spare resources to store user data
US5542065A (en) * 1995-02-10 1996-07-30 Hewlett-Packard Company Methods for using non-contiguously reserved storage space for data migration in a redundant hierarchic data storage system
US5537534A (en) * 1995-02-10 1996-07-16 Hewlett-Packard Company Disk array having redundant storage and methods for incrementally generating redundancy as data is written to the disk array
US5604902A (en) * 1995-02-16 1997-02-18 Hewlett-Packard Company Hole plugging garbage collection for a data storage system
US5828823A (en) * 1995-03-01 1998-10-27 Unisys Corporation Method and apparatus for storing computer data after a power failure
US5630054A (en) * 1995-04-18 1997-05-13 Mti Technology Center Method and apparatus for storing and retrieving error check information
US6067635A (en) * 1995-10-27 2000-05-23 Lsi Logic Corporation Preservation of data integrity in a raid storage device
DE19607101A1 (en) * 1996-02-24 1997-08-28 Hella Kg Hueck & Co Electronic device and device for data transmission between two identical electronic devices
US5864738A (en) * 1996-03-13 1999-01-26 Cray Research, Inc. Massively parallel processing system using two data paths: one connecting router circuit to the interconnect network and the other connecting router circuit to I/O controller
US5748900A (en) * 1996-03-13 1998-05-05 Cray Research, Inc. Adaptive congestion control mechanism for modular computer networks
US6233704B1 (en) 1996-03-13 2001-05-15 Silicon Graphics, Inc. System and method for fault-tolerant transmission of data within a dual ring network
JPH09305328A (en) * 1996-05-13 1997-11-28 Fujitsu Ltd Disk array device
US5805788A (en) * 1996-05-20 1998-09-08 Cray Research, Inc. Raid-5 parity generation and data reconstruction
US5862313A (en) * 1996-05-20 1999-01-19 Cray Research, Inc. Raid system using I/O buffer segment to temporary store striped and parity data and connecting all disk drives via a single time multiplexed network
US5761534A (en) * 1996-05-20 1998-06-02 Cray Research, Inc. System for arbitrating packetized data from the network to the peripheral resources and prioritizing the dispatching of packets onto the network
US5856989A (en) * 1996-08-13 1999-01-05 Hewlett-Packard Company Method and apparatus for parity block generation
US5889934A (en) * 1997-02-24 1999-03-30 Data General Corporation Data validation system for a group of data storage disks
US5860003A (en) * 1997-02-28 1999-01-12 Mti Technology, Inc. I/O controller software with each I/O command having a plurality of nets, each with a group of threads
JP2790134B1 (en) * 1997-03-11 1998-08-27 日本電気株式会社 Disk array system
US5951691A (en) * 1997-05-16 1999-09-14 International Business Machines Corporation Method and system for detection and reconstruction of corrupted data in a data storage subsystem
US6178520B1 (en) * 1997-07-31 2001-01-23 Lsi Logic Corporation Software recognition of drive removal or insertion in a storage system
US6148368A (en) * 1997-07-31 2000-11-14 Lsi Logic Corporation Method for accelerating disk array write operations using segmented cache memory and data logging
JPH1153235A (en) * 1997-08-08 1999-02-26 Toshiba Corp Data updating method of disk storage device and disk storage control system
US6088330A (en) * 1997-09-09 2000-07-11 Bruck; Joshua Reliable array of distributed computing nodes
US5975738A (en) * 1997-09-30 1999-11-02 Lsi Logic Corporation Method for detecting failure in redundant controllers using a private LUN
US6085303A (en) * 1997-11-17 2000-07-04 Cray Research, Inc. Seralized race-free virtual barrier network
US5970232A (en) * 1997-11-17 1999-10-19 Cray Research, Inc. Router table lookup mechanism
US5941972A (en) * 1997-12-31 1999-08-24 Crossroads Systems, Inc. Storage router and method for providing virtual local storage
US6457130B2 (en) 1998-03-03 2002-09-24 Network Appliance, Inc. File access control in a multi-protocol file server
US6317844B1 (en) 1998-03-10 2001-11-13 Network Appliance, Inc. File server storage arrangement
US6216174B1 (en) 1998-09-29 2001-04-10 Silicon Graphics, Inc. System and method for fast barrier synchronization
US6343984B1 (en) 1998-11-30 2002-02-05 Network Appliance, Inc. Laminar flow duct cooling system
US6674720B1 (en) 1999-09-29 2004-01-06 Silicon Graphics, Inc. Age-based network arbitration system and method
US6535996B1 (en) * 1999-10-07 2003-03-18 International Business Machines Corporation Method and apparatus for protecting user data during power failures in a data processing system
US6091658A (en) * 1999-11-01 2000-07-18 Ford Global Technologies, Inc. Nonvolatile memory implementation for electronic devices
JP2001166887A (en) * 1999-12-08 2001-06-22 Sony Corp Data recording and reproducing device and data recording and reproducing method
US6480970B1 (en) * 2000-05-17 2002-11-12 Lsi Logic Corporation Method of verifying data consistency between local and remote mirrored data storage systems
US7072916B1 (en) 2000-08-18 2006-07-04 Network Appliance, Inc. Instant snapshot
US6636879B1 (en) * 2000-08-18 2003-10-21 Network Appliance, Inc. Space allocation in a write anywhere file system
US6728922B1 (en) 2000-08-18 2004-04-27 Network Appliance, Inc. Dynamic data space
US7296073B1 (en) 2000-09-13 2007-11-13 Network Appliance, Inc. Mechanism to survive server failures when using the CIFS protocol
US20020048203A1 (en) * 2000-10-19 2002-04-25 Findling Patrick M. Extending total write cycles of non-volatile memory for rolling codes
US6952797B1 (en) 2000-10-25 2005-10-04 Andy Kahn Block-appended checksums
US20020078026A1 (en) * 2000-12-14 2002-06-20 Fergus Joseph E. Method and apparatus for bulk data remover
US6970890B1 (en) * 2000-12-20 2005-11-29 Bitmicro Networks, Inc. Method and apparatus for data recovery
US6799284B1 (en) 2001-02-28 2004-09-28 Network Appliance, Inc. Reparity bitmap RAID failure recovery
US6816982B2 (en) * 2001-03-13 2004-11-09 Gonen Ravid Method of and apparatus for computer hard disk drive protection and recovery
US6715101B2 (en) 2001-03-15 2004-03-30 Hewlett-Packard Development Company, L.P. Redundant controller data storage system having an on-line controller removal system and method
US6802023B2 (en) 2001-03-15 2004-10-05 Hewlett-Packard Development Company, L.P. Redundant controller data storage system having hot insertion system and method
US6708285B2 (en) 2001-03-15 2004-03-16 Hewlett-Packard Development Company, L.P. Redundant controller data storage system having system and method for handling controller resets
US7062704B2 (en) * 2001-04-30 2006-06-13 Sun Microsystems, Inc. Storage array employing scrubbing operations using multiple levels of checksums
US7017107B2 (en) * 2001-04-30 2006-03-21 Sun Microsystems, Inc. Storage array employing scrubbing operations at the disk-controller level
US6773083B2 (en) 2001-08-29 2004-08-10 Lexmark International, Inc. Method and apparatus for non-volatile memory usage in an ink jet printer
US7502886B1 (en) 2001-10-23 2009-03-10 Emc Corporation Data storage device with two-tier raid control circuitry
US6973537B1 (en) * 2001-10-23 2005-12-06 Emc Corporation Disk cache interfacing system and method
US7174422B1 (en) 2001-10-23 2007-02-06 Emc Corporation Data storage device with two-tier raid control circuitry
US6772272B2 (en) * 2002-04-25 2004-08-03 International Business Machines Corporation Apparatus and method for writing information to a designated information storage medium with an allocated data storage device using a specified information recording format
US9311673B2 (en) 2002-06-05 2016-04-12 Nasdaq, Inc. Security transaction matching
US6854038B2 (en) * 2002-06-06 2005-02-08 International Business Machines Corporation Global status journaling in NVS
US6857001B2 (en) * 2002-06-07 2005-02-15 Network Appliance, Inc. Multiple concurrent active file systems
US7024586B2 (en) * 2002-06-24 2006-04-04 Network Appliance, Inc. Using file system information in raid data reconstruction and migration
US20040003172A1 (en) * 2002-07-01 2004-01-01 Hui Su Fast disc write mechanism in hard disc drives
WO2004084213A1 (en) * 2003-03-17 2004-09-30 Koninklijke Philips Electronics N.V. An apparatus for and a method of storing a real time stream of digital information signals
US6957312B1 (en) * 2003-05-07 2005-10-18 Agilent Technologies, Inc. NVRAM control protocol
US7761421B2 (en) * 2003-05-16 2010-07-20 Hewlett-Packard Development Company, L.P. Read, write, and recovery operations for replicated data
US20040230862A1 (en) * 2003-05-16 2004-11-18 Arif Merchant Redundant data assigment in a data storage system
GB0315157D0 (en) * 2003-06-28 2003-08-06 Ibm Safe write to multiply-redundant storage
US7379974B2 (en) * 2003-07-14 2008-05-27 International Business Machines Corporation Multipath data retrieval from redundant array
US7386754B2 (en) * 2003-10-16 2008-06-10 Seagate Technology Llc Method and apparatus to improve magnetic disc drive reliability using excess un-utilized capacity
US7130962B2 (en) * 2003-12-18 2006-10-31 Intel Corporation Writing cache lines on a disk drive
US7536506B2 (en) * 2004-06-21 2009-05-19 Dot Hill Systems Corporation RAID controller using capacitor energy source to flush volatile cache data to non-volatile memory during main power outage
US7240242B2 (en) * 2004-08-05 2007-07-03 International Business Machines Corporation Apparatus and method to convert data payloads from a first sector format to a second sector format
US7571373B1 (en) * 2004-08-06 2009-08-04 Nvidia Corporation Post-transmission disk error correction
US20060075281A1 (en) * 2004-09-27 2006-04-06 Kimmel Jeffrey S Use of application-level context information to detect corrupted data in a storage system
US7577804B2 (en) * 2004-10-06 2009-08-18 International Business Machines Corporation Detecting data integrity
US20060136663A1 (en) * 2004-12-22 2006-06-22 Cochran Robert A Sector-specific access control
US7475177B2 (en) * 2005-01-27 2009-01-06 International Business Machines Corporation Time and frequency distribution for bufferless crossbar switch systems
JP4805660B2 (en) * 2005-02-08 2011-11-02 富士通株式会社 Disc light missing detection device
US7743210B1 (en) * 2005-04-29 2010-06-22 Netapp, Inc. System and method for implementing atomic cross-stripe write operations in a striped volume set
US7451348B2 (en) * 2005-08-04 2008-11-11 Dot Hill Systems Corporation Dynamic write cache size adjustment in raid controller with capacitor backup energy source
US7487391B2 (en) * 2005-08-04 2009-02-03 Dot Hill Systems Corporation Storage controller super capacitor adaptive life monitor
US7661002B2 (en) * 2005-08-04 2010-02-09 Dot Hill Systems Corporation Storage controller super capacitor dynamic voltage throttling
JP4892225B2 (en) * 2005-10-28 2012-03-07 株式会社日立ハイテクノロジーズ Vacuum processing method, vacuum transfer apparatus, and semiconductor processing apparatus
US7986480B2 (en) * 2005-11-03 2011-07-26 Hitachi Global Storage Technologies Netherlands B.V. Micro-journaling of data on a storage device
US7725666B2 (en) * 2005-11-03 2010-05-25 Hitachi Global Storage Technologies Netherlands B.V. Micro-journaling of data on a storage device
US7289344B2 (en) * 2005-11-10 2007-10-30 Sandisk Corporation Reverse coupling effect with timing information for non-volatile memory
US7289348B2 (en) * 2005-11-10 2007-10-30 Sandisk Corporation Reverse coupling effect with timing information
US8090987B2 (en) * 2005-12-05 2012-01-03 Lg Electronics Inc. Imaging apparatus having automatic backup function and method for controlling the same
US7549021B2 (en) 2006-02-22 2009-06-16 Seagate Technology Llc Enhanced data integrity using parallel volatile and non-volatile transfer buffers
US7836379B1 (en) * 2006-04-03 2010-11-16 Marvell International Ltd. Method for computing buffer ECC
US7840878B1 (en) * 2006-04-11 2010-11-23 Marvell International Ltd. Systems and methods for data-path protection
US8250316B2 (en) * 2006-06-06 2012-08-21 Seagate Technology Llc Write caching random data and sequential data simultaneously
US8037243B1 (en) * 2007-03-19 2011-10-11 Emc Corporation Installing data storage system software on disk drive systems
US8370715B2 (en) * 2007-04-12 2013-02-05 International Business Machines Corporation Error checking addressable blocks in storage
US8151034B2 (en) * 2007-09-12 2012-04-03 Sandisk Technologies Inc. Write abort and erase abort handling
US8555086B2 (en) * 2008-06-30 2013-10-08 Intel Corporation Encrypting data on a non-volatile memory
US8948906B2 (en) * 2008-08-14 2015-02-03 Spectra Logic Corporation Robotic storage library with queued move instructions and method of queuing such instructions
US8666537B2 (en) * 2008-10-31 2014-03-04 Spectra Logic, Corporation Robotic storage library with queued move instructions and method of queing such instructions
US8340810B2 (en) * 2008-10-31 2012-12-25 Spectra Logic Corp. Robotic storage library with queued move instructions and method of queuing such instructions
JP4819116B2 (en) * 2008-12-19 2011-11-24 富士通株式会社 Control device, storage device, and control method
US8417987B1 (en) * 2009-12-01 2013-04-09 Netapp, Inc. Mechanism for correcting errors beyond the fault tolerant level of a raid array in a storage system
US8666642B2 (en) * 2010-02-10 2014-03-04 GM Global Technology Operations LLC Memory corruption detection in engine control systems
US8719621B1 (en) 2010-05-05 2014-05-06 Marvell International Ltd. Solid-state disk cache assisted redundant array of independent disks
EP2495690B1 (en) * 2011-03-01 2015-05-13 Nxp B.V. Transponder and method for monitoring access to application data in the transponder
US10262365B2 (en) 2012-04-16 2019-04-16 Nasdaq Technology Ab Method and a computerized exchange system for processing trade orders
CN103971447B (en) * 2013-02-04 2017-11-14 山东新北洋信息技术股份有限公司 Paper money identifier and its processing method and bill handling state recording method
CN103927128B (en) * 2013-07-11 2017-03-01 威盛电子股份有限公司 Data storage device and flash memory control method
US9448896B2 (en) * 2013-08-07 2016-09-20 Seagate Technology Llc Torn write mitigation
US10643668B1 (en) * 2013-08-27 2020-05-05 Seagate Technology Llc Power loss data block marking
KR101594675B1 (en) * 2014-05-30 2016-02-16 곽백수 Portable folder type umbrella
US10203888B2 (en) * 2015-12-18 2019-02-12 Intel Corporation Technologies for performing a data copy operation on a data storage device with a power-fail-safe data structure
US10275016B2 (en) * 2015-12-21 2019-04-30 Intel Corporation Smart power adapters and related systems and methods
US10620870B2 (en) 2017-12-08 2020-04-14 Intel Corporation Data storage device with bytewise copy
CN110413439B (en) 2018-04-28 2023-10-20 伊姆西Ip控股有限责任公司 Method, apparatus and computer readable medium for detecting incomplete writing of data
US11853163B2 (en) * 2021-11-17 2023-12-26 Western Digital Technologies, Inc. Selective rebuild of interrupted devices in data storage device arrays

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1545169A (en) * 1977-09-22 1979-05-02 Burroughs Corp Data processor system including data-save controller for protection against loss of volatile memory information during power failure
EP0249091A2 (en) * 1986-06-12 1987-12-16 International Business Machines Corporation Parity spreading to enhance storage access
WO1988009968A1 (en) * 1987-06-02 1988-12-15 Cab-Tek, Inc. Fault-tolerant, error-correcting storage system
WO1989010594A1 (en) * 1988-04-22 1989-11-02 Amdahl Corporation A file system for a plurality of storage classes

Family Cites Families (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3633175A (en) * 1969-05-15 1972-01-04 Honeywell Inc Defect-tolerant digital memory system
GB1428407A (en) * 1972-06-05 1976-03-17 Plessey Co Ltd Error detection arrangements for data processing input/ output systems
US3914741A (en) * 1973-11-01 1975-10-21 Bell Telephone Labor Inc Fault detection arrangement for digital transmission system
JPS5494850A (en) * 1978-01-11 1979-07-26 Nissan Motor Arithmetic processor
JPS605024B2 (en) * 1979-09-04 1985-02-07 ファナック株式会社 Information processing method
US4380029A (en) * 1981-03-13 1983-04-12 Bti Computer Systems Data recording format and method and apparatus for producing same
US4525800A (en) * 1981-06-01 1985-06-25 General Electric Co. Enhanced reliability data storage system with second memory for preserving time-dependent progressively updated data from destructive transient conditions
GB2103397A (en) * 1981-07-31 1983-02-16 Philips Electronic Associated Digital data aparatus with memory selection
US4434487A (en) * 1981-10-05 1984-02-28 Digital Equipment Corporation Disk format for secondary storage system
US4530054A (en) * 1982-03-03 1985-07-16 Sperry Corporation Processor-addressable timestamp for indicating oldest written-to cache entry not copied back to bulk memory
US4507751A (en) * 1982-06-21 1985-03-26 International Business Machines Corporation Method and apparatus for logging journal data using a log write ahead data set
US4757440A (en) * 1984-04-02 1988-07-12 Unisys Corporation Pipelined data stack with access through-checking
US4637024A (en) * 1984-11-02 1987-01-13 International Business Machines Corporation Redundant page identification for a catalogued memory
US4819205A (en) * 1985-03-25 1989-04-04 Motorola, Inc. Memory system having memory elements independently defined as being on-line or off-line
US4814971A (en) * 1985-09-11 1989-03-21 Texas Instruments Incorporated Virtual memory recovery system using persistent roots for selective garbage collection and sibling page timestamping for defining checkpoint state
US4958351A (en) * 1986-02-03 1990-09-18 Unisys Corp. High capacity multiple-disk storage method and apparatus having unusually high fault tolerance level and high bandpass
US4819159A (en) * 1986-08-29 1989-04-04 Tolerant Systems, Inc. Distributed multiprocess transaction processing system and method
US5193154A (en) * 1987-07-10 1993-03-09 Hitachi, Ltd. Buffered peripheral system and method for backing up and retrieving data to and from backup memory device
US4819237A (en) * 1987-08-05 1989-04-04 Digital Appliance Controls, Inc. Method and apparatus for monitoring the validity of microprocess or volatile memory
US4899342A (en) * 1988-02-01 1990-02-06 Thinking Machines Corporation Method and apparatus for operating multi-unit array of memories
US4922456A (en) * 1988-04-29 1990-05-01 Scientific-Atlanta, Inc. Method of reducing wearout in a non-volatile memory with double buffer
JPH01300333A (en) * 1988-05-30 1989-12-04 Toshiba Corp Data transfer system
US4914656A (en) * 1988-06-28 1990-04-03 Storage Technology Corporation Disk drive memory
US5148432A (en) * 1988-11-14 1992-09-15 Array Technology Corporation Arrayed disk drive system and method
JP2648840B2 (en) * 1988-11-22 1997-09-03 株式会社日立製作所 Semiconductor storage device
US5021963A (en) * 1988-12-30 1991-06-04 Pitney Bowes Inc. EPM having an improvement in accounting update security
US5197026A (en) * 1989-04-13 1993-03-23 Microchip Technology Incorporated Transparent EEPROM backup of DRAM memories
US5166939A (en) * 1990-03-02 1992-11-24 Micro Technology, Inc. Data storage apparatus and method
US5233618A (en) * 1990-03-02 1993-08-03 Micro Technology, Inc. Data correcting applicable to redundant arrays of independent disks
US5195100A (en) * 1990-03-02 1993-03-16 Micro Technology, Inc. Non-volatile memory storage of write operation identifier in data sotrage device
US5182752A (en) * 1990-06-29 1993-01-26 Digital Equipment Corporation Method and apparatus for transferring data between a data bus and a data storage device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1545169A (en) * 1977-09-22 1979-05-02 Burroughs Corp Data processor system including data-save controller for protection against loss of volatile memory information during power failure
EP0249091A2 (en) * 1986-06-12 1987-12-16 International Business Machines Corporation Parity spreading to enhance storage access
WO1988009968A1 (en) * 1987-06-02 1988-12-15 Cab-Tek, Inc. Fault-tolerant, error-correcting storage system
WO1989010594A1 (en) * 1988-04-22 1989-11-02 Amdahl Corporation A file system for a plurality of storage classes

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FTCS 17 DIGEST OF PAPERS July 6, 1987, PITTSBURGH, PENNSYLVANIA, USA pages 176 - 181; Y.DISHON ET AL.: 'A HIGHLY AVAILABLE STORAGE SYSTEM USING THE CHECKSUM METHOD ' see page 178, right column, line 6 - page 179, left column, line 12 *
IBM TECHNICAL DISCLOSURE BULLETIN vol. 15, no. 9, February 1973, pages 2813 - 2816; V.J. KRUSKAL: 'DETECTING DISCREPANT SEGMENTS IN A PAGING ENVIRONMENT ' see the whole document *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0541991A2 (en) * 1991-11-15 1993-05-19 Fujitsu Limited Fault indication in a storage device array
EP0541991A3 (en) * 1991-11-15 1994-02-16 Fujitsu Ltd
US5574856A (en) * 1991-11-15 1996-11-12 Fujitsu Limited Fault indication in a storage device array
US5379411A (en) * 1991-11-15 1995-01-03 Fujitsu Limited Fault indication in a storage device array
EP0551009A2 (en) * 1992-01-08 1993-07-14 Emc Corporation Method for synchronizing reserved areas in a redundant storage array
US6029254A (en) * 1992-01-08 2000-02-22 Emc Corporation Method for synchronizing reserved areas in a redundant storage array
US5590276A (en) * 1992-01-08 1996-12-31 Emc Corporation Method for synchronizing reserved areas in a redundant storage array
EP0551009A3 (en) * 1992-01-08 1995-03-15 Array Technology Corp Method for synchronizing reserved areas in a redundant storage array
EP0559488A3 (en) * 1992-03-06 1995-03-22 Data General Corp Handling data in a system having a processor for controlling access to a plurality of data storage disks
EP0559488A2 (en) * 1992-03-06 1993-09-08 Data General Corporation Handling data in a system having a processor for controlling access to a plurality of data storage disks
US5452444A (en) * 1992-03-10 1995-09-19 Data General Corporation Data processing system using fligh availability disk arrays for handling power failure conditions during operation of the system
US5546535A (en) * 1992-03-13 1996-08-13 Emc Corporation Multiple controller sharing in a redundant storage array
WO1993018456A1 (en) * 1992-03-13 1993-09-16 Emc Corporation Multiple controller sharing in a redundant storage array
DE4345320A1 (en) * 1992-05-21 1995-11-09 Fujitsu Ltd Disk array appts. - has cache memory for storing data and redundant information, and non-volatile memory which stores data even if power supply fails
DE4345320B4 (en) * 1992-05-21 2006-12-28 Fujitsu Ltd., Kawasaki Disk array device
EP0601699A2 (en) * 1992-10-23 1994-06-15 AT&T GLOBAL INFORMATION SOLUTIONS INTERNATIONAL INC. Method of storing data in a disk array
EP0601699A3 (en) * 1992-10-23 1998-02-11 NCR International, Inc. Method of storing data in a disk array
US6988219B2 (en) 1993-06-04 2006-01-17 Network Appliance, Inc. Providing parity in a RAID sub-system using non-volatile memory
WO1996034336A1 (en) * 1995-04-25 1996-10-31 Honeywell, Inc. Methods and apparatus for protecting the integrity of process data stored on a removable storage medium

Also Published As

Publication number Publication date
JP3177242B2 (en) 2001-06-18
US5758054A (en) 1998-05-26
JPH05505264A (en) 1993-08-05
AU7466191A (en) 1991-09-18
US5475697A (en) 1995-12-12
CA2076542A1 (en) 1991-09-03
EP0517816A1 (en) 1992-12-16
US5195100A (en) 1993-03-16

Similar Documents

Publication Publication Date Title
US5195100A (en) Non-volatile memory storage of write operation identifier in data sotrage device
US5233618A (en) Data correcting applicable to redundant arrays of independent disks
US5959860A (en) Method and apparatus for operating an array of storage devices
JP3129732B2 (en) Storage array with copy-back cache
US6243827B1 (en) Multiple-channel failure detection in raid systems
US6467023B1 (en) Method for logical unit creation with immediate availability in a raid storage environment
US6981171B2 (en) Data storage array employing block verification information to invoke initialization procedures
US6282670B1 (en) Managing defective media in a RAID system
JP3164499B2 (en) A method for maintaining consistency of parity data in a disk array.
US6728922B1 (en) Dynamic data space
US5390187A (en) On-line reconstruction of a failed redundant array system
US8402210B2 (en) Disk array system
US20050229033A1 (en) Disk array controller and information processing apparatus
JPH08194586A (en) Method,system and apparatus for data processing
US7398448B2 (en) Storage system has the function of preventing drive write error
JP2857288B2 (en) Disk array device
US7174476B2 (en) Methods and structure for improved fault tolerance during initialization of a RAID logical unit
JP2000020248A (en) Disk fault recovering method, disk driver, and recording medium
JP2004164675A (en) Disk array device
US20050081088A1 (en) Array controller for disk array, and method for rebuilding disk array
GB2298308A (en) A disk storage array with a spiralling distribution of redundancy data
WO1996041249A2 (en) Intelligent disk-cache memory

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AT AU BB BG BR CA CH DE DK ES FI GB HU JP KP KR LK LU MC MG MW NL NO PL RO SD SE SU

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE BF BJ CF CG CH CM DE DK ES FR GA GB GR IT LU ML MR NL SE SN TD TG

WWE Wipo information: entry into national phase

Ref document number: 2076542

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 1991905761

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1991905761

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWW Wipo information: withdrawn in national office

Ref document number: 1991905761

Country of ref document: EP