US9003264B1 - Systems, methods, and devices for multi-dimensional flash RAID data protection - Google Patents

Systems, methods, and devices for multi-dimensional flash RAID data protection Download PDF

Info

Publication number
US9003264B1
US9003264B1 US13/831,707 US201313831707A US9003264B1 US 9003264 B1 US9003264 B1 US 9003264B1 US 201313831707 A US201313831707 A US 201313831707A US 9003264 B1 US9003264 B1 US 9003264B1
Authority
US
United States
Prior art keywords
pages
blocks
quadrant
diagonal
data elements
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.)
Active, expires
Application number
US13/831,707
Inventor
Douglas A. Prins
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.)
SanDisk Technologies LLC
Original Assignee
SanDisk Enterprise IP LLC
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 SanDisk Enterprise IP LLC filed Critical SanDisk Enterprise IP LLC
Priority to US13/831,707 priority Critical patent/US9003264B1/en
Assigned to SANDISK ENTERPRISE IP LLC reassignment SANDISK ENTERPRISE IP LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PRINS, DOUGLAS A.
Application granted granted Critical
Publication of US9003264B1 publication Critical patent/US9003264B1/en
Assigned to SANDISK TECHNOLOGIES INC. reassignment SANDISK TECHNOLOGIES INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SANDISK ENTERPRISE IP LLC
Assigned to SANDISK TECHNOLOGIES LLC reassignment SANDISK TECHNOLOGIES LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SANDISK TECHNOLOGIES INC
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

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
    • 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/1008Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
    • G06F11/1012Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices using codes or arrangements adapted for a specific type of error
    • 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
    • G06F11/108Parity data distribution in semiconductor storages, e.g. in SSD

Definitions

  • the present disclosure relates to using error correction in memory systems, and in particular, RAID protection schemes in flash memory systems.
  • Non-volatile memories such as flash memory devices
  • flash memory devices have supported the increased portability of consumer electronics, and have been utilized in relatively low power enterprise storage systems suitable for cloud computing and mass storage.
  • the ever-present demand for almost continual advancement in these areas is often accompanied by demand to improve data storage capacity.
  • the demand for greater storage capacity in turn stokes demand for greater storage density, so that specifications such as power consumption and form factor may be maintained and preferably reduced.
  • a drawback of increasing storage density is that the stored data is increasingly prone to storage and/or reading errors, such as random retention errors, page or block loss, or failure of a chip.
  • a persistent memory device includes a plurality of banks of nonvolatile memory cells.
  • Each bank includes one or more die that are distinct from the one or more die of every other bank of the plurality of banks, and each die has a memory array having a plurality of memory blocks including equal (or substantially equal) numbers of even blocks and odd blocks.
  • Each memory block has a plurality of pages, including equal (or substantially equal) numbers of even pages and odd pages, and stores a plurality of data elements.
  • memory in the persistent memory device is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks and, for each block in the quadrant, one or more even pages and one or more odd pages.
  • Each quadrant of the persistent memory device stores a set of data elements, row check words and diagonal check words.
  • Each data element is protected by one of the row check words and one of the diagonal check words, and furthermore each row check word includes a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word, and each diagonal check word includes a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word.
  • a high level of data protection is provided by arranging for each row set to be distributed over the banks, blocks and pages so that the failure of any one page, block or die in the quadrant does not result in the loss of any data in the quadrant (i.e., so that data lost due to any such failure is fully recoverable using the row check words and/or diagonal check words), and furthermore so that randomly or pseudo-randomly distributed data retention errors in data elements in the quadrant does not result in the loss of any data in the quadrant unless a specific predefined pattern or combination of data retention errors occurs.
  • FIG. 1 is a schematic diagram of a data storage environment.
  • FIG. 2 illustrates an exemplary organization of a memory device.
  • FIGS. 3A-3C illustrate an exemplary logical organization of SuperBlocks and SuperPages into quadrants.
  • FIG. 4 illustrates an exemplary quadrant.
  • FIG. 5A-5C illustrates an example of using XOR operations to produce a parity check word and recover a corrupted data element.
  • FIGS. 6A-6E are flow diagrams illustrating a method for multi-dimensional RAID data protection.
  • a persistent memory device includes memory.
  • the memory includes a plurality of banks of nonvolatile memory cells.
  • Each bank includes one or more die, which are distinct from the one or more die of every other bank.
  • Each die includes a memory array having a plurality of memory blocks including even blocks and odd blocks.
  • Each memory block has a plurality of pages, including even pages and odd pages, and stores a plurality of data elements.
  • memory in the persistent memory device is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks and, for each block in the quadrant, one or more even pages and one or more odd pages.
  • Each quadrant stores a set of row check words and a set of diagonal check words.
  • each data element in the quadrant corresponds to a single row check word of the set of row check words and a single diagonal check word of the set of diagonal check words.
  • Each row check word in the quadrant includes a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word. No more than two data elements in the row set are stored in the same bank of the plurality of banks A first portion of the data elements in the row set are stored in a first set of blocks that are entirely even block or odd blocks. A first complementary portion of the data elements in the row set are stored in a second set of blocks, the second set of blocks including a set of blocks complementary to the first set of blocks and including entirely odd blocks or even blocks.
  • a second portion of the data elements in the row set are stored in a first set of pages, the first set of pages comprising entirely even pages or odd pages, and a second complementary portion of the data elements in the row set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or even pages.
  • each diagonal check word in the quadrant includes a value encoded with a result of a mathematical operation performed on a respective diagonal set of data elements comprising a set of data elements corresponding to the diagonal check word.
  • No more than two data elements in the diagonal set are stored in the same bank of the plurality of banks
  • a first portion of the data elements in the diagonal set are stored in the first set of blocks.
  • a first complementary portion of the data elements in the diagonal set are stored in the second set of blocks and all of the data elements in the diagonal set are stored in a single set of pages, the single set of pages including only pages in the first set of pages or only pages in the second set of pages.
  • a persistent memory device is defined as above, except that a second portion of the data elements in the diagonal set are stored in a first set of pages, the first set of pages comprising entirely even pages or odd pages, and a second complementary portion of the data elements in the diagonal set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or even pages.
  • all the data elements in the row set are stored in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages.
  • FIGS. 1-4 illustrate aspects of exemplary memory devices for use in implementing the method described with reference to FIGS. 6A-6E .
  • FIG. 1 is a diagram of an implementation of a data storage system 100 used in conjunction host computer 109 . While certain specific features are illustrated, those skilled in the art will appreciate from the present disclosure that various other features have not been illustrated for the sake of brevity, and so as not to obscure more pertinent aspects of the example implementations disclosed herein. To that end, as a non-limiting example, data storage system 100 includes memory controller 120 and storage medium 130 (e.g., a flash memory device).
  • storage medium 130 e.g., a flash memory device
  • Host system 109 is coupled to memory controller 120 through I/O buffer 110 and data connections 101 .
  • host system 109 includes memory controller 120 as a component.
  • host system 109 includes any suitable computer device, such as a computer server, a desktop computer, a laptop computer, a tablet device, a netbook, an internet kiosk, a personal digital assistant, a mobile phone, a smart phone, a gaming device, or any other computing device.
  • Host system 109 includes one or more processors such as central processing units (CPU) 104 , one or more types of memory (represented by memory 106 in FIG. 1 ), a display and/or other user interface components such as a keyboard, a touch screen display, a mouse, a track-pad, a digital camera and/or any number of supplemental devices to add functionality.
  • CPU central processing units
  • memory represented by memory 106 in FIG. 1
  • display and/or other user interface components such as a keyboard, a touch screen display, a mouse, a track-pad,
  • Storage medium 130 is coupled to memory controller 120 through connections 103 and I/O buffer 133 .
  • Connections 103 are sometimes called data connections, but typically convey commands in addition to data, and optionally convey metadata, error correction information and/or other information in addition to data values to be stored in storage medium 130 and data values read from storage medium 130 .
  • memory controller 120 and storage medium 130 are included in the same device as components thereof.
  • Storage medium 130 includes any number (i.e., one or more) of memory devices including, without limitation, non-volatile semiconductor memory devices (e.g., memory 131 ), such as flash memory.
  • Storage medium 130 also optionally includes a low-level memory controller 132 .
  • flash memory devices can be configured for enterprise storage suitable for applications such as cloud computing, or for caching data stored (or be stored) in secondary storage, such as hard disk drives. Additionally and/or alternatively, flash memory devices can also be configured for relatively smaller-scale applications such as personal flash drives or hard-disk replacements for personal, laptop and tablet computers.
  • storage medium 130 comprises one or more flash memory devices. In some implementations, storage medium 130 comprises at least one of NAND-type flash memory and NOR-type flash memory.
  • Storage medium 30 is divided into a number of addressable and individually selectable blocks, such as selectable portion 131 .
  • the individually selectable blocks are the minimum size erasable units in a flash memory device.
  • each block contains the minimum number of memory cells that can be erased simultaneously.
  • Each block is usually further divided into a plurality of pages and/or word lines, where each page or word line is typically an instance of the smallest individually accessible portion in a block.
  • the minimum unit of accessible data is a sector, which is subunit of a page. That is, block includes multiple pages, each page contains a plurality of sectors, and each sector is the minimum unit of data for data writing or reading to the flash memory device.
  • each page contains either a plurality of data elements or a plurality of check words (row check words or diagonal check words).
  • each of the data elements is (or includes) a codeword that includes both data and parity elements.
  • codewords are individually protected data elements (e.g., the codewords are encoded using BCH or LDPC during write operations, and are decoded during read operations). For ease of explanation, embodiments are hereinafter described with reference to “codewords.” However, those skilled in the art will recognize that the systems, methods, and devices described herein can be generalized to more generic data elements.
  • a block of data includes a number of pages, and each page includes either a number of codewords or a number of check words.
  • check words i.e., row check words and diagonal check words
  • each block includes 64 pages, 128 pages, 256 pages, or another suitable number of pages.
  • the respective sizes of blocks, pages and codewords are often a matter of design choice, and often differ across a wide range of enterprise and consumer devices.
  • a codeword includes anywhere from 256 bytes to 544 bytes. That range may be extended upward or downward, and/or shrink or expand depending on a particular application.
  • memory controller 120 includes management module 121 , I/O buffer 123 , storage medium I/O 128 , and error control module 125 .
  • management module 121 I/O buffer 123 , storage medium I/O 128 , and error control module 125 .
  • Input and output buffers 123 , 110 provide an interface to host system 109 through data connections 101 .
  • storage medium I/O 128 provides an interface to storage medium 130 though data connections 103 .
  • storage medium I/O 128 includes read and write circuitry.
  • management module 121 includes a processor 122 configured to execute instructions in one or more programs, e.g., programs in management module 121 .
  • processor 122 is shared by one or more components within, and in some cases, beyond the function of memory controller 120 .
  • Management module 121 is coupled to input and output buffers 123 , 110 , error control module 125 and storage medium I/O 128 in order to coordinate the operation of these components.
  • the operations performed by 2DXOR encoder/decoder 129 are performed instead by processor 122 .
  • operations performed by 2DXOR encoder/decoder 129 are performed by a specialized processor.
  • Error control module 125 is coupled between storage medium I/O 128 and input and output buffer 123 .
  • error control module 125 is provided to limit the number of uncorrectable errors inadvertently introduced into data.
  • error control module 125 includes encoder 126 and decoder 127 .
  • Encoder 126 encodes data using an error control code such as BCH or LDPC to produce a codeword, which is subsequently stored in storage medium 130 .
  • decoder 127 applies a decoding process to recover the data, and correct errors within the error correcting capability of the error control code.
  • Error control module 125 is also coupled with RAM 124 and 2DXOR Encoder/Decoder 129 , whose operation will be described in greater detail below.
  • RAM 124 2DXOR Encoder/Decoder 129
  • Error control module 125 is also coupled with RAM 124 and 2DXOR Encoder/Decoder 129 , whose operation will be described in greater detail below.
  • various error control codes have different error detection and correction capacities, and that particular codes are selected for various applications for reasons beyond the scope of this disclosure. As such, an exhaustive review of the various types of error control codes is not provided herein for the sake of brevity.
  • each type or family of error control codes may have encoding and decoding algorithms that are particular to the type or family of error control codes.
  • input buffer 123 receives data to be stored in storage medium 130 from host system 109 .
  • Data in input buffer 123 is made available to encoder 126 , which encodes the data to produce a codeword.
  • the codeword is made available to storage medium I/O 128 , which transfers the codeword to storage medium 130 in a manner dependent on the type of storage medium being utilized.
  • storage medium I/O 128 accesses the portion of storage medium 130 in which the corresponding codeword is stored so as to read the codeword, and provides the codeword to decoder 127 .
  • memory controller 120 transfers from storage medium 130 data read from an entire quadrant, the quadrant including the codeword that was not successfully decoded, to 2DXOR Encoder/Decoder 129 for 2D XOR recovery, as described in greater detail below.
  • FIG. 2 in conjunction with FIG. 4 illustrates an exemplary organization of a memory device 200 (e.g., memory 131 , FIG. 1 , or a portion thereof).
  • Memory device 200 includes one or more chips 203 , each of which includes one or more die 204 , 205 .
  • Memory device 200 is logically organized into logical banks 202 (e.g., logical banks 202 - 1 , 202 - 2 , etc.).
  • Each logical bank 202 comprises a set of die that includes one or more die.
  • the respective set of die in a particular logical bank is disjoint (i.e., non-overlapping) from the set of die in any different logical bank.
  • blocks within a respective bank are assigned a logical block addresses ranging from 0 to Nd ⁇ 1, where N is the number of blocks per die (e.g., 256) and d is the number of die per bank.
  • a particular block is then uniquely identified by block and bank number (e.g., block 27 of bank 202 - 3 ).
  • This organization lends itself to the construction of logical SuperBlocks, which, in some embodiments, include the same block on each bank in memory device 200 (e.g., SuperBlock 0 includes block 0 from bank 202 - 1 , block 0 from bank 202 - 2 , and so on).
  • SuperPages 0 of SuperBlock 0 includes page 0 of block 0 from bank 202 - 1 , page 0 of block 0 from bank 202 - 2 , and so on). It will be apparent to those of skill in the art that aspects of the preceding organization of memory device 200 are merely exemplary, including: the number of die per chip, the number of die per bank, the number of banks, the number of blocks per bank, the number of pages per block, and so on.
  • FIGS. 3A-3C illustrate exemplary logical organizations of SuperBlocks and SuperPages into quadrants.
  • FIG. 3A illustrates a plurality of SuperBlocks and their corresponding SuperPages.
  • the blocks in a respective SuperBlock are designated “even” or “odd” based on predefined block designation criteria.
  • the predefined block designation criteria are met for a respective block when a predefined respective bit in the block address for the respective block is equal to a predetermined value (e.g., “0” or “1”).
  • each block has an assigned block number and the predefined block designation criteria include that the block number modulo two value is equal to a first predefined value (e.g., “0” or “1”).
  • each block in SuperBlock 4 is designated an even block.
  • each SuperBlock is collection of entirely even or odd blocks.
  • pages are designated as even or odd pages in an analogous manner, as described in more detail with reference to method 600 .
  • memory is divided logically into quadrants, each quadrant including an equal number of even and odd blocks and an equal number of even and odd pages.
  • a quadrant 300 includes SuperPage 0 and SuperPage 1 from SuperBlock 0 and SuperBlock 1, respectively.
  • SuperBlock 1 includes entirely odd blocks (by virtue of not meeting the predefined block criteria).
  • SuperPage 0 (of either SuperBlock) includes entirely even pages (by virtue of meeting predefined page criteria, also referred to as predefined page designation criteria).
  • SuperPage 1 (of either SuperBlock) includes entirely odd pages (by virtue of not meeting the predefined page criteria).
  • An example of the predefined block criteria used to create this quadrant is that the least significant bit of each respective block address is equal to “0.”
  • An example of the predefined page criteria used to create this quadrant is that the least significant bit of each respective page address is equal to “0.”
  • the manner in which SuperBlocks are paired within a quadrant is a design decision. For example, in this case, SuperBlock 0 is paired with SuperBlock 1 because they are adjacent. However, for example, SuperBlock 0 could have been paired with SuperBlock 3, while SuperBlock 2 could be paired with SuperBlock 1. Likewise, the manner in which SuperPages are paired within a quadrant is similarly a design decision.
  • FIG. 3B illustrates an alternative embodiment of a quadrant.
  • An example of the predefined block criteria used to create this quadrant is that the least significant bit of each respective block address is equal to “0.”
  • An example of the predefined page criteria used to create this quadrant is that the second least significant bit of each respective page address is equal to “0”.
  • FIG. 3C illustrates an alternative embodiment of a quadrant.
  • An example of the predefined block criteria used to create this quadrant is that the second least significant bit of each respective block address is equal to “0”.
  • An example of the predefined page criteria used to create this quadrant is that the second least significant bit of each respective page address is equal to “0”.
  • a device reads an entire quadrant at once and stores the resulting data in storage medium I/O 128 or RAM 124 ( FIG. 1 ).
  • a device writes an entire quadrant at once by storing data for the quadrant in RAM 124 ( FIG. 1 ) and then writing that data to the quadrant in storage medium 130 .
  • the data stored in RAM 124 is routed through encoder 126 of error control module 125 , so as to add error correction codes to the data and thereby form complete code words, and then the resulting encoded data is written to storage medium 130 via storage medium I/O 128 .
  • FIG. 4 illustrates an exemplary quadrant storing a set of row check words and a set of diagonal check words.
  • Each codeword in the quadrant corresponds to a single row check word of the set of row check words and a single diagonal check word of the set of diagonal check words.
  • Each row check word in the quadrant is encoded with a value that is a result of a mathematical operation performed on a respective row set comprising a set of codewords corresponding to the row check word (e.g., a mathematical operation performed by 2DXOR Encoder/Decoder 129 ).
  • each diagonal check word in the quadrant is encoded with a value that is a result of a mathematical operation performed on a respective diagonal set comprising a set of codewords corresponding to the diagonal check word (e.g., with 2DXOR Encoder/Decoder 129 ).
  • codeword 408 corresponds to row check word Rx13 and diagonal check word Dx03. Stated another way, codeword 408 is a codeword in the row set for row check word Rx13 and is also a codeword in the diagonal set for diagonal check word Dx03.
  • the row check words and diagonal check words are not codewords. Furthermore, in some embodiments, the row check words are not included in the diagonal set for any diagonal check word, and the diagonal check words are not included in the row set for any row check word. However, in some other embodiments, even though diagonal check words are not codewords, the row set for each row check word includes one diagonal check word in addition to a set of codewords, while the diagonal set for each diagonal check word includes only codewords. This latter set of embodiments is what is shown in FIG. 4 , with the row set for row check word Rx13 including diagonal check word Dx03, but the diagonal set for each diagonal check word including only codewords.
  • the diagonal set for each diagonal check word includes one diagonal check word in addition to a set of codewords, while the row set for each row check word includes only codewords.
  • the latter two sets of embodiments have the advantage that half the check words (either the diagonal check words, or the row check words, but not both) are protected by the other check words, which incrementally improves error correction performance of the data storage system.
  • Every codeword stored in the quadrant is recoverable using a first level data correction methodology in conjunction with first level error-correction codes (e.g., BCH or LDPC parity values) embedded in the codeword, or if the first level data correction fails, by using a second level data correction methodology such as the inverse XOR operation described with reference to FIG.
  • first level error-correction codes e.g., BCH or LDPC parity values
  • the quadrant stores at least four codewords (i.e., a first, second, third and fourth codewords), that are not correctable using the first level data correction methodology and the following conditions are met: the first codeword and second codeword are members of the set of codewords corresponding to a first diagonal check word, the first codeword and third codeword are members of the set of codewords corresponding to a first row check word, the third codeword and fourth codeword are members of the set of codewords corresponding to a second diagonal check word distinct from the first diagonal check word, and the second codeword and fourth codewords are members of the set of codewords corresponding to a second row check word distinct from the first row check word.
  • the first codeword and second codeword are members of the set of codewords corresponding to a first diagonal check word
  • the first codeword and third codeword are members of the set of codewords corresponding to a first row check word
  • the third codeword and fourth codeword are members of the set of codewords corresponding to a second diagonal
  • FIG. 5A-5C illustrates an example of an XOR technique to recover a corrupted codeword that is unrecoverable using first level error correction methodology.
  • a corrupted codeword D2 is detected (e.g., using an error-detecting code embedded in D2).
  • FIGS. 6A-6E are flow diagrams illustrating a method 600 for multi-dimensional RAID data protection.
  • various operations in method 600 are performed at a memory device (e.g., storage medium 130 in data storage system 100 , FIG. 1 ).
  • various operations in method 600 are performed at a memory controller 120 coupled to a storage medium 130 .
  • Some operations in method 600 are, optionally, combined and/or the order of some operations is, optionally, changed.
  • embodiments described with reference to method 600 are described with reference to a single data storage system 100 (“the device”) having a memory controller.
  • the data storage system optionally includes specialized processors to, for example, perform mathematical operations, such as the mathematical operations for performing encoding and decoding of data using a first level error encoding and correction methodology (e.g., BCH or LDPC), and/or for performing encoding and recovery of data using the second level error encoding and recovery methodology (e.g., 2DXOR).
  • a first level error encoding and correction methodology e.g., BCH or LDPC
  • 2DXOR second level error encoding and recovery methodology
  • the method 600 provides multi-dimensional RAID data protection for persistent memory devices.
  • the method can recover data that would otherwise be lost due to a large number of random retention errors, e.g., random retention errors associated with a storage medium having one or more die nearing the end of their useful life.
  • the method can also recover data in the event of at least a single page loss, a single bank loss, or a single chip/die loss. The method therefore increases the reliability of persistent memory devices, increasing their lifetimes and therefore decreasing cost to users.
  • the device stores ( 602 ) data elements in memory having a plurality of banks of nonvolatile memory cells.
  • Each bank has one or more die.
  • Each die has a memory array that includes a plurality of memory blocks including even blocks and odd blocks, each memory block having a plurality of pages, including even pages and odd pages, where the one or more die of each bank are distinct from the one or more die of every other bank of the plurality of banks
  • each of the data elements is ( 604 ) a codeword that includes both data and parity elements.
  • a single parity bit e.g., parity bits 504 , FIG. 5A
  • an even parity bit is set to “0” (e.g., to ensure an even number of “1's” in the sequence “10010,” which has two “1's” including the parity bit).
  • codewords when a codeword comprises 4 data bits set to “1011”, an even parity bit is set to “1” (e.g., to ensure an even number of “1's” in the sequence “10111,” which now has four “1's” including the parity bit). It bears noting that codewords are normally much larger (in the range of kilobytes) and that this example has been provided for simplicity of explanation. Furthermore, in some embodiments, the number of data “0's” is used in lieu of the number of data “1's” in determining the parity.
  • the device can, in certain circumstances, determine when a codeword has been corrupted (e.g., when an odd number of bits in the codeword are corrupted, the device is able to detect that the parity bit is incorrect) and attempt to recover the bit. While a simple scheme has been described above, more sophisticated data correction schemes (e.g., BCH, LDPC, etc.) should be considered within the scope of the current disclosure. Such schemes optionally include cyclic redundancy checks, checksums, cryptographic hash functions and the like.
  • the plurality of memory banks includes ( 606 ) first level parity information for each data element stored in the plurality of memory banks.
  • the first level parity information is for correcting errors, if any, in respective data elements using a first level data correction methodology.
  • the first level parity information is an error-correction code such as BCH or LDPC.
  • the plurality of memory banks also stores row check words and diagonal check words for correcting errors in respective data elements using a second level data correction methodology, as described below.
  • the memory is logically divided ( 608 ) into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks, and for each block in the quadrant, one or more even pages and one or more odd pages.
  • the even blocks in the quadrant comprise ( 610 ) blocks in the quadrant satisfying predefined block designation criteria, and the odd blocks in the quadrant comprise blocks in the quadrant not satisfying the predefined block designation criteria.
  • the predefined block designation criteria are met ( 612 ) for a respective block when a predefined respective bit in a block address for the respective block is equal to a predetermined value.
  • the predefined respective bit is ( 614 ) one of the group consisting of: a most significant bit (MSB) and a least significant bit (LSB).
  • MSB most significant bit
  • LSB least significant bit
  • the predefined block designation criteria are met for a respective block when the MSB in a block address for the respective block is equal to 0.
  • block addresses consist of 4 bits the following block addresses are examples of even blocks using a little endian scheme: 0000, 0010, 0100, 0001.
  • the predefined block designation criteria are met for a respective block when the LSB in a block address for the respective block is equal to 0.
  • block addresses consist of 4 bits the following block addresses are examples of even blocks using a little endian scheme: 1000, 1010, 1100, 1110.
  • each block has ( 616 ) an assigned block number (e.g., a logical value) and the predefined block designation criteria comprises blocks whose block number modulo two has a first predefined value.
  • the first predefined value is 1.
  • blocks with respective block number equal to 7, 63, and 2011 are all examples of even blocks.
  • the first predefined value is 0.
  • blocks with respective block number equal to 6, 62, and 2012 are all examples of even blocks.
  • the even pages in the quadrant comprise ( 618 ) pages in the quadrant satisfying predefined page designation criteria, and the odd pages in the quadrant comprise pages in the quadrant not satisfying the predefined page designation criteria.
  • the predefined page designation criteria are met ( 620 ) for a respective page when a predefined respective bit in a page address for the respective page is equal to a predetermined value.
  • the predefined respective bit is ( 622 ) one of the group consisting of: a most significant bit (MSB) and a least significant bit (LSB).
  • MSB most significant bit
  • LSB least significant bit
  • the predefined page designation criteria are met for a respective page when the MSB in a page address for the respective page is equal to 0.
  • page addresses consist of 4 bits the following page addresses are examples of even pages using a little endian scheme: 0000, 0010, 0100, 0001.
  • the predefined page designation criteria are met for a respective page when the LSB in a page address for the respective page is equal to 0.
  • page addresses consist of 4 bits the following page addresses are examples of even pages using a little endian scheme: 1000, 1010, 1100, 1110.
  • each page has ( 624 ) an assigned page number (e.g., a logical value) and the predefined page designation criteria comprises pages whose page number modulo two has a first predefined value.
  • the first predefined value is 1.
  • pages with respective page number equal to 7, 63, and 2011 are all examples of even pages.
  • the first predefined value is 0.
  • pages with respective page number equal to 6, 62, and 2012 are all examples of even pages.
  • the device stores ( 626 ) in each quadrant a set of row check words and a set of diagonal check words.
  • Each row check word in the quadrant is (or includes) ( 628 ) a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word
  • each diagonal check word in the quadrant is (or includes) a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word.
  • the mathematical operation is ( 630 ) an “exclusive or” (XOR) operation. For example, FIG.
  • FIG. 4 shows an exemplary row set (e.g., the codewords with a forward slash fill pattern, including codeword 408 and excluding Rx13) corresponding to the row check word labeled “Rx13.”
  • the row check word corresponding to “Rx13” is encoded with the result an XOR operation performed on all the data elements in the row set as well as the diagonal check word (DX03) in the same row as the data elements of the row set.
  • Row check word Rx13 is not a data element and is not part of its own row set (i.e., Rx13 is not part of the row set corresponding to row check word Rx13.
  • No more than two data elements in the row set for a respective row check word are stored ( 631 ) in the same bank of the plurality of banks.
  • no more than one data element in the row set is stored ( 632 ) in the same bank of the plurality of banks.
  • no more than two data elements in the diagonal set for a respective diagonal check word are stored ( 634 ) in the same bank of the plurality of banks.
  • no more than one data element in the diagonal set is stored ( 636 ) in the same bank of the plurality of banks.
  • a first portion of the data elements in the row set are stored ( 638 ) in a first set of blocks, the first set of blocks comprising entirely even blocks or entirely odd blocks.
  • a first complementary portion of the data elements in the row set are stored ( 640 ) in a second set of blocks, the second set of blocks comprising a set of blocks complementary to the first set of blocks and comprising entirely odd blocks or even blocks.
  • block 0” in each bank is an even block
  • “block 1” in each bank is an odd block
  • half the data elements in the row set corresponding to Rx13 are stored in even blocks, shown in FIG. 4 in the upper half of the quadrant, and half the data elements in the same row set are stored in odd blocks, shown in FIG. 4 in the lower half of the quadrant.
  • a second portion of the data elements in the row set are stored ( 642 ) in a first set of pages, the first set of pages comprising entirely even pages or entirely odd pages.
  • a second complementary portion of the data elements in the row set are stored ( 644 ) in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or entirely even pages.
  • the data elements in the row set corresponding to Rx13 are stored in odd pages, shown in FIG. 4 in the upper half of the quadrant, and half the data elements in the same row set are stored in even pages, shown in FIG. 4 in the lower half of the quadrant.
  • a first portion of the data elements in the diagonal set corresponding to a diagonal check word are stored ( 646 ) in the first set of blocks.
  • a first complementary portion of the data elements in the diagonal set are stored ( 648 ) in the second set of blocks.
  • half of the data elements in the diagonal set corresponding to diagonal check word Dx00 are stored in blocks in the upper half of the quadrant depicted in FIG. 4 , and half are stored in block sin the low half of the quadrant.
  • all data elements in the diagonal set are stored ( 650 ) in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages. For example, and referring to FIG. 4 and assuming that all the pages in SuperPage 1′′ in each bank is an odd page, all data elements in the diagonal set corresponding to diagonal check word Dx00 are stored in odd pages, located in the right half of the quadrant depicted in FIG. 4 .
  • each row set corresponding to a respective row check word includes ( 652 ) one or more diagonal check words from the set of diagonal check words (e.g., Dx03 is included in the row set corresponding to Rx13, FIG. 4 ).
  • each diagonal set corresponding to a respective diagonal check word includes ( 654 ) one or more row check words from the set of row check words.
  • the device reads ( 656 ) a respective data element from a respective quadrant of the memory.
  • the device recovers ( 658 ) the respective data element using a respective check word, comprising a row check word of the set of row check words stored in the respective quadrant of the memory or a diagonal check word of the set of diagonal check words stored in the respective quadrant of the memory, by performing a complementary mathematical operation on the respective check word with all data elements, excluding the respective data element, of a set of data elements corresponding to the respective check word.
  • a single corrupted data element in a diagonal set is recovered by performing an XOR operation on the corresponding diagonal check word and the N ⁇ 1 diagonal set that excludes the corrupted data element (e.g., as shown in FIG. 5C in a manner analogous to the operations described with reference to the row set).
  • the device recovers multiple corrupted data elements in a single quadrant (e.g., multiple data elements that cannot be recovered using first level methodology).
  • the device recovers as many individual data elements as possible using the row check words, then recovers as many individual data elements as possible using the diagonal check words, and then repeats the process (each iteration of which may be called a cycle) until either all corrupted data elements have been recovered, or the process completes an entire cycle that fails to recover any corrupted data elements while the quadrant continues to include one or more corrupted data elements.
  • the term “if” may be construed to mean “when” or “upon” or “in response to determining” or “in accordance with a determination” or “in response to detecting,” that a stated condition precedent is true, depending on the context.
  • the phrase “if it is determined [that a stated condition precedent is true]” or “if [a stated condition precedent is true]” or “when [a stated condition precedent is true]” may be construed to mean “upon determining” or “in response to determining” or “in accordance with a determination” or “upon detecting” or “in response to detecting” that the stated condition precedent is true, depending on the context.

Abstract

A method for recovering corrupted data stored in persistent memory provides protection against, at least, loss of a single block, loss of a single page, as well as a high number of random retention errors. In some implementations, each data element in a quadrant of the persistent memory is protected by a row check word and a diagonal check word. Each row check word includes a value resulting from a mathematical operation performed on a respective row set comprising a set of data elements and each diagonal check word in the quadrant includes a value resulting from a mathematical operation performed on a respective diagonal set comprising a set of data elements distributed over the banks, blocks and pages in the quadrant so that failure of any one page, block or die in the quadrant does not result in the loss of any data in the quadrant.

Description

RELATED APPLICATIONS
This application claims priority to U.S. Provisional Patent Application No. 61/747,779, filed Dec. 31, 2012, which is hereby incorporated by reference in its entirety.
TECHNICAL FIELD
The present disclosure relates to using error correction in memory systems, and in particular, RAID protection schemes in flash memory systems.
BACKGROUND
Non-volatile memories, such as flash memory devices, have supported the increased portability of consumer electronics, and have been utilized in relatively low power enterprise storage systems suitable for cloud computing and mass storage. The ever-present demand for almost continual advancement in these areas is often accompanied by demand to improve data storage capacity. The demand for greater storage capacity in turn stokes demand for greater storage density, so that specifications such as power consumption and form factor may be maintained and preferably reduced. As such, there is ongoing pressure to increase the storage density of non-volatile memories in order to further improve the useful attributes of such devices. However, a drawback of increasing storage density is that the stored data is increasingly prone to storage and/or reading errors, such as random retention errors, page or block loss, or failure of a chip.
In the embodiments described below, an improved method for protecting data stored in non-volatile memory devices is provided.
SUMMARY
In accordance with some embodiments, a persistent memory device includes a plurality of banks of nonvolatile memory cells. Each bank includes one or more die that are distinct from the one or more die of every other bank of the plurality of banks, and each die has a memory array having a plurality of memory blocks including equal (or substantially equal) numbers of even blocks and odd blocks. Each memory block has a plurality of pages, including equal (or substantially equal) numbers of even pages and odd pages, and stores a plurality of data elements.
Furthermore, memory in the persistent memory device is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks and, for each block in the quadrant, one or more even pages and one or more odd pages.
Each quadrant of the persistent memory device stores a set of data elements, row check words and diagonal check words. Each data element is protected by one of the row check words and one of the diagonal check words, and furthermore each row check word includes a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word, and each diagonal check word includes a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word.
A high level of data protection is provided by arranging for each row set to be distributed over the banks, blocks and pages so that the failure of any one page, block or die in the quadrant does not result in the loss of any data in the quadrant (i.e., so that data lost due to any such failure is fully recoverable using the row check words and/or diagonal check words), and furthermore so that randomly or pseudo-randomly distributed data retention errors in data elements in the quadrant does not result in the loss of any data in the quadrant unless a specific predefined pattern or combination of data retention errors occurs.
BRIEF DESCRIPTION OF THE DRAWINGS
So that the present disclosure can be understood in greater detail, a more particular description is made with reference to the features of various implementations, some of which are illustrated in the appended drawings. The appended drawings, however, merely illustrate the more pertinent features of the present disclosure and are therefore not to be considered limiting.
FIG. 1 is a schematic diagram of a data storage environment.
FIG. 2 illustrates an exemplary organization of a memory device.
FIGS. 3A-3C illustrate an exemplary logical organization of SuperBlocks and SuperPages into quadrants.
FIG. 4 illustrates an exemplary quadrant.
FIG. 5A-5C illustrates an example of using XOR operations to produce a parity check word and recover a corrupted data element.
FIGS. 6A-6E are flow diagrams illustrating a method for multi-dimensional RAID data protection.
In accordance with common practice the various features illustrated in the drawings may not be drawn to scale. Accordingly, the dimensions of the various features may be arbitrarily expanded or reduced for clarity. In addition, some of the drawings may not depict all of the components of a given system, method or device. Finally, like reference numerals are used to denote like features throughout the specification and figures.
DETAILED DESCRIPTION
A persistent memory device is provided that includes memory. The memory includes a plurality of banks of nonvolatile memory cells. Each bank includes one or more die, which are distinct from the one or more die of every other bank. Each die includes a memory array having a plurality of memory blocks including even blocks and odd blocks. Each memory block has a plurality of pages, including even pages and odd pages, and stores a plurality of data elements.
Furthermore, memory in the persistent memory device is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks and, for each block in the quadrant, one or more even pages and one or more odd pages. Each quadrant stores a set of row check words and a set of diagonal check words.
Furthermore, each data element in the quadrant corresponds to a single row check word of the set of row check words and a single diagonal check word of the set of diagonal check words. Each row check word in the quadrant includes a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word. No more than two data elements in the row set are stored in the same bank of the plurality of banks A first portion of the data elements in the row set are stored in a first set of blocks that are entirely even block or odd blocks. A first complementary portion of the data elements in the row set are stored in a second set of blocks, the second set of blocks including a set of blocks complementary to the first set of blocks and including entirely odd blocks or even blocks. A second portion of the data elements in the row set are stored in a first set of pages, the first set of pages comprising entirely even pages or odd pages, and a second complementary portion of the data elements in the row set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or even pages.
Furthermore, each diagonal check word in the quadrant includes a value encoded with a result of a mathematical operation performed on a respective diagonal set of data elements comprising a set of data elements corresponding to the diagonal check word. No more than two data elements in the diagonal set are stored in the same bank of the plurality of banks A first portion of the data elements in the diagonal set are stored in the first set of blocks. A first complementary portion of the data elements in the diagonal set are stored in the second set of blocks and all of the data elements in the diagonal set are stored in a single set of pages, the single set of pages including only pages in the first set of pages or only pages in the second set of pages.
In some other embodiments, a persistent memory device is defined as above, except that a second portion of the data elements in the diagonal set are stored in a first set of pages, the first set of pages comprising entirely even pages or odd pages, and a second complementary portion of the data elements in the diagonal set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or even pages. In addition, in these embodiments, all the data elements in the row set are stored in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages.
Below, FIGS. 1-4 illustrate aspects of exemplary memory devices for use in implementing the method described with reference to FIGS. 6A-6E.
FIG. 1 is a diagram of an implementation of a data storage system 100 used in conjunction host computer 109. While certain specific features are illustrated, those skilled in the art will appreciate from the present disclosure that various other features have not been illustrated for the sake of brevity, and so as not to obscure more pertinent aspects of the example implementations disclosed herein. To that end, as a non-limiting example, data storage system 100 includes memory controller 120 and storage medium 130 (e.g., a flash memory device).
Host system 109 is coupled to memory controller 120 through I/O buffer 110 and data connections 101. Those skilled in the art will appreciate from the present disclosure that, in some implementations, host system 109 includes memory controller 120 as a component. Generally, host system 109 includes any suitable computer device, such as a computer server, a desktop computer, a laptop computer, a tablet device, a netbook, an internet kiosk, a personal digital assistant, a mobile phone, a smart phone, a gaming device, or any other computing device. Host system 109 includes one or more processors such as central processing units (CPU) 104, one or more types of memory (represented by memory 106 in FIG. 1), a display and/or other user interface components such as a keyboard, a touch screen display, a mouse, a track-pad, a digital camera and/or any number of supplemental devices to add functionality.
Storage medium 130 is coupled to memory controller 120 through connections 103 and I/O buffer 133. Connections 103 are sometimes called data connections, but typically convey commands in addition to data, and optionally convey metadata, error correction information and/or other information in addition to data values to be stored in storage medium 130 and data values read from storage medium 130. Moreover, those skilled in the art will appreciate from the present disclosure that in various implementations memory controller 120 and storage medium 130 are included in the same device as components thereof. Storage medium 130 includes any number (i.e., one or more) of memory devices including, without limitation, non-volatile semiconductor memory devices (e.g., memory 131), such as flash memory. Storage medium 130 also optionally includes a low-level memory controller 132. For example, flash memory devices can be configured for enterprise storage suitable for applications such as cloud computing, or for caching data stored (or be stored) in secondary storage, such as hard disk drives. Additionally and/or alternatively, flash memory devices can also be configured for relatively smaller-scale applications such as personal flash drives or hard-disk replacements for personal, laptop and tablet computers. In some implementations, storage medium 130 comprises one or more flash memory devices. In some implementations, storage medium 130 comprises at least one of NAND-type flash memory and NOR-type flash memory.
Storage medium 30 is divided into a number of addressable and individually selectable blocks, such as selectable portion 131. In some implementations the individually selectable blocks are the minimum size erasable units in a flash memory device. In other words, each block contains the minimum number of memory cells that can be erased simultaneously. Each block is usually further divided into a plurality of pages and/or word lines, where each page or word line is typically an instance of the smallest individually accessible portion in a block. However, in some implementations (e.g., using some types of flash memory) the minimum unit of accessible data is a sector, which is subunit of a page. That is, block includes multiple pages, each page contains a plurality of sectors, and each sector is the minimum unit of data for data writing or reading to the flash memory device.
In some embodiments, each page contains either a plurality of data elements or a plurality of check words (row check words or diagonal check words). In some embodiments, each of the data elements is (or includes) a codeword that includes both data and parity elements. In some embodiments, codewords are individually protected data elements (e.g., the codewords are encoded using BCH or LDPC during write operations, and are decoded during read operations). For ease of explanation, embodiments are hereinafter described with reference to “codewords.” However, those skilled in the art will recognize that the systems, methods, and devices described herein can be generalized to more generic data elements.
In some embodiments, a block of data includes a number of pages, and each page includes either a number of codewords or a number of check words. For purposes of this disclosure, check words (i.e., row check words and diagonal check words) each have the same size as codewords (or, alternatively, data elements), but are not codewords (or data elements). For example, in some implementations, one block includes 64 pages, 128 pages, 256 pages, or another suitable number of pages. The respective sizes of blocks, pages and codewords are often a matter of design choice, and often differ across a wide range of enterprise and consumer devices. In another example, and without limitation, in some applications a codeword includes anywhere from 256 bytes to 544 bytes. That range may be extended upward or downward, and/or shrink or expand depending on a particular application.
In some implementations, memory controller 120 includes management module 121, I/O buffer 123, storage medium I/O 128, and error control module 125. Those skilled in the art will appreciate from the present disclosure that memory controller 120 includes various additional features that have not been illustrated for the sake of brevity, and so as not to obscure more pertinent features of the example implementations disclosed herein, and that a different arrangement of features may be possible.
Input and output buffers 123, 110 provide an interface to host system 109 through data connections 101. Similarly, storage medium I/O 128 provides an interface to storage medium 130 though data connections 103. In some implementations, storage medium I/O 128 includes read and write circuitry.
In some implementations, management module 121 includes a processor 122 configured to execute instructions in one or more programs, e.g., programs in management module 121. However, those skilled in the art will appreciate from the present disclosure that, in some implementations, processor 122 is shared by one or more components within, and in some cases, beyond the function of memory controller 120. Management module 121 is coupled to input and output buffers 123, 110, error control module 125 and storage medium I/O 128 in order to coordinate the operation of these components. In some implementations, the operations performed by 2DXOR encoder/decoder 129 are performed instead by processor 122. In some implementations, operations performed by 2DXOR encoder/decoder 129 are performed by a specialized processor.
Error control module 125 is coupled between storage medium I/O 128 and input and output buffer 123. In some implementations, error control module 125 is provided to limit the number of uncorrectable errors inadvertently introduced into data. To that end, error control module 125 includes encoder 126 and decoder 127. Encoder 126 encodes data using an error control code such as BCH or LDPC to produce a codeword, which is subsequently stored in storage medium 130. When the encoded data is read from storage medium 130, decoder 127 applies a decoding process to recover the data, and correct errors within the error correcting capability of the error control code. Error control module 125 is also coupled with RAM 124 and 2DXOR Encoder/Decoder 129, whose operation will be described in greater detail below. Those skilled in the art will appreciate from the present disclosure that various error control codes have different error detection and correction capacities, and that particular codes are selected for various applications for reasons beyond the scope of this disclosure. As such, an exhaustive review of the various types of error control codes is not provided herein for the sake of brevity. Moreover, those skilled in the art will appreciate that each type or family of error control codes may have encoding and decoding algorithms that are particular to the type or family of error control codes. On the other hand some algorithms, such as the Viterbi algorithm, may be utilized at least to some extent in the decoding of a number of different types or families of error control codes. So again, for the sake of brevity, an exhaustive description of the various types of encoding and decoding algorithms generally available and known to those skilled in the art is not provided herein.
During a write operation, input buffer 123 receives data to be stored in storage medium 130 from host system 109. Data in input buffer 123 is made available to encoder 126, which encodes the data to produce a codeword. The codeword is made available to storage medium I/O 128, which transfers the codeword to storage medium 130 in a manner dependent on the type of storage medium being utilized. During a read operation for the same data, storage medium I/O 128 accesses the portion of storage medium 130 in which the corresponding codeword is stored so as to read the codeword, and provides the codeword to decoder 127. When decoding by decoder 127 is successful, the resulting decoded data is provided to I/O buffer 123, where the decoded data is made available to host system 109. In some embodiments, when the decoding is not successful, memory controller 120 transfers from storage medium 130 data read from an entire quadrant, the quadrant including the codeword that was not successfully decoded, to 2DXOR Encoder/Decoder 129 for 2D XOR recovery, as described in greater detail below.
FIG. 2 in conjunction with FIG. 4 illustrates an exemplary organization of a memory device 200 (e.g., memory 131, FIG. 1, or a portion thereof). Memory device 200 includes one or more chips 203, each of which includes one or more die 204, 205. Memory device 200 is logically organized into logical banks 202 (e.g., logical banks 202-1, 202-2, etc.). Each logical bank 202 comprises a set of die that includes one or more die. In some embodiments, the respective set of die in a particular logical bank is disjoint (i.e., non-overlapping) from the set of die in any different logical bank. In some implementations, blocks within a respective bank are assigned a logical block addresses ranging from 0 to Nd−1, where N is the number of blocks per die (e.g., 256) and d is the number of die per bank. A particular block is then uniquely identified by block and bank number (e.g., block 27 of bank 202-3). This organization lends itself to the construction of logical SuperBlocks, which, in some embodiments, include the same block on each bank in memory device 200 (e.g., SuperBlock 0 includes block 0 from bank 202-1, block 0 from bank 202-2, and so on). This organization also lends itself to the construction of logical SuperPages, which, in some embodiments, include the same page in each block included in a SuperBlock (e.g., SuperPage 0 of SuperBlock 0 includes page 0 of block 0 from bank 202-1, page 0 of block 0 from bank 202-2, and so on). It will be apparent to those of skill in the art that aspects of the preceding organization of memory device 200 are merely exemplary, including: the number of die per chip, the number of die per bank, the number of banks, the number of blocks per bank, the number of pages per block, and so on.
FIGS. 3A-3C illustrate exemplary logical organizations of SuperBlocks and SuperPages into quadrants.
FIG. 3A illustrates a plurality of SuperBlocks and their corresponding SuperPages. In some embodiments, the blocks in a respective SuperBlock are designated “even” or “odd” based on predefined block designation criteria. In some embodiments, the predefined block designation criteria are met for a respective block when a predefined respective bit in the block address for the respective block is equal to a predetermined value (e.g., “0” or “1”). In some embodiments, each block has an assigned block number and the predefined block designation criteria include that the block number modulo two value is equal to a first predefined value (e.g., “0” or “1”). For example, when the first predefined value is “0” and SuperBlock 4 includes block 4 in every bank of the memory device, each block in SuperBlock 4 is designated an even block. Thus, in this exemplary manner, each SuperBlock is collection of entirely even or odd blocks. In some embodiments, pages are designated as even or odd pages in an analogous manner, as described in more detail with reference to method 600.
In some embodiments, memory is divided logically into quadrants, each quadrant including an equal number of even and odd blocks and an equal number of even and odd pages. For example, in FIG. 3A, a quadrant 300 includes SuperPage 0 and SuperPage 1 from SuperBlock 0 and SuperBlock 1, respectively. SuperBlock 0, in this example, includes entirely even blocks (by virtue of meeting predefined block criteria, also referred to as predefined block designation criteria). SuperBlock 1 includes entirely odd blocks (by virtue of not meeting the predefined block criteria). SuperPage 0 (of either SuperBlock) includes entirely even pages (by virtue of meeting predefined page criteria, also referred to as predefined page designation criteria). SuperPage 1 (of either SuperBlock) includes entirely odd pages (by virtue of not meeting the predefined page criteria). An example of the predefined block criteria used to create this quadrant is that the least significant bit of each respective block address is equal to “0.” An example of the predefined page criteria used to create this quadrant is that the least significant bit of each respective page address is equal to “0.” The manner in which SuperBlocks are paired within a quadrant is a design decision. For example, in this case, SuperBlock 0 is paired with SuperBlock 1 because they are adjacent. However, for example, SuperBlock 0 could have been paired with SuperBlock 3, while SuperBlock 2 could be paired with SuperBlock 1. Likewise, the manner in which SuperPages are paired within a quadrant is similarly a design decision.
FIG. 3B illustrates an alternative embodiment of a quadrant. An example of the predefined block criteria used to create this quadrant is that the least significant bit of each respective block address is equal to “0.” An example of the predefined page criteria used to create this quadrant is that the second least significant bit of each respective page address is equal to “0”.
FIG. 3C illustrates an alternative embodiment of a quadrant. An example of the predefined block criteria used to create this quadrant is that the second least significant bit of each respective block address is equal to “0”. An example of the predefined page criteria used to create this quadrant is that the second least significant bit of each respective page address is equal to “0”.
In some embodiments, it is convenient to perform reading and writing operations with respect to an entire quadrant. For example, a device reads an entire quadrant at once and stores the resulting data in storage medium I/O 128 or RAM 124 (FIG. 1). As another example, a device writes an entire quadrant at once by storing data for the quadrant in RAM 124 (FIG. 1) and then writing that data to the quadrant in storage medium 130. Optionally, the data stored in RAM 124 is routed through encoder 126 of error control module 125, so as to add error correction codes to the data and thereby form complete code words, and then the resulting encoded data is written to storage medium 130 via storage medium I/O 128.
FIG. 4 illustrates an exemplary quadrant storing a set of row check words and a set of diagonal check words. Each codeword in the quadrant corresponds to a single row check word of the set of row check words and a single diagonal check word of the set of diagonal check words. Each row check word in the quadrant is encoded with a value that is a result of a mathematical operation performed on a respective row set comprising a set of codewords corresponding to the row check word (e.g., a mathematical operation performed by 2DXOR Encoder/Decoder 129). Similarly, each diagonal check word in the quadrant is encoded with a value that is a result of a mathematical operation performed on a respective diagonal set comprising a set of codewords corresponding to the diagonal check word (e.g., with 2DXOR Encoder/Decoder 129). In the example shown in FIG. 4, codeword 408 corresponds to row check word Rx13 and diagonal check word Dx03. Stated another way, codeword 408 is a codeword in the row set for row check word Rx13 and is also a codeword in the diagonal set for diagonal check word Dx03.
As noted above, in this disclosure the row check words and diagonal check words are not codewords. Furthermore, in some embodiments, the row check words are not included in the diagonal set for any diagonal check word, and the diagonal check words are not included in the row set for any row check word. However, in some other embodiments, even though diagonal check words are not codewords, the row set for each row check word includes one diagonal check word in addition to a set of codewords, while the diagonal set for each diagonal check word includes only codewords. This latter set of embodiments is what is shown in FIG. 4, with the row set for row check word Rx13 including diagonal check word Dx03, but the diagonal set for each diagonal check word including only codewords. In yet other embodiments, the diagonal set for each diagonal check word includes one diagonal check word in addition to a set of codewords, while the row set for each row check word includes only codewords. The latter two sets of embodiments have the advantage that half the check words (either the diagonal check words, or the row check words, but not both) are protected by the other check words, which incrementally improves error correction performance of the data storage system.
Every codeword stored in the quadrant is recoverable using a first level data correction methodology in conjunction with first level error-correction codes (e.g., BCH or LDPC parity values) embedded in the codeword, or if the first level data correction fails, by using a second level data correction methodology such as the inverse XOR operation described with reference to FIG. 5A-5C in conjunction with the row check word or diagonal check word corresponding to the codeword requiring recovery, or a combination thereof, unless the quadrant stores at least four codewords (i.e., a first, second, third and fourth codewords), that are not correctable using the first level data correction methodology and the following conditions are met: the first codeword and second codeword are members of the set of codewords corresponding to a first diagonal check word, the first codeword and third codeword are members of the set of codewords corresponding to a first row check word, the third codeword and fourth codeword are members of the set of codewords corresponding to a second diagonal check word distinct from the first diagonal check word, and the second codeword and fourth codewords are members of the set of codewords corresponding to a second row check word distinct from the first row check word. As a result, randomly or pseudo-randomly distributed data retention errors in the quadrant do not result in the loss of any data in the quadrant unless the aforementioned specific predefined pattern or combination of data retention errors occurs.
FIG. 5A-5C illustrates an example of an XOR technique to recover a corrupted codeword that is unrecoverable using first level error correction methodology. In FIG. 5A, prior to corruption (e.g., when data is first written) a set of data elements D={D1,D2,D3,D4} are XORed together and the result is stored in a parity check word P. In FIG. 5B, a corrupted codeword D2 is detected (e.g., using an error-detecting code embedded in D2). In FIG. 5C, D2 is recovered by XORing the set D2 (recovered)={D1,D3,D4,P}. Further details of this example are described with reference to operation 656 of method 600, described with reference to FIGS. 6A-6E.
FIGS. 6A-6E are flow diagrams illustrating a method 600 for multi-dimensional RAID data protection. In some embodiments, various operations in method 600 are performed at a memory device (e.g., storage medium 130 in data storage system 100, FIG. 1). In some embodiments, various operations in method 600 are performed at a memory controller 120 coupled to a storage medium 130. Some operations in method 600 are, optionally, combined and/or the order of some operations is, optionally, changed. For ease of explanation, embodiments described with reference to method 600 are described with reference to a single data storage system 100 (“the device”) having a memory controller. The data storage system optionally includes specialized processors to, for example, perform mathematical operations, such as the mathematical operations for performing encoding and decoding of data using a first level error encoding and correction methodology (e.g., BCH or LDPC), and/or for performing encoding and recovery of data using the second level error encoding and recovery methodology (e.g., 2DXOR).
As described below, the method 600 provides multi-dimensional RAID data protection for persistent memory devices. The method can recover data that would otherwise be lost due to a large number of random retention errors, e.g., random retention errors associated with a storage medium having one or more die nearing the end of their useful life. The method can also recover data in the event of at least a single page loss, a single bank loss, or a single chip/die loss. The method therefore increases the reliability of persistent memory devices, increasing their lifetimes and therefore decreasing cost to users.
The device stores (602) data elements in memory having a plurality of banks of nonvolatile memory cells. Each bank has one or more die. Each die has a memory array that includes a plurality of memory blocks including even blocks and odd blocks, each memory block having a plurality of pages, including even pages and odd pages, where the one or more die of each bank are distinct from the one or more die of every other bank of the plurality of banks
In some embodiments, each of the data elements is (604) a codeword that includes both data and parity elements. For example, in some very simple implementations, a single parity bit (e.g., parity bits 504, FIG. 5A) corresponding to a codeword is used to ensure that the number of bits with the value one in a codeword is even or odd. For example, when a codeword comprises 4 data bits with values “1001”, an even parity bit is set to “0” (e.g., to ensure an even number of “1's” in the sequence “10010,” which has two “1's” including the parity bit). As another example, when a codeword comprises 4 data bits set to “1011”, an even parity bit is set to “1” (e.g., to ensure an even number of “1's” in the sequence “10111,” which now has four “1's” including the parity bit). It bears noting that codewords are normally much larger (in the range of kilobytes) and that this example has been provided for simplicity of explanation. Furthermore, in some embodiments, the number of data “0's” is used in lieu of the number of data “1's” in determining the parity. The device can, in certain circumstances, determine when a codeword has been corrupted (e.g., when an odd number of bits in the codeword are corrupted, the device is able to detect that the parity bit is incorrect) and attempt to recover the bit. While a simple scheme has been described above, more sophisticated data correction schemes (e.g., BCH, LDPC, etc.) should be considered within the scope of the current disclosure. Such schemes optionally include cyclic redundancy checks, checksums, cryptographic hash functions and the like.
In some embodiments, the plurality of memory banks includes (606) first level parity information for each data element stored in the plurality of memory banks. The first level parity information is for correcting errors, if any, in respective data elements using a first level data correction methodology. For example, in some embodiments, the first level parity information is an error-correction code such as BCH or LDPC. The plurality of memory banks also stores row check words and diagonal check words for correcting errors in respective data elements using a second level data correction methodology, as described below.
The memory is logically divided (608) into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks, and for each block in the quadrant, one or more even pages and one or more odd pages.
In some embodiments, the even blocks in the quadrant comprise (610) blocks in the quadrant satisfying predefined block designation criteria, and the odd blocks in the quadrant comprise blocks in the quadrant not satisfying the predefined block designation criteria. In some embodiments, the predefined block designation criteria are met (612) for a respective block when a predefined respective bit in a block address for the respective block is equal to a predetermined value. In some embodiments, the predefined respective bit is (614) one of the group consisting of: a most significant bit (MSB) and a least significant bit (LSB). For example, in some implementations, the predefined block designation criteria are met for a respective block when the MSB in a block address for the respective block is equal to 0. In this case, if block addresses consist of 4 bits (a simplified example) the following block addresses are examples of even blocks using a little endian scheme: 0000, 0010, 0100, 0001. As another example, in some implementations, the predefined block designation criteria are met for a respective block when the LSB in a block address for the respective block is equal to 0. In this case, if block addresses consist of 4 bits (a simplified example) the following block addresses are examples of even blocks using a little endian scheme: 1000, 1010, 1100, 1110.
In some embodiments, each block has (616) an assigned block number (e.g., a logical value) and the predefined block designation criteria comprises blocks whose block number modulo two has a first predefined value. For example, in some implementations, the first predefined value is 1. In this example, blocks with respective block number equal to 7, 63, and 2011 are all examples of even blocks. As another example, in some implementations, the first predefined value is 0. In this additional example, blocks with respective block number equal to 6, 62, and 2012 are all examples of even blocks.
In some embodiments, the even pages in the quadrant comprise (618) pages in the quadrant satisfying predefined page designation criteria, and the odd pages in the quadrant comprise pages in the quadrant not satisfying the predefined page designation criteria. In some embodiments, the predefined page designation criteria are met (620) for a respective page when a predefined respective bit in a page address for the respective page is equal to a predetermined value. In some embodiments, the predefined respective bit is (622) one of the group consisting of: a most significant bit (MSB) and a least significant bit (LSB). For example, in some implementations, the predefined page designation criteria are met for a respective page when the MSB in a page address for the respective page is equal to 0. In this case, if page addresses consist of 4 bits (a simplified example) the following page addresses are examples of even pages using a little endian scheme: 0000, 0010, 0100, 0001. As another example, in some implementations, the predefined page designation criteria are met for a respective page when the LSB in a page address for the respective page is equal to 0. In this case, if page addresses consist of 4 bits (a simplified example) the following page addresses are examples of even pages using a little endian scheme: 1000, 1010, 1100, 1110.
In some embodiments, each page has (624) an assigned page number (e.g., a logical value) and the predefined page designation criteria comprises pages whose page number modulo two has a first predefined value. For example, in some implementations, the first predefined value is 1. In this example, pages with respective page number equal to 7, 63, and 2011 are all examples of even pages. As another example, in some implementations, the first predefined value is 0. In this additional example, pages with respective page number equal to 6, 62, and 2012 are all examples of even pages.
As mentioned above, the device stores (626) in each quadrant a set of row check words and a set of diagonal check words. Each row check word in the quadrant is (or includes) (628) a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word, and each diagonal check word in the quadrant is (or includes) a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word. In some embodiments, the mathematical operation is (630) an “exclusive or” (XOR) operation. For example, FIG. 4 shows an exemplary row set (e.g., the codewords with a forward slash fill pattern, including codeword 408 and excluding Rx13) corresponding to the row check word labeled “Rx13.” In some embodiments, the row check word corresponding to “Rx13” is encoded with the result an XOR operation performed on all the data elements in the row set as well as the diagonal check word (DX03) in the same row as the data elements of the row set. Row check word Rx13 is not a data element and is not part of its own row set (i.e., Rx13 is not part of the row set corresponding to row check word Rx13.
No more than two data elements in the row set for a respective row check word are stored (631) in the same bank of the plurality of banks. In addition, in some embodiments, no more than one data element in the row set is stored (632) in the same bank of the plurality of banks.
Furthermore, no more than two data elements in the diagonal set for a respective diagonal check word are stored (634) in the same bank of the plurality of banks. In addition, in some embodiments, no more than one data element in the diagonal set is stored (636) in the same bank of the plurality of banks.
A first portion of the data elements in the row set are stored (638) in a first set of blocks, the first set of blocks comprising entirely even blocks or entirely odd blocks. A first complementary portion of the data elements in the row set are stored (640) in a second set of blocks, the second set of blocks comprising a set of blocks complementary to the first set of blocks and comprising entirely odd blocks or even blocks. For example, referring to FIG. 4 and assuming that “block 0” in each bank is an even block and that “block 1” in each bank is an odd block, half the data elements in the row set corresponding to Rx13 are stored in even blocks, shown in FIG. 4 in the upper half of the quadrant, and half the data elements in the same row set are stored in odd blocks, shown in FIG. 4 in the lower half of the quadrant.
A second portion of the data elements in the row set are stored (642) in a first set of pages, the first set of pages comprising entirely even pages or entirely odd pages. A second complementary portion of the data elements in the row set are stored (644) in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or entirely even pages. For example, referring to FIG. 4 and assuming that all the pages in SuperPage 0 in each bank is an even page and that all the pages in SuperPage 1″ in each bank is an odd page, half the data elements in the row set corresponding to Rx13 are stored in odd pages, shown in FIG. 4 in the upper half of the quadrant, and half the data elements in the same row set are stored in even pages, shown in FIG. 4 in the lower half of the quadrant.
A first portion of the data elements in the diagonal set corresponding to a diagonal check word are stored (646) in the first set of blocks. A first complementary portion of the data elements in the diagonal set are stored (648) in the second set of blocks. For example, half of the data elements in the diagonal set corresponding to diagonal check word Dx00 are stored in blocks in the upper half of the quadrant depicted in FIG. 4, and half are stored in block sin the low half of the quadrant. Furthermore, all data elements in the diagonal set are stored (650) in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages. For example, and referring to FIG. 4 and assuming that all the pages in SuperPage 1″ in each bank is an odd page, all data elements in the diagonal set corresponding to diagonal check word Dx00 are stored in odd pages, located in the right half of the quadrant depicted in FIG. 4.
In some embodiments, each row set corresponding to a respective row check word includes (652) one or more diagonal check words from the set of diagonal check words (e.g., Dx03 is included in the row set corresponding to Rx13, FIG. 4). In some other embodiments, each diagonal set corresponding to a respective diagonal check word includes (654) one or more row check words from the set of row check words.
The device reads (656) a respective data element from a respective quadrant of the memory. In accordance with a determination that the respective data element is not recoverable using a first level data correction methodology, the device recovers (658) the respective data element using a respective check word, comprising a row check word of the set of row check words stored in the respective quadrant of the memory or a diagonal check word of the set of diagonal check words stored in the respective quadrant of the memory, by performing a complementary mathematical operation on the respective check word with all data elements, excluding the respective data element, of a set of data elements corresponding to the respective check word. For example, in some implementations, a single corrupted data element in a row set is recovered by performing an XOR operation on the corresponding row check word and the N−1 row set that excludes the corrupted data element (e.g., as shown in FIG. 5C). For example, if a row set consists of data elements {D1, D2, D3, D4} and corresponds to a row check word P, then D2 is recovered by performing the operation D2=D1⊕D3⊕D4⊕P (where the ⊕ symbol indicates a bitwise XOR operator). In some implementations, a single corrupted data element in a diagonal set is recovered by performing an XOR operation on the corresponding diagonal check word and the N−1 diagonal set that excludes the corrupted data element (e.g., as shown in FIG. 5C in a manner analogous to the operations described with reference to the row set).
In some circumstances, the device recovers multiple corrupted data elements in a single quadrant (e.g., multiple data elements that cannot be recovered using first level methodology). In some circumstances, when multiple corrupted data elements exist in a single quadrant, the device recovers as many individual data elements as possible using the row check words, then recovers as many individual data elements as possible using the diagonal check words, and then repeats the process (each iteration of which may be called a cycle) until either all corrupted data elements have been recovered, or the process completes an entire cycle that fails to recover any corrupted data elements while the quadrant continues to include one or more corrupted data elements.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the claims. As used in the description of the embodiments and the appended claims, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will also be understood that the term “and/or” as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
As used herein, the term “if” may be construed to mean “when” or “upon” or “in response to determining” or “in accordance with a determination” or “in response to detecting,” that a stated condition precedent is true, depending on the context. Similarly, the phrase “if it is determined [that a stated condition precedent is true]” or “if [a stated condition precedent is true]” or “when [a stated condition precedent is true]” may be construed to mean “upon determining” or “in response to determining” or “in accordance with a determination” or “upon detecting” or “in response to detecting” that the stated condition precedent is true, depending on the context.
The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated.

Claims (24)

What is claimed is:
1. A persistent memory device, comprising:
memory comprising a plurality of banks of nonvolatile memory cells, each bank comprising one or more die, each die comprising a memory array having a plurality of memory blocks including even blocks and odd blocks, each memory block having a plurality of pages, including even pages and odd pages, and storing a plurality of data elements;
wherein the one or more die of each bank are distinct from the one or more die of every other bank of the plurality of banks;
wherein:
the memory is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks, and for each block in the quadrant, one or more even pages and one or more odd pages;
each quadrant stores a set of row check words and a set of diagonal check words;
each data element in the quadrant corresponds to a single row check word of the set of row check words and a single diagonal check word of the set of diagonal check words;
each row check word in the quadrant comprising a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word, wherein:
no more than two data elements in the row set are stored in the same bank of the plurality of banks;
a first portion of the data elements in the row set are stored in a first set of blocks, the first set of blocks comprising entirely even or entirely odd blocks;
a first complementary portion of the data elements in the row set are stored in a second set of blocks, the second set of blocks comprising a set of blocks complementary to the first set of blocks and comprising entirely odd blocks or entirely even blocks;
a second portion of the data elements in the row set are stored in a first set of pages, the first set of pages comprising entirely even pages or entirely odd pages; and
a second complementary portion of the data elements in the row set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or entirely even pages;
each diagonal check word in the quadrant comprising a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word;
no more than two data elements in the diagonal set are stored in the same bank of the plurality of banks;
a first portion of the data elements in the diagonal set are stored in the first set of blocks;
a first complementary portion of the data elements in the diagonal set are stored in the second set of blocks; and
all the data elements in the diagonal set are stored in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages.
2. The persistent memory device of claim 1, wherein the even blocks in the quadrant comprise blocks in the quadrant satisfying predefined block designation criteria, and the odd blocks in the quadrant comprise blocks in the quadrant not satisfying the predefined block designation criteria.
3. The persistent memory device of claim 2, wherein the predefined block designation criteria are met for a respective block when a predefined respective bit in a block address for the respective block is equal to a predetermined value.
4. The persistent memory device of claim 3, wherein the predefined respective bit is one of the group consisting of: a most significant bit and a least significant bit.
5. The persistent memory device of claim 2, wherein each block has an assigned block number and the predefined block designation criteria comprises blocks whose block number modulo two has a first predefined value.
6. The persistent memory device of claim 1, wherein the even pages in the quadrant comprise pages in the quadrant satisfying predefined page designation criteria, and the odd pages in the quadrant comprise pages in the quadrant not satisfying the predefined page designation criteria.
7. The persistent memory device of claim 6, wherein the predefined page designation criteria are met for a respective page when a predefined respective bit in a page address for the respective page is equal to a predetermined value.
8. The persistent memory device of claim 7, wherein the predefined respective bit is one of the group consisting of: a most significant bit and a least significant bit.
9. The persistent memory device of claim 6, wherein each page has an assigned page number and the predefined page designation criteria comprises pages whose page number modulo two has a first predefined value.
10. The persistent memory device of claim 1, wherein each of the data elements comprises a codeword that includes both data and parity elements.
11. The persistent memory device of claim 1, wherein:
each row set corresponding to a respective row check word includes one or more diagonal check words from the set of diagonal check words.
12. The persistent memory device of claim 1, wherein:
each diagonal set corresponding to a respective diagonal check word includes one or more row check words from the set of row check words.
13. The persistent memory device of claim 1, wherein the mathematical operation comprises an XOR operation.
14. The persistent memory device of claim 1, wherein the plurality of memory banks includes first level parity information for each data element stored in the plurality of memory banks, the first level parity information for correcting errors, if any, in respective data elements using a first level data correction methodology, and wherein the row check words and diagonal check words are for correcting errors in respective data elements using a second level data correction methodology.
15. The persistent memory device of claim 14, wherein:
wherein every data element stored in the memory is recoverable using the first level data correction methodology, the second level data correction methodology or a combination thereof, unless:
the memory stores at least four data elements, comprising first, second, third and fourth data elements, that are not correctable using the first level data correction methodology,
the first data element and second data element are members of the set of data elements corresponding to a first diagonal check word;
the first data element and third data element are members of the set of data elements corresponding to a first row check word;
the third data element and fourth data element are members of the set of data elements corresponding to a second diagonal check word distinct from the first diagonal check word; and
the second data element and fourth data elements are members of the set of data elements corresponding to a second row check word distinct from the first row check word.
16. The persistent memory device of claim 15, wherein
the first data element and second data element are both stored in the even blocks, and the third data element and fourth data element are both stored in the odd blocks; and
the first data element and second data element are both stored in a third set of pages comprising entirely even pages or entirely odd pages, and the third data element and the fourth data element are stored in a fourth set of pages comprising a set of pages complementary to the third set of pages and comprising entirely odd pages or entirely even pages.
17. The persistent memory device of claim 1, wherein no more than one data element in the row set is stored in the same bank of the plurality of banks.
18. The persistent memory device of claim 17, wherein no more than one data element in the diagonal set is stored in the same bank of the plurality of banks.
19. The persistent memory device of claim 1, wherein each die has an equal numbers of even blocks and odd blocks, and each memory block has equal numbers of even pages and odd pages.
20. A method of storing data in and recovering data from a persistent memory device, comprising:
storing data elements in memory comprising a plurality of banks of nonvolatile memory cells, each bank comprising one or more die, each die comprising a memory array having a plurality of memory blocks including even blocks and odd blocks, each memory block having a plurality of pages, including even pages and odd pages; wherein the one or more die of each bank are distinct from the one or more die of every other bank of the plurality of banks;
wherein, the memory is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks, and for each block in the quadrant, one or more even pages and one or more odd pages;
storing in each quadrant a set of row check words and a set of diagonal check words;
each row check word in the quadrant comprising a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word;
each diagonal check word in the quadrant comprising a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word;
reading a respective data element from a respective quadrant of the memory, and
in accordance with a determination that the respective data element is not recoverable using a first level data correction methodology, recovering the respective data element using a respective check word, comprising a row check word of the set of row check words stored in the respective quadrant of the memory or a diagonal check word of the set of diagonal check words stored in the respective quadrant of the memory, by performing a complementary mathematical operation on the respective check word with all data elements, excluding the respective data element, of a set of data elements corresponding to the respective check word;
wherein:
no more than two data elements in the row set for a respective row check word are stored in the same bank of the plurality of banks;
a first portion of the data elements in the row set are stored in a first set of blocks, the first set of blocks comprising entirely even or entirely odd blocks;
a first complementary portion of the data elements in the row set are stored in a second set of blocks, the second set of blocks comprising a set of blocks complementary to the first set of blocks and comprising entirely odd blocks or entirely even blocks, wherein:
a second portion of the data elements in the row set are stored in a first set of pages, the first set of pages comprising entirely even pages or entirely odd pages;
a second complementary portion of the data elements in the row set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or entirely even pages;
no more than two data elements in the diagonal set for a respective diagonal check word are stored in the same bank of the plurality of banks;
a first portion of the data elements in the diagonal set are stored in the first set of blocks;
a first complementary portion of the data elements in the diagonal set are stored in the second set of blocks; and
all the data elements in the diagonal set are stored in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages.
21. The method of claim 20, wherein the even blocks in the quadrant comprise blocks in the quadrant satisfying predefined block designation criteria, and the odd blocks in the quadrant comprise blocks in the quadrant not satisfying the predefined block designation criteria.
22. A persistent memory device, comprising:
memory comprising a plurality of banks of nonvolatile memory cells, each bank comprising one or more die, each die comprising a memory array having a plurality of memory blocks including even blocks and odd blocks, each memory block having a plurality of pages, including even pages and odd pages, and storing a plurality of data elements;
wherein the one or more die of each bank are distinct from the one or more die of every other bank of the plurality of banks;
wherein:
the memory is logically divided into a set of quadrants, each quadrant including, for every bank in the plurality of banks, one or more even blocks and one or more odd blocks, and for each block in the quadrant, one or more even pages and one or more odd pages;
each quadrant stores a set of row check words and a set of diagonal check words;
each data element in the quadrant corresponds to a single row check word of the set of row check words and a single diagonal check word of the set of diagonal check words;
each row check word in the quadrant comprising a value encoded with a result of a mathematical operation performed on a respective row set comprising a set of data elements corresponding to the row check word, wherein:
no more than two data elements in the row set are stored in the same bank of the plurality of banks;
a first portion of the data elements in the row set are stored in a first set of blocks, the first set of blocks comprising entirely even or entirely odd blocks; and
a first complementary portion of the data elements in the row set are stored in a second set of blocks, the second set of blocks comprising a set of blocks complementary to the first set of blocks and comprising entirely odd blocks or entirely even blocks;
each diagonal check word in the quadrant comprising a value encoded with a result of a mathematical operation performed on a respective diagonal set comprising a set of data elements corresponding to the diagonal check word;
no more than two data elements in the diagonal set are stored in the same bank of the plurality of banks;
a first portion of the data elements in the diagonal set are stored in the first set of blocks;
a first complementary portion of the data elements in the diagonal set are stored in the second set of blocks;
a second portion of the data elements in the diagonal set are stored in a first set of pages, the first set of pages comprising entirely even pages or entirely odd pages; and
a second complementary portion of the data elements in the diagonal set are stored in a second set of pages, the second set of pages comprising a set of pages complementary to the first set of pages and comprising entirely odd pages or entirely even pages;
wherein all the data elements in the row set are stored in a single set of pages, the single set of pages comprising only pages in the first set of pages or only pages in the second set of pages.
23. The persistent memory device of claim 22, wherein the even blocks in the quadrant comprise blocks in the quadrant satisfying predefined block designation criteria, and the odd blocks in the quadrant comprise blocks in the quadrant not satisfying the predefined block designation criteria.
24. The persistent memory device of claim 23, wherein the predefined block designation criteria are met for a respective block when a predefined respective bit in a block address for the respective block is equal to a predetermined value.
US13/831,707 2012-12-31 2013-03-15 Systems, methods, and devices for multi-dimensional flash RAID data protection Active 2033-10-23 US9003264B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/831,707 US9003264B1 (en) 2012-12-31 2013-03-15 Systems, methods, and devices for multi-dimensional flash RAID data protection

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201261747779P 2012-12-31 2012-12-31
US13/831,707 US9003264B1 (en) 2012-12-31 2013-03-15 Systems, methods, and devices for multi-dimensional flash RAID data protection

Publications (1)

Publication Number Publication Date
US9003264B1 true US9003264B1 (en) 2015-04-07

Family

ID=52745294

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/831,707 Active 2033-10-23 US9003264B1 (en) 2012-12-31 2013-03-15 Systems, methods, and devices for multi-dimensional flash RAID data protection

Country Status (1)

Country Link
US (1) US9003264B1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150363287A1 (en) * 2014-06-11 2015-12-17 International Business Machines Corporation Bank-level fault management in a memory system
US9823863B1 (en) * 2014-06-30 2017-11-21 Sk Hynix Memory Solutions Inc. Sub-blocks and meta pages for mapping table rebuild
CN108053852A (en) * 2017-11-03 2018-05-18 华中科技大学 A kind of wiring method of the resistance-variable storing device based on crosspoint array
EP3398074A4 (en) * 2015-12-31 2019-01-02 Texas Instruments Incorporated Protecting data memory in a signal processing system
CN109144767A (en) * 2017-06-16 2019-01-04 西部数据技术公司 Restore and regenerate using the data of parity check code
US10545824B2 (en) 2015-06-08 2020-01-28 International Business Machines Corporation Selective error coding
TWI750811B (en) * 2020-09-16 2021-12-21 英柏得科技股份有限公司 A data protection system for a memory, a data-writing protection method for a memory, and a data-reading protection method for a memory
CN115329399A (en) * 2022-10-13 2022-11-11 江苏华存电子科技有限公司 NAND-based vertical and horizontal RAID4 data protection management method and system
DE202022106894U1 (en) 2022-12-08 2023-01-03 Ali Alferaidi System for improving cyber security by detecting and monitoring data corruption using artificial intelligence
TWI810871B (en) * 2022-03-29 2023-08-01 睿寬智能科技有限公司 Alternate raid coding method

Citations (208)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4916652A (en) 1987-09-30 1990-04-10 International Business Machines Corporation Dynamic multiple instruction stream multiple data multiple pipeline apparatus for floating-point single instruction stream single data architectures
US5270979A (en) 1991-03-15 1993-12-14 Sundisk Corporation Method for optimum erasing of EEPROM
US5519847A (en) 1993-06-30 1996-05-21 Intel Corporation Method of pipelining sequential writes in a flash memory
US5530705A (en) 1995-02-08 1996-06-25 International Business Machines Corporation Soft error recovery system and method
US5537555A (en) 1993-03-22 1996-07-16 Compaq Computer Corporation Fully pipelined and highly concurrent memory controller
US5551003A (en) 1992-12-11 1996-08-27 International Business Machines Corporation System for managing log structured array (LSA) of DASDS by managing segment space availability and reclaiming regions of segments using garbage collection procedure
US5657332A (en) 1992-05-20 1997-08-12 Sandisk Corporation Soft errors handling in EEPROM devices
US5666114A (en) 1994-11-22 1997-09-09 International Business Machines Corporation Method and means for managing linear mapped address spaces storing compressed data at the storage subsystem control unit or device level
US5708849A (en) 1994-01-26 1998-01-13 Intel Corporation Implementing scatter/gather operations in a direct memory access device on a personal computer
US5765185A (en) 1995-03-17 1998-06-09 Atmel Corporation EEPROM array with flash-like core having ECC or a write cache or interruptible load cycles
US5943692A (en) 1997-04-30 1999-08-24 International Business Machines Corporation Mobile client computer system with flash memory management utilizing a virtual address map and variable length data
US5982664A (en) 1997-10-22 1999-11-09 Oki Electric Industry Co., Ltd. Semiconductor memory capable of writing and reading data
US6000006A (en) 1997-08-25 1999-12-07 Bit Microsystems, Inc. Unified re-map and cache-index table with dual write-counters for wear-leveling of non-volatile flash RAM mass storage
US6016560A (en) 1995-06-14 2000-01-18 Hitachi, Ltd. Semiconductor memory, memory device, and memory card
US6018304A (en) 1997-12-18 2000-01-25 Texas Instruments Incorporated Method and apparatus for high-rate n/n+1 low-complexity modulation codes with adjustable codeword length and error control capability
US6070074A (en) 1998-04-24 2000-05-30 Trw Inc. Method for enhancing the performance of a regenerative satellite communications system
US6138261A (en) 1998-04-29 2000-10-24 Trw Inc. Concatenated coding system for satellite communications
US6182264B1 (en) 1998-05-22 2001-01-30 Vlsi Technology, Inc. Smart dynamic selection of error correction methods for DECT based data services
US6192092B1 (en) 1998-06-15 2001-02-20 Intel Corp. Method and apparatus for clock skew compensation
US6295592B1 (en) 1998-07-31 2001-09-25 Micron Technology, Inc. Method of processing memory requests in a pipelined memory controller
US6311263B1 (en) 1994-09-23 2001-10-30 Cambridge Silicon Radio Limited Data processing circuits and interfaces
US20020024846A1 (en) 1996-09-30 2002-02-28 Takayuki Kawahara Semiconductor integrated circuit and data processing system
US6412042B1 (en) 1999-11-17 2002-06-25 Maxtor Corporation System and method for improved disk drive performance and reliability
US20020083299A1 (en) 2000-12-22 2002-06-27 International Business Machines Corporation High speed remote storage controller
US6442076B1 (en) 2000-06-30 2002-08-27 Micron Technology, Inc. Flash memory with multiple status reading capability
US6449625B1 (en) 1999-04-20 2002-09-10 Lucent Technologies Inc. Use of a two-way stack approach to optimize flash memory management for embedded database systems
JP2002532806A (en) 1998-12-18 2002-10-02 ユニシス コーポレーション Computer system and method for operating multiple operating systems in different partitions of a computer system so that different partitions can communicate with each other via shared memory
US20020152305A1 (en) 2000-03-03 2002-10-17 Jackson Gregory J. Systems and methods for resource utilization analysis in information management environments
US20020162075A1 (en) 2001-04-30 2002-10-31 Talagala Nisha D. Storage array employing scrubbing operations at the disk-controller level
US20020165896A1 (en) 2001-05-02 2002-11-07 Kim Jason Seung-Min Multiprocessor communication system and method
US6484224B1 (en) 1999-11-29 2002-11-19 Cisco Technology Inc. Multi-interface symmetric multiprocessor
US6516437B1 (en) 2000-03-07 2003-02-04 General Electric Company Turbo decoder control for use with a programmable interleaver, variable block length, and multiple code rates
US20030041299A1 (en) 2001-08-23 2003-02-27 Fujitsu Limited Memory controller for multilevel cell memory
US20030043829A1 (en) 2001-07-06 2003-03-06 Abbas Rashid Cross-bar switch employing a multiple entry point FIFO
US20030088805A1 (en) 2001-09-28 2003-05-08 Tim Majni Error indication in a raid memory system
US20030093628A1 (en) 2001-11-14 2003-05-15 Matter Eugene P. Memory adaptedt to provide dedicated and or shared memory to multiple processors and method therefor
US20030188045A1 (en) 2000-04-13 2003-10-02 Jacobson Michael B. System and method for distributing storage controller tasks
US20030189856A1 (en) 2002-04-04 2003-10-09 Samsung Electronics Co., Ltd. Multi-level flash memory with temperature compensation
US20030198100A1 (en) 2001-12-04 2003-10-23 Hitachi, Ltd. Method of controlling the operation of non-volatile semiconductor memory chips
US20030212719A1 (en) 2002-05-08 2003-11-13 Hitachi, Ltd. Method for heap memory management and computer system using the same method
US6678788B1 (en) 2000-05-26 2004-01-13 Emc Corporation Data type and topological data categorization and ordering for a mass storage system
US20040024957A1 (en) 2001-08-07 2004-02-05 Chun-Hung Lin Window-based flash memory storage system and management and access methods thereof
US20040024963A1 (en) 2002-08-05 2004-02-05 Nisha Talagala Method and system for striping data to accommodate integrity metadata
US20040073829A1 (en) 1998-07-16 2004-04-15 Olarig Sompong P. Fail-over of multiple memory blocks in multiple memory modules in computer system
US6757768B1 (en) 2001-05-17 2004-06-29 Cisco Technology, Inc. Apparatus and technique for maintaining order among requests issued over an external bus of an intermediate network node
US20040153902A1 (en) 2003-01-21 2004-08-05 Nexflash Technologies, Inc. Serial flash integrated circuit having error detection and correction
US6775792B2 (en) 2001-01-29 2004-08-10 Snap Appliance, Inc. Discrete mapping of parity blocks
US20040181734A1 (en) 2003-03-14 2004-09-16 Saliba George A. Extended error correction codes
EP1465203A1 (en) 2003-04-03 2004-10-06 Samsung Electronics Co., Ltd. Nonvolatile memory with page copy capability and method thereof
US20040199714A1 (en) 1995-07-31 2004-10-07 Petro Estakhri Increasing the memory performance of flash memory devices by writing sectors simultaneously to multiple flash memory devices
US6810440B2 (en) 1999-06-09 2004-10-26 Qlogic Corporation Method and apparatus for automatically transferring I/O blocks between a host system and a host adapter
US20040237018A1 (en) 2003-05-23 2004-11-25 Riley Dwight D. Dual decode scheme
US6836808B2 (en) 2002-02-25 2004-12-28 International Business Machines Corporation Pipelined packet processing
US6836815B1 (en) 2001-07-11 2004-12-28 Pasternak Solutions Llc Layered crossbar for interconnection of multiple processors and shared memories
US6842436B2 (en) 1999-12-17 2005-01-11 Siemens Aktiengesellschaft Multiport-RAM memory device
US20050060501A1 (en) 2003-09-16 2005-03-17 Denali Software, Inc. Port independent data transaction interface for multi-port devices
US20050060456A1 (en) 2003-09-16 2005-03-17 Denali Software, Inc. Method and apparatus for multi-port memory controller
US6871257B2 (en) 2002-02-22 2005-03-22 Sandisk Corporation Pipelined parallel programming operation in a non-volatile memory system
US6895464B2 (en) 2002-06-03 2005-05-17 Honeywell International Inc. Flash memory management system and method utilizing multiple block list windows
US20050114587A1 (en) 2003-11-22 2005-05-26 Super Talent Electronics Inc. ExpressCard with On-Card Flash Memory with Shared Flash-Control Bus but Separate Ready Lines
US20050172065A1 (en) 2004-01-30 2005-08-04 Micron Technology, Inc. Data move method and apparatus
US20050172207A1 (en) 2004-01-30 2005-08-04 Radke William H. Error detection and correction scheme for a memory device
US20050193161A1 (en) 2004-02-26 2005-09-01 Lee Charles C. System and method for controlling flash memory
US20050201148A1 (en) 2004-03-12 2005-09-15 Super Talent Electronics, Inc. Flash memory device and architecture with multi level cells
US20050231765A1 (en) 2003-12-16 2005-10-20 Matsushita Electric Industrial Co., Ltd. Information recording medium, data processing apparatus and data processing method
US20050257120A1 (en) 2004-05-13 2005-11-17 Gorobets Sergey A Pipelined data relocation and improved chip architectures
US20050273560A1 (en) 2004-06-03 2005-12-08 Hulbert Jared E Method and apparatus to avoid incoherency between a cache memory and flash memory
US6978343B1 (en) 2002-08-05 2005-12-20 Netlogic Microsystems, Inc. Error-correcting content addressable memory
US6981205B2 (en) 2001-10-23 2005-12-27 Lenovo (Singapore) Pte Ltd Data storage apparatus, read data processor, and read data processing method
US6980985B1 (en) 2000-08-30 2005-12-27 At&T Corp. Distributed evalulation of directory queries using a topology cache
US20050289314A1 (en) 2004-06-23 2005-12-29 Adusumilli Vijaya P Simultaneous external read operation during internal programming in a flash memory device
US6988171B2 (en) 1999-03-03 2006-01-17 International Business Machines Corporation Method and system for recovery of meta data in a storage controller
US20060039227A1 (en) 2004-08-17 2006-02-23 Lawrence Lai Memory device having staggered memory operations
US20060039196A1 (en) 2003-10-03 2006-02-23 Gorobets Sergey A Corrected data storage and handling methods
US20060053246A1 (en) 2004-08-30 2006-03-09 Lee Schweiray J Systems and methods for providing nonvolatile memory management in wireless phones
US7020017B2 (en) 2004-04-06 2006-03-28 Sandisk Corporation Variable programming of non-volatile memory
US7028165B2 (en) 2000-12-06 2006-04-11 Intel Corporation Processor stalling
US7032123B2 (en) 2001-10-19 2006-04-18 Sun Microsystems, Inc. Error recovery
US20060087893A1 (en) 2004-10-27 2006-04-27 Sony Corporation Storage device and information processing system
US7043505B1 (en) 2003-01-28 2006-05-09 Unisys Corporation Method variation for collecting stability data from proprietary systems
US20060136570A1 (en) 2003-06-10 2006-06-22 Pandya Ashish A Runtime adaptable search processor
US20060156177A1 (en) 2004-12-29 2006-07-13 Sailesh Kottapalli Method and apparatus for recovering from soft errors in register files
US20060195650A1 (en) 2005-02-25 2006-08-31 Su Zhiqiang J Method to detect NAND-flash parameters by hardware automatically
US7111293B1 (en) 1998-06-03 2006-09-19 Ants Software, Inc. Method for increased concurrency in a computer system
US20060259528A1 (en) 2005-05-13 2006-11-16 Microsoft Corporation Implementation for collecting unmanaged memory
US20070011413A1 (en) 2004-01-29 2007-01-11 Yusuke Nonaka Storage system having a plurality of interfaces
US20070058446A1 (en) 2005-09-15 2007-03-15 Hynix Semiconductor Inc. Erase and Program Method of Flash Memory Device for Increasing Program Speed of Flash Memory Device
US20070061597A1 (en) 2005-09-14 2007-03-15 Micky Holtzman Secure yet flexible system architecture for secure devices with flash mass storage memory
WO2007036834A2 (en) 2005-09-27 2007-04-05 Nxp B.V. Error detection / correction circuit and corresponding method
US20070076479A1 (en) 2005-09-30 2007-04-05 Mosaid Technologies Incorporated Multiple independent serial link memory
US20070083697A1 (en) 2005-10-07 2007-04-12 Microsoft Corporation Flash memory management
US20070081408A1 (en) 2005-10-06 2007-04-12 Oh Suk Kwon Multi-chip semiconductor memory device having internal power supply voltage generation circuit for decreasing current consumption
US20070091677A1 (en) 2005-10-25 2007-04-26 M-Systems Flash Disk Pioneers Ltd. Method for recovering from errors in flash memory
US20070113019A1 (en) 2005-11-17 2007-05-17 International Business Machines Corporation Fast path memory read request processing in a multi-level memory architecture
US20070133312A1 (en) 2000-05-10 2007-06-14 Micron Technology, Inc. Flash with consistent latency for read operations
US20070147113A1 (en) 2005-12-28 2007-06-28 Nima Mokhlesi Alternate sensing techniques for non-volatile memories
US20070150790A1 (en) 2005-12-27 2007-06-28 Gross Stephen J Method of storing downloadable firmware on bulk media
US20070157064A1 (en) 2005-12-27 2007-07-05 D.S.P. Group Ltd. Systems and methods for error corrections
WO2007080586A2 (en) 2006-01-10 2007-07-19 Saifun Semiconductors Ltd. Rd algorithm improvement for nrom technology
US20070174579A1 (en) 2006-01-20 2007-07-26 Samsung Electronics Co., Ltd. Apparatus for collecting garbage block of nonvolatile memory according to power state and method of collecting the same
US20070180188A1 (en) 2006-02-02 2007-08-02 Akira Fujibayashi Virtual path storage system and control method for the same
US20070201274A1 (en) 2000-01-06 2007-08-30 Super Talent Electronics Inc. Cell-Downgrading and Reference-Voltage Adjustment for a Multi-Bit-Cell Flash Memory
US20070234143A1 (en) 2006-01-25 2007-10-04 Samsung Electronics Co., Ltd. Semiconductor memory devices and methods of testing for failed bits of semiconductor memory devices
US20070245061A1 (en) 2006-04-13 2007-10-18 Intel Corporation Multiplexing a parallel bus interface and a flash memory interface
US20070277036A1 (en) 2003-05-23 2007-11-29 Washington University, A Corporation Of The State Of Missouri Intelligent data storage and processing using fpga devices
US20070279988A1 (en) 2006-05-17 2007-12-06 Micron Technology, Inc. Apparatus and method for reduced peak power consumption during common operation of multi-NAND flash memory devices
US20070294496A1 (en) 2006-06-19 2007-12-20 Texas Instruments Incorporated Methods, apparatus, and systems for secure demand paging and other paging operations for processor devices
US20070291556A1 (en) 2006-06-19 2007-12-20 Teruhiko Kamei Programming Differently Sized Margins and Sensing with Compensations at Select States for Improved Read Operations in Non-Volatile Memory
US20070300130A1 (en) 2006-05-17 2007-12-27 Sandisk Corporation Method of Error Correction Coding for Multiple-Sector Pages in Flash Memory Devices
US20080022163A1 (en) 2006-06-28 2008-01-24 Hitachi, Ltd. Storage system and data protection method therefor
US20080019182A1 (en) 2006-07-20 2008-01-24 Kosuke Yanagidaira Semiconductor memory device and control method of the same
US7328377B1 (en) 2004-01-27 2008-02-05 Altera Corporation Error correction for programmable logic integrated circuits
US20080052446A1 (en) 2006-08-28 2008-02-28 Sandisk Il Ltd. Logical super block mapping for NAND flash memory
US20080056005A1 (en) 2006-08-30 2008-03-06 Micron Technology, Inc. Non-volatile memory cell read failure reduction
US20080077841A1 (en) 2006-09-27 2008-03-27 Gonzalez Carlos J Methods of Cell Population Distribution Assisted Read Margining
US20080077937A1 (en) 2006-07-28 2008-03-27 Samsung Electronics Co., Ltd. Multipath accessible semiconductor memory device with host interface between processors
US20080086677A1 (en) 2006-10-10 2008-04-10 Xueshi Yang Adaptive systems and methods for storing and retrieving data to and from memory cells
US20080147964A1 (en) 2004-02-26 2008-06-19 Chow David Q Using various flash memory cells to build usb data flash cards with multiple partitions and autorun function
US20080147998A1 (en) 2006-12-18 2008-06-19 Samsung Electronics Co., Ltd. Method and apparatus for detecting static data area, wear-leveling, and merging data units in nonvolatile data storage device
US20080144371A1 (en) 2005-10-12 2008-06-19 Macronix International Co., Ltd. Systems and methods for programming a memory device
US20080148124A1 (en) 2004-06-04 2008-06-19 Yan Zhang Method and system for detecting and correcting errors while accessing memory devices in microprocessor systems
US20080168191A1 (en) 2007-01-10 2008-07-10 Giora Biran Barrier and Interrupt Mechanism for High Latency and Out of Order DMA Device
US20080168319A1 (en) 2007-01-08 2008-07-10 Samsung Electronics Co., Ltd. Flash memory Device Error Correction Code Controllers and Related Methods and Memory Systems
US20080170460A1 (en) 2007-01-17 2008-07-17 Samsung Electronics Co., Ltd Multi-path accessible semiconductor memory device having mailbox areas and mailbox access control method thereof
US20080229176A1 (en) 2003-12-22 2008-09-18 International Business Machines Corporation Method for fast ecc memory testing by software including ecc check byte
US20080229000A1 (en) 2007-03-12 2008-09-18 Samsung Electronics Co., Ltd. Flash memory device and memory system
US20080229003A1 (en) 2007-03-15 2008-09-18 Nagamasa Mizushima Storage system and method of preventing deterioration of write performance in storage system
WO2008121553A1 (en) 2007-03-29 2008-10-09 Sandisk Corporation Non-volatile storage with decoding of data using reliability metrics based on multiple reads
WO2008121577A1 (en) 2007-03-31 2008-10-09 Sandisk Corporation Soft bit data transmission for error correction control in non-volatile memory
US20080270680A1 (en) 2005-11-17 2008-10-30 Chee Keng Chang Controller for Non-Volatile Memories and Methods of Operating the Memory Controller
US20080282128A1 (en) 1999-08-04 2008-11-13 Super Talent Electronics, Inc. Method of Error Correction Code on Solid State Disk to Gain Data Security and Higher Performance
US20080285351A1 (en) 2007-05-14 2008-11-20 Mark Shlick Measuring threshold voltage distribution in memory using an aggregate characteristic
US20090003058A1 (en) 2007-06-28 2009-01-01 Samsung Electronics Co., Ltd. Flash memory device and method for adjusting read voltage of flash memory device
US20090037652A1 (en) 2003-12-02 2009-02-05 Super Talent Electronics Inc. Command Queuing Smart Storage Transfer Manager for Striping Data to Raw-NAND Flash Modules
WO2009028281A1 (en) 2007-08-31 2009-03-05 Kabushiki Kaisha Toshiba Semiconductor memory device and method of controlling the same
WO2009032945A1 (en) 2007-09-06 2009-03-12 Siliconsystems, Inc. Storage subsystem capable of adjusting ecc settings based on monitored conditions
US7516292B2 (en) 2003-05-09 2009-04-07 Fujitsu Limited Method for predicting and avoiding danger in execution environment
US7523157B2 (en) 2003-09-25 2009-04-21 International Business Machines Corporation Managing a plurality of processors as devices
US7529466B2 (en) 2001-08-06 2009-05-05 Sony Corporation Signal processing method and signal processing apparatus
US7527466B2 (en) 2003-04-03 2009-05-05 Simmons Robert J Building-erection structural member transporter
WO2009058140A1 (en) 2007-10-31 2009-05-07 Agere Systems Inc. Systematic error correction for multi-level flash memory
US20090125671A1 (en) 2006-12-06 2009-05-14 David Flynn Apparatus, system, and method for storage space recovery after reaching a read count limit
US20090144598A1 (en) 2007-11-30 2009-06-04 Tony Yoon Error correcting code predication system and method
US20090172260A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Flash memory controller and system including data pipelines incorporating multiple buffers
US20090172335A1 (en) 2007-12-31 2009-07-02 Anand Krishnamurthi Kulkarni Flash devices with raid
WO2009084724A1 (en) 2007-12-28 2009-07-09 Kabushiki Kaisha Toshiba Semiconductor storage device
US20090193058A1 (en) 2008-01-29 2009-07-30 Denali Software, Inc. System and method for providing copyback data integrity in a non-volatile memory system
US7571277B2 (en) 2006-11-06 2009-08-04 Hitachi, Ltd. Semiconductor memory system for flash memory
US20090222708A1 (en) 2008-03-01 2009-09-03 Kabushiki Kaisha Toshiba Error correcting device and error correcting method
US7596643B2 (en) 2007-02-07 2009-09-29 Siliconsystems, Inc. Storage subsystem with configurable buffer
WO2009134576A1 (en) 2008-04-30 2009-11-05 Apple Inc. Copyback optimization for memory system
US20090292972A1 (en) 2008-05-23 2009-11-26 Samsung Electronics Co., Ltd. Error correction apparatus, method thereof and memory device comprising the apparatus
US20090296486A1 (en) 2008-05-28 2009-12-03 Samsung Electronics Co., Ltd. Memory device and memory programming method
US20090296466A1 (en) 2008-05-28 2009-12-03 Samsung Electronics Co., Ltd. Memory device and memory programming method
US20090319864A1 (en) 2008-06-20 2009-12-24 Denali Software, Inc. Method and apparatus for dynamically configurable multi level error correction
US20100002506A1 (en) 2008-07-04 2010-01-07 Samsung Electronics Co., Ltd. Memory device and memory programming method
US20100061151A1 (en) 2008-09-11 2010-03-11 Toru Miwa Multi-pass programming for memory with reduced data storage requirement
US7681106B2 (en) 2006-03-29 2010-03-16 Freescale Semiconductor, Inc. Error correction device and methods thereof
US7685494B1 (en) 2006-05-08 2010-03-23 Marvell International, Ltd. Error correction coding for varying signal-to-noise ratio channels
US20100091535A1 (en) 2007-03-12 2010-04-15 Anobit Technologies Ltd Adaptive estimation of memory cell read thresholds
US7707481B2 (en) 2006-05-16 2010-04-27 Pitney Bowes Inc. System and method for efficient uncorrectable error detection in flash memory
US20100103737A1 (en) 2008-10-28 2010-04-29 Ki Tae Park Read Compensation Circuits and Apparatus Using Same
US20100161936A1 (en) 2008-12-22 2010-06-24 Robert Royer Method and system for queuing transfers of multiple non-contiguous address ranges with a single command
US20100199125A1 (en) 2009-02-04 2010-08-05 Micron Technology, Inc. Systems and Methods for Storing and Recovering Controller Data in Non-Volatile Memory Devices
US20100202196A1 (en) 2009-02-06 2010-08-12 Sang Kyu Lee Method of reading nonvolatile memory device and nonvolatile memory device for implementing the method
US20100208521A1 (en) 2009-02-17 2010-08-19 Samsung Electronics Co., Ltd. Nonvolatile memory device, method of operating nonvolatile memory device and memory system including nonvolatile memory device
US20100262889A1 (en) 2006-06-30 2010-10-14 Bains Kuljit S Reliability, availability, and serviceability in a memory device
US20100281342A1 (en) 2009-04-30 2010-11-04 Samsung Electronics Co., Ltd. Memory controller and memory system
US20100281207A1 (en) 2009-04-30 2010-11-04 Miller Steven C Flash-based data archive storage system
US7870326B2 (en) 2006-07-28 2011-01-11 Samsung Electronics Co., Ltd. Multiprocessor system and method thereof
US7890818B2 (en) 2007-03-28 2011-02-15 Samsung Electronics Co., Ltd. Read level control apparatuses and methods
US20110051513A1 (en) 2009-08-25 2011-03-03 Micron Technology, Inc. Methods, devices, and systems for dealing with threshold voltage change in memory devices
WO2011024015A1 (en) 2009-08-25 2011-03-03 Sandisk Il Ltd. Restoring data into a flash storage device
US7913022B1 (en) 2007-02-14 2011-03-22 Xilinx, Inc. Port interface modules (PIMs) in a multi-port memory controller (MPMC)
US20110083060A1 (en) 2009-10-05 2011-04-07 Kabushiki Kaisha Toshiba Memory system and control method for the same
US7925960B2 (en) 2006-11-07 2011-04-12 Macronix International Co., Ltd. Memory and method for checking reading errors thereof
US20110113281A1 (en) 2009-11-12 2011-05-12 Via Technologies, Inc. Data storage system and method
US7954041B2 (en) 2005-10-31 2011-05-31 Samsung Electronics Co., Ltd Apparatus and method for transmitting/receiving a signal in a communication system using a low density parity check code
US20110131444A1 (en) 2009-12-02 2011-06-02 Seagate Technology Llc Systems and methods for low wear operation of solid state memory
US7971112B2 (en) 2008-02-05 2011-06-28 Fujitsu Limited Memory diagnosis method
US7974368B2 (en) 2006-09-25 2011-07-05 Sunplus Technology Co., Ltd. Decoding method and system for real-time wireless channel estimation
US20110173378A1 (en) 2009-08-24 2011-07-14 Ocz Technology Group, Inc. Computer system with backup function and method therefor
US7996642B1 (en) 2007-04-25 2011-08-09 Marvell International Ltd. Digital locked loop on channel tagged memory requests for memory optimization
US20110199825A1 (en) 2010-02-17 2011-08-18 Samsung Electronics Co., Ltd. Nonvolatile memory device, operating method thereof, and memory system including the same
US8006161B2 (en) 2005-10-26 2011-08-23 Samsung Electronics Co., Ltd Apparatus and method for receiving signal in a communication system using a low density parity check code
US20110205823A1 (en) 2010-02-19 2011-08-25 Gerrit Jan Hemink Non-Volatile Storage With Temperature Compensation Based On Neighbor State Information
US20110213920A1 (en) 2009-08-11 2011-09-01 Texas Memory Systems, Inc. FLASH-based Memory System with Static or Variable Length Page Stripes Including Data Protection Information and Auxiliary Protection Stripes
US20110231600A1 (en) 2006-03-29 2011-09-22 Hitachi, Ltd. Storage System Comprising Flash Memory Modules Subject to Two Wear - Leveling Process
US20110228601A1 (en) 2010-03-17 2011-09-22 Olbrich Aaron K Mlc self-raid flash data protection scheme
US8032724B1 (en) 2007-04-04 2011-10-04 Marvell International Ltd. Demand-driven opportunistic garbage collection in memory components
US8042011B2 (en) 2009-04-28 2011-10-18 Synopsys, Inc. Runtime programmable BIST for testing a multi-port memory device
US8069390B2 (en) 2006-07-25 2011-11-29 Commuications Coding Corporation Universal error control coding scheme for digital communication and data storage systems
US20120096217A1 (en) 2010-10-15 2012-04-19 Kyquang Son File system-aware solid-state storage management system
US20120110250A1 (en) 2010-11-03 2012-05-03 Densbits Technologies Ltd. Meethod, system and computer readable medium for copy back
US8190967B2 (en) 2006-12-08 2012-05-29 Samsung Electronics Co., Ltd. Parity check matrix storing method, block LDPC coding method, and apparatus using parity check matrix storing method
US20120151124A1 (en) 2010-12-08 2012-06-14 Sung Hoon Baek Non-Volatile Memory Device, Devices Having the Same, and Method of Operating the Same
US20120151294A1 (en) 2010-12-09 2012-06-14 Samsung Electronics Co., Ltd. Method and apparatus for correcting errors in memory device
US20120151253A1 (en) 2010-12-14 2012-06-14 Western Digital Technologies, Inc. System and method for maintaining a data redundancy scheme in a solid state memory in the event of a power loss
US20120195126A1 (en) 2008-01-22 2012-08-02 Micron Technology, Inc. Cell operation monitoring
US8254181B2 (en) 2008-11-24 2012-08-28 Samsung Electronics Co., Ltd. Nonvolatile memory device and programming method
US8259506B1 (en) 2009-03-25 2012-09-04 Apple Inc. Database of memory read thresholds
US20120239976A1 (en) 2010-07-09 2012-09-20 Stec, Inc. Apparatus and method for determining a read level of a flash memory after an inactive period of time
US20120284587A1 (en) 2008-06-18 2012-11-08 Super Talent Electronics, Inc. Super-Endurance Solid-State Drive with Endurance Translation Layer (ETL) and Diversion of Temp Files for Reduced Flash Wear
US8312349B2 (en) 2009-10-27 2012-11-13 Micron Technology, Inc. Error detection/correction based memory management
US8412985B1 (en) 2009-06-30 2013-04-02 Micron Technology, Inc. Hardwired remapped memory
US20130179646A1 (en) 2012-01-10 2013-07-11 Sony Corporation Storage control device, storage device, and control method for controlling storage control device
US20130343131A1 (en) 2012-06-26 2013-12-26 Lsi Corporation Fast tracking for flash channels
US20140095775A1 (en) 2012-01-12 2014-04-03 Fusion-io-Inc. Systems and methods for cache endurance

Patent Citations (230)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4916652A (en) 1987-09-30 1990-04-10 International Business Machines Corporation Dynamic multiple instruction stream multiple data multiple pipeline apparatus for floating-point single instruction stream single data architectures
US5270979A (en) 1991-03-15 1993-12-14 Sundisk Corporation Method for optimum erasing of EEPROM
US5657332A (en) 1992-05-20 1997-08-12 Sandisk Corporation Soft errors handling in EEPROM devices
US5551003A (en) 1992-12-11 1996-08-27 International Business Machines Corporation System for managing log structured array (LSA) of DASDS by managing segment space availability and reclaiming regions of segments using garbage collection procedure
US5537555A (en) 1993-03-22 1996-07-16 Compaq Computer Corporation Fully pipelined and highly concurrent memory controller
US5519847A (en) 1993-06-30 1996-05-21 Intel Corporation Method of pipelining sequential writes in a flash memory
US5708849A (en) 1994-01-26 1998-01-13 Intel Corporation Implementing scatter/gather operations in a direct memory access device on a personal computer
US6311263B1 (en) 1994-09-23 2001-10-30 Cambridge Silicon Radio Limited Data processing circuits and interfaces
US5666114A (en) 1994-11-22 1997-09-09 International Business Machines Corporation Method and means for managing linear mapped address spaces storing compressed data at the storage subsystem control unit or device level
US5530705A (en) 1995-02-08 1996-06-25 International Business Machines Corporation Soft error recovery system and method
US5765185A (en) 1995-03-17 1998-06-09 Atmel Corporation EEPROM array with flash-like core having ECC or a write cache or interruptible load cycles
US6016560A (en) 1995-06-14 2000-01-18 Hitachi, Ltd. Semiconductor memory, memory device, and memory card
US20040199714A1 (en) 1995-07-31 2004-10-07 Petro Estakhri Increasing the memory performance of flash memory devices by writing sectors simultaneously to multiple flash memory devices
US20020024846A1 (en) 1996-09-30 2002-02-28 Takayuki Kawahara Semiconductor integrated circuit and data processing system
US5943692A (en) 1997-04-30 1999-08-24 International Business Machines Corporation Mobile client computer system with flash memory management utilizing a virtual address map and variable length data
US6000006A (en) 1997-08-25 1999-12-07 Bit Microsystems, Inc. Unified re-map and cache-index table with dual write-counters for wear-leveling of non-volatile flash RAM mass storage
US5982664A (en) 1997-10-22 1999-11-09 Oki Electric Industry Co., Ltd. Semiconductor memory capable of writing and reading data
US6018304A (en) 1997-12-18 2000-01-25 Texas Instruments Incorporated Method and apparatus for high-rate n/n+1 low-complexity modulation codes with adjustable codeword length and error control capability
US6070074A (en) 1998-04-24 2000-05-30 Trw Inc. Method for enhancing the performance of a regenerative satellite communications system
US6138261A (en) 1998-04-29 2000-10-24 Trw Inc. Concatenated coding system for satellite communications
US6182264B1 (en) 1998-05-22 2001-01-30 Vlsi Technology, Inc. Smart dynamic selection of error correction methods for DECT based data services
US7111293B1 (en) 1998-06-03 2006-09-19 Ants Software, Inc. Method for increased concurrency in a computer system
US6192092B1 (en) 1998-06-15 2001-02-20 Intel Corp. Method and apparatus for clock skew compensation
US20040073829A1 (en) 1998-07-16 2004-04-15 Olarig Sompong P. Fail-over of multiple memory blocks in multiple memory modules in computer system
US6295592B1 (en) 1998-07-31 2001-09-25 Micron Technology, Inc. Method of processing memory requests in a pipelined memory controller
JP2002532806A (en) 1998-12-18 2002-10-02 ユニシス コーポレーション Computer system and method for operating multiple operating systems in different partitions of a computer system so that different partitions can communicate with each other via shared memory
US6988171B2 (en) 1999-03-03 2006-01-17 International Business Machines Corporation Method and system for recovery of meta data in a storage controller
US6449625B1 (en) 1999-04-20 2002-09-10 Lucent Technologies Inc. Use of a two-way stack approach to optimize flash memory management for embedded database systems
US6810440B2 (en) 1999-06-09 2004-10-26 Qlogic Corporation Method and apparatus for automatically transferring I/O blocks between a host system and a host adapter
US20080282128A1 (en) 1999-08-04 2008-11-13 Super Talent Electronics, Inc. Method of Error Correction Code on Solid State Disk to Gain Data Security and Higher Performance
US6412042B1 (en) 1999-11-17 2002-06-25 Maxtor Corporation System and method for improved disk drive performance and reliability
US6484224B1 (en) 1999-11-29 2002-11-19 Cisco Technology Inc. Multi-interface symmetric multiprocessor
US6842436B2 (en) 1999-12-17 2005-01-11 Siemens Aktiengesellschaft Multiport-RAM memory device
US20070201274A1 (en) 2000-01-06 2007-08-30 Super Talent Electronics Inc. Cell-Downgrading and Reference-Voltage Adjustment for a Multi-Bit-Cell Flash Memory
US20020152305A1 (en) 2000-03-03 2002-10-17 Jackson Gregory J. Systems and methods for resource utilization analysis in information management environments
US6516437B1 (en) 2000-03-07 2003-02-04 General Electric Company Turbo decoder control for use with a programmable interleaver, variable block length, and multiple code rates
US20030188045A1 (en) 2000-04-13 2003-10-02 Jacobson Michael B. System and method for distributing storage controller tasks
US20070133312A1 (en) 2000-05-10 2007-06-14 Micron Technology, Inc. Flash with consistent latency for read operations
US6678788B1 (en) 2000-05-26 2004-01-13 Emc Corporation Data type and topological data categorization and ordering for a mass storage system
US6442076B1 (en) 2000-06-30 2002-08-27 Micron Technology, Inc. Flash memory with multiple status reading capability
US6980985B1 (en) 2000-08-30 2005-12-27 At&T Corp. Distributed evalulation of directory queries using a topology cache
US7028165B2 (en) 2000-12-06 2006-04-11 Intel Corporation Processor stalling
US20020083299A1 (en) 2000-12-22 2002-06-27 International Business Machines Corporation High speed remote storage controller
US6775792B2 (en) 2001-01-29 2004-08-10 Snap Appliance, Inc. Discrete mapping of parity blocks
US20020162075A1 (en) 2001-04-30 2002-10-31 Talagala Nisha D. Storage array employing scrubbing operations at the disk-controller level
US20020165896A1 (en) 2001-05-02 2002-11-07 Kim Jason Seung-Min Multiprocessor communication system and method
US6757768B1 (en) 2001-05-17 2004-06-29 Cisco Technology, Inc. Apparatus and technique for maintaining order among requests issued over an external bus of an intermediate network node
US7184446B2 (en) 2001-07-06 2007-02-27 Juniper Networks, Inc. Cross-bar switch employing a multiple entry point FIFO
US20030043829A1 (en) 2001-07-06 2003-03-06 Abbas Rashid Cross-bar switch employing a multiple entry point FIFO
US20070208901A1 (en) 2001-07-11 2007-09-06 Purcell Stephen C Layered crossbar for interconnection of multiple processors and shared memories
US6836815B1 (en) 2001-07-11 2004-12-28 Pasternak Solutions Llc Layered crossbar for interconnection of multiple processors and shared memories
US7529466B2 (en) 2001-08-06 2009-05-05 Sony Corporation Signal processing method and signal processing apparatus
US20040024957A1 (en) 2001-08-07 2004-02-05 Chun-Hung Lin Window-based flash memory storage system and management and access methods thereof
US20030041299A1 (en) 2001-08-23 2003-02-27 Fujitsu Limited Memory controller for multilevel cell memory
US20060085671A1 (en) 2001-09-28 2006-04-20 Tim Majni Error indication in a raid memory system
US20030088805A1 (en) 2001-09-28 2003-05-08 Tim Majni Error indication in a raid memory system
US7032123B2 (en) 2001-10-19 2006-04-18 Sun Microsystems, Inc. Error recovery
US6981205B2 (en) 2001-10-23 2005-12-27 Lenovo (Singapore) Pte Ltd Data storage apparatus, read data processor, and read data processing method
US20030093628A1 (en) 2001-11-14 2003-05-15 Matter Eugene P. Memory adaptedt to provide dedicated and or shared memory to multiple processors and method therefor
US20030198100A1 (en) 2001-12-04 2003-10-23 Hitachi, Ltd. Method of controlling the operation of non-volatile semiconductor memory chips
US6871257B2 (en) 2002-02-22 2005-03-22 Sandisk Corporation Pipelined parallel programming operation in a non-volatile memory system
US6836808B2 (en) 2002-02-25 2004-12-28 International Business Machines Corporation Pipelined packet processing
US20030189856A1 (en) 2002-04-04 2003-10-09 Samsung Electronics Co., Ltd. Multi-level flash memory with temperature compensation
US20030212719A1 (en) 2002-05-08 2003-11-13 Hitachi, Ltd. Method for heap memory management and computer system using the same method
US6895464B2 (en) 2002-06-03 2005-05-17 Honeywell International Inc. Flash memory management system and method utilizing multiple block list windows
US20040024963A1 (en) 2002-08-05 2004-02-05 Nisha Talagala Method and system for striping data to accommodate integrity metadata
US6978343B1 (en) 2002-08-05 2005-12-20 Netlogic Microsystems, Inc. Error-correcting content addressable memory
US20040153902A1 (en) 2003-01-21 2004-08-05 Nexflash Technologies, Inc. Serial flash integrated circuit having error detection and correction
US7043505B1 (en) 2003-01-28 2006-05-09 Unisys Corporation Method variation for collecting stability data from proprietary systems
US20040181734A1 (en) 2003-03-14 2004-09-16 Saliba George A. Extended error correction codes
US7162678B2 (en) 2003-03-14 2007-01-09 Quantum Corporation Extended error correction codes
US7527466B2 (en) 2003-04-03 2009-05-05 Simmons Robert J Building-erection structural member transporter
US20080163030A1 (en) 2003-04-03 2008-07-03 Samsung Electronics Co., Ltd. Nonvolatile memory with error correction for page copy operation and method thereof
EP1465203A1 (en) 2003-04-03 2004-10-06 Samsung Electronics Co., Ltd. Nonvolatile memory with page copy capability and method thereof
US7516292B2 (en) 2003-05-09 2009-04-07 Fujitsu Limited Method for predicting and avoiding danger in execution environment
US20040237018A1 (en) 2003-05-23 2004-11-25 Riley Dwight D. Dual decode scheme
US20070277036A1 (en) 2003-05-23 2007-11-29 Washington University, A Corporation Of The State Of Missouri Intelligent data storage and processing using fpga devices
US20060136570A1 (en) 2003-06-10 2006-06-22 Pandya Ashish A Runtime adaptable search processor
US20050060501A1 (en) 2003-09-16 2005-03-17 Denali Software, Inc. Port independent data transaction interface for multi-port devices
US20050060456A1 (en) 2003-09-16 2005-03-17 Denali Software, Inc. Method and apparatus for multi-port memory controller
US7100002B2 (en) 2003-09-16 2006-08-29 Denali Software, Inc. Port independent data transaction interface for multi-port devices
US7523157B2 (en) 2003-09-25 2009-04-21 International Business Machines Corporation Managing a plurality of processors as devices
US7173852B2 (en) 2003-10-03 2007-02-06 Sandisk Corporation Corrected data storage and handling methods
US20060039196A1 (en) 2003-10-03 2006-02-23 Gorobets Sergey A Corrected data storage and handling methods
US20050114587A1 (en) 2003-11-22 2005-05-26 Super Talent Electronics Inc. ExpressCard with On-Card Flash Memory with Shared Flash-Control Bus but Separate Ready Lines
US20090037652A1 (en) 2003-12-02 2009-02-05 Super Talent Electronics Inc. Command Queuing Smart Storage Transfer Manager for Striping Data to Raw-NAND Flash Modules
US20050231765A1 (en) 2003-12-16 2005-10-20 Matsushita Electric Industrial Co., Ltd. Information recording medium, data processing apparatus and data processing method
US20080229176A1 (en) 2003-12-22 2008-09-18 International Business Machines Corporation Method for fast ecc memory testing by software including ecc check byte
US7328377B1 (en) 2004-01-27 2008-02-05 Altera Corporation Error correction for programmable logic integrated circuits
US20070011413A1 (en) 2004-01-29 2007-01-11 Yusuke Nonaka Storage system having a plurality of interfaces
US20050172065A1 (en) 2004-01-30 2005-08-04 Micron Technology, Inc. Data move method and apparatus
US20050172207A1 (en) 2004-01-30 2005-08-04 Radke William H. Error detection and correction scheme for a memory device
US20080147964A1 (en) 2004-02-26 2008-06-19 Chow David Q Using various flash memory cells to build usb data flash cards with multiple partitions and autorun function
US20050193161A1 (en) 2004-02-26 2005-09-01 Lee Charles C. System and method for controlling flash memory
US20050201148A1 (en) 2004-03-12 2005-09-15 Super Talent Electronics, Inc. Flash memory device and architecture with multi level cells
US7020017B2 (en) 2004-04-06 2006-03-28 Sandisk Corporation Variable programming of non-volatile memory
US20050257120A1 (en) 2004-05-13 2005-11-17 Gorobets Sergey A Pipelined data relocation and improved chip architectures
US20050273560A1 (en) 2004-06-03 2005-12-08 Hulbert Jared E Method and apparatus to avoid incoherency between a cache memory and flash memory
US20080148124A1 (en) 2004-06-04 2008-06-19 Yan Zhang Method and system for detecting and correcting errors while accessing memory devices in microprocessor systems
US20050289314A1 (en) 2004-06-23 2005-12-29 Adusumilli Vijaya P Simultaneous external read operation during internal programming in a flash memory device
US20060039227A1 (en) 2004-08-17 2006-02-23 Lawrence Lai Memory device having staggered memory operations
US20060053246A1 (en) 2004-08-30 2006-03-09 Lee Schweiray J Systems and methods for providing nonvolatile memory management in wireless phones
US20060087893A1 (en) 2004-10-27 2006-04-27 Sony Corporation Storage device and information processing system
US20060156177A1 (en) 2004-12-29 2006-07-13 Sailesh Kottapalli Method and apparatus for recovering from soft errors in register files
US20060195650A1 (en) 2005-02-25 2006-08-31 Su Zhiqiang J Method to detect NAND-flash parameters by hardware automatically
US20060259528A1 (en) 2005-05-13 2006-11-16 Microsoft Corporation Implementation for collecting unmanaged memory
US20070061597A1 (en) 2005-09-14 2007-03-15 Micky Holtzman Secure yet flexible system architecture for secure devices with flash mass storage memory
US20090207660A1 (en) 2005-09-15 2009-08-20 Hynix Semiconductor Inc. Program method of flash memory device
US20070058446A1 (en) 2005-09-15 2007-03-15 Hynix Semiconductor Inc. Erase and Program Method of Flash Memory Device for Increasing Program Speed of Flash Memory Device
WO2007036834A2 (en) 2005-09-27 2007-04-05 Nxp B.V. Error detection / correction circuit and corresponding method
US20070076479A1 (en) 2005-09-30 2007-04-05 Mosaid Technologies Incorporated Multiple independent serial link memory
US20070081408A1 (en) 2005-10-06 2007-04-12 Oh Suk Kwon Multi-chip semiconductor memory device having internal power supply voltage generation circuit for decreasing current consumption
US20070083697A1 (en) 2005-10-07 2007-04-12 Microsoft Corporation Flash memory management
US20080144371A1 (en) 2005-10-12 2008-06-19 Macronix International Co., Ltd. Systems and methods for programming a memory device
US20070091677A1 (en) 2005-10-25 2007-04-26 M-Systems Flash Disk Pioneers Ltd. Method for recovering from errors in flash memory
US8006161B2 (en) 2005-10-26 2011-08-23 Samsung Electronics Co., Ltd Apparatus and method for receiving signal in a communication system using a low density parity check code
US7954041B2 (en) 2005-10-31 2011-05-31 Samsung Electronics Co., Ltd Apparatus and method for transmitting/receiving a signal in a communication system using a low density parity check code
US20080270680A1 (en) 2005-11-17 2008-10-30 Chee Keng Chang Controller for Non-Volatile Memories and Methods of Operating the Memory Controller
US20070113019A1 (en) 2005-11-17 2007-05-17 International Business Machines Corporation Fast path memory read request processing in a multi-level memory architecture
US20070150790A1 (en) 2005-12-27 2007-06-28 Gross Stephen J Method of storing downloadable firmware on bulk media
US20070157064A1 (en) 2005-12-27 2007-07-05 D.S.P. Group Ltd. Systems and methods for error corrections
US20070147113A1 (en) 2005-12-28 2007-06-28 Nima Mokhlesi Alternate sensing techniques for non-volatile memories
WO2007080586A2 (en) 2006-01-10 2007-07-19 Saifun Semiconductors Ltd. Rd algorithm improvement for nrom technology
US7774390B2 (en) 2006-01-20 2010-08-10 Samsung Electronics Co., Ltd. Apparatus for collecting garbage block of nonvolatile memory according to power state and method of collecting the same
US20070174579A1 (en) 2006-01-20 2007-07-26 Samsung Electronics Co., Ltd. Apparatus for collecting garbage block of nonvolatile memory according to power state and method of collecting the same
US20070234143A1 (en) 2006-01-25 2007-10-04 Samsung Electronics Co., Ltd. Semiconductor memory devices and methods of testing for failed bits of semiconductor memory devices
US20070180188A1 (en) 2006-02-02 2007-08-02 Akira Fujibayashi Virtual path storage system and control method for the same
US7681106B2 (en) 2006-03-29 2010-03-16 Freescale Semiconductor, Inc. Error correction device and methods thereof
US20110231600A1 (en) 2006-03-29 2011-09-22 Hitachi, Ltd. Storage System Comprising Flash Memory Modules Subject to Two Wear - Leveling Process
US20070245061A1 (en) 2006-04-13 2007-10-18 Intel Corporation Multiplexing a parallel bus interface and a flash memory interface
US7685494B1 (en) 2006-05-08 2010-03-23 Marvell International, Ltd. Error correction coding for varying signal-to-noise ratio channels
US7707481B2 (en) 2006-05-16 2010-04-27 Pitney Bowes Inc. System and method for efficient uncorrectable error detection in flash memory
US20070279988A1 (en) 2006-05-17 2007-12-06 Micron Technology, Inc. Apparatus and method for reduced peak power consumption during common operation of multi-NAND flash memory devices
US20070300130A1 (en) 2006-05-17 2007-12-27 Sandisk Corporation Method of Error Correction Coding for Multiple-Sector Pages in Flash Memory Devices
US20070291556A1 (en) 2006-06-19 2007-12-20 Teruhiko Kamei Programming Differently Sized Margins and Sensing with Compensations at Select States for Improved Read Operations in Non-Volatile Memory
US20070294496A1 (en) 2006-06-19 2007-12-20 Texas Instruments Incorporated Methods, apparatus, and systems for secure demand paging and other paging operations for processor devices
US7574554B2 (en) 2006-06-28 2009-08-11 Hitachi, Ltd. Storage system and data protection method therefor
US20080022163A1 (en) 2006-06-28 2008-01-24 Hitachi, Ltd. Storage system and data protection method therefor
US20100262889A1 (en) 2006-06-30 2010-10-14 Bains Kuljit S Reliability, availability, and serviceability in a memory device
US20080019182A1 (en) 2006-07-20 2008-01-24 Kosuke Yanagidaira Semiconductor memory device and control method of the same
US8069390B2 (en) 2006-07-25 2011-11-29 Commuications Coding Corporation Universal error control coding scheme for digital communication and data storage systems
US7870326B2 (en) 2006-07-28 2011-01-11 Samsung Electronics Co., Ltd. Multiprocessor system and method thereof
US20080077937A1 (en) 2006-07-28 2008-03-27 Samsung Electronics Co., Ltd. Multipath accessible semiconductor memory device with host interface between processors
US20080052446A1 (en) 2006-08-28 2008-02-28 Sandisk Il Ltd. Logical super block mapping for NAND flash memory
US20080056005A1 (en) 2006-08-30 2008-03-06 Micron Technology, Inc. Non-volatile memory cell read failure reduction
US7974368B2 (en) 2006-09-25 2011-07-05 Sunplus Technology Co., Ltd. Decoding method and system for real-time wireless channel estimation
US20080077841A1 (en) 2006-09-27 2008-03-27 Gonzalez Carlos J Methods of Cell Population Distribution Assisted Read Margining
US20080086677A1 (en) 2006-10-10 2008-04-10 Xueshi Yang Adaptive systems and methods for storing and retrieving data to and from memory cells
US7571277B2 (en) 2006-11-06 2009-08-04 Hitachi, Ltd. Semiconductor memory system for flash memory
US7925960B2 (en) 2006-11-07 2011-04-12 Macronix International Co., Ltd. Memory and method for checking reading errors thereof
US20090125671A1 (en) 2006-12-06 2009-05-14 David Flynn Apparatus, system, and method for storage space recovery after reaching a read count limit
US8190967B2 (en) 2006-12-08 2012-05-29 Samsung Electronics Co., Ltd. Parity check matrix storing method, block LDPC coding method, and apparatus using parity check matrix storing method
US20080147998A1 (en) 2006-12-18 2008-06-19 Samsung Electronics Co., Ltd. Method and apparatus for detecting static data area, wear-leveling, and merging data units in nonvolatile data storage device
US20080168319A1 (en) 2007-01-08 2008-07-10 Samsung Electronics Co., Ltd. Flash memory Device Error Correction Code Controllers and Related Methods and Memory Systems
US20080168191A1 (en) 2007-01-10 2008-07-10 Giora Biran Barrier and Interrupt Mechanism for High Latency and Out of Order DMA Device
US20080170460A1 (en) 2007-01-17 2008-07-17 Samsung Electronics Co., Ltd Multi-path accessible semiconductor memory device having mailbox areas and mailbox access control method thereof
US7840762B2 (en) 2007-01-17 2010-11-23 Samsung Electronics Co., Ltd Multi-path accessible semiconductor memory device having mailbox areas and mailbox access control method thereof
US7596643B2 (en) 2007-02-07 2009-09-29 Siliconsystems, Inc. Storage subsystem with configurable buffer
US7913022B1 (en) 2007-02-14 2011-03-22 Xilinx, Inc. Port interface modules (PIMs) in a multi-port memory controller (MPMC)
US20100091535A1 (en) 2007-03-12 2010-04-15 Anobit Technologies Ltd Adaptive estimation of memory cell read thresholds
US20080229000A1 (en) 2007-03-12 2008-09-18 Samsung Electronics Co., Ltd. Flash memory device and memory system
US20080229003A1 (en) 2007-03-15 2008-09-18 Nagamasa Mizushima Storage system and method of preventing deterioration of write performance in storage system
US7761655B2 (en) 2007-03-15 2010-07-20 Hitachi, Ltd. Storage system and method of preventing deterioration of write performance in storage system
US7890818B2 (en) 2007-03-28 2011-02-15 Samsung Electronics Co., Ltd. Read level control apparatuses and methods
WO2008121553A1 (en) 2007-03-29 2008-10-09 Sandisk Corporation Non-volatile storage with decoding of data using reliability metrics based on multiple reads
WO2008121577A1 (en) 2007-03-31 2008-10-09 Sandisk Corporation Soft bit data transmission for error correction control in non-volatile memory
US8032724B1 (en) 2007-04-04 2011-10-04 Marvell International Ltd. Demand-driven opportunistic garbage collection in memory components
US7996642B1 (en) 2007-04-25 2011-08-09 Marvell International Ltd. Digital locked loop on channel tagged memory requests for memory optimization
US20080285351A1 (en) 2007-05-14 2008-11-20 Mark Shlick Measuring threshold voltage distribution in memory using an aggregate characteristic
US20090003058A1 (en) 2007-06-28 2009-01-01 Samsung Electronics Co., Ltd. Flash memory device and method for adjusting read voltage of flash memory device
WO2009028281A1 (en) 2007-08-31 2009-03-05 Kabushiki Kaisha Toshiba Semiconductor memory device and method of controlling the same
WO2009032945A1 (en) 2007-09-06 2009-03-12 Siliconsystems, Inc. Storage subsystem capable of adjusting ecc settings based on monitored conditions
WO2009058140A1 (en) 2007-10-31 2009-05-07 Agere Systems Inc. Systematic error correction for multi-level flash memory
US20090144598A1 (en) 2007-11-30 2009-06-04 Tony Yoon Error correcting code predication system and method
US20090172308A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Storage controller for flash memory including a crossbar switch connecting a plurality of processors with a plurality of internal memories
US20090172258A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc Flash memory controller garbage collection operations performed independently in multiple flash memory groups
US7934052B2 (en) 2007-12-27 2011-04-26 Pliant Technology, Inc. System and method for performing host initiated mass storage commands using a hierarchy of data structures
US20090168525A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Flash memory controller having reduced pinout
US20090172260A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Flash memory controller and system including data pipelines incorporating multiple buffers
US20090172262A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Metadata rebuild in a flash memory controller following a loss of power
US20090172261A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Multiprocessor storage controller
US20090172499A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Patrol function used in flash storage controller to detect data errors
US20090172259A1 (en) 2007-12-27 2009-07-02 Pliant Technology, Inc. Mass storage controller volatile memory containing metadata related to flash memory storage
US7978516B2 (en) 2007-12-27 2011-07-12 Pliant Technology, Inc. Flash memory controller having reduced pinout
US20100037012A1 (en) 2007-12-28 2010-02-11 Hirokuni Yano Semiconductor Storage Device, Method of Controlling the Same, Controller and Information Processing Apparatus
WO2009084724A1 (en) 2007-12-28 2009-07-09 Kabushiki Kaisha Toshiba Semiconductor storage device
US20090172335A1 (en) 2007-12-31 2009-07-02 Anand Krishnamurthi Kulkarni Flash devices with raid
US20120195126A1 (en) 2008-01-22 2012-08-02 Micron Technology, Inc. Cell operation monitoring
US20090193058A1 (en) 2008-01-29 2009-07-30 Denali Software, Inc. System and method for providing copyback data integrity in a non-volatile memory system
US7971112B2 (en) 2008-02-05 2011-06-28 Fujitsu Limited Memory diagnosis method
US20090222708A1 (en) 2008-03-01 2009-09-03 Kabushiki Kaisha Toshiba Error correcting device and error correcting method
WO2009134576A1 (en) 2008-04-30 2009-11-05 Apple Inc. Copyback optimization for memory system
US20090292972A1 (en) 2008-05-23 2009-11-26 Samsung Electronics Co., Ltd. Error correction apparatus, method thereof and memory device comprising the apparatus
US20090296486A1 (en) 2008-05-28 2009-12-03 Samsung Electronics Co., Ltd. Memory device and memory programming method
US20090296466A1 (en) 2008-05-28 2009-12-03 Samsung Electronics Co., Ltd. Memory device and memory programming method
US20120284587A1 (en) 2008-06-18 2012-11-08 Super Talent Electronics, Inc. Super-Endurance Solid-State Drive with Endurance Translation Layer (ETL) and Diversion of Temp Files for Reduced Flash Wear
US20090319864A1 (en) 2008-06-20 2009-12-24 Denali Software, Inc. Method and apparatus for dynamically configurable multi level error correction
US20100002506A1 (en) 2008-07-04 2010-01-07 Samsung Electronics Co., Ltd. Memory device and memory programming method
US20100061151A1 (en) 2008-09-11 2010-03-11 Toru Miwa Multi-pass programming for memory with reduced data storage requirement
US20100103737A1 (en) 2008-10-28 2010-04-29 Ki Tae Park Read Compensation Circuits and Apparatus Using Same
US8254181B2 (en) 2008-11-24 2012-08-28 Samsung Electronics Co., Ltd. Nonvolatile memory device and programming method
US20100161936A1 (en) 2008-12-22 2010-06-24 Robert Royer Method and system for queuing transfers of multiple non-contiguous address ranges with a single command
US20100199125A1 (en) 2009-02-04 2010-08-05 Micron Technology, Inc. Systems and Methods for Storing and Recovering Controller Data in Non-Volatile Memory Devices
US20100202196A1 (en) 2009-02-06 2010-08-12 Sang Kyu Lee Method of reading nonvolatile memory device and nonvolatile memory device for implementing the method
US20100208521A1 (en) 2009-02-17 2010-08-19 Samsung Electronics Co., Ltd. Nonvolatile memory device, method of operating nonvolatile memory device and memory system including nonvolatile memory device
US8259506B1 (en) 2009-03-25 2012-09-04 Apple Inc. Database of memory read thresholds
US8042011B2 (en) 2009-04-28 2011-10-18 Synopsys, Inc. Runtime programmable BIST for testing a multi-port memory device
US20100281342A1 (en) 2009-04-30 2010-11-04 Samsung Electronics Co., Ltd. Memory controller and memory system
US20100281207A1 (en) 2009-04-30 2010-11-04 Miller Steven C Flash-based data archive storage system
US8412985B1 (en) 2009-06-30 2013-04-02 Micron Technology, Inc. Hardwired remapped memory
US20110213920A1 (en) 2009-08-11 2011-09-01 Texas Memory Systems, Inc. FLASH-based Memory System with Static or Variable Length Page Stripes Including Data Protection Information and Auxiliary Protection Stripes
US20110173378A1 (en) 2009-08-24 2011-07-14 Ocz Technology Group, Inc. Computer system with backup function and method therefor
US20110051513A1 (en) 2009-08-25 2011-03-03 Micron Technology, Inc. Methods, devices, and systems for dealing with threshold voltage change in memory devices
WO2011024015A1 (en) 2009-08-25 2011-03-03 Sandisk Il Ltd. Restoring data into a flash storage device
US20110083060A1 (en) 2009-10-05 2011-04-07 Kabushiki Kaisha Toshiba Memory system and control method for the same
US8312349B2 (en) 2009-10-27 2012-11-13 Micron Technology, Inc. Error detection/correction based memory management
US20110113281A1 (en) 2009-11-12 2011-05-12 Via Technologies, Inc. Data storage system and method
US20110131444A1 (en) 2009-12-02 2011-06-02 Seagate Technology Llc Systems and methods for low wear operation of solid state memory
US20110199825A1 (en) 2010-02-17 2011-08-18 Samsung Electronics Co., Ltd. Nonvolatile memory device, operating method thereof, and memory system including the same
US20110205823A1 (en) 2010-02-19 2011-08-25 Gerrit Jan Hemink Non-Volatile Storage With Temperature Compensation Based On Neighbor State Information
US20110228601A1 (en) 2010-03-17 2011-09-22 Olbrich Aaron K Mlc self-raid flash data protection scheme
US20120239976A1 (en) 2010-07-09 2012-09-20 Stec, Inc. Apparatus and method for determining a read level of a flash memory after an inactive period of time
US20120096217A1 (en) 2010-10-15 2012-04-19 Kyquang Son File system-aware solid-state storage management system
US20120110250A1 (en) 2010-11-03 2012-05-03 Densbits Technologies Ltd. Meethod, system and computer readable medium for copy back
US20120151124A1 (en) 2010-12-08 2012-06-14 Sung Hoon Baek Non-Volatile Memory Device, Devices Having the Same, and Method of Operating the Same
US20120151294A1 (en) 2010-12-09 2012-06-14 Samsung Electronics Co., Ltd. Method and apparatus for correcting errors in memory device
US20120151253A1 (en) 2010-12-14 2012-06-14 Western Digital Technologies, Inc. System and method for maintaining a data redundancy scheme in a solid state memory in the event of a power loss
US20130179646A1 (en) 2012-01-10 2013-07-11 Sony Corporation Storage control device, storage device, and control method for controlling storage control device
US20140095775A1 (en) 2012-01-12 2014-04-03 Fusion-io-Inc. Systems and methods for cache endurance
US20130343131A1 (en) 2012-06-26 2013-12-26 Lsi Corporation Fast tracking for flash channels

Non-Patent Citations (39)

* Cited by examiner, † Cited by third party
Title
Barr, Introduction to Watchdog Timers, Oct. 2001, 3 pgs.
Canim, Buffered Bloom ilters on Solid State Storage, ADMS*10, Singapore, Sep. 13-17, 2010, 8 pgs.
International Search Report and Written Opinion dated Jul. 25, 2014, received in International Patent Application No. PCT/US2014/029453, which corresponds to U.S. Appl. No. 13/963,444, 9 pages (Frayer).
International Search Report and Written Opinion dated Mar. 24, 2014, received in International Patent Application No. PCT/US2013/074777, which corresponds to U.S. Appl. No. 13/831,308, 10 pages (George).
International Search Report and Written Opinion dated Mar. 7, 2014, received in International Patent Application No. PCT/US2013/074772, which corresponds to U.S. Appl. No. 13/831,218, 10 pages (George).
International Search Report and Written Opinion dated Mar. 7, 2014, received in International Patent Application No. PCT/US2013/074779, which corresponds to U.S. Appl. No. 13/831,374, 8 pages (George).
Kang, A Multi-Channel Architecture for High-Performance NAND Flash-Based Storage System, J. Syst. Archit., 53, 9, Sep. 2007, 15 pgs.
Kim, A Space-Efficient Flash Translation Layer for CompactFlash Systems, May 2002, 10 pgs.
Lu, A Forest-structured Bloom Filter with Flash Memory, MSST 2011, Denver, CO, May 23-27, 2011, article, 6 pgs.
Lu, A Forest-structured Bloom Filter with Flash Memory, MSST 2011, Denver, CO, May 23-27, 2011, presentation slides, 25 pgs.
McLean, Information Technology-AT Attachment with Packet Interface Extension, Aug. 19, 1998, 339 pgs.
Park, A High Performance Controller for NAND Flash-Based Solid State Disk (NSSD), Feb. 12-16, 2006, 4 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88133, Mar. 19, 2009, 7 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88136, Mar. 19, 2009, 7 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88146, Feb. 26, 2009, 10 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88154, Feb. 27, 2009, 9 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88206, Feb. 18, 2009, 8 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88217, Feb. 19, 2009, 7 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88229, Feb. 13, 2009, 8 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88232, Feb. 19, 2009, 8 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US08/88236, Feb. 19, 2009, 7 pgs.
Pliant Technology, International Search Report / Written Opinion, PCT/US2011/028637, Oct. 27, 2011, 11 pgs.
Pliant Technology, Supplementary ESR, 08866997.3, Feb. 23, 2012, 6 pgs.
Pliant Technology, Written Opinion, PCT/US08/88164, Feb. 13, 2009, 6 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/042764, Aug. 31, 2012, 12 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/042771, Mar. 4, 2013, 14 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/042775, Sep. 26, 2012, 9 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/059447, Jun. 6, 2013, 12 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/059453, Jun. 6, 2013, 12 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/059459, Feb. 14, 2013, 9 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/065914, May 23, 2013, 7 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/065916, Apr. 5, 2013, 7 pgs.
SanDisk Enterprise IP LLC, International Search Report / Written Opinion, PCT/US2012/065919, Jun. 17, 2013, 8 pgs.
SanDisk Enterprise IP LLC, Notification of the Decision to Grant a Patent Right for Patent for Invention, CN 200880127623.8, Jul. 4, 2013, 1 pg.
SanDisk Enterprise IP LLC, Office Action, CN 200880127623.8, Apr. 18, 2012, 12 pgs.
SanDisk Enterprise IP LLC, Office Action, CN 200880127623.8, Dec. 31, 2012, 9 pgs.
SanDisk Enterprise IP LLC, Office Action, JP 2010-540863, Jul. 24, 2012, 3 pgs.
Watchdog Timer and Power Savin Modes, Microchip Technology Inc., 2005.
Zeidman, 1999 Verilog Designer's Library (04US), 9 pgs.

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9857993B2 (en) * 2014-06-11 2018-01-02 International Business Machines Corporation Bank-level fault management in a memory system
US10564866B2 (en) 2014-06-11 2020-02-18 International Business Machines Corporation Bank-level fault management in a memory system
US20150363287A1 (en) * 2014-06-11 2015-12-17 International Business Machines Corporation Bank-level fault management in a memory system
US9823863B1 (en) * 2014-06-30 2017-11-21 Sk Hynix Memory Solutions Inc. Sub-blocks and meta pages for mapping table rebuild
US10545824B2 (en) 2015-06-08 2020-01-28 International Business Machines Corporation Selective error coding
EP3398074A4 (en) * 2015-12-31 2019-01-02 Texas Instruments Incorporated Protecting data memory in a signal processing system
JP2019505906A (en) * 2015-12-31 2019-02-28 日本テキサス・インスツルメンツ合同会社 Data memory protection in signal processing systems
US10599518B2 (en) 2015-12-31 2020-03-24 Texas Instruments Incorporated Protecting data memory in a signal processing system
US11556421B2 (en) 2015-12-31 2023-01-17 Texas Instruments Incorporated Protecting data memory in a signal processing system
US11023323B2 (en) 2015-12-31 2021-06-01 Texas Instruments Incorporated Protecting data memory in a signal processing system
CN109144767B (en) * 2017-06-16 2021-12-24 西部数据技术公司 Data storage system and method of operating the same
US10379952B2 (en) * 2017-06-16 2019-08-13 Western Digital Technologies, Inc. Data recovery and regeneration using parity code
CN109144767A (en) * 2017-06-16 2019-01-04 西部数据技术公司 Restore and regenerate using the data of parity check code
CN108053852A (en) * 2017-11-03 2018-05-18 华中科技大学 A kind of wiring method of the resistance-variable storing device based on crosspoint array
CN108053852B (en) * 2017-11-03 2020-05-19 华中科技大学 Writing method of resistive random access memory based on cross point array
TWI750811B (en) * 2020-09-16 2021-12-21 英柏得科技股份有限公司 A data protection system for a memory, a data-writing protection method for a memory, and a data-reading protection method for a memory
TWI810871B (en) * 2022-03-29 2023-08-01 睿寬智能科技有限公司 Alternate raid coding method
CN115329399A (en) * 2022-10-13 2022-11-11 江苏华存电子科技有限公司 NAND-based vertical and horizontal RAID4 data protection management method and system
DE202022106894U1 (en) 2022-12-08 2023-01-03 Ali Alferaidi System for improving cyber security by detecting and monitoring data corruption using artificial intelligence

Similar Documents

Publication Publication Date Title
US9003264B1 (en) Systems, methods, and devices for multi-dimensional flash RAID data protection
US10740175B2 (en) Pool-level solid state drive error correction
US10536172B2 (en) ECC and raid-type decoding
US9984771B2 (en) Multi-level raid-type encoding with random correction capability
US9021339B2 (en) Data reliability schemes for data storage systems
US9673840B2 (en) Turbo product codes for NAND flash
JP5792380B2 (en) Apparatus and method for providing data integrity
KR101650130B1 (en) Storage device comprising a non-volatile memory device and copy-back method thereof
US9086983B2 (en) Apparatus and methods for providing data integrity
US20190252035A1 (en) Decoding method, memory storage device and memory control circuit unit
US10372529B2 (en) Iterative soft information correction and decoding
US9058288B2 (en) Redundant storage in non-volatile memory by storing redundancy information in volatile memory
US9471421B2 (en) Data accessing method, memory storage device and memory controlling circuit unit
CN110347530B (en) Data storage device and method of operating the same
US10013179B2 (en) Reading logical groups of data from physical locations in memory using headers
US10601546B2 (en) Dynamic interleaver change for bit line failures in NAND flash storage
JP2010079856A (en) Storage device and memory control method
CN101634938A (en) Data migration method and data migration device of solid state disk and solid state disk
US20180203625A1 (en) Storage system with multi-dimensional data protection mechanism and method of operation thereof
US10951238B1 (en) Memory system and method for controlling non-volatile memory
US10922025B2 (en) Nonvolatile memory bad row management
US20220254435A1 (en) Semiconductor storage device and error processing method for defective memory cell in the device

Legal Events

Date Code Title Description
AS Assignment

Owner name: SANDISK ENTERPRISE IP LLC, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PRINS, DOUGLAS A.;REEL/FRAME:030396/0094

Effective date: 20130312

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: SANDISK TECHNOLOGIES INC., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SANDISK ENTERPRISE IP LLC;REEL/FRAME:038295/0225

Effective date: 20160324

AS Assignment

Owner name: SANDISK TECHNOLOGIES LLC, TEXAS

Free format text: CHANGE OF NAME;ASSIGNOR:SANDISK TECHNOLOGIES INC;REEL/FRAME:038807/0898

Effective date: 20160516

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8