CN102122235A - RAID4 (redundant array of independent disks) system and data reading and writing method thereof - Google Patents

RAID4 (redundant array of independent disks) system and data reading and writing method thereof Download PDF

Info

Publication number
CN102122235A
CN102122235A CN 201110025349 CN201110025349A CN102122235A CN 102122235 A CN102122235 A CN 102122235A CN 201110025349 CN201110025349 CN 201110025349 CN 201110025349 A CN201110025349 A CN 201110025349A CN 102122235 A CN102122235 A CN 102122235A
Authority
CN
China
Prior art keywords
data
raid controller
write
module
ssd
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.)
Granted
Application number
CN 201110025349
Other languages
Chinese (zh)
Other versions
CN102122235B (en
Inventor
王亚轩
吴非
陈祥
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.)
WUHAN SOLIWARE STORAGE TECHNOLOGY Co Ltd
Huazhong University of Science and Technology
Original Assignee
WUHAN SOLIWARE STORAGE TECHNOLOGY Co Ltd
Huazhong University of Science and Technology
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 WUHAN SOLIWARE STORAGE TECHNOLOGY Co Ltd, Huazhong University of Science and Technology filed Critical WUHAN SOLIWARE STORAGE TECHNOLOGY Co Ltd
Priority to CN2011100253497A priority Critical patent/CN102122235B/en
Publication of CN102122235A publication Critical patent/CN102122235A/en
Application granted granted Critical
Publication of CN102122235B publication Critical patent/CN102122235B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

The invention discloses a RAID4 (redundant array of independent disks) system and a data reading and writing method thereof. The RAID4 system comprises a RAID controller and a disc array, wherein the disk array comprises a disk array composed of a plurality of data disks and a solid hard disc used as a checking disc; the RAID controller is connected to the disk array; the data interaction between the RAID controller and the solid hard disc is realized through a user-defined interface command; a cache module and an exclusive or module are arranged in the controller of the solid hard disc; the cache module is used for storing the data written in the solid hard disc by the RAID controller; and a checking updating module in the RAID controller is replaced by the exclusive or module, thereby achieving the checking information calculation function. The system is improved by using the solid hard disc as the checking disc while the corresponding data reading and writing method is provided, so the IO (input output) operation times of the checking disc when the data is read and written are reduced, the reading and writing bottleneck problem of the checking disc is eliminated, and the property of system is promoted.

Description

