CA2098988C - Parity calculation in an efficient array of mass storage devices - Google Patents

Parity calculation in an efficient array of mass storage devices Download PDF

Info

Publication number
CA2098988C
CA2098988C CA002098988A CA2098988A CA2098988C CA 2098988 C CA2098988 C CA 2098988C CA 002098988 A CA002098988 A CA 002098988A CA 2098988 A CA2098988 A CA 2098988A CA 2098988 C CA2098988 C CA 2098988C
Authority
CA
Canada
Prior art keywords
data
parity
controller
old
new
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CA002098988A
Other languages
French (fr)
Other versions
CA2098988A1 (en
Inventor
Michael H. Anderson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shiva US Network Corp
Original Assignee
Intel Network Systems Inc
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 Intel Network Systems Inc filed Critical Intel Network Systems Inc
Publication of CA2098988A1 publication Critical patent/CA2098988A1/en
Application granted granted Critical
Publication of CA2098988C publication Critical patent/CA2098988C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

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
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs
    • G11B20/1833Error detection or correction; Testing, e.g. of drop-outs by adding special lists or symbols to the coded information
    • 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/1054Parity-fast hardware, i.e. dedicated fast hardware for RAID systems with parity

Abstract

An efficient redundant array of mass storage devices includes a plurality of hard disk drives (22), a controller (20) or processor asso-ciated with each hard disk drive for calculating partial parity data and parity data; a host computer (12) and at least one bus (16) for communications between the host computer (12) and the plurality of hard disk drives (22). "The controller (20) of a drive calculates the par-tial parity which is the Exclusive Or function of the old data and the new data which is to be stored into the drive (22). New data is written to fhe location in the disk drive from which the old data was obtained.
The partial parity data is transferred to the Controller (20) of another drive which contains the old parity data for the location to which the new data was written; and that controller calculates the new parity which is the Exclusive Or of the partial parity and the old parity. The new parity is written to the location on that disk drive which formerly held the old parity:

Description

JO 92/15057 ' ' PC'f/US92/01257 ~09~9~8 "PARITY CALCULATION IN AN EFFICIENT ARRAY OF MASS STORAGE DEVICES"
FIELD OF THE INVENTION
This invention relates in general to data storage devices for computers, and more particularly to mass storage memory arrays.
BACKGROUND OF THE INVENTION
In the :recent history of computers, advances in the performance and speed of central processing units (CPU's) have far outraced the advances in the performance of hard disk drives, although hard disk drives have also made great advances in the recent past. However, the far greater increases in the performance of CPU's has begun to cause input/output (I/O) bottlenecks when the CPU accesses a disk dri~~e because the increases in disk drive performance have not caught up to the improved performance of CPU's.
Another problem is that although top quality disk drives offer a mean time between failure of about 150,000 hours, in systems using multiple disk drives failures will occur. One approach to addressing the failure problem is called mirroring. In the mirroring technique, the host computer writes data to two disk drives simultaneously.
If one disk drive fails, a copy of all the data is immediately ~~vailable on the other drive. Mirroring protects against a failure in one drive but it requires a user to purchase twice as much storage to hold the data and programs. Mirroring also does not address the I/O
bottle-neck problem.
Another approach which addresses the problem of a failure in a multiple disk drive system is disclosed in U. S. Patent N~~. 4, 870, 643 to Bultman, et al . , which issued on September 26, 1989. The Bultman patent discloses a system with f ive standard 5'/4~~ Winchester disk drives with g~gSTITUTE SHEET
successive bytes of digital information routed to four of the drives. The fifth drive contains parity information.
Control circuitry is provided so that any one of the five standard drives may be unplugged and replaced without interruption of the operation of the storage system. The Bultman computer configuration uses less drives for storing the same amount of information as the mirroring technique discussed above but does not address the I/O
bottleneck problem.
A recently proposed computer configuration for partially alleviating these problems was set forth in an article titled "Strength (and Safety) in Numbers" in the December 1990 issue of Byte Magazine written by Michael H.
Anderson. That computer configuration is called Redundant Arrays of Inexpensive Disks, and is referenced by its acronym "RAID".
A RAID system is a group of intelligent disk drives under the control of a single device driver or host computer. The proposed RAID system offers significantly higher performance than a single disk drive. Data can be striped or dispensed among several drives so that several of the drives are accessed in parallel to read one block of data which was striped across the several drives. This provides for quicker access than retrieving the block from a single drive.
In a RAID system, check bytes are stored, also preferably in an interleaved pattern across all of the drives. The check (or parity) byte is the sum of the data stored on the other drives in the same position.
Therefore, if one drive fails the data which was stored on that drive can be quickly recreated by a calculation involving a check byte and data on the other non-failed drives for the same position. All of the above calculations are performed by the host computer.
When the host is instructed to write a block of new data which may be designated "NA" to a disk drive, the SEJBST! T tJTE SHEET

~~~~988 host compute:r first reads the old data "A" from the position to Gihich the new data "NA" will be stored and the corresponding check bytes or parity bytes "PA" as shown in Fig. 2. Incidentally, the old parity designated "PA" is the parity involving not only the data "A", but also data from other disk drives. The host then calculates the new check bytes NPA by subtracting out the old data "A" and summing in t:he new data "PA" . The check bytes are then rewritten over the old check bytes and the new data "NA"
is written to the position where the old data "A"
previously rEasided.
Unfortunately, though the above described RAID
technique offers some improvement in performance, the host processor is forced to do a large number of calculations and multiple transfers of data over the bus which connects the host and the disk drives each time a block of data is to be writtEan to a disk drive. The large number of calculations and the bus transfers reduces the performance of the host computer and the overall system.
As compared with the foregoing prior art arrangements,. the principal objects of the present invention are to reduce the involvement of the host computer in i~he data storage process and to minimize the number of data transfers along the bus which interconnects the disk drives and the host computer.
SUN~iARY OF THE INVENTION
In accordance with the present invention, an efficient, rE:dundant array of mass storage devices which includes a plurality of hard disk drives, a controller or processor as;~ociated with each hard disk drive, a host computer and at least one bus for communications between the host com~~uter and the plurality of hard disk drives includes partial parity calculating means for calculating the Exclusives Or function of old data and new data, and SU13ST! T UTE SHEET

2Q98~8~ _4_ parity calculating means for calculating the Exclusive Or of partial parity and old parity.
Another aspect of the present invention encompasses a method for writing data to and calculating new parity data for a plurality of peripheral storage devices and a system which includes a host computer connected by a bus to a plurality of disk drives, each with its own controller. First, the system calculates the partial parity which is the Exclusive Or function of the old data and the new data which is to be stored in a location which currently holds the old data. In a preferred embodiment, the partial parity is calculated at the controller for the storage device to which the new data is written.
Next, the new data is written to the location in the peripheral storage device from which the old data was obtained. The partial parity data is then written to the controller of a peripheral storage device which contains the old parity data for the location to which the new data was written. The controller which receives the partial parity calculates the new parity which is the Exclusive Or function of the partial parity and the old parity.
Finally, the new parity data is written to the location in the peripheral storage device which formerly held the old parity data.
Other objects and advantages of the present invention will be apparent to those skilled in the art from the accompanying drawings and detailed descriptions.
DESCRIPTION OF THE DRAWINGS
Fig. 1 is a block diagram of a computer system;
Fig. 2 is a pictorial representation of a mass storage system known in the prior art;
Fig. 3 through 6 are block diagram representations of the present invention during different phases of the write operation:
su es-r~ . ~; ~ ~ s~ ~Er -yV0 92/15057 PGT/US92/01257 -5-2p9~9~$
Fig. 7 is a representation of the arrangement of data and parity information across four disk drives.
DETAILED DESCRIPTION
Turning now to the drawings, Fig. 1 shows a preferred embodiment of the present invention. The host computer 12, preferably a micro-computer based on the Extended Industry Standard Architecture (EISA) is shown with a plurality of interface adaptor cards 14 for coupling the host computer to a plurality of buses 16, preferably a Small Computer System Interface Bus or SCSI bus. The SCSI
buses interconnect the host computer and a plurality of peripheral si.orage devices 18.
Each peripheral storage device 18 preferably includes a dedicated spindle processor or controller 20 for each peripheral storage device, and a rotary disk drive 22 or other similar mass storage device. In one preferred embodiment, the rotary disk drives 22 are 5'/4" Winchester hard disk drives. The peripheral storage devices 18 could be implemented using 1580 series or 1370 series disk drives manufactured by Micropolis of Chatsworth, California.
Fig. 2 shows a prior art RAID system as was discussed in the BACR:GROUND OF THE INVENTION section of this specification.
Referring now to Fig. 3, the host computer 12 is shown with more detail including the host computer's host (central) processor 24 and its dynamic memory 26. The dynamic memory 26 is shown containing a block of data A
and an identical size block of new data NA. Data block A
was retrieved from the buffer memory 32 from peripheral storage device 18a. Data A had originated in the disk drive 22. Data A was then transferred to buffer memory 32 and then to t:he host computer's dynamic memory 26.
As can also be seen in Fig. 3, within peripheral storage deviate 18b the parity data (check bytes) PA has SUE35T~"~L~T~. 5HE~T

been written from disk drive 22 to buffer memory 32. The parity data PA provides a parity check for all the data stored in all of the disk drives in the system in the same location as data block A. The parity data is discussed in more detail below.
As can be seen in Fig. 4, the host processor 24 then generates partial parity data (PPA) which is the Exclusive Or of data A and data NA. Data NA is then written to the buffer storage of peripheral memory device 18a and from there data NA is written to the same location formerly occupied by the old data A in disk drive 22 within peripheral memory device 18a.
The partial parity PPA is written to buffer memory 32 of peripheral memory device 18b. Disk drive processor 34 within peripheral memory device 18b then calculates the new parity data NPA which is the Exclusive Or of PPA and PA. The new parity data NPA is then written to the same location from which PA was retrieved in disk drive 22 within peripheral memory device 18b.
The above described configuration approach allows the disk drive processor of the peripheral storage device containing the old priority data PA to calculate the new priority data NPA by performing the Exclusive Or of PPA
and PA. This saves the host computer from having to perform that function. Also, the SCSI bus has one less data transfer along it. The data PA is never transferred along the bus. Therefore less bus time is also utilized which frees up the SCSI bus for data retrieval.
Another embodiment of the present invention is shown in Figs. 5 and 6. Fig. 5 shows the dynamic memory 26 of the host computer 12 containing the new data NA to be written to one of the peripheral storage devices.
Peripheral storage device 18a is shown with the old data A in its buffer memory 32. The new data NA is also shown as having been written to the buffer memory 32 of SUSST!'i UTE Sf"IFFT

~ ~ ~1L : . , . -- 7 -03 Rcc'~1 PCT/ ~ ~ 2 1 JAI 1993 peripheral :18a. The, buffer memory 32 of peripheral device 18b contains the old parity data PA.
The disk drive processor 34 of peripheral 18a calculates t:he partial parity data PPA which is the Exclusive Or' of A and NA. Fig. 6 shows PPA stored in buffer memory 32 of peripheral 18a after the calculation. PPA is then written to the buffer memory 32 of periF>heral 18b. NA is also written to the location which held A in the disk drive 22. The disk drive processor 35 of peripheral 18b then calculates NPA
(the new parity data) which is the Exclusive Or of PPA
and PA. NA is then written to the location on disk drive 22 which previously contained PA.
In this embodiment, two disk drive processors calculated NPA and PPA. This saves the host computer from having to perform both of those calculations.
Also, as in the previously described embodiment, the SCSI bus has one less data transfer along it as compared with the prier art systems. Therefore, less bus time is utilized, which frees up the SCSI bus for other functions.
The parity data allows the system to recreate the data stored on one disk drive from the data stored on the other drives. The parity data is the Exclusive Or of the data stored in the same location on each drive.
In a three drive system with the parity data for drives 1 and 2 stored on drive 3, the parity data would operate as follows. If location A on drive 1 contained the value 7 and location A on drive 2 contained the value 3 them the parity data stored in location A on drive 3 would be the Exclusive Or of 7 and 3.
In a four bit system 7 is represented as 0111 and three is represented as 0011. The Exclusive Or of 0111 and 0011 is 0100. If drive 1 fails, the data that was stored in location A of drive 1 is the Exclusive Or of SUBSTITUTE SHEET
IPEA~'US

(~~~: a r'~rJi 1'e~ L _!_ J~ii~l ~0 9i~ssos~ 2 ~ ~ 8 9 8 8 pc~r~os9z~oms~
:,~,., , ..
the parity data for location A, 0100 (which is stored in location A on drive 3j and the data stored in location A
on drive 2, 0011. The Exclusive Or of 0100 and 0011 is 0111 or 7. This approach works for any number of 5 drives.
Fig. 7 is a pictorial representation of the interleaving of data and parity information across four peripheral sotorage devices. Pie shaped sections 1, 2 and 3 repre:~ent identical locations on three different 10 drives with P(1-2-3j representing the parity data which is stored in the same position as Sections 1, 2 and 3 on the fourth drive. Similarly, the parity data for locations 5, 6 and 4 is shown stored on the third drive in sequence.
Interleaving of the data can greatly increase the access speed of the overall peripheral memory storage system. When a data block is accessed, each drive can simultaneously access its portion of the requested data and transmit it in parallel to the host.
In conclusion, it is to be understood that the foregoing detailed description and accompanying drawings relate to il:Lustrative implementations of the invention.
The invention is not limited to these illustrative implementations. Thus, by way of example and not of limitation, a system using five, six or seven drives could be used. Also, storage units other than Winchester type disk drives, including optical storage devices, could be used as a peripheral storage device.
Accordingly, the present invention is not limited to the system as described in detail herein and as shown in the accompanying drawings.
'PF~;'~~

Claims (19)

What is Claimed is:
1. A method for writing data to and calculating new parity data for an efficient, redundant array of mass storage devices in a system which includes a host computer connected via a bus to a plurality of disk drives, each with its own controller, comprising the steps of:
calculating the partial parity which is the Exclusive Or function of the old data and the new data which is to be stored in the location which holds the old data;
writing the new data to the location in the peripheral storage device from which the old data was obtained:
transferring the partial parity to the controller of a peripheral storage device which contains the old parity data for the location to which the new data was written;
calculating the new parity which is the Exclusive Or function of the partial parity and the old parity at the controller which receives the partial parity; and transferring the new parity to the location in the peripheral storage device which formerly held the old parity.
2. The method as described in Claim 1 wherein the partial parity is calculated by the a first controller which is the controller of the storage device to which the new data is being written.
3. The method as described in Claim 1 wherein the host computer calculates the partial parity.
4. The method as described in Claim 2 further including the steps of:
the first controller receiving the new data from the host computer; and the first controller obtaining the old data from its associated disk drive.
5. The method as described in Claim 4 wherein said first controller performs the step of transferring the partial parity to the controller of a peripheral storage device which contains the old parity data for the location to which the new data was written.
6. An efficient, redundant array of mass storage devices which includes a plurality of hard disk drives, a host computer and at least one bus for communications between the host computer and the plurality of hard disk drives, wherein old data and old parity data is stored on said hard disk drives, and new data is being supplied to said disk drives by said host computer, said array comprising:
partial parity calculating means for calculating the Exclusive Or function of old data and new data;
a plurality of controller means, one coupled for data transfer with each disk drive, for calculating the new parity which is the Exclusive Or function of partial parity and old parity, said controllers being coupled to said bus; and means for communicating the partial parity from said partial parity calculating means to said controller means.
7. An efficient, redundant array of mass storage devices as defined in claim 4 wherein said system further includes a plurality of partial parity calculating means, included in each said controller.
8. An efficient, redundant array of mass storage devices as defined in claim 6, wherein said hard disk drives are 5 1/4" disk drives.
9. An efficient, redundant array of mass storage devices as defined in claim 6, wherein said bus is a Small Computer System Interface bus.
10. An efficient, redundant array of mass storage devices as defined in claim 7 further including means for storing the new parity on the same disk drive and in the same location as the old parity previously resided.
11. An efficient, redundant array of mass storage devices as defined in claim 10 further including means for storing the new parity in the disk drive associated with the controller means which has calculated the new parity.
12. A computer system including an efficient, redundant array of mass storage devices comprising:
a host computer;
a plurality of hard disk drives for storing data and related old parity data;
at least one bus interconnecting said hard disk drives and said host computer; and a plurality of controllers, each coupled for data transfer with one hard disk drive, each said controller including means for calculating new parity data by calculating the Exclusive Or function of old parity data and additional parity data supplied to each said controller.
13. A computer system as defined in claim 10 wherein said controller further includes means for calculating partial parity data by calculating the Exclusive Or function of old data and new data.
14. A computer system as defined in claim 13 wherein said controller further includes means for receiving new data from said host computer and retrieving old data from the disk drive associated with said controller.
15. A computer system as defined in claim 14 wherein said controller further includes means for transferring said partial parity data to a second controller.
16. A computer system as defined in claim 14 wherein said controller further includes means for storing the new parity data on the disk drive associated with that controller and in the same location as the old parity data previously resided.
17. A computer system as defined in claim 14 wherein said controller further includes means for storing the new data in the same location as the old data previously resided on the disk drive associated with that controller.
18. A computer system as defined in claim 12 wherein said hard disk drives are 5 1/4" Winchester drives.
19. A computer system as defined in claim 16 wherein said bus is a Small Computer System Interface bus.
CA002098988A 1991-02-20 1992-02-18 Parity calculation in an efficient array of mass storage devices Expired - Lifetime CA2098988C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US07/658,317 US5191584A (en) 1991-02-20 1991-02-20 Mass storage array with efficient parity calculation
US658,317 1991-02-20
PCT/US1992/001257 WO1992015057A1 (en) 1991-02-20 1992-02-18 Parity calculation in an efficient array of mass storage devices

Publications (2)

Publication Number Publication Date
CA2098988A1 CA2098988A1 (en) 1992-08-21
CA2098988C true CA2098988C (en) 2003-02-11

Family

ID=24640749

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002098988A Expired - Lifetime CA2098988C (en) 1991-02-20 1992-02-18 Parity calculation in an efficient array of mass storage devices

Country Status (5)

Country Link
US (1) US5191584A (en)
EP (1) EP0572564B1 (en)
CA (1) CA2098988C (en)
DE (1) DE69227896T2 (en)
WO (1) WO1992015057A1 (en)

Families Citing this family (121)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04184634A (en) * 1990-11-20 1992-07-01 Matsushita Electric Ind Co Ltd Microcomputer
DE69133216T2 (en) * 1990-11-09 2003-12-18 Seagate Technology Llc Disk drive control architecture with multiple microcontrollers
JP2913917B2 (en) 1991-08-20 1999-06-28 株式会社日立製作所 Storage device and storage device system
US5522065A (en) * 1991-08-30 1996-05-28 Compaq Computer Corporation Method for performing write operations in a parity fault tolerant disk array
US5506977A (en) * 1991-12-17 1996-04-09 Dell Usa, L.P. Method and controller for minimizing reads during partial stripe write operations to a disk drive
US5287462A (en) * 1991-12-20 1994-02-15 Ncr Corporation Bufferless SCSI to SCSI data transfer scheme for disk array applications
US5337322A (en) * 1992-03-02 1994-08-09 Acer Incorporated Method of processing stored data containing parity data
US5398253A (en) * 1992-03-11 1995-03-14 Emc Corporation Storage unit generation of redundancy information in a redundant storage array system
US5724539A (en) * 1992-03-19 1998-03-03 Digital Equipment Corporation System for selectively storing stripes of data in tracks of disks so that sum of transfer rates of stripes match communication bandwidth to host
WO1994003857A1 (en) * 1992-08-10 1994-02-17 Advanced Logic Research, Inc. Computer interface for concurrently performing plural seeks on plural disk drives
DE4309148A1 (en) * 1993-03-22 1994-09-29 Siemens Nixdorf Inf Syst Disk array with load balancing
US5617425A (en) * 1993-05-26 1997-04-01 Seagate Technology, Inc. Disc array having array supporting controllers and interface
JP3264465B2 (en) * 1993-06-30 2002-03-11 株式会社日立製作所 Storage system
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
CA2134016A1 (en) * 1994-01-07 1995-07-08 Peter B. Bandy Data storage device and method of operation
WO1995026103A1 (en) * 1994-03-18 1995-09-28 Micropolis Corporation On-demand video server system
JPH07281840A (en) * 1994-04-14 1995-10-27 Ibm Japan Ltd Dual-disk recording device
US5519435A (en) * 1994-09-01 1996-05-21 Micropolis Corporation Multi-user, on-demand video storage and retrieval system including video signature computation for preventing excessive instantaneous server data rate
JP3661205B2 (en) * 1994-09-09 2005-06-15 株式会社日立製作所 Disk array system and method for generating parity data of disk array system
US5412668A (en) * 1994-09-22 1995-05-02 International Business Machines Corporation Parity striping feature for optical disks
US5634033A (en) * 1994-12-16 1997-05-27 At&T Global Information Solutions Company Disk array storage system architecture for parity operations simultaneous with other data operations
US5745671A (en) * 1995-02-28 1998-04-28 International Business Machines Corporation Data storage system with localized XOR function
US5630054A (en) * 1995-04-18 1997-05-13 Mti Technology Center Method and apparatus for storing and retrieving error check information
US5862312A (en) * 1995-10-24 1999-01-19 Seachange Technology, Inc. Loosely coupled mass storage computer cluster
US6484269B1 (en) * 1995-11-09 2002-11-19 Emc Corporation Data storage system and method with improved data integrity value calculation
US5742752A (en) * 1995-12-29 1998-04-21 Symbios Logic Inc. Method for performing a RAID stripe write operation using a drive XOR command set
DE69621214T2 (en) * 1996-01-31 2002-12-05 Toshiba Kawasaki Kk I / O control procedure with recovery function
US6161165A (en) * 1996-11-14 2000-12-12 Emc Corporation High performance data path with XOR on the fly
JP3133004B2 (en) * 1996-11-21 2001-02-05 株式会社日立製作所 Disk array device and control method therefor
US5946707A (en) * 1997-02-28 1999-08-31 Adaptec, Inc. Interleaved burst XOR using a single memory pointer
US5968182A (en) * 1997-05-12 1999-10-19 International Business Machines Corporation Method and means for utilizing device long busy response for resolving detected anomalies at the lowest level in a hierarchical, demand/response storage management subsystem
US6151641A (en) * 1997-09-30 2000-11-21 Lsi Logic Corporation DMA controller of a RAID storage controller with integrated XOR parity computation capability adapted to compute parity in parallel with the transfer of data segments
US6704838B2 (en) 1997-10-08 2004-03-09 Seagate Technology Llc Hybrid data storage and reconstruction system and method for a data storage device
US6430701B1 (en) 1998-01-27 2002-08-06 Aiwa Co., Ltd. Data recording and reproducing method and apparatus using plurality of data recording and reproducing units, and computer-readable recording medium
US6343343B1 (en) 1998-07-31 2002-01-29 International Business Machines Corporation Disk arrays using non-standard sector sizes
US6986097B1 (en) * 2002-02-21 2006-01-10 Ciena Corporation Method and apparatus for generating parity bits in a forward error correction (FEC) system
US6971042B2 (en) * 2002-04-18 2005-11-29 Huge Systems, Inc. Media server with single chip storage controller
US6950894B2 (en) * 2002-08-28 2005-09-27 Intel Corporation Techniques using integrated circuit chip capable of being coupled to storage system
US20040059954A1 (en) * 2002-09-20 2004-03-25 Rainer Hoehler Automatic low power state entry
US7017017B2 (en) 2002-11-08 2006-03-21 Intel Corporation Memory controllers with interleaved mirrored memory modes
US7130229B2 (en) * 2002-11-08 2006-10-31 Intel Corporation Interleaved mirrored memory systems
US6944733B2 (en) * 2002-12-11 2005-09-13 Intel Corporation Data storage using wireless communication
US7418646B2 (en) * 2004-03-02 2008-08-26 Intel Corporation Integrated circuit using wireless communication to store and/or retrieve data and/or check data
US7496785B2 (en) * 2006-03-21 2009-02-24 International Business Machines Corporation Enclosure-based raid parity assist
US8239735B2 (en) 2006-05-12 2012-08-07 Apple Inc. Memory Device with adaptive capacity
KR101375955B1 (en) * 2006-05-12 2014-03-18 애플 인크. Distortion estimation and cancellation in memory devices
KR101202537B1 (en) 2006-05-12 2012-11-19 애플 인크. Combined distortion estimation and error correction coding for memory devices
WO2007132452A2 (en) 2006-05-12 2007-11-22 Anobit Technologies Reducing programming error in memory devices
WO2008026203A2 (en) * 2006-08-27 2008-03-06 Anobit Technologies Estimation of non-linear distortion in memory devices
CN101601094B (en) * 2006-10-30 2013-03-27 苹果公司 Reading memory cells using multiple thresholds
US7975192B2 (en) 2006-10-30 2011-07-05 Anobit Technologies Ltd. Reading memory cells using multiple thresholds
US7924648B2 (en) * 2006-11-28 2011-04-12 Anobit Technologies Ltd. Memory power and performance management
US8151163B2 (en) 2006-12-03 2012-04-03 Anobit Technologies Ltd. Automatic defect management in memory devices
US7706182B2 (en) * 2006-12-03 2010-04-27 Anobit Technologies Ltd. Adaptive programming of analog memory cells using statistical characteristics
US7900102B2 (en) 2006-12-17 2011-03-01 Anobit Technologies Ltd. High-speed programming of memory devices
US7751240B2 (en) * 2007-01-24 2010-07-06 Anobit Technologies Ltd. Memory device with negative thresholds
US8151166B2 (en) 2007-01-24 2012-04-03 Anobit Technologies Ltd. Reduction of back pattern dependency effects in memory devices
US8369141B2 (en) * 2007-03-12 2013-02-05 Apple Inc. Adaptive estimation of memory cell read thresholds
US8001320B2 (en) 2007-04-22 2011-08-16 Anobit Technologies Ltd. Command interface for memory devices
US8234545B2 (en) 2007-05-12 2012-07-31 Apple Inc. Data storage with incremental redundancy
US8429493B2 (en) 2007-05-12 2013-04-23 Apple Inc. Memory device with internal signap processing unit
US7925936B1 (en) 2007-07-13 2011-04-12 Anobit Technologies Ltd. Memory device with non-uniform programming levels
US8259497B2 (en) * 2007-08-06 2012-09-04 Apple Inc. Programming schemes for multi-level analog memory cells
US8174905B2 (en) * 2007-09-19 2012-05-08 Anobit Technologies Ltd. Programming orders for reducing distortion in arrays of multi-level analog memory cells
US7773413B2 (en) * 2007-10-08 2010-08-10 Anobit Technologies Ltd. Reliable data storage in analog memory cells in the presence of temperature variations
US8068360B2 (en) 2007-10-19 2011-11-29 Anobit Technologies Ltd. Reading analog memory cells using built-in multi-threshold commands
WO2009050703A2 (en) * 2007-10-19 2009-04-23 Anobit Technologies Data storage in analog memory cell arrays having erase failures
US8000141B1 (en) 2007-10-19 2011-08-16 Anobit Technologies Ltd. Compensation for voltage drifts in analog memory cells
WO2009063450A2 (en) * 2007-11-13 2009-05-22 Anobit Technologies Optimized selection of memory units in multi-unit memory devices
US8225181B2 (en) * 2007-11-30 2012-07-17 Apple Inc. Efficient re-read operations from memory devices
US8209588B2 (en) 2007-12-12 2012-06-26 Anobit Technologies Ltd. Efficient interference cancellation in analog memory cell arrays
US8456905B2 (en) * 2007-12-16 2013-06-04 Apple Inc. Efficient data storage in multi-plane memory devices
US8085586B2 (en) * 2007-12-27 2011-12-27 Anobit Technologies Ltd. Wear level estimation in analog memory cells
US8156398B2 (en) 2008-02-05 2012-04-10 Anobit Technologies Ltd. Parameter estimation based on error correction code parity check equations
US7924587B2 (en) 2008-02-21 2011-04-12 Anobit Technologies Ltd. Programming of analog memory cells using a single programming pulse per state transition
US7864573B2 (en) * 2008-02-24 2011-01-04 Anobit Technologies Ltd. Programming analog memory cells for reduced variance after retention
US8230300B2 (en) 2008-03-07 2012-07-24 Apple Inc. Efficient readout from analog memory cells using data compression
US8400858B2 (en) 2008-03-18 2013-03-19 Apple Inc. Memory device with reduced sense time readout
US8059457B2 (en) 2008-03-18 2011-11-15 Anobit Technologies Ltd. Memory device with multiple-accuracy read commands
US7924613B1 (en) * 2008-08-05 2011-04-12 Anobit Technologies Ltd. Data storage in analog memory cells with protection against programming interruption
US8498151B1 (en) 2008-08-05 2013-07-30 Apple Inc. Data storage in analog memory cells using modified pass voltages
US8949684B1 (en) 2008-09-02 2015-02-03 Apple Inc. Segmented data storage
US8169825B1 (en) 2008-09-02 2012-05-01 Anobit Technologies Ltd. Reliable data storage in analog memory cells subjected to long retention periods
US8000135B1 (en) 2008-09-14 2011-08-16 Anobit Technologies Ltd. Estimation of memory cell read thresholds by sampling inside programming level distribution intervals
US8482978B1 (en) 2008-09-14 2013-07-09 Apple Inc. Estimation of memory cell read thresholds by sampling inside programming level distribution intervals
US8239734B1 (en) 2008-10-15 2012-08-07 Apple Inc. Efficient data storage in storage device arrays
US8713330B1 (en) 2008-10-30 2014-04-29 Apple Inc. Data scrambling in memory devices
US8208304B2 (en) * 2008-11-16 2012-06-26 Anobit Technologies Ltd. Storage at M bits/cell density in N bits/cell analog memory cell devices, M>N
US8174857B1 (en) 2008-12-31 2012-05-08 Anobit Technologies Ltd. Efficient readout schemes for analog memory cell devices using multiple read threshold sets
US8248831B2 (en) * 2008-12-31 2012-08-21 Apple Inc. Rejuvenation of analog memory cells
US8924661B1 (en) 2009-01-18 2014-12-30 Apple Inc. Memory system including a controller and processors associated with memory devices
US8228701B2 (en) 2009-03-01 2012-07-24 Apple Inc. Selective activation of programming schemes in analog memory cell arrays
US8259506B1 (en) 2009-03-25 2012-09-04 Apple Inc. Database of memory read thresholds
US8832354B2 (en) 2009-03-25 2014-09-09 Apple Inc. Use of host system resources by memory controller
US8238157B1 (en) 2009-04-12 2012-08-07 Apple Inc. Selective re-programming of analog memory cells
WO2010137178A1 (en) 2009-05-25 2010-12-02 Hitachi,Ltd. Storage subsystem
US8479080B1 (en) 2009-07-12 2013-07-02 Apple Inc. Adaptive over-provisioning in memory systems
US8495465B1 (en) 2009-10-15 2013-07-23 Apple Inc. Error correction coding over multiple memory pages
US8458515B1 (en) * 2009-11-16 2013-06-04 Symantec Corporation Raid5 recovery in a high availability object based file system
US8677054B1 (en) 2009-12-16 2014-03-18 Apple Inc. Memory management schemes for non-volatile memory devices
US8694814B1 (en) 2010-01-10 2014-04-08 Apple Inc. Reuse of host hibernation storage space by memory controller
US8677203B1 (en) 2010-01-11 2014-03-18 Apple Inc. Redundant data storage schemes for multi-die memory systems
GB201003407D0 (en) * 2010-03-01 2010-04-14 Extas Global Ltd Distributed storage and communication
US8694853B1 (en) 2010-05-04 2014-04-08 Apple Inc. Read commands for reading interfering memory cells
US8572423B1 (en) 2010-06-22 2013-10-29 Apple Inc. Reducing peak current in memory systems
US8595591B1 (en) 2010-07-11 2013-11-26 Apple Inc. Interference-aware assignment of programming levels in analog memory cells
US9104580B1 (en) 2010-07-27 2015-08-11 Apple Inc. Cache memory for hybrid disk drives
US8645794B1 (en) 2010-07-31 2014-02-04 Apple Inc. Data storage in analog memory cells using a non-integer number of bits per cell
US8856475B1 (en) 2010-08-01 2014-10-07 Apple Inc. Efficient selection of memory blocks for compaction
US8493781B1 (en) 2010-08-12 2013-07-23 Apple Inc. Interference mitigation using individual word line erasure operations
US8694854B1 (en) 2010-08-17 2014-04-08 Apple Inc. Read threshold setting based on soft readout statistics
US9021181B1 (en) 2010-09-27 2015-04-28 Apple Inc. Memory management for unifying memory cell conditions by using maximum time intervals
EP2831735A1 (en) 2012-04-27 2015-02-04 Hitachi, Ltd. Storage system and storage apparatus
EP2823398A1 (en) 2012-04-27 2015-01-14 Hitachi, Ltd. Storage system and storage control apparatus
US20150113204A1 (en) * 2013-10-17 2015-04-23 National Chiao Tung University Data storage device and computing system with the same
WO2018229944A1 (en) * 2017-06-15 2018-12-20 株式会社日立製作所 Storage system and storage system control method
US20190034306A1 (en) * 2017-07-31 2019-01-31 Intel Corporation Computer System, Computer System Host, First Storage Device, Second Storage Device, Controllers, Methods, Apparatuses and Computer Programs
KR20200122407A (en) 2018-03-16 2020-10-27 마이크론 테크놀로지, 인크. NAND data placement schema
CN112074816A (en) * 2018-03-16 2020-12-11 美光科技公司 Cluster parity for NAND data placement mode
US11556416B2 (en) 2021-05-05 2023-01-17 Apple Inc. Controlling memory readout reliability and throughput by adjusting distance between read thresholds
US11847342B2 (en) 2021-07-28 2023-12-19 Apple Inc. Efficient transfer of hard data and confidence levels in reading a nonvolatile memory

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3789204A (en) * 1972-06-06 1974-01-29 Honeywell Inf Systems Self-checking digital storage system
US3887901A (en) * 1974-04-29 1975-06-03 Sperry Rand Corp Longitudinal parity generator for mainframe memories
US4016409A (en) * 1976-03-01 1977-04-05 Burroughs Corporation Longitudinal parity generator for use with a memory
US4433388A (en) * 1980-10-06 1984-02-21 Ncr Corporation Longitudinal parity
US4849978A (en) * 1987-07-02 1989-07-18 International Business Machines Corporation Memory unit backup using checksum
US4870643A (en) * 1987-11-06 1989-09-26 Micropolis Corporation Parallel drive array storage system
US5007053A (en) * 1988-11-30 1991-04-09 International Business Machines Corporation Method and apparatus for checksum address generation in a fail-safe modular memory
US5088081A (en) * 1990-03-28 1992-02-11 Prime Computer, Inc. Method and apparatus for improved disk access

Also Published As

Publication number Publication date
US5191584A (en) 1993-03-02
EP0572564B1 (en) 1998-12-16
WO1992015057A1 (en) 1992-09-03
DE69227896T2 (en) 1999-06-02
EP0572564A1 (en) 1993-12-08
DE69227896D1 (en) 1999-01-28
EP0572564A4 (en) 1994-02-16
CA2098988A1 (en) 1992-08-21

Similar Documents

Publication Publication Date Title
CA2098988C (en) Parity calculation in an efficient array of mass storage devices
US5487160A (en) Concurrent image backup for disk storage system
US5418925A (en) Fast write I/O handling in a disk array using spare drive for buffering
US5072378A (en) Direct access storage device with independently stored parity
US6009481A (en) Mass storage system using internal system-level mirroring
US5720027A (en) Redundant disc computer having targeted data broadcast
US6101615A (en) Method and apparatus for improving sequential writes to RAID-6 devices
EP0485110B1 (en) Logical partitioning of a redundant array storage system
US5544339A (en) Array of disk drives with redundant channels
CN1955940B (en) RAID system, RAID controller and rebuilt/copy back processing method thereof
EP0646858B1 (en) Data storage system architecture
US6484234B1 (en) Method and apparatus for efficiently destaging data from a cache to two or more non-contiguous storage locations
CN1222876C (en) Raid controller system and method with ATA emulation host interface
US20020184443A1 (en) Disk array device with selectable method for generating redundant data
JP2674985B2 (en) Data read control method
CA2029151A1 (en) Data redundancy and recovery protection
JPH07261947A (en) Storage subsystem and related apparatus/method
US5636356A (en) Disk array with original data stored in one disk drive and duplexed data distributed and stored in different disk drives
US5805787A (en) Disk based disk cache interfacing system and method
US5787463A (en) Disk array system including a dual-ported staging memory and concurrent redundancy calculation capability
EP0465014B1 (en) Method and means for rule based data transfer
CA2134016A1 (en) Data storage device and method of operation
US20020144028A1 (en) Method and apparatus for increased performance of sequential I/O operations over busses of differing speeds
US6249842B1 (en) Apparatus and method for processing data in a RAID system
JP2733189B2 (en) Disk array device input / output control method

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry