The present invention relates generally to systems, apparatus, and methods for distributed data storage, and more particularly to systems, apparatus, and methods for distributed data storage using an information dispersal algorithm so that no one location will store an entire copy of stored data, and more particularly still to systems, apparatus, and methods for rebuilding data on a dispersed data storage network that has been damaged, compromised or has experienced failure during read and write operations.
Storing data in digital form is a well-known problem associated with all computer systems, and numerous solutions to this problem are known in the art. The simplest solution involves merely storing digital data in a single location, such as a punch film, hard drive, or FLASH memory device. However, storage of data in a single location is inherently unreliable. The device storing the data can malfunction or be destroyed through natural disasters, such as a flood, or through a malicious act, such as arson. In addition, digital data is generally stored in a usable file, such as a document that can be opened with the appropriate word processing software, or a financial ledger that can be opened with the appropriate spreadsheet software. Storing an entire usable file in a single location is also inherently insecure as a malicious hacker only need compromise that one location to obtain access to the usable file.
To address reliability concerns, digital data is often “backed-up,” i.e., an additional copy of the digital data is made and maintained in a separate physical location. For example, a backup tape of all network drives may be made by a small office and maintained at the home of a trusted employee. When a backup of digital data exists, the destruction of either the original device holding the digital data or the backup will not compromise the digital data. However, the existence of the backup exacerbates the security problem, as a malicious hacker can choose between two locations from which to obtain the digital data. Further, the site where the backup is stored may be far less secure than the original location of the digital data, such as in the case when an employee stores the tape in her home.
Another method used to address reliability and performance concerns is the use of a Redundant Array of Independent Drives (“RAID”). RAID refers to a collection of data storage schemes that divide and replicate data among multiple storage units. Different configurations of RAID provide increased performance, improved reliability, or both increased performance and improved reliability. In certain configurations of RAID, when digital data is stored, it is split into multiple units, referred to as “stripes,” each of which is stored on a separate drive. Data striping is performed in an algorithmically certain way so that the data can be reconstructed. While certain RAID configurations can improve reliability, RAID does nothing to address security concerns associated with digital data storage.
One method that prior art solutions have addressed security concerns is through the use of encryption. Encrypted data is mathematically coded so that only users with access to a certain key can decrypt and use the data. Common forms of encryption include DES, AES, RSA, and others. While modern encryption methods are difficult to break, numerous instances of successful attacks are known, some of which have resulted in valuable data being compromised.
Digitally stored data is subject to degradation over time, although such degradation tends to be extremely minor and the time periods involved tend to be much longer than for analog data storage. Nonetheless, if a single bit within a file comprised of millions of bits changes from a zero to a one or vice versa, the integrity of the file has been compromised, and its usability becomes suspect. Further, errors occur more frequently when digital data is transmitted due to noise in the transmission medium. Various prior art techniques have been devised to detect when a digital data segment has been compromised. One early form of error detection is known as parity, wherein a single bit is appended to each transmitted byte or word of data. The parity bit is set so that the total number of one bits in the transmitted byte or word is either even or odd. The receiving processor then checks the received byte or word for the appropriate parity, and, if it is incorrect, asks that the byte or word be resent.
Another form of error detection is the use of a checksum. There are many different types of checksums including classic checksums, cryptographic hash functions, digital signatures, cyclic redundancy checks, and the use of human readable “check digits” by the postal service and libraries. All of these techniques involve performing a mathematical calculation over an entire data segment to arrive at a checksum, which is appended to the data segment. For stored data, the checksum for the data segment can be recalculated periodically, and checked against the previously calculated checksum appended to the data segment. For transmitted data, the checksum is calculated by the transmitter and appended to the data segment. The receiver then recalculates the checksum for the received data segment, and if it does not match the checksum appended to the data segment, requests that it be retransmitted.
In 1979, two researchers independently developed a method for splitting data among multiple recipients called “secret sharing.” One of the characteristics of secret sharing is that a piece of data may be split among n recipients, but cannot be known unless at least t recipients share their data, where n≧t. For example, a trivial form of secret sharing can be implemented by assigning a single random byte to every recipient but one, who would receive the actual data byte after it had been bitwise exclusive orred with the random bytes. In other words, for a group of four recipients, three of the recipients would be given random bytes, and the fourth would be given a byte calculated by the following formula:
s′=s⊕ra⊕rb⊕rc,
where s is the original source data, ra, rb, and rc are random bytes given to three of the four recipients, and s′ is the encoded byte given to the fourth recipient. The original byte s can be recovered by bitwise exclusive-orring all four bytes together.
The problem of maintaining or reconstructing data stored on a digital medium that is subject to damage has also been addressed in the prior art. In particular, Reed-Solomon and Cauchy Reed-Solomon coding are two well-known methods of dividing encoded information into multiple slices so that the original information can be reassembled even if all of the slices are not available. Reed-Solomon coding, Cauchy Reed-Solomon coding, and other data coding techniques are described in “Erasure Codes for Storage Applications,” by Dr. James S. Plank, which is hereby incorporated by reference.
Schemes for implementing dispersed data storage networks are also known in the art. In particular, U.S. Pat. No. 5,485,474, issued to Michael O. Rabin, describes a system for splitting a segment of digital information into n data slices, which are stored in separate devices. When the data segment must be retrieved, only m of the original data slices are required to reconstruct the data segment, where n>m.
While dispersed data storage networks can theoretically be implemented to provide any desired level of reliability, practical considerations tend to make this impossible in prior art solutions. For example, dispersed data storage networks rely on storage media to store data slices. This storage media, like all storage media, will degrade over time. Furthermore, dispersed data storage networks rely on numerous transmissions to physically disparate slice servers, and data slices may become corrupted during transmissions. While TCP utilizes a CRC in every transmitted packet, the reliability provided by this CRC is not sufficient for critical data storage.
Accordingly, it is an object of this invention to provide a system, apparatus, and method for rebuilding data on a dispersed data storage network.
Another object of this invention is to provide a self-healing dispersed data storage network.
Other advantages of the disclosed invention will be clear to a person of ordinary skill in the art. It should be understood, however, that a system, method, or apparatus could practice the disclosed invention while not achieving all of the enumerated advantages, and that the protected invention is defined by the claims.
The disclosed invention achieves its objectives by providing an improved method for rebuilding a data segment stored on a dispersed data storage network when the data segment has been compromised in some manner. Generally, a dispersed data storage network maintains a data store of different data segments that are stored on the dispersed data storage network, where the term “data segments” means some quantity of stored data, and the term “data store” means any standard data storage mechanism, such as a file or database. When a data segment is stored, it is divided into some number of components, called data slices, and each data slice is stored on a separate slice server. Each data segment and each data slice is assigned a unique identifier. A data slice is compromised if it is, for example, outdated, corrupted, or missing, i.e., inherently not accessible by a slice server that is supposed to be storing it. A data segment becomes compromised when one or more data slices associated with the data segment become compromised. Note that in this context, the data segment becoming compromised does not mean that it cannot be read or rebuilt. It cannot be read or rebuilt only if too many data slices become compromised.
In one embodiment, the disclosed invention is a rebuilder application operating on a computer within a dispersed data storage network. The rebuilder application accesses a data store holding data segment identifiers for at least some of the data segments stored by the dispersed data storage network. The rebuilder application attempts to rebuild each data segment. For each data segment identifier, the rebuilder application identifies those slice servers that are supposed to store a data slice associated with the data segment identifier. The rebuilder application will also issue a request to each of the identified slice servers, which will respond with status data about the slice that the slice server is supposed to hold. The status data will indicate if the slice server can actually access the data slice it is supposed to store, or whether the data slice is “missing.” In addition, the status data will include a transaction identifier indicative of the transaction on which the data slice was stored. Further, prior to sending the status data, each slice server may perform an integrity check on its stored data slice. If the integrity check fails, the status data will indicate that the data slice stored by the slice server is corrupted.
The rebuilder application examines the status data from the different slice servers that are supposed to hold data slices associated with the data segment identifier in question. If any of the status data indicates that a data slice is missing or corrupted, a record is added to a rebuild list identifying the compromised data segment and the compromised data slices. Further, all of the status data corresponding to a particular data segment are examined to determine the most recent transaction on which a data slice associated with the data segment was stored, and, if any of the other data slices were stored on an earlier transaction, a record is added to the rebuild list identifying the data segment and the outdated data slices.
The rebuilder application walks through the records on the rebuild list and rebuilds any compromised data slices. For each record on the rebuild list, the rebuilder application reads sufficient data slices from the dispersed data storage network to reconstruct the data segment identified in the rebuild record. It then slices the data segment according to an information dispersal algorithm, and writes any data slices that were identified as compromised in the rebuild record to the appropriate slice servers.
It should be understood that the transaction identifier discussed in the previous paragraph is used as an indication of the version of a stored data segment or slice. Accordingly, some other indication of version stored along with the data segment or slice would be equivalent to the transaction discussed above.
A second embodiment of the disclosed invention operates as a method of dealing with partially failed writes to a dispersed data storage network. In this embodiment, a data segment is sliced into m data slices, but only t of these data slices are successfully written during the initial write transaction, where t<m, and where no more than t data slices are required to reconstruct the data segment. In this circumstance, a rebuild record is created including the data segment identifier and the identifiers of any data slices that were not successfully written, and the data segment is then “rebuilt” as described above.
A third embodiment of the disclosed invention operates as a method of detecting compromised data slices during a read from a dispersed data storage network. In this embodiment, a list of slice servers is assembled, where each slice server is supposed to be able to access at least one data slice associated with the desired data segment. During the read, at least one of the slice servers from the list of slice servers returns status data indicating that the data slice it is supposed to store is compromised. In this circumstance, a rebuild record is created including the data segment identifier and the identifiers of any data slices that are indicated as compromised. The data segment is then rebuilt as described above.
Although the characteristic features of this invention will be particularly pointed out in the claims, the invention itself, and the manner in which it may be made and used, may be better understood by referring to the following description taken in connection with the accompanying drawings forming a part hereof, wherein like reference numerals refer to like parts throughout the several views and in which:
Turning to the Figures, and to
As explained herein, the disclosed invention works to ensure the integrity of data stored in a dispersed data network not only by using checksums on each stored data segment as well as the constituent data slices, but also by reconstructing compromised data slices as well. In accordance with the disclosed invention, the grid access computer 120 will calculate a checksum for each data segment to be stored, and append the checksum to the data segment prior to slicing. The data segment is then sliced in accordance with an information dispersal algorithm, and checksums are calculated and appended to each of the data slices. The data slices are then forwarded to slice servers 150-162, where the data slices are stored.
In addition, the access computer 120 also recreates data slices that have become corrupted, or were destroyed. If during operation of the dispersed data storage network 100, it is detected that a particular data slice has been corrupted or destroyed, a different data slice will be requested from a different slice server 150-162. Assuming that sufficient non-corrupted data slices exist to successfully reconstruct the original data segment, the reconstructed data segment will be re-sliced, and the corrupted data slice will be replaced with a non-corrupted version. Further, a rebuilder application operating within the dispersed data storage network periodically walks through all data slices stored on the dispersed data storage network. When a corrupted data slice is found, the rebuilder application identifies the data segment corresponding to the corrupted data slice, rebuilds the identified data segment, and rewrites the corrupted slice. Moreover, the rebuilder application actively engages in a detection process to identify corrupted, damaged, missing, and outdated data slices.
In step 406, a list of slice servers, each holding a required data slice that has yet to be received, is assembled. In step 408, the list is ordered by any applicable criteria. Further information on criteria by which the list may be ordered is contained in U.S. patent application Ser. No. 11/973,622, entitled “SMART ACCESS TO A DISPERSED DATA STORAGE NETWORK,” filed on Oct. 9, 2007 and assigned to Cleversafe, Inc. In step 410, read requests are issued to the first k slice servers on the assembled list, where k is at least equal to m, the minimum number of data slices needed to reconstruct the requested data segment, but could be as large as n, the number of data slices that have data relevant to the requested data segment. In step 412, r data slices are received, and in step 414 the number of received data slices r is subtracted from the variable m. In step 416, m is compared to zero, and if m is greater than or equal to zero, execution returns to step 406 and proceeds as normal from there. However, if m is equal to zero, a collection of data transformations may optionally be applied to the received slices in step 418. The applied data transformations can include decryption, decompression, and integrity checking. In accordance with the disclosed invention, each data slice includes a cyclical redundancy check (“CRC”), or other form of checksum appended to the data contained in the slice. This checksum will be compared against a checksum calculated by the receiving slice server over the received data to ensure that the data was not corrupted during the transmission process.
In step 420, it is determined if the applied data transformations were successful for all of the received data slices. If the applied data transformations were not successful for some of the received slices, m is incremented by this number in step 422, and execution is resumed at step 406. The data transformations could fail, for example, if an integrity check revealed that a received data slice was corrupted. However, if the applied data transformations were successful for all received data slices, the received slices are assembled into the requested block of data in step 424. The same or different data transformations may optionally be applied to the assembled data block in step 426. Step 428 illustrates that the read process is completed. In accordance with the disclosed invention, a checksum for the data segment will be calculated and compared to a checksum appended to the assembled data segment.
In
A number of data transformations may optionally be applied to each block in step 506, and an information dispersal algorithm is applied in step 508. In particular, the Cauchy Reed-Solomon dispersal algorithm could be applied to the data segment, resulting in a predetermined number of data slices. In step 510, a number of data transformations are optionally applied to each data slice.
In the disclosed system, writes are performed transactionally, meaning that a minimum number of data slices t must be successfully written before a write is deemed complete. Normally, the number of data slices that must be successfully written will be set to the minimum number of slices needed to recreate the data. However, this number can be configured to a greater number, up to the number of slice servers in use. This would allow the user to continue using the dispersed data storage network during a minor network outage where one or more slice servers are unavailable. Slices that could not be immediately transmitted and stored could be queued and transmitted when the network outage cleared. In addition, when a data segment is written to the dispersed data storage network, a transaction identifier is assigned and stored along with each written data slice. As explained later, this transaction identifier is used to ensure that the most recent version of a data segment has been stored to the dispersed data storage network. In step 512, a write transaction is initiated to the data storage network. As discussed herein, all slice servers are simultaneously contacted, and in step 514, a confirmation that at least t receiving slice servers are prepared to begin the write transaction, i.e., to store each slice, must be received, or the transaction is rolled back in step 516.
In step 520 data slices are transmitted to the slice servers that indicated their ability to receive and store slices. The number of slice servers that successfully received and stored their assigned data slices is checked in step 522, and if less than t slices are successfully stored, the transaction is rolled back in step 516. If the result of step 522 is that the stores are successful, then a commit transaction is initiated in step 524 on all servers with successful writes. If the commit transaction fails, an error is logged in step 528. Otherwise, the write transaction was successful.
Detailed Description of Improved Rebuilder Application
The rebuilder application is responsible for ensuring that the integrity of all stored data segments is maintained. As such, the rebuilder application has access to a data store identifying every data segment stored by the dispersed data storage network. Note that referring to the rebuilder application as singular is solely for convenience; a system implementing the disclosed invention could be constructed using multiple rebuilder applications, each responsible for maintaining some subset of the stored data segments.
The rebuild agent executes rebuild operations. In order to rebuild a data segment the following operations are performed: 1) some or all of the available data slices for that data segment are read; 2) information dispersal algorithms are used to obtain a pre-dispersal form of the data segment; 3) information dispersal algorithms are used to generate restored versions of the previously missing/corrupted data slices; and 4) the restored data slices are written to the appropriate slice servers. When performing slice write operations, the rebuild agent will indicate the transaction identifier of the slices being written. The slice servers will use this identifier to ensure that slices are not overwritten if their transaction identifiers are greater than those specified.
The rebuild recorder stores information about data segments that have been identified as potentially needing to be rebuilt. This information is represented using “RebuildRecords.” A RebuildRecord consist of an identifier associated with the data segment to be rebuilt, the transaction identifier associated with the data segment to be rebuilt, and the identifiers of the data slices that store data associated with the data segment to be rebuilt. The rebuild recorder is responsible for providing rebuild records to rebuild agents, which actually perform the rebuilding operation.
The rebuild detector actively discovers data slices that have been compromised in some way. For example, the rebuild detector is able to detect missing and outdated slices by downloading a list of slices from each slice server and comparing those lists. The rebuild detector can also detect corrupted data slices by verifying the checksums of all data slices. This executes on each slice server in parallel.
In addition, the activities of the rebuild detector, recorder, and rebuild agent generate statistics that are useful in monitoring the health of the dispersed data storage network. Examples of such statistics are number of RebuildRecords in the list, the time it takes to rebuild one slice, or the number of slices being rebuilt per second. These statistics can then be viewed on the manager appliance, or other similar monitoring agent.
In step 701, the rebuild detector is triggered by some mechanism, such as the expiration of a timer based on configurable parameters related to frequency of rebuild, idle time in relation to other operations, and other parameters. The rebuild detector utilizes two separate types of scans.
In step 702, the rebuild detector scans by attempting to read and reconstruct each data segment from its constituent data slices. During the scanning process, the rebuild detector may notice that a particular data segment has data slices with different transaction identifiers, indicating that one or more of the data slices were not updated during a write, and therefore, that multiple versions of the same data segment are stored. The data slices with outdated transaction identifiers will be identified as compromised. It may also discover missing data slices. If it notes that a particular data slice in a data segment is missing or outdated, it passes the data slice to the rebuild recorder in step 705.
In step 703, the rebuild detector scans by looking directly at the slices on the slice servers, computing new checksums, and comparing to the stored checksum. If the computed checksum for a particular data slice does not match the checksum appended to the data slice, the identifying information for the data slice will be passed to the rebuild recorder in step 705.
In step 704, during normal read operations, if a missing, outdated, or corrupted data slice is read, the data slice identifier corresponding to the compromised data slice is passed to the rebuild recorder in step 705. In addition, during normal write operations, if a data segment cannot be written to all of the slice servers, the data slices that were not written are passed to the rebuild recorder in step 705.
In step 705, the rebuild recorder generates the necessary data and forms or updates a RebuildRecord, which is appended to the rebuild list, based on the compromised data slices it has identified. In step 706, the rebuild recorder leases records from the list to a rebuild agent, which in step 707 rebuilds the data. The rebuilding of the data is done by reading enough slices to reconstitute a data segment, re-slicing the data segment, and storing the needed slices, resulting in a complete and correct data segment.
Concerning the operation of the rebuild agent or agents, a single rebuild agent could handle all data slice rebuilding for a rebuilder application. Alternatively, a new process or thread could be created for each data slice to be rebuilt. In yet another alternative, a fixed stable of rebuild processes or threads could be spawned or instantiated when the rebuilder application was executed and rebuild records would then be passed to available rebuild agents as they finished rebuilding a compromised data slice.
Step 1008 illustrates that if the write operation has determined that some number of slice servers were not able to write a data slice for a data segment, then the rebuild recorder is notified in step 1008 so that the missing data slices may be written in the future. In step 1009, the rebuild recorder inserts or updates a RebuildRecord for each missing data slice into its rebuild list so that the missing data slices can be “rebuilt” at a later time.
Data segment 2, which is represented by row 1516, also has no outdated, missing, or corrupted data slices, and therefore, no entry will be made in the rebuild list corresponding to data segment 2. However, in regards to data segment 3, which is represented by row 1518, the data slice stored by slice server C was stored during transaction 100, while the data slices stored by slice servers A and B were stored during transaction 101. Accordingly, the data slice stored by slice server C is likely outdated, and is added to the rebuild list.
Data segment 4 illustrates a case where a stored data segment cannot necessarily be rebuilt. In this case, the data slice stored by slice server A was stored during transaction 102, while the data slice stored by slice server B was stored during transaction 99. In addition, the data slice held by slice server C has become corrupted. As a minimum of two data slices are required to reconstruct a data segment in this example, and only one fully updated data slice is available, it is possible that data segment 4 may no longer be rebuildable. Nonetheless, as two data slices are available, albeit one of them may be outdated, a rebuild operation will be attempted. As with all rebuilt data segments, after a data segment is reconstructed using the correct information dispersal algorithm, the checksum of the rebuilt data segment is computed and checked against the checksum appended to the data segment. Assuming the checksums match, the data segment is intact, and it will be resliced, and the transaction number for each data slice set to the most recent transaction, i.e., 102 in this case.
As illustrated, the process of detecting missing and outdated data slices involves comparing the data slices stored by each slice server. As the number of stored data segments may be extremely large, a complete representation of every stored data slice may be too large to hold in memory. Thus multiple iterations, each producing a partial list of stored data slices, may be required in order to process all stored slices. Such a process would proceed on a data segment by data segment basis, with information about all data slices comprising some number of particular data segments being pulled and analyzed during each iteration.
The foregoing description of the invention has been presented for purposes of illustration and description, and is not intended to be exhaustive or to limit the invention to the precise form disclosed. The description was selected to best explain the principles of the invention and practical application of these principles to enable others skilled in the art to best utilize the invention in various embodiments and various modifications as are suited to the particular use contemplated. It is intended that the scope of the invention not be limited by the specification, but be defined by the claims set forth below.
This application is a continuation-in-part of U.S. patent application Ser. No. 11/403,391, entitled “SYSTEM FOR REBUILDING DISPERSED DATA,” filed Apr. 13, 2006, now U.S. Pat. No. 7,546,427 which is a continuation in part of U.S. patent application Ser. No. 11/241,555, entitled “DIGITAL DATA STORAGE SYSTEM,” filed Sep. 30, 2005, now U.S. Pat. No. 7,953,937 and this application is also a continuation-in-part of U.S. patent application Ser. No. 11/973,542, entitled “ENSURING DATA INTEGRITY ON A DISPERSED STORAGE GRID,” filed Oct. 9, 2007, all of which are hereby incorporated by reference in their entireties.
Number | Name | Date | Kind |
---|---|---|---|
4092732 | Ouchi | May 1978 | A |
5485474 | Rabin | Jan 1996 | A |
5809285 | Hilland | Sep 1998 | A |
5890156 | Rekieta et al. | Mar 1999 | A |
5950230 | Islam et al. | Sep 1999 | A |
5987622 | Lo Verso et al. | Nov 1999 | A |
5991414 | Garay et al. | Nov 1999 | A |
6012159 | Fischer et al. | Jan 2000 | A |
6058454 | Gerlach et al. | May 2000 | A |
6128277 | Bruck et al. | Oct 2000 | A |
6192472 | Garay et al. | Feb 2001 | B1 |
6256688 | Suetaka et al. | Jul 2001 | B1 |
6272658 | Steele et al. | Aug 2001 | B1 |
6366995 | Vilkov et al. | Apr 2002 | B1 |
6374336 | Peters et al. | Apr 2002 | B1 |
6415373 | Peters et al. | Jul 2002 | B1 |
6418539 | Walker | Jul 2002 | B1 |
6449688 | Peters et al. | Sep 2002 | B1 |
6553511 | DeKoning et al. | Apr 2003 | B1 |
6567948 | Steele et al. | May 2003 | B2 |
6609223 | Wolfgang | Aug 2003 | B1 |
6728922 | Sundaram et al. | Apr 2004 | B1 |
6760808 | Peters et al. | Jul 2004 | B2 |
6785768 | Peters et al. | Aug 2004 | B2 |
6826711 | Moulton et al. | Nov 2004 | B2 |
6879596 | Dooply | Apr 2005 | B1 |
6971096 | Ankireddipally et al. | Nov 2005 | B1 |
7003688 | Pittelkow et al. | Feb 2006 | B1 |
7024609 | Wolfgang et al. | Apr 2006 | B2 |
7103824 | Halford | Sep 2006 | B2 |
7103915 | Redlich et al. | Sep 2006 | B2 |
7111115 | Peters et al. | Sep 2006 | B2 |
7140044 | Redlich et al. | Nov 2006 | B2 |
7146461 | Kiselev et al. | Dec 2006 | B1 |
7146644 | Redlich et al. | Dec 2006 | B2 |
7171493 | Shu et al. | Jan 2007 | B2 |
7240236 | Cutts et al. | Jul 2007 | B2 |
7308599 | Patterson | Dec 2007 | B2 |
7636724 | de la Torre et al. | Dec 2009 | B2 |
20020062422 | Butterworth et al. | May 2002 | A1 |
20020166079 | Ulrich et al. | Nov 2002 | A1 |
20030120723 | Bright et al. | Jun 2003 | A1 |
20040024963 | Talagala et al. | Feb 2004 | A1 |
20040117718 | Manasse | Jun 2004 | A1 |
20040215998 | Buxton et al. | Oct 2004 | A1 |
20050050383 | Horn et al. | Mar 2005 | A1 |
20050114594 | Corbett et al. | May 2005 | A1 |
20050125593 | Karpoff et al. | Jun 2005 | A1 |
20050144382 | Schmisseur | Jun 2005 | A1 |
20050144514 | Ulrich et al. | Jun 2005 | A1 |
20050195735 | Brady et al. | Sep 2005 | A1 |
20050223272 | Yasuhara | Oct 2005 | A1 |
20060047907 | Shiga et al. | Mar 2006 | A1 |
20070050686 | Keeton et al. | Mar 2007 | A1 |
20070079081 | Gladwin et al. | Apr 2007 | A1 |
20070079082 | Gladwin et al. | Apr 2007 | A1 |
20070079083 | Gladwin et al. | Apr 2007 | A1 |
20070088970 | Buxton et al. | Apr 2007 | A1 |
20070143359 | Uppala | Jun 2007 | A1 |
20070174192 | Gladwin et al. | Jul 2007 | A1 |
20070234110 | Soran et al. | Oct 2007 | A1 |
Number | Date | Country |
---|---|---|
2007103533 | Sep 2007 | WO |
Entry |
---|
Hsieh, Ping-Hsun, et al. “An XOR based Reed-Solomon algorithm for advanced RAID systems” Oct. 2004, Proceedings. 19th IEEE International Symposium on Defect and Fault Tolerance in VLSI Systems, pp. 165-172. |
Plank, James “A Tutorial on Reed-Solomon Coding for Fault-Tolerance in RAID-like Systems” Sep. 1997, Software-Practice and Experience, vol. 27, pp. 995-1012. |
Xin et al. “Evaluation of Distributed Recovery in Large-Scale Storage Systems.” High Performance Distributed Computing, 2004. Proceedings. 13th IEEE International Symposium on [online], Jun. 6, 2004, on pp. 172-181 [retrieved on Apr. 19, 2009]. Honolulu, HI. |
Patent Cooperation Treaty, International Search Report, International Application No. PCT/US 09/37768, May 4, 2009, pp. 3. |
Chung, “An Automatic Data Segmentation Method for 3D Measured Data Points,” National Taiwan University, 1998, pp. 1-8. |
Shamir, “How to Share a Secret,” Communications of the ACM, vol. 22, No. 11, Nov. 1979. |
Rabin, “Efficient Dispersal of Information for Security, Load Balancing, and Fault Tolerance,” Journal of the Association of Computing Machinery, vol. 36, No. 2, Apr. 1989. |
European Patent Office; Extended European Search Report; Application No. 08837248.7; Jul. 19, 2012; 7 pgs. |
Kubiatowicz, et al.; OceanStore: An Architecture for Global-Scale Persistent Storage; Proceedings of the Ninth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2000); Nov. 2000; pp. 1-12. |
Number | Date | Country | |
---|---|---|---|
20080183975 A1 | Jul 2008 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11403391 | Apr 2006 | US |
Child | 12080042 | US | |
Parent | 11241555 | Sep 2005 | US |
Child | 11403391 | US | |
Parent | 12080042 | US | |
Child | 11403391 | US | |
Parent | 11973542 | Oct 2007 | US |
Child | 12080042 | US |