A kind of RAID4 system and data read-write method thereof
Technical field
The present invention relates to the Computer Storage field, be specifically related to a kind of RAID4 system and data read-write method thereof.
Background technology
RAID (Redundant Access Independent Disks, raid-array) technology is widely used in the data storage as a kind of proven technique.The RAID technology has seven kinds of basic RAID ranks from RAID0 to 6, and different RAID ranks are being represented different memory properties, data security and carrying cost.Wherein RAID4 grows up on the basis of RAID3.As shown in Figure 1; in the RAID4 pattern; the dish battle array comprises the disk (abbreviation data disks) of N storage data and the disk (abbreviation check disk) that is exclusively used in store parity information; it is based on band (Data striping); after the file data piecemeal, write in the data disks; to in other data disks with this data block same disc in all data blocks of position calculate their parity values (xor operation is finished); message block of forming by parity values of final formation; and it is write check disk, this is called as data protection (Data guarding).Its benefit has provided fault-tolerant ability, and promptly any one breaks down in this N+1 disk, can not cause the problem of obliterated data.Because the symmetry of parity checking can calculate the correct data content that leaves in the failed disk, although this calculating is more time-consuming with the content of N remaining disk.
With respect to the mechanical disk technology, solid-state storage is a kind of file layout that adopts semi-conductor chip as data storage medium and reading mechanism fully, abandoned the defective of disk physics and mechanical property, it has high IOPS (Input/Output Operations Per Second, be the number of times that per second carries out read-write operation) and the feature of low-power consumption, the IOPS of typical solid state hard disc (SSD) can reach more than 20 times of mechanical hard disk.Therefore adopt the check disk of SSD, can significantly improve the responding ability of RAID4 system and reduce system power dissipation as the RAID4 system.Existing employing SSD as the RAID4 system of check disk as shown in Figure 2, it comprises RAID controller 203 and dish battle array, the dish battle array comprises disk array 204 and SSD 205 who is used as check disk that N data disks (N for more than or equal to 2 positive integer) constitutes.Host side is a server 201,202, it supports optical-fibre channel 206 and iSCSI (Internet Small Computer System Interface simultaneously, Internet Small Computer Systems Interface) passage 207, and is connected with RAID controller 203 by two passages, RAID controller 203 gust is connected with coiling.The flow process of this system's read data is: the RAID controller splits according to band the address space of reading of read request, reads each strip data from the data disks of correspondence, afterwards these strip data is buffered in the RAID controller, is sent to host side again.The flow process of this system's write data is: strip data and the checking data in the check disk earlier the needs in the data disks write read into buffer memory in the RAID controller, thereby and to they carry out backwards calculation obtain in other data disks with this strip data same disc in the position all data verification and, this verification and carry out xor operation with new strip data again, the calculating checking data that makes new advances, then new strip data is written to the corresponding data dish, new checking data is written to check disk.Therefore, write operation need carry out check disk read and write each once, i.e. twice IO operation.
This shows, adopt SSD still to exist as the check disk bottleneck problem of the RAID4 system of check disk, reason is, simply SSD is replaced traditional mechanical hard disk, do not change its IO read-write mode, any one data disks generation write operation all needs to upgrade check disk, even the read or write speed of SSD is fast than mechanical hard disk, but the responding ability that big data quantity upgrades the functional check dish has still been determined the IO responding ability of total system.
Summary of the invention
The object of the present invention is to provide a kind of RAID4 system and data read-write method thereof with New type of S SD of simplification IO operating function as check disk, the IO operand of check disk when this system reads and writes data by significantly reducing, effectively eliminate the read-write bottleneck of check disk, and then improve the performance of system.
RAID4 provided by the invention system, comprise RAID controller and dish battle array, the dish battle array comprises disk array and the SSD as check disk that is made of a plurality of data disks, the RAID controller is connected with the dish battle array, it is characterized in that, the RAID controller is by the data interaction between self-defining interface command realization of SSD and the SSD, in the controller of SSD, set up cache module and XOR module, cache module is used to store the data that the RAID controller writes SSD, the XOR module replaces the checksum update module in the controller, realize the computing function of check information, to realize data write.
System provided by the present invention adopts SSD as check disk, the checksum update module in traditional RAID controller is changed to be put among the SSD realize, makes this SSD have the IO of simplification operating function.Compare system provided by the present invention with traditional SSD as the RAID4 system of check disk, reduced between RAID controller and the check disk because of upgrading the IO operand that checking data produces.Thereby the present invention has the following advantages:
1. owing to adopt SSD, significantly improved the responding ability of RAID4 system, reduced system power dissipation simultaneously as check disk;
2. owing to adopt SSD, significantly reduced the IO operand of check disk when reading and writing data as check disk with simplification IO operating function; 3. owing to adopt SSD, effectively eliminated the read-write bottleneck of check disk as check disk with simplification IO operating function;
3. owing to adopt SSD, improved the performance of system greatly as check disk with simplification IO operating function;
4. owing to adopt the SSD with simplification IO operating function as check disk, the checksum update module realizes in SSD, greatly reduces the design difficulty and the cost of RAID controller.
Description of drawings
Fig. 1 is the topological structure synoptic diagram of existing RAID4 system;
Fig. 2 is the one-piece construction synoptic diagram of existing employing SSD as the RAID4 system of check disk;
Fig. 3 is the one-piece construction synoptic diagram of RAID4 provided by the invention system;
Fig. 4 is for having the one-piece construction synoptic diagram of the SSD that simplifies the IO operating function among the present invention;
Fig. 5 is the read operation synoptic diagram in the system provided by the present invention;
Fig. 6 is the write operation synoptic diagram in the system provided by the present invention;
Embodiment
Below in conjunction with the accompanying drawing in the invention process example, the technical scheme in the example of the present invention is carried out clear, complete description, embodiment described herein is a part of example of the present invention, rather than whole embodiment.Based on embodiments of the invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
RAID4 system provided by the invention (also being referred to as RAID 4+ system) as shown in Figure 3, and is the same with existing RAID4 system, includes RAID controller 303 and dish battle array, and the dish battle array comprises disk array 304 and the SSD 305 as check disk.Host side server 301,302 is connected with RAID controller 303 with iSCSI passage 307 by optical-fibre channel 306.Because the needs of RAID4+ system are different as check disk with the common SSD of prior art, that the present invention adopts is a kind of improved SSD, and this SSD has the IO of simplification operating function.As shown in Figure 4, improved SSD is that the controller at the SSD of existing structure has partly added two functional modules: cache module (Data Buffer) 4093, with XOR module 4091, wherein cache module 4093 is except as the data buffering, the life problems of writing owing to SSD, usability is buffer memory hardware and the more excellent strategy of writing preferably, can reduce the flash media of SSD write number of times (at main frame to identical address repeatedly during write operation, can in buffer memory, finally be merged into one and operate and send to flash media), thus delay life-span of writing of SSD.In addition, XOR module 4091 is to change in the field programmable gate array in SSD and realizing originally being arranged on checksum update module in the RAID controller, handle handling to change in the SSD controller at the data XOR that this layer of RAID controller carries out originally, the benefit of doing like this is to reduce between RAID controller and the SSD because of upgrading the IO operand that checking data produces, to improve the entire system performance.Because in the RAID controller during calculation check, original check information need read back earlier, and with the data computation that newly is written to data disks to generate new check information, therefore calculation check can be avoided unnecessary data transmission action in check disk, the maximum capacity of performance IO interface, thus the entire system performance improved.
Improved SSD provided by the invention has realized one group of self-defining interface command, and the RAID controller calls the relevant function of verification calculating by using this to organize self-defining interface command.This organizes self-defining interface command and comprises: " XOR is write " etc., finish by the XOR module of SSD.When carrying out write operation, the RAID controller uses " XOR is write " order with the former strip data in the data disks and the disposable SSD of the writing cache module of new strip data that need write data disks, carries out verification by the XOR module of SSD and calculates.
Below, the reading/writing method of setting forth system of the present invention.
The read operation method of RAID4+ of the present invention system is consistent with traditional RAID4 system, as shown in Figure 5, is example with SCSI (Small Computer System Interface, small computer system interface) agreement, and read operation may further comprise the steps:
Step 501, the RAID controller is received the read request from server, and response;
Step 502 splits according to band the address space of reading of this command request, and these bands that belong to same read request are with queue management;
Step 503, the processing threads of RAID controller are the read command of communicating by letter between destination disk of each banded structure and the RAID controller buffer module, and order is sent to corresponding data disks;
Step 504, RAID controller are read each strip data from the data disks of correspondence, afterwards these strip data are buffered in the RAID controller;
Step 505 is transmitted data in buffer in the RAID controller to host side.
As shown in Figure 6, the write operation of RAID4+ system may further comprise the steps:
Step 601, the RAID controller is received the write request from server, and response;
Step 602 splits according to band the write address space of this command request, and these bands that belong to same write order are with queue management.
Step 603, the RAID controller calculates its target data dish for each band, and the pairing check information of target writing position of each band is in the position of check disk.
Step 604, the RAID controller reads in buffer memory in the RAID controller with original strip data, calls the custom command of SSD afterwards: " XOR is write " writes original strip data 1 and the new strip data 1 ' that need write the cache module of SSD simultaneously.
Step 605, the XOR module is carried out XOR in SSD
Figure BDA0000044998610000061
(the wherein original checking data in data P position) obtains new checking data band P ';
Step 606 writes relevant position as the SSD of check disk with verification data strip band P ', simultaneously strip data 1 ' is write in the corresponding data disks.
By above write operation method as can be known, a write operation of RAID4+ system has only carried out the IO operation of a check disk, compares with RAID4 of the prior art system, has significantly reduced the IO operand of check disk when reading and writing data.
In typical R AID system, in the calculation check data, two kinds of situations are arranged; A kind of is target data and the check disk data computation that will revise with write operation, and another kind is that the data of other data disks of the band at the target data place that will revise with write operation are directly calculated.According to the implementation strategy difference of RAID system, write operation general step of the present invention is divided into two kinds of situations.
The step of situation 1 is:
Step 1: read in target data and buffer memory that write operation will be revised.
Step 2: the target data that write operation will be revised and the data of write operation are delivered in the solid state hard disc as check disk, and corresponding order is " XOR is write ".
Step 3: the data of write operation are delivered to the target data dish.
The step of situation 2 is:
Step 1: the data of other data disks of reading in the band at the target data place that write operation will revise.
Step 2: other data of the band at the target data place that write operation will be revised and the data of write operation are delivered in the solid state hard disc as check disk, and corresponding order is " XOR is write ".
Step 3: the data of write operation are delivered to the target data dish.
The present invention not only is confined to above-mentioned embodiment; persons skilled in the art are according to content disclosed by the invention; can adopt other multiple embodiment to implement the present invention; therefore; every employing project organization of the present invention and thinking; do some simple designs that change or change, all fall into the scope of protection of the invention.

Claims (4)

1. RAID4 system, comprise RAID controller and dish battle array, the dish battle array comprises disk array and the solid state hard disc as check disk that is made of a plurality of data disks, the RAID controller is connected with the dish battle array, it is characterized in that, the RAID controller is by the data interaction between self-defining interface command realization and the solid state hard disc, in the controller of solid state hard disc, set up cache module and XOR module, cache module is used to store the data that the RAID controller writes solid state hard disc, the XOR module replaces the checksum update module in the RAID controller, realizes the computing function of check information.
2. system according to claim 1, it is characterized in that, described self-defining interface command is " XOR is write " order, when carrying out write operation, the RAID controller uses " XOR is write " order with the former strip data in the data disks and the disposable solid state hard disc cache module that writes of new strip data that need write data disks, carries out verification by the XOR module of solid state hard disc and calculates.
3. the method for reading of claim 1 or 2 described RAID4 systems is characterized in that this method may further comprise the steps:
Step 501, the RAID controller is received the read request from server, and response;
Step 502 splits according to band the address space of reading of this command request, and these bands that belong to same read request are with queue management;
Step 503, the processing threads of RAID controller are the read command of communicating by letter between destination disk of each banded structure and the RAID controller buffer module, and order is sent to corresponding data disks;
Step 504, RAID controller are read each strip data from the data disks of correspondence, afterwards these strip data are buffered in the RAID controller;
Step 505 is transmitted data in buffer in the RAID controller to host side.
4. the write method of claim 1 or 2 described RAID4 systems is characterized in that this method may further comprise the steps:
Step 601, the RAID controller is received the write request from server, and response;
Step 602 splits according to band the write address space of this command request, and these bands that belong to same write order are with queue management;
Step 603, the RAID controller calculates its target data dish for each band, and the pairing check information of target writing position of each band is in the position of check disk;
Step 604, the RAID controller reads in buffer memory in the RAID controller with original strip data, calls the custom command of SSD afterwards: " XOR is write " writes original strip data 1 and the new strip data 1 ' that need write the cache module of SSD simultaneously;
Step 605 is carried out XOR 1 ⊕ 1 ' ⊕ P=P ' (the wherein original checking data in data P position) in the XOR module in SSD, obtain new checking data band P ';
Step 606 writes relevant position as the SSD of check disk with verification data strip band P ', simultaneously strip data 1 ' is write in the corresponding data disks.
CN2011100253497A 2011-01-24 2011-01-24 RAID4 (redundant array of independent disks) system and data reading and writing method thereof Active CN102122235B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100253497A CN102122235B (en) 2011-01-24 2011-01-24 RAID4 (redundant array of independent disks) system and data reading and writing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100253497A CN102122235B (en) 2011-01-24 2011-01-24 RAID4 (redundant array of independent disks) system and data reading and writing method thereof

Publications (2)

Publication Number Publication Date
CN102122235A true CN102122235A (en) 2011-07-13
CN102122235B CN102122235B (en) 2012-07-25

Family

ID=44250797

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100253497A Active CN102122235B (en) 2011-01-24 2011-01-24 RAID4 (redundant array of independent disks) system and data reading and writing method thereof

Country Status (1)

Country Link
CN (1) CN102122235B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019893A (en) * 2012-11-16 2013-04-03 华中科技大学 Multi-disk fault-tolerant two-dimensional hybrid disk RAID4 system architecture and read-write method thereof
CN103019882A (en) * 2012-11-12 2013-04-03 记忆科技(深圳)有限公司 RAID4 (redundant array of independent disks 4) system of solid-state disc
CN103514108A (en) * 2012-06-19 2014-01-15 Lsi公司 Smart active-active high availability DAS system
CN104461383A (en) * 2014-11-28 2015-03-25 华为技术有限公司 Implementation method and device for redundant arrays of independent disks
CN104881244A (en) * 2014-05-28 2015-09-02 陈杰 Storage system and data protection method thereof
CN104991738A (en) * 2015-06-19 2015-10-21 华中科技大学 Solid state disk and read and write operation method thereof
CN105224237A (en) * 2014-05-26 2016-01-06 华为技术有限公司 A kind of date storage method and device
CN103226519B (en) * 2012-01-31 2017-10-13 安华高科技通用Ip(新加坡)公司 The data cached elastic caching of redundancy
CN107885613A (en) * 2017-11-09 2018-04-06 郑州云海信息技术有限公司 A kind of method for writing data based on RAID5, device and medium
CN108304139A (en) * 2017-01-11 2018-07-20 中兴通讯股份有限公司 A kind of method and device for realizing space release in Solid-state disc array
CN110658994A (en) * 2019-09-03 2020-01-07 苏州浪潮智能科技有限公司 Data processing method and device based on HDD (hard disk drive) and SSD (solid State disk) hybrid disk array
CN112230851A (en) * 2020-10-14 2021-01-15 天津津航计算技术研究所 Novel software and hardware cooperation RAID improvement method
CN112286447A (en) * 2020-10-14 2021-01-29 天津津航计算技术研究所 Novel software and hardware cooperation RAID improvement system
CN114610245A (en) * 2022-05-09 2022-06-10 深圳佰维存储科技股份有限公司 RAID implementation method and device based on SSD, readable storage medium and electronic equipment
CN115617742A (en) * 2022-12-19 2023-01-17 苏州浪潮智能科技有限公司 Data caching method, system, equipment and storage medium
CN117389481A (en) * 2023-12-08 2024-01-12 鹏钛存储技术(南京)有限公司 Method for realizing XOR acceleration by solid state disk

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7111228B1 (en) * 2002-05-07 2006-09-19 Marvell International Ltd. System and method for performing parity checks in disk storage system
CN101504625A (en) * 2009-03-04 2009-08-12 成都市华为赛门铁克科技有限公司 Method for implementing independent disk redundancy array, solid state disk and electronic equipment
US20100037019A1 (en) * 2008-08-06 2010-02-11 Sundrani Kapil Methods and devices for high performance consistency check

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7111228B1 (en) * 2002-05-07 2006-09-19 Marvell International Ltd. System and method for performing parity checks in disk storage system
US20100037019A1 (en) * 2008-08-06 2010-02-11 Sundrani Kapil Methods and devices for high performance consistency check
CN101504625A (en) * 2009-03-04 2009-08-12 成都市华为赛门铁克科技有限公司 Method for implementing independent disk redundancy array, solid state disk and electronic equipment

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226519B (en) * 2012-01-31 2017-10-13 安华高科技通用Ip(新加坡)公司 The data cached elastic caching of redundancy
CN103514108A (en) * 2012-06-19 2014-01-15 Lsi公司 Smart active-active high availability DAS system
CN103514108B (en) * 2012-06-19 2018-03-27 安华高科技通用Ip(新加坡)公司 Intelligent active active high availability DAS system
CN103019882A (en) * 2012-11-12 2013-04-03 记忆科技(深圳)有限公司 RAID4 (redundant array of independent disks 4) system of solid-state disc
CN103019882B (en) * 2012-11-12 2016-02-24 记忆科技(深圳)有限公司 The RAID4 system of solid state hard disc
CN103019893A (en) * 2012-11-16 2013-04-03 华中科技大学 Multi-disk fault-tolerant two-dimensional hybrid disk RAID4 system architecture and read-write method thereof
CN105224237A (en) * 2014-05-26 2016-01-06 华为技术有限公司 A kind of date storage method and device
CN105224237B (en) * 2014-05-26 2018-06-19 华为技术有限公司 A kind of date storage method and device
CN104881244A (en) * 2014-05-28 2015-09-02 陈杰 Storage system and data protection method thereof
CN104881244B (en) * 2014-05-28 2018-02-09 陈杰 Storage system and its data guard method
WO2016082504A1 (en) * 2014-11-28 2016-06-02 华为技术有限公司 Method and apparatus for implementing redundant arrays of independent disks
CN104461383B (en) * 2014-11-28 2017-10-10 华为技术有限公司 The implementation method and device of a kind of RAID
CN104461383A (en) * 2014-11-28 2015-03-25 华为技术有限公司 Implementation method and device for redundant arrays of independent disks
CN104991738B (en) * 2015-06-19 2018-04-24 华中科技大学 A kind of solid-state disk and its read-write operation method
CN104991738A (en) * 2015-06-19 2015-10-21 华中科技大学 Solid state disk and read and write operation method thereof
CN108304139B (en) * 2017-01-11 2023-02-21 中兴通讯股份有限公司 Method and device for realizing space release in solid-state disk array
CN108304139A (en) * 2017-01-11 2018-07-20 中兴通讯股份有限公司 A kind of method and device for realizing space release in Solid-state disc array
CN107885613A (en) * 2017-11-09 2018-04-06 郑州云海信息技术有限公司 A kind of method for writing data based on RAID5, device and medium
CN110658994A (en) * 2019-09-03 2020-01-07 苏州浪潮智能科技有限公司 Data processing method and device based on HDD (hard disk drive) and SSD (solid State disk) hybrid disk array
CN110658994B (en) * 2019-09-03 2022-08-12 苏州浪潮智能科技有限公司 Data processing method and device based on HDD (hard disk drive) and SSD (solid State disk) hybrid disk array
CN112286447A (en) * 2020-10-14 2021-01-29 天津津航计算技术研究所 Novel software and hardware cooperation RAID improvement system
CN112230851A (en) * 2020-10-14 2021-01-15 天津津航计算技术研究所 Novel software and hardware cooperation RAID improvement method
CN114610245A (en) * 2022-05-09 2022-06-10 深圳佰维存储科技股份有限公司 RAID implementation method and device based on SSD, readable storage medium and electronic equipment
CN115617742A (en) * 2022-12-19 2023-01-17 苏州浪潮智能科技有限公司 Data caching method, system, equipment and storage medium
CN115617742B (en) * 2022-12-19 2023-03-28 苏州浪潮智能科技有限公司 Data caching method, system, equipment and storage medium
CN117389481A (en) * 2023-12-08 2024-01-12 鹏钛存储技术(南京)有限公司 Method for realizing XOR acceleration by solid state disk
CN117389481B (en) * 2023-12-08 2024-02-09 鹏钛存储技术(南京)有限公司 Method for realizing XOR acceleration by solid state disk

Also Published As

Publication number Publication date
CN102122235B (en) 2012-07-25

Similar Documents

Publication Publication Date Title
CN102122235B (en) RAID4 (redundant array of independent disks) system and data reading and writing method thereof
US9921912B1 (en) Using spare disk drives to overprovision raid groups
US8819338B2 (en) Storage system and storage apparatus
JP4634157B2 (en) Storage system
US8966170B2 (en) Elastic cache of redundant cache data
CN102520890B (en) RS (Reed-Solomon) - DRAID( D redundant array of independent disk) system based on GPUs (graphic processing units) and method for controlling data of memory devices
US9891989B2 (en) Storage apparatus, storage system, and storage apparatus control method for updating stored data stored in nonvolatile memory
WO2016090541A1 (en) Data storage system and data storage method
CN103793182A (en) Scalable storage protection
CN113971104A (en) System and method for parity-based fault protection of storage devices
CN103019893A (en) Multi-disk fault-tolerant two-dimensional hybrid disk RAID4 system architecture and read-write method thereof
CN115617742B (en) Data caching method, system, equipment and storage medium
US20200285551A1 (en) Storage system, data management method, and data management program
CN114443346A (en) System and method for parity-based fault protection of storage devices
CN104679442A (en) Method and device for improving performance of disk array
US10802958B2 (en) Storage device, its controlling method, and storage system having the storage device
US20200341873A1 (en) Data access method, apparatus and computer program product
CN115237342A (en) RAID5 verification method for data verification by array disk
CN102135862A (en) Disk storage system and data access method thereof
CN113687978B (en) Data processing method for memory array controller
CN114415968A (en) Storage system and data writing method thereof
KR102032878B1 (en) Method for correcting error of flash storage controller
US8380926B1 (en) Handling sector edges
CN101149946B (en) Method for treating stream media data
Huang et al. Optimizing erasure-coded data archival for replica-based storage clusters

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent for invention or patent application
CB02 Change of applicant information

Address after: 430074, Wuhan, East Lake hi tech Optics Valley Avenue, No. 58, Optics Valley headquarters, International Building No. 5, 901

Applicant after: Wuhan Soliware Storage Technology Co., Ltd.

Co-applicant after: Huazhong University of Science and Technology

Address before: 430074 Hubei city of Wuhan Province Forest Avenue East Lake Development Zone WITHUB space building 1809

Applicant before: Wuhan Soliware Storage Technology Co., Ltd.

Co-applicant before: Huazhong University of Science and Technology

C14 Grant of patent or utility model
GR01 Patent grant