Flash memory devices store information with high density on Flash cells with ever smaller dimensions. In addition, Multi-Level Cells (MLC) store several bits per cell by setting the amount of charge in a cell. Flash memory devices are organized into (physical) pages. Each page includes a section allocated for data (512 bytes-8 Kbytes and expected larger in the future) and a small amount of spare bytes (64-512 or more bytes for every page) for storing redundancy and metadata. The redundancy bytes are used to store error correcting information, for correcting errors which may have occurred during flash lifetime and the page read process. Each program operation is performed on an entire page. A number of pages are grouped together to form an Erase Block (erase block). A page cannot be erased unless the entire erase block which contains it is erased.
One common application of flash memory devices is Secure Digital (SD) cards and embedded Multi-Media Cards (eMMC). An SD/eMMC card may typically contain flash memory devices and a flash memory controller. The controller translates commands coming in through the SD/eMMC interface into actions (Read/Write/Erase) on the flash memory devices. The most common SD/eMMC commands may be Read and Write commands of one or more sectors, where a sector may be, but is not limited to, a sequence of 512 bytes. The Read or Write commands may be of a single sector or multiple sectors. These commands may refer to logical addresses. These addresses may then be redirected to new addresses on the flash memory which need not directly correspond to the logical addresses that might be referenced by the Read or Write commands. This is due to memory management that may be carried out by the flash memory controller in order to support several features such as wear-leveling, bad block management, firmware code and data, error-correction, and others. The erase function is performed on an entire erase block. Because of this functionality, before the data of a certain block may be replaced such as during a write function, the new data must be written in an alternative location before an erase can occur, to preserve the integrity of the stored data.
Due to the small dimensions of a typical SD/eMMC card and the price limitations, the controller may typically have only a small RAM available for storage. The small size of the RAM memory limits the type of memory management which may be carried out by the controller with regard to the data stored in the flash memory device and received from the interface.
The controller may typically manage the memory at the erase block level, because managing data of small particle sizes becomes difficult. That is, the logical memory space may be divided into units of memory contained within a single erase block or some constant multiple of erase blocks, such that all logical sector addresses within each said unit of memory may be mapped to the same erase block or some constant multiple thereof.
This type of management has the drawback that for writing random access data sectors to memory or other memory units smaller than an erase block, erase blocks must be frequently rewritten. Because of the characteristics of flash memory, each new piece of information is written into an empty page. In flash memory a page may not be rewritten before the entire erase block is erased first.
If a portion of the memory unit contained within an erase block may need to be rewritten, it is first written into a freshly allocated erased erase block. The remaining, unmodified, contents of the erase block may then be copied into the new erase block and the former erase-block may be declared as free and may be further erased. This operation may be referred to as “sealing” or “merging”. The operation involves collecting the most recent data of a logical block and then merging it with the rest of the block data in a single erase block. Thus, even if a single sector from an erase block is rewritten, a complete erase block would be rewritten.
This may result in causing a significant degradation in the average write speed. It may also impose a significant delay in the response time between random write sector operations. It also may cause excessive P/E (program/erase) cycling, which may be problematic in new generations of flash memory devices where the number of P/E cycles is limited to a few thousand or even a few hundreds.
The controller is used to manage the overhead described above, and must always keep track of the data associated with each logical address and the actual memory location. This is usually achieved by implementing a mapping method between the logical address space assigned to the data and the actual memory storage location of the data.
Several methods may be implemented to execute such a mapping. Two approaches implement mapping systems that rely on block mapping and page mapping, respectively. In an approach using block mapping, each physical block in the flash memory is mapped to a contiguous logical memory block of the same data size (LBA). In this approach when one page in some logical block is updated, the entire associated physical block must be copied to a fresh block, and the new data must be written in place of the obsolete copy. A merge may be an operation where the original content of a logical block is merged with the new data to form a new up to date copy of the block. This up to date copy is the data block that is associated with a logical data block assigned to the data contained within. In the second approach, each logical page of a logical block is mapped to an arbitrary physical page where two pages belonging to the same logical block can reside in different physical blocks of the flash memory. The second approach requires additional complexity in terms of the amount of management data and memory overhead required for the physical memory to logical address mapping tables. For memory applications where severe limitations exist on available control memory, this approach is less appropriate. Flash memories such as SD/eMMC have limited amount of memory overhead and the first mapping approach, or variants thereof are more practical.
There may be provided a method of managing a non-volatile memory module, the method may include receiving data sectors during a set of at least one write transactions; wherein each data sector belongs to a memory space portion out of multiple memory space portions; writing the data sectors into a buffer of the non-volatile memory module; wherein the buffer comprises multiple buffer blocks; wherein the multiple memory space portions comprise currently buffered memory space portions that are associated with currently buffered data sectors; selecting, out of the currently buffered portions, to-be-merged memory space portions and to-be-cleaned memory space portions; wherein a target ratio between (a) a number of to-be-cleaned memory space portions and (b) a sum of the number of to-be-cleaned memory space portions and a number of th-be-merged memory space portions ranges between an upper limit and a lower limit, wherein the upper limit differs from the lower limit and exceeds one half; merging, for each to-be-merged memory space portion and before the buffer becomes full, data sectors that belong to the to-be-merged memory space portion into a sequential portion of the non-volatile memory module, wherein the sequential portion differs from the buffer; and copying, for each to-be-cleaned memory space and before the buffer becomes full, data sectors that belong to the to-be-cleaned memory space portion into a buffer block of the buffer.
The target ratio may exceed X/(X+1), wherein X may exceed three, four, five and more.
The method may include selecting the to-be-merged memory space portions and the to-be-cleaned memory portions based upon a number of buffered data sectors for each of the currently buffered portions.
The method may include selecting the to-be-merged memory space portions as memory space portions that have higher numbers of buffered data sectors in relation to numbers of buffered data sectors of to-be-cleaned memory space portions.
The method may include selecting the to-be-merged memory space portions as memory space portions that have highest numbers of buffered data sectors out of the currently buffered portions.
The method may include selecting the to-be-cleaned memory space portions as memory space portions that have lowest numbers of buffered data sectors out of the currently buffered portions.
The method may include selecting the to-be-merged memory space portions and the to-be-cleaned memory portions based upon timings of buffering data sectors that belong to the currently buffered portions.
The method may include selecting the to-be-merged memory space portions as memory space portions that have older buffered data sectors in relation to data sectors of to-be-cleaned memory space portions.
The method may include selecting the to-be-merged memory space portions and the to-be-cleaned memory portions based upon (a) a number of buffered data sectors for each of the currently buffered portions, and (b) timings of buffering data sectors that belong to the currently buffered portions.
The method may include: receiving data sectors during multiple sets of at least one write transactions; and repeating the stages of writing, selecting, merging and copying for each set of at least one write transactions to provide multiple actual ratios between numbers of to-be-cleaned memory space portions and to-be-merged memory space portions; wherein the target ratio between each number of to-be-cleaned memory space portions and each number of to-be-merged memory space portions is a statistical function of the multiple actual ratios.
The statistical function may be an average or any other function that applies statistical operators.
The merging may include executing multiple merging fragments and wherein the copying may include executing multiple cleaning fragments.
The multiple merging fragments and multiple cleaning fragments may be executed in an interleaved manner.
The multiple merging fragments and multiple cleaning fragments may be executed in a non-interleaved manner.
The method may include determining an inter-fragment threshold that represents a number of data segments to be written to the buffer between an execution of two consecutive fragments of any type of fragment out of merging fragments and cleaning fragment.
The method may include determining the inter-fragment threshold such as to prevent an overflow of the buffer due to (a) a completion of merging and the copying and (b) a reception of new data sectors during the completion of merging and the copying.
The determining of the inter-fragment threshold may be responsive to a size of a residual buffer space that is allocated for receiving data sectors during an execution of the merging.
The determining of the inter-fragment threshold may be responsive to at least some parameters out of: a number (Np) of data sectors required to fill a buffer block; a size (g) of residual buffer space that is allocated for receiving data sectors during an execution of the merging; a number (Pc) of data sectors copied during an entire cleaning; a number (Nu) of currently not-empty buffer blocks; numbers (L(1)−L(Nu)) of primary memory space portions per each buffer block; wherein a primary memory space portion of a buffer block is a memory space portion of which an earliest written data sector that is still buffered was written to the buffer block; a number (nl) of data sectors per memory space portion; the target ration (alpha); a number (f) of fragments required for completing the merging and the cleaning; a number (NF) of free buffer blocks; and a number (Q) of uncompleted fragments requires for a completion of the merging and copying that are executed when determining of the inter-fragment threshold.
The determining of the inter-fragment threshold may include calculating a maximal value (t) out of intermediate values calculated for different values of an index j that ranges between 1 and Nu of a ratio between a sum of primary space portions per buffer block from L(1) to a k'th primary space portion L(k) for index k values ranging between and j plus g, and (b) a value of index j plus NF minus 1.
The determining of the inter-fragment threshold may include: calculating a first intermediate value that equals ne−Pc; calculating an absolute value (r) of (f*Pc/Np); calculating a second intermediate value that equals Pt*(1-alpha)+Q+r; and calculating the inter-fragment threshold by dividing the first intermediate value by the second intermediate value.
The method may include changing a relationship between the number of to-be-merged memory space portions and to-be-cleaned memory space portions if the first intermediate value is negative.
The method may include selecting memory space portions that are associated with data sectors stored in an oldest buffer block of the buffer; wherein the oldest buffer block stores an earliest written data sector out of all data sectors currently buffered in the buffer.
The method may include checking when the merging and the copying to the buffer block are completed, whether the buffer block is full; and delaying further merging and copying until selecting new to-be-merged memory space portions and new to-be-cleaned memory space portions, if it is determined that the buffer block is not full.
There may be provided a non-transitory computer readable medium that stores instructions that once executed by a memory controller cause the memory controller to: receive data sectors during a set of at least one write transactions; wherein each data sector belongs to a memory space portion out of multiple memory space portions; write the data sectors into a buffer of the non-volatile memory module; wherein the buffer may include multiple buffer blocks; wherein the multiple memory space portions may include currently buffered memory space portions that are associated with currently buffered data sectors; select, out of the currently buffered portions, to-be-merged memory space portions and to-be-cleaned memory space portions; wherein a target ratio between (a) a number of to-be-cleaned memory space portions and (b) a sum of the number of to-be-cleaned memory space portions and a number of th-be-merged memory space portions ranges between an upper limit and a lower limit, wherein the upper limit differs from the lower limit and exceeds one half; merge, for each to-be-merged memory space portion and before the buffer becomes full, data sectors that belong to the to-be-merged memory space portion into a sequential portion of the non-volatile memory module, wherein the sequential portion differs from the buffer; and copy, for each to-be-cleaned memory space and before the buffer becomes full, data sectors that belong to the to-be-cleaned memory space portion into a buffer block of the buffer.
A system, comprising an interface and a memory controller; wherein interface is arranged to receive data sectors during a set of at least one write transactions; wherein each data sector belongs to a memory space portion out of multiple memory space portions; wherein the memory controller is arranged to: write the data sectors into a buffer of a non-volatile memory module; wherein the buffer comprises multiple buffer blocks; wherein the multiple memory space portions comprise currently buffered memory space portions that are associated with currently buffered data sectors; select, out of the currently buffered portions, to-be-merged memory space portions and to-be-cleaned memory space portions; wherein a target ratio between (a) a number of to-be-cleaned memory space portions and (b) a sum of the number of to-be-cleaned memory space portions and a number of th-be-merged memory space portions ranges between an upper limit and a lower limit, wherein the upper limit differs from the lower limit and exceeds one half; merge, for each to-be-merged memory space portion and before the buffer becomes full, data sectors that belong to the to-be-merged memory space portion into a sequential portion of the non-volatile memory module, wherein the sequential portion differs from the buffer; copy, for each to-be-cleaned memory space and before the buffer becomes full, data sectors that belong to the to-be-cleaned memory space portion into a buffer block of the buffer.
The subject matter regarded as the invention is particularly pointed out and distinctly claimed in the concluding portion of the specification. The invention, however, both as to organization and method of operation, together with objects, features, and advantages thereof, may best be understood by reference to the following detailed description when read with the accompanying drawings in which:
It will be appreciated that for simplicity and clarity of illustration, elements shown in the figures have not necessarily been drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to other elements for clarity. Further, where considered appropriate, reference numerals may be repeated among the figures to indicate corresponding or analogous elements.
In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the invention. However, it will be understood by those skilled in the art that the present invention may be practiced without these specific details. In other instances, well-known methods, procedures, and components have not been described in detail so as not to obscure the present invention.
The subject matter regarded as the invention is particularly pointed out and distinctly claimed in the concluding portion of the specification. The invention, however, both as to organization and method of operation, together with objects, features, and advantages thereof, may best be understood by reference to the following detailed description when read with the accompanying drawings.
It will be appreciated that for simplicity and clarity of illustration, elements shown in the figures have not necessarily been drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to other elements for clarity. Further, where considered appropriate, reference numerals may be repeated among the figures to indicate corresponding or analogous elements.
Because the illustrated embodiments of the present invention may for the most part, be implemented using electronic components and circuits known to those skilled in the art, details will not be explained in any greater extent than that considered necessary as illustrated above, for the understanding and appreciation of the underlying concepts of the present invention and in order not to obfuscate or distract from the teachings of the present invention.
Any reference in the specification to a method should be applied mutatis mutandis to a system capable of executing the method and should be applied mutatis mutandis to a non-transitory computer readable medium that stores instructions that once executed by a computer result in the execution of the method.
Any reference in the specification to a system should be applied mutatis mutandis to a method that may be executed by the system and should be applied mutatis mutandis to a non-transitory computer readable medium that stores instructions that may be executed by the system.
Any reference in the specification to a non-transitory computer readable medium should be applied mutatis mutandis to a system capable of executing the instructions stored in the non-transitory computer readable medium and should be applied mutatis mutandis to method that may be executed by a computer that reads the instructions stored in the non-transitory computer readable medium.
U.S. patent application Ser. No. 13/434,083, filing date Mar. 29 2012, titled “SYSTEM AND METHOD FOR FLASH MEMORY MANAGEMENT”, which is incorporated herein by reference, teaches of an extended random sector buffer (ERSB) which is used in Flash storage systems employing block mapping to mitigate the need to perform block merge for every input sector, when writing a sequence of sectors to random logical addresses. The ERSB is a collection of auxiliary data blocks which hold short write transactions until a later stage when the data of these transactions are merged to their original logical blocks. When writing short random transactions, the transactions are written contiguously to some ERSB data block. A special data base maps each physical page in the ERSB to a corresponding logical page. When the ERSB becomes full, block merges are initiated for all logical blocks present in the ERSB until the data blocks are freed and new sectors can be written to the ERSB.
It is especially instructive to consider the IOPS behavior of the ERSB system when writing a sequence of write transactions where each write consists of one data sector (e.g., 512 B) or segment (e.g., 4 KB) and where the address of each write transaction is randomly chosen from some test area which is some subset of the user space. In this situation, all transactions are performed initially to the ERSB. Initially, the throughput achieved for these writes is relatively high and is determined primarily by the write speed which is supported by the flash array. As the ERSB becomes close to full, it is necessary to vacate some of its blocks. Since each data block in the ERSB can potentially have pages from all the logical blocks in the test area, in order to vacate even a single data block, it is required to merge a very large population of the logical blocks. The merges require a substantial amount of time, rendering the throughput to be much lower during this time. This situation continues until at least one data block is freed, and then high throughput is restored again.
The nonvolatile memory module 60 may contain a random portion 54, a sequential portion 62, a data buffer 210 and a metadata buffer 70.
The random portion may refer to a logically allocated random portion memory, while the sequential portion may refer to a logically allocated sequential portion memory. The metadata buffer 70 and other management portions may be allocated within the nonvolatile memory module 60. In
System 10 may store a management data structure that may store metadata about the content of the volatile memory module 80, the content of the nonvolatile memory module 60 or both memory modules. The management data structure can be stored at the volatile memory module 80 and, additionally or alternatively at the nonvolatile memory module 60.
A logical memory space (such as a user space) 220 may include multiple (Nl) logical memory blocks (LBAs) 220(1)-220(NL) and may be partitioned to multiple (n) memory subsets—230(1)-230(n).
The suggested methods seek to increase the average IOPS performance of an ERSB system, and to maintain as much as possible a steady level of instantaneous IOPS.
Splitting the User Space into 2 User Space Subsets
One embodiment of the present invention seeks to increases the average IOPS performance of an ERSB system by partitioning the user space into 2 disjoint user subsets (E.g., user subset A and user subset B). A user subset is a collection of logical pages belonging to the user space. The user space is the collection of all the logical pages in the storage system. At each time instant, 2 ERSB data blocks may be open for writing, data block A and data block B, which are associated with user space subset A and user space subset B, respectively.
The partitioning can be done in an arbitrary manner or based upon expected or monitored memory access patterns. It may be beneficial that the user utilizes all memory space subsets at the same manner (or at the same quantity)—in order to benefit from the partitioning. The subsets can be of the same size or differ from each other by size. Each subset can include a continuous range or addresses or not. For example—the memory space subsets can include interleaving addresses.
Short random transactions may then be written to the ERSB as follows. Each transaction may be written to the ERSB block corresponding to the user space subset to which the transaction belongs. A transaction destined to an address belonging to set A (respectively B) may be written to ERSB data block A (respectively B). Once an ERSB block associated to some user space subset becomes full, a free ERSB block may be allocated and associated with the said user space subset.
Once the ERSB becomes close to full, i.e. the number of free blocks becomes less than some threshold T, a sequence of block merges may be initiated as follows. The user space subset for which the number of associated ERSB blocks is maximal may be chosen, and all LBAs in that user space subset may then be merged. While the merges are performed, new incoming pages may be written to their corresponding data blocks. The buffer is organized as a collection of 4 KB segments (or pages). Data sectors which arrive from the host are grouped into pages before written to the buffer. Any reference to a “page” can be referred to a reference to a “data sector” and vice verse. The merges may continue until some or all of the ERSB data blocks are emptied. The threshold T may be chosen as some function of f, NL, and Np. This function may be chosen as
The addition of “+1” is aimed to protect against the following worst case scenario. Assume that just after the number of free blocks becomes smaller than T, one of the remaining blocks is allocated to one of the sets, but all superseding writes are done to the other user space subset. In this case, even though there were T blocks left, one of the blocks is not being used because all the traffic is directed to the other set.
For the ERSB system in
Splitting the User Space into n User Space Subsets
Another embodiment of the present invention seeks to increases the average IOPS performance of an ERSB system even further by partitioning the user space into n disjoint, equal-sized user space subsets (E.g., subset A1, subset A2, . . . , subset An). At each time instant, n ERSB data blocks may be open for writing, data blocks A1, A2, . . . , and An, which are associated with user space subsets A1, A2, . . . , and An, respectively.
Stage 710 of partitioning the user space into n sub sets, user space subset A1, A2, . . . , and An.
Stage 720 of opening a data block for writing and associate it with user space subset A1.
Stage 730 of opening a data block for writing and associate it with user space subset A2.
Stage 790 of Open a data block for writing and associate it with user space subset An.
Short random transactions may be then written to the ERSB as follows. Each transaction may be written to the ERSB block corresponding to the user space subset to which the transaction belongs. A transaction destined to a logical address belonging to user space subset Ak is written to ERSB data block Ak.
Once an ERSB block associated to some user space subset becomes full, a free ERSB block may be allocated and associated with the said user space subset. The data blocks associated with some user space subset (not including the block which is open for writing) are called an ERSB sub pool.
Once the ERSB becomes close to full, i.e. the number of free blocks becomes less than some threshold T, a sequence of block merges may be initiated as follows. The user space subset for which the number of associated ERSB blocks is maximal may be chosen, and all LBAs in that user space subset may then be merged. While the merges are performed, new incoming pages may be written to their corresponding data blocks. The merges may continue until some or all of the ERSB data blocks are emptied. The threshold T may be chosen as some function of f, NL, and Np. This function may be chosen as
The addition of “n−1” is aimed to protect against the following worst case scenario. Assume that just prior to the time when the number of free blocks becomes equal to T, all open ERSB blocks have all pages written in them except perhaps for a single page. At the next page write, one of the blocks may become full and a new block will be allocated to it, rendering the number of free blocks less than T, and causing the merges sequence of the corresponding user space subset to commence. Since n−1 ERSB blocks might cause a new block allocation during the following page writes, we must add these to the gap calculation.
For the ERSB system in
Equation 3 is explained by considering the steady state behavior of the ERSB system. Specifically, denote by K1, K2, . . . , Kn the number of data blocks allocated to each ERSB sub pool. Next, denote by N1, N2, . . . , Nn the ordering of the sequence K1, K2, . . . , Kn from largest to smallest. Finally, denote by
the fractions of (Ne−G) ERSB blocks allocated to each ERSB sub pool. Whenever the number of free ERSB blocks falls below the threshold, the LBAs belonging to the largest ERSB sub pool are merged, causing the freeing of a fraction a1 of the total (Ne−G) ERSB allocated data blocks. Following the merge, and until the next time that the free block threshold is reached, theses free blocks are evenly distributed among all ERSB sub pools. It follows that whenever the threshold is reached, each fraction is increased by
except for the one which is vacated, and which becomes just
In other words
Finally, summing all terms to unity on the right hand side of Equation 4 yields
It follows that every time the ERSB becomes full,
data blocks are vacated by merging
LBAs. In other words, for each
data blocks which are written,
LBAs must be merged. This relation implies Equation 3.
Optimizing the Value of n
Achieving Increased Average IOPS Performance while Maintaining Constant Instantaneous IOPS Performance by Combining Merging and Cleaning
One embodiment of the present invention seeks to increase the average IOPS performance while maintaining a constant instantaneous IOPS performance, by employing a procedure called LBA cleaning and combining it with merging. Cleaning of an LBA in the ERSB may refer to a procedure in which all the pages belonging to the said LBA and residing in one or more data blocks in the ERSB are copied to the currently opened data block in the ERSB and marked as superseded in the data block from which they were copied. In this scheme, all data blocks may contain pages from all LBAs. At each time instant, however, only a single data block may be open for writing. Once a data block is complete (i.e., all of its data pages have been written), a quantity
and a quantity
may be computed. Then, a quantity Mn of LBAs may be merged and a quantity Cn of LBAs may be cleaned, where Mn=f(Xn, Xn-1, . . . , X1) and Cn=g(Yn, Yn-1, . . . , Y1).
In one embodiment of the invention, the functions f and g are the same.
In one embodiment of the invention, the functions f and g are the same and Mn=f(Xn, Xn-1, . . . , X1) is defined as follows. Let Ψ0=0. For each n≧1, Mn=└Ψn-1+Xn┘ and Ψn=Ψn-1+Xn−Mn.
In one embodiment of the invention, LBAs are chosen for merging and cleaning in a round-robin fashion. For example, assume the LBAs in the system are denoted by LBA0, LBA1, . . . , LBAN-1. Assume further that at some point in time immediately after a data block was complete, the last LBA which had been either merged or cleaned is LBAπ(x) and that Mn=m and Cn=c. Then, LBAπ((x+1)%N), LBAπ((x+2)%N), . . . , LBAπ((x+m)%N) may be chosen for merge and LBAπ((x+m+1)%N), LBAπ((x+m+2)%N), . . . , LBAπ((x+m+c)%N) may be chosen for cleaning, where π(·) is an arbitrary fixed permutation on the logical blocks. If one of the LBAs chosen for cleaning has never been merged since it had last been cleaned, then it is skipped. For example, if LBAπ((x+m+k)%N) has never been merged since it had last been cleaned, the LBAs chosen for cleaning may be LBAπ((x+m+1)%N), LBAπ((x+m+2)%N), . . . , LBAπ((x+m+k−1)%N), LBAπ((x+m+k+1)%N), . . . , LBAπ((x+m+k+2)%N), . . . , LBAπ((x+m+c+1)%N).
Method 1000 of
Stage 1010 of getting write transaction data and address.
Stage 1020 of writing transaction's data to currently open data block.
Stage 1030 of checking if a data block full? if ‘No’ back to stage 1010.
Stage 1040 of allocating a free data block and open it for writing.
Stage 1050 of computing the set of LBAs which will be merged.
Stage 1060 of merging data sectors associated with LBAs which were computed in previous step.
Stage 1070 of computing the set of LBAs which will be cleaned.
Stage 1080 of cleaning data sectors associated with LBAs which were computed in previous step.
Stage 1090 of checking if a data block became empty? If ‘No’ back to stage 1010.
Stage 1095 of closing empty data block. Back to stage 1010.
Method 1100 of
Stage 1110 of getting ERSB parameters α, NL, Ne for the n-th transaction.
Stage 1120 of computing the quantity Xn=(1−α)*NL/Ne.
Stage 1130 of computing the quantity Yn=α*NL/Ne.
Stage 1140 of computing the number of LBAs to merge according to Mn=f(Xn, Xn−1, . . . , 1).
Stage 1150 of computing the number of LBAs to clean according to Cn=g(Yn, Yn−1, . . . , 1).
Stage 1160 of computing the set of LBAs to merge: LBA(π((x+1)% NL)), LBA(π((x+2)% NL)), . . . , LBA(π((x+Mn)% NL)).
Stage 1170 of computing the set of LBAs to clean: LBA(π((x+Mn+1)% NL)), LBA(π((x+Mn+2)% NL)), . . . , LBA(π((x+Mn+Cn)% NL)).
Stage 1180 of In the set of LBAs to clean, skipping LBAs which were not merged since they were last cleaned.
Method 1200 of
Stage 1210 of getting Xn.
Stage 1220 of Computing Mn=floor(Ψn−1+Xn); Ψ0=0.
Stage 1230 of Updating Ψn=Ψn−1+Xn−Mn.
For the ERSB system in
Equation 5 is explained by considering the steady state behavior of the ERSB system employing this embodiment. Denote by x the fraction of the data block which is written with pages from the remaining data blocks during the cleaning process. Since LBAs are chosen in a round robin fashion, and since no LBA is chosen for cleaning unless it has been merged after it had last been cleaned, it follows that at least a fraction of x from all other ERSB data blocks does not contain any pages from the LBAs currently chosen for cleaning. Therefore,
pages are copied from each ERSB data block to the new data block. Equating the number of cleaned pages in the new data block xNp to the aggregate number of pages copied from all ERSB data blocks yields the relation
Finally, the IOPS may be given by considering the number of newly written pages (1−x)Np, and the time required for writing these pages. This time includes writing the entire data block plus the time needed for LBA merge. By substituting α into the resulting expression Equation 5 is obtained.
In one embodiment of the present invention, the LBAs are chosen for merge according to the number of pages from each LBA which reside in the ERSB and/or the time which passed since the first page of each LBA entered the ERSB. For example, LBAs which have more pages in the ERSB and which reside in the ERSB for a longer period of time are merged sooner than others.
In one embodiment of the present invention, LBAs are chosen for cleaning according to the number of pages from each LBA which reside in the ERSB and on the time which passed since the first page of each LBA entered the ERSB.
In one embodiment of the invention, LBAs are chosen for cleaning according to their previous merge/clean history. For example, an LBA may not be chosen for cleaning if it had been chosen for cleaning for more than K times consecutively without being chosen for merge.
An additional element which can generalized the above merge-clean process may include both the LBA merge and LBA cleaning as mentioned above, but also ERSB data block copy. The idea is that a certain portion of LBAs is merged, another portion of LBA is cleaned, and then we are left with a number of data segments still lying in the ERSB data block that are copied to the new location, where the cleaned LBAs reside. By optimizing the ratios between the LBAs that are merged and cleaned we can further optimize performance.
Achieving Increased Average IOPS Performance while Maintaining Constant Instantaneous IOPS Performance by Partitioning the ERSB to a Plurality of ERSBs
Another embodiment of the present invention seeks to achieve an increased average IOPS performance while maintaining constant instantaneous IOPS performance. In one embodiment of the invention, the ERSB blocks are divided among J mini ERSBs (MERSBs) comprising each K data blocks (e.g., K=3). The entire user space may be divided among the J MERSBs, and in each MERSB, the allotted user space may further be divided into L (e.g., 2) LBA sets. Each MERSB may be managed by LBA splitting as is described above.
In one embodiment of the invention, in each MERSB, at each time instant, there may be two data blocks open for writing, corresponding to two user space subsets dividing the user space allotted to the said MERSB. When one of the data blocks which belongs to a first user space subset becomes full, the third data block is allocated to the same user space subset and further writes to this user space subset resume to this data block. Next, if the newly allocated data block becomes full, or if the data block of the second user space subset becomes full, merges of all LBAs corresponding to the user space subset already occupying two data blocks may then be performed causing two data blocks to be freed.
In one embodiment of the present invention, the write pointers of the open data blocks are randomized at the beginning of life in order to spread the merge times as much as possible. In other embodiments, other forms of synchronization between the MERSBS may be employed to spread the merge events across time.
Method 1500 may start by initialization stage 1510. Stage 1510 may include determining the number (n) of memory space subsets, determining the size of each memory space subset, partitioning the memory space to multiple memory space subsets and the like.
Stage 1510 may include at least one of the following stages:
Stage 1510 may be followed by stage 1520 of receiving data sectors. Each data sector belongs to a memory space subset out of multiple memory space subsets. The multiple memory space subsets comprise a plurality of logical memory blocks.
Stage 1520 may be followed by stage 1530 of writing each data sector into a data block that is allocated to a memory space subset that is associated with the data sector. The data block belongs to a buffer of the non-volatile memory module.
Stage 1530 may also include maintaining a management data structure that may include location metadata about a location of each data sector in the buffer.
Stage 1530 may be followed by stage 1540 of determining to perform an operation such as a merging operation, a cleaning operation a copy operation or a combination of these operations. The determining may include checking whether one or more criteria are fulfilled. The one or more criteria may be fulfilled before the buffer becomes full.
A criterion may be fulfilled when a number of free data blocks of the buffer falls below a predetermined threshold. A non-limiting example of such a predetermined threshold is T. T may be regarded as a minimal value of free data blocks that can still facilitate merging without loss of data sectors.
Stage 1510 may include receiving the predetermined threshold or determining the predetermined threshold. The predetermined threshold can be determined in response to: (a) a number of transaction timeout durations required to perform a merge of data sectors that belong to a certain logical memory block; (b) an instantaneous number of logical memory blocks which have at least one associated data sector in the buffer; (c) a number of memory sectors in a data block of the buffer, and (d) a number of memory space subsets.
If it is determined to perform a merge operation then stage 1540 may be followed by stage 1550 of merging data sectors stored at different data blocks and belong to a same set of logical memory blocks into a sequential portion of the non-volatile memory module. The sequential portion differs from the buffer.
Stage 1540 may include selecting at least one logical memory block from the set of logical memory blocks (to be merged).
Stage 1540 may include selecting the set so that the set may include at least one logical memory blocks that is associated with a maximum amount of data blocks.
Stage 1540 may include selecting the set by determining a permutation transformation on a set of logical block indices; selecting a set of indices; and computing the logical block indices by employing the permutation on the set of indices.
Stage 1550 may include merging of the data sectors into the sequential portion by: merging data sectors into a plurality of erase block sections of data; writing the plurality of erase block sections of data to a plurality of erase blocks of the sequential portion; and creating for each data sector a pointer in the data management structure, the pointer corresponds to an associated logical address and to a location of an erase block in which the data sector is stored.
If it is determined to perform a cleaning operation then stage 1540 may be followed by stage 1560 of performing a cleaning process that may include writing data sectors that are associated with a group of one or more logical memory blocks and are stored at one or more data blocks to one or more other data blocks.
Stage 1560 may include determining the logical data blocks that should be cleaned. The determining may include at least one out of:
Stage 1560 may include updating pointers associated with the data sectors to reflect the cleaning process.
If it is determined to perform a copying operation then stage 1540 may be followed by stage 1570 of copying a content of a first data block to a second data block. The copying may be executed in response to a fullness level of the first data block—in order to assist in emptying the first data block. Referring to the example set forth in
Method 1600 differs from method 1500 by performing further partitions of the memory space subsets to memory space fragments, by partitioning the buffer to sub-buffers and by performing decisions based upon the state of the sub-buffers. For convenience of explanation the major differences between the two methods are illustrated below. Any stage of method 1500 can be included within method 1600 while applying the required changes.
Method 1600 may start by initialization stage 1610. Stage 1610 may include determining the number (n) of memory space subsets, determining the number of memory space fragments (larger than n), determining the size of each memory space subset, determining the size of each memory space fragment, partitioning the memory space to multiple memory space subsets and partitioning each memory space subset to multiple memory space fragments, and the like.
Stage 1610 may be followed by stage 1620 of receiving data sectors. Each data sector belongs to a memory space fragment.
Stage 1620 may be followed by stage 1630 of writing each data sector into a data block that is allocated to a memory space fragment that is associated with the data sector. That data block belongs to a sub-buffer. Multiple sub-buffers form a buffer of the non-volatile memory module. Stage 1630 may also include maintaining a management data structure that comprises location metadata about a location of each data sector in the buffer.
Stage 1630 may be followed by stage 1640 of determining to perform an operation such as a merging operation, a cleaning operation a copy operation or a combination of these operations. The determining may include checking whether one or more criteria are fulfilled. The one or more criteria may be fulfilled before a certain sub-buffer becomes full. The certain sub-buffer is a sub-buffer that its content is being merged.
If it is determined to perform a merge operation then stage 1640 may be followed by stage 1650 of merging data sectors stored at different data blocks of the certain sub-buffer and belong to a same set of logical memory blocks. The merging is done into a sequential portion of the non-volatile memory module. The sequential portion differs from the sub-buffer.
If it is determined to perform a cleaning operation then stage 1640 may be followed by stage 1660 of performing a cleaning process that may include writing data sectors that are associated with a group of one or more logical memory blocks and are stored at one or more data blocks (of the certain sub-buffer) to one or more other data blocks (of the certain sub-buffer).
If it is determined to perform a copying operation then stage 1640 may be followed by stage 1670 of copying a content of a first data block to a second data block. The first and second data blocks can belong to the certain sub-buffer.
For the ERSB system in
According to an embodiment of the invention there can be provided a method in which the number of merged memory space portions can exceed the number of cleaned memory space portions. The number of cleaning operations can exceed the number of merge operations.
Method 1800 of
Stage 1810 of getting write transaction data and address.
Stage 1820 of writing transaction's data to currently open data block.
Stage 1830 of checking if a data block full? if ‘No’ back to stage 1810.
Stage 1840 of allocating a free data block and open it for writing.
Stage 1850 of computing the set of LBAs which will be merged and computing the set of LBAs which will be cleaned.
Stage 1860 of merging data sectors cleaning data sectors associated with LBAs associated with LBAs which were destined to be merged and cleaned respectively during stage 1850.
Stage 1890 of checking if a data block became empty? If ‘No’ back to stage 1810. If ‘yes’ closing empty data block in stage 1895 and jumping back to stage 1810.
The merging and cleaning operations may be executed in fragments and the method may include calculating inter-fragment threshold that may indicate how many data segments should e received between consecutive fragments. The calculation can be executed one or multiple times and may allow to adjust the merging and cleaning processes to the state of the buffer.
Method 1900 of
Stage 1910 of getting write transaction data and address.
Stage 1920 of writing transaction's data to currently open data block.
Stage 1930 of checking if a data block full? if ‘No’ back to stage 1910.
Stage 1940 of allocating a free data block and open it for writing.
Stage 1950 of computing the set of LBAs which will be merged and computing the set of LBAs which will be cleaned. Stage 1950 may also include calculating the inter-fragment threshold.
Stage 1960 of merging data sectors cleaning data sectors associated with LBAs associated with LBAs which were destined to be merged and cleaned respectively during stage 1950. The merging and the cleaning may be executed in fragments. The fragments may be spaced apart from each other by the inter-fragment threshold.
Stage 1990 of checking if a data block became empty? If ‘No’ back to stage 1910. If ‘yes’ closing empty data block in stage 1995 and jumping back to stage 1910.
A non-empty buffer blocks stores at least one valid data page and possibly have one or more superseded pages. The empty buffer blocks may also be referred to as unused or free.
It is noted that buffer blocks 210(1)-210(Ne) are the same buffer blocks as those illustrated in
The indices 1, 2, . . . , NU of non-empty buffer blocks 2031(1)-2031(NU) may reference the used buffer blocks according to their age, i.e. for j=1, 2, . . . , NU−1, buffer block j was written prior to buffer blocks j+1, j+2, . . . , NU. Each buffer block may have pages from one or more memory space portions.
A memory space portion is said to be a primary memory space portion of some buffer block if the first page written to the buffer from said memory space portion was written to said buffer block. The number of primary memory space portions of each of the used buffer blocks is denoted by L(k), wherein index k ranges between 1 and NU. For example, L(NU), L(k), L(2) and L(1) are denoted 2033(NU), 2033(k), 2033(2) and 2033(1) respectively.
NF=NE−NU is the number of free buffer blocks which do not contain any valid data including the current buffer block which may contain valid data.
Method 2100 of
Stage 2110 of getting ERSB parameters α, NL, Ne for the n-th transaction.
Stage 2114 of calculating t:
Stage 2120 of computing the quantity Xn=(1−α)*t.
Stage 2130 of computing the quantity Yn=α*t.
Stage 2140 of computing the number of LBAs to merge according to Mn=f(Xn, Xn−1, . . . , 1).
Stage 2150 of computing the number of LBAs to clean according to Cn=g(Yn, Yn−1, . . . , 1).
Stage 2160 of computing the set of LBAs to merge.
Stage 2170 of computing the set of LBAs to clean.
Method 2100 may not include skipping, in the set of LBAs to clean, LBAs which were not merged since they were last cleaned. Thus—multiple clean operations can occur for a certain LBA between merge operations.
In
Method 2200 starts by stage 2210 of getting ERSB parameters k, l, n′, t, Xn, Xn-1, Yn, Yn-1 for the n-th transaction.
Stage 2210 is followed by stage 2220 of calculating:
Stage 2220 is followed by query stage 230 of checking if ΔLn>n′
If yes—jumping to stage of 2242 of calculating variables:
ΔLn=ΔLn−(n′+1)
ΔXn=ΔXn−1
ΔYn=ΔYn−n′
Stage 2234 includes checking if k=1 and abs(ΔLn)>1 and abs(ΔYn)<1/(k−1).
If yes—jumping to stage 2244 of calculating variables:
cn=sign(ΔXn)
Xn=Xn−cn
Yn=Yn+cn
ΔXn=ΔXn−cn
ΔYn=ΔYn+cn
If no—jumping to stage 2236 of checking if k=1 and abs(ΔLn)<1 and abs(ΔYn)>1/(k−1).
If yes—jumping to stage 2246. If no—jumping to stage 2238 of checking if k>1 and 1>1 and abs(ΔLn)>1 and abs(ΔYn)<n′.
If yes—jumping to stage 2244.
If no—jumping to stage 2250 of checking if k>1 and 1>1 and abs(ΔLn)<1 and abs(ΔYn)>n′
If yes—jumping to stage 2246 of calculating variables:
cn=sign(ΔYn)
Xn=Xn+cn
Yn=Yn−cn
ΔXn=ΔXn+cn
ΔYn=ΔYn−cn
Method 2300 starts by stage 2310 of getting ERSB parameters Mn, Cn for the n-th transaction.
Stage 2310 is followed by stage 2312 of setting i=1 and E=0.
Stage 2312 is followed by query stage 2314 of checking if L(i)≧Mn.
If yes—jumping to stage of 2320 of selecting Mn LBAs with maximum pages in ERSB for Merge.
If not—jumping to stage 2360 of Select L(I) LBAs for Merge.
Stage 2320 is followed by query stage 2330 of checking if L(I)−Mn≧Cn.
If yes—jumping to stage 2340 of selecting Cn LBAs with minimum pages in ERSB for Clean.
If no—jumping to stage 2350 of selecting L(I)−Mn LBAs for Clean.
Stage 2340 is followed by stage 2344 of checking if E>1.
If yes—jumping to stage 2346 of sorting LBAs and select Mn/Cn LBAs with maximum/minimum pages in ERSB for merge/clean.
If no—jumping to end of processing in stage 2370.
Stage 2350 is followed by stage 2352 of updating variables: Cn=Cn−L(I)+Mn; I=I+1; E=1.
Stage 2360 is followed by stage 2362 of updating variables: Mn=Mn−L(I); I=I+1; E=1.
Stage 2352 is followed by stage 2330. Stage 2362 is followed by stage 2314.
For the ERSB system in
Equation 7 is explained by considering the steady state behavior of the ERSB system employing merge and clean. Denote by x the fraction of the data block which is written with pages from the remaining data blocks during the cleaning process.
For the previous invention no LBA was chosen for cleaning unless it has been merged after it had last been cleaned, it follows that at least a fraction of x from all other ERSB data blocks does not contain any pages from the LBAs currently chosen for cleaning.
Therefore,
pages are copied from each ERSB data block to the new data block. Equating the number of cleaned pages in the new data block x·nE to the aggregate number of pages copied from all ERSB data blocks yields the relation:
Equation 8: Fraction of the data block, written during the cleaning process, for
Finally, the IOPS may be given by considering the number of newly written pages (1−x)*nE, and the time required for writing these pages. This time includes writing the entire data block plus the time needed for LBA merge. By substituting α into the resulting expression Equation 2 is obtained.
In one embodiment of the previous invention, the LBAs were chosen for merge according to the number of pages from each LBA which reside in the ERSB and/or the time which passed since the first page of each LBA entered the ERSB. For example, LBAs which have more pages in the ERSB and which reside in the ERSB for a longer period of time are merged sooner than others.
In the present invention it is no longer assumed that no LBA was chosen for cleaning unless it has been merged after it had last been cleaned. This assumption limited the actual clean-merge ratio alpha only to up to ½, which isn't always the optimal clean-merge ratio.
In one embodiment of the present invention any clean-merge ratio in the range 0≦α<1 is allowed.
In one embodiment of the present invention adaptation of the optimal clean-merge ratio to the system parameters and instantaneous test area is employed.
With a clean-merge ratio of the form
and LBA undergoes, on the average, n clean processes between any two merge processes. Under these conditions, at any point there are, on the average,
of the LBAs currently after 0, 1, . . . , n−1, n clean processes since last merge. Therefore,
pages are copied from each ERSB data block to the new data block from LBAs, which underwent 0, 1, . . . , n−1 clean processes since last merge. Equating the number of cleaned pages in the new data block x·nE to the aggregate number of pages copied from all ERSB data blocks yields the relation
For the case of a rational clean-merge ratio α, α can always be bounded as:
It may be proved that an LBA undergoes, on the average, n or n+1 clean processes between any two merge processes. Under these conditions, at any point there are, on the average,
or the LBAs currently after 0, 1, . . . , n−1, n clean processes since last merge, and
of the LBAs currently after n+1 clean processes since last merge.
Therefore,
pages are copied from each ERSB data block to the new data block from LBAs, which underwent 0, 1, . . . , n−1 clean processes since last merge, and
pages are copied from each ERSB data block to the new data block from LBAs, which underwent n clean processes since last merge.
Equating the number of cleaned pages in the new data block x·nE to the aggregate number of pages copied from all ERSB data blocks yields the relation:
The clean-merge ratio alpha may be defined as a mixture between
and
in the form of Equation 11:
Employing this allows to relate x to the clean-merge ratio through:
Considering the number of newly written pages (1−x)*nE, and the time required for writing these pages, which includes writing the entire data block plus the time needed for LBA merge, yields the IOPS for this system:
Gathering the IOPS from Equation 13 for n=0, 1, . . . , 100 yields the overall performance, illustrated in
The a men of skill in the art may also observe that Equation 13 allows derivation of the optimum clean-merge ratio for the given system parameters, and calculation of the gain in the optimum clean-merge ratio vs. the alpha=0 clean-merge ratio. For example, curve 2500 of
In one embodiment of the present invention, the clean-merge ratio is varied according to the instantaneous test area, NL, in order to maximize the performance, as given by Equation 13.
In one embodiment of the present invention, LBAs are chosen for merging/cleaning according to the number of pages from each LBA which reside in the ERSB and on the time which passed since the first page of each LBA entered the ERSB. For example, LBAs which have more/less pages in the ERSB and which reside in the ERSB for a longer/shorter period of time are merged/cleaned sooner than others, respectively.
Employing the nomenclature from a previous invention NU from Figure denotes the number of used data blocks which may hold valid logical data not including the current block. The indices 1, 2, . . . , NU may reference the used data blocks according to their age, i.e. for j=1, 2, . . . , NU−1, data block j was written prior to data blocks j+1, j+2, . . . , NU. Each data block may have pages from one or more LBAs. An LBA is said to be a primary LBA of some data block if the first page written to the ERSB from said LBA was written to said data block. The number of primary LBAs of each of the used data blocks is denoted by L(k), k=1, 2, . . . , NU. NF=NE−NU is the number of free data blocks which do not contain any valid data including the current data block which may contain valid data.
In one embodiment of the present invention, a parameter called period may be selected and used as follows. Each period pages written to the ERSB, a new merge/clean fragment may be performed. Whenever a clean/merge of one LBA is complete, another merge/clean of another LBA may commence.
In one embodiment of the present invention all LBAs to be merged are merged before any LBA to be cleaned is cleaned.
In one embodiment of the present invention all LBAs to be cleaned are cleaned before any LBA to be merged is merged.
In one embodiment of the present invention LBAs to be merged and LBAs to be cleaned are processed in an interleaved manner, when some LBAs are merged and then some LBAs are cleaned, until all LBAs are processed.
In one embodiment of the present invention, the number of LBAs, which must be vacated from the oldest ERSB data block or blocks until the newest ERSB data block is filled, may be calculated by:
In one embodiment of the present invention, the period s may be calculated by:
where NF, Np, L(k), and f are as described above, g is the amount of pages used as a safety gap as described above, pC is the total amount of pages copied during the clean process, and δ is the number of additional merge/clean fragments required to complete the merge/clean which is currently ongoing at the time when the calculation of s is performed.
In one embodiment of the present invention, when the nominator of the period s is negative, it is re-calculated through reducing the number of clean processes and increasing the number of merge processes, until it is no longer negative.
In one embodiment of the present invention, the specific selection of LBAs, which undergo merge instead of clean in order to reduce pC in this case, is of LBAs with minimum number of pages in the ERSB among these LBAs selected for clean.
In one embodiment of the present invention, the pages for clean are grouped into the maximum possible fragment length, in order to reduce the number of fragments for clean.
In one embodiment of the present invention, when the LBAs are not derived from a single ERSB data block, the LBAs may be re-sorted following the original merge/clean LBAs selection strategy. And the selection of which LBAs to merge or clean can be done according to a sorted list of LBAs—the sorting can be done according to any criteria.
In one embodiment of the present invention, when the all LBAs, which were to be merged or cleaned, are handled and the newest ERSB data block is not full yet, no merge/clean is performed until it is full, and new sets of LBAs for merge/clean are calculated. And that newest ERSB block is then used for receiving new data sectors.
In one embodiment of the present invention, a “greedy” clean strategy may be employed, in which only the pages in the oldest ERSB data block or some of the oldest ERSB blocks are copied to the newest ERSB data block. Data from newer ERSB data blocks is not cleaned.
Method 2600 may start by stage 2610 of receiving data sectors during a set of at least one write transactions. Each data sector belongs to a memory space portion out of multiple memory space portions.
Stage 2610 may be followed by stage 2620 of writing the data sectors into a buffer of the non-volatile memory module. The buffer may include multiple (Ne) buffer blocks. The multiple (NL) memory space portions includes
Stage 2620 may be followed by stage 2630 of selecting, out of the currently buffered portions, to-be-merged memory space portions and to-be-cleaned memory space portions. The selection is made while trying to maintain a target ratio (alpha) within a range that has an upper limit and a lower limit. The upper limit differs from the lower limit and exceeds one half. Thus—it is possible that more to-be-cleaned memory space portion are selected than to-be-merged memory space portions.
The target ratio is a ratio between (a) a number of to-be-cleaned memory space portions and (b) a sum of the number of to-be-cleaned memory space portions and a number of to-be-merged memory space portions.
The target ratio may represent a desired ratio to be achieved over a time period. For example, method 2600 may be repeated multiple times such as to include receiving data sectors during multiple sets of at least one write transactions. Stages 2630-2630 as well as stages 2640 and 2650 may be repeated multiple times to provide multiple actual ratios (see for example Mn and Cn and the like of stages 2140 and 2150 of
Stage 2630 may include at least one of the following:
Stage 2630 may be followed by stage 2640 of (a) merging, for each to-be-merged memory space portion and before the buffer becomes full, data sectors that belong to the to-be-merged memory space portion into a sequential portion of the non-volatile memory module, wherein the sequential portion differs from the buffer; and (b) copying, for each to-be-cleaned memory space and before the buffer becomes full, data sectors that belong to the to-be-cleaned memory space portion into a buffer block of the buffer.
According to an embodiment of the invention stage 2640 may include stage 2642 of executing multiple merging fragments and wherein the copying comprises executing multiple cleaning fragments.
Stage 2642 may include one out of:
Stage 2640 may include checking when the merging and the copying to the buffer block are completed, whether the buffer block is full; and delaying further merging and copying until selecting new to-be-merged memory space portions and new to-be-cleaned memory space portions, if it is determined that the buffer block is not full.
Method 2600 may include stage 2650 of determining an inter-fragment threshold that represents a number of data segments to be written to the buffer between an execution of two consecutive fragments of any type of fragment out of merging fragments and cleaning fragment. Stage 2650 may be executed before starting executing stage 2640, once during the execution of stage 2640 or multiple times during the execution of stage 2640. For simplicity of explanation it is illustrated as being a part of stage 2630.
Stage 2650 may include at least one of the following:
The invention may also be implemented in a computer program for running on a computer system, at least including code portions for performing steps of a method according to the invention when run on a programmable apparatus, such as a computer system or enabling a programmable apparatus to perform functions of a device or system according to the invention. The computer program may cause the storage system to allocate disk drives to disk drive groups.
A computer program is a list of instructions such as a particular application program and/or an operating system. The computer program may for instance include one or more of: a subroutine, a function, a procedure, an object method, an object implementation, an executable application, an applet, a servlet, a source code, an object code, a shared library/dynamic load library and/or other sequence of instructions designed for execution on a computer system.
The computer program may be stored internally on a non-transitory computer readable medium. All or some of the computer program may be provided on computer readable media permanently, removably or remotely coupled to an information processing system. The computer readable media may include, for example and without limitation, any number of the following: magnetic storage media including disk and tape storage media; optical storage media such as compact disk media (e.g., CD-ROM, CD-R, etc.) and digital video disk storage media; nonvolatile memory storage media including semiconductor-based memory units such as FLASH memory, EEPROM, EPROM, ROM; ferromagnetic digital memories; MRAM; volatile storage media including registers, buffers or caches, main memory, RAM, etc.
A computer process typically includes an executing (running) program or portion of a program, current program values and state information, and the resources used by the operating system to manage the execution of the process. An operating system (OS) is the software that manages the sharing of the resources of a computer and provides programmers with an interface used to access those resources. An operating system processes system data and user input, and responds by allocating and managing tasks and internal system resources as a service to users and programs of the system.
The computer system may for instance include at least one processing unit, associated memory and a number of input/output (I/O) devices. When executing the computer program, the computer system processes information according to the computer program and produces resultant output information via I/O devices.
In the foregoing specification, the invention has been described with reference to specific examples of embodiments of the invention. It will, however, be evident that various modifications and changes may be made therein without departing from the broader spirit and scope of the invention as set forth in the appended claims.
Moreover, the terms “front,” “back,” “top,” “bottom,” “over,” “under” and the like in the description and in the claims, if any, are used for descriptive purposes and not necessarily for describing permanent relative positions. It is understood that the terms so used are interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in other orientations than those illustrated or otherwise described herein.
The connections as discussed herein may be any type of connection suitable to transfer signals from or to the respective nodes, units or devices, for example via intermediate devices. Accordingly, unless implied or stated otherwise, the connections may for example be direct connections or indirect connections. The connections may be illustrated or described in reference to being a single connection, a plurality of connections, unidirectional connections, or bidirectional connections. However, different embodiments may vary the implementation of the connections. For example, separate unidirectional connections may be used rather than bidirectional connections and vice versa. Also, plurality of connections may be replaced with a single connection that transfers multiple signals serially or in a time multiplexed manner. Likewise, single connections carrying multiple signals may be separated out into various different connections carrying subsets of these signals. Therefore, many options exist for transferring signals.
Although specific conductivity types or polarity of potentials have been described in the examples, it will be appreciated that conductivity types and polarities of potentials may be reversed.
Each signal described herein may be designed as positive or negative logic. In the case of a negative logic signal, the signal is active low where the logically true state corresponds to a logic level zero. In the case of a positive logic signal, the signal is active high where the logically true state corresponds to a logic level one. Note that any of the signals described herein may be designed as either negative or positive logic signals. Therefore, in alternate embodiments, those signals described as positive logic signals may be implemented as negative logic signals, and those signals described as negative logic signals may be implemented as positive logic signals.
Furthermore, the terms “assert” or “set” and “negate” (or “deassert” or “clear”) are used herein when referring to the rendering of a signal, status bit, or similar apparatus into its logically true or logically false state, respectively. If the logically true state is a logic level one, the logically false state is a logic level zero. And if the logically true state is a logic level zero, the logically false state is a logic level one.
Those skilled in the art will recognize that the boundaries between logic blocks are merely illustrative and that alternative embodiments may merge logic blocks or circuit elements or impose an alternate decomposition of functionality upon various logic blocks or circuit elements. Thus, it is to be understood that the architectures depicted herein are merely exemplary, and that in fact many other architectures may be implemented which achieve the same functionality.
Any arrangement of components to achieve the same functionality is effectively “associated” such that the desired functionality is achieved. Hence, any two components herein combined to achieve a particular functionality may be seen as “associated with” each other such that the desired functionality is achieved, irrespective of architectures or intermedial components. Likewise, any two components so associated can also be viewed as being “operably connected,” or “operably coupled,” to each other to achieve the desired functionality.
Furthermore, those skilled in the art will recognize that boundaries between the above described operations merely illustrative. The multiple operations may be combined into a single operation, a single operation may be distributed in additional operations and operations may be executed at least partially overlapping in time. Moreover, alternative embodiments may include multiple instances of a particular operation, and the order of operations may be altered in various other embodiments.
Also for example, in one embodiment, the illustrated examples may be implemented as circuitry located on a single integrated circuit or within a same device. Alternatively, the examples may be implemented as any number of separate integrated circuits or separate devices interconnected with each other in a suitable manner.
Also for example, the examples, or portions thereof, may implemented as soft or code representations of physical circuitry or of logical representations convertible into physical circuitry, such as in a hardware description language of any appropriate type.
Also, the invention is not limited to physical devices or units implemented in non-programmable hardware but can also be applied in programmable devices or units able to perform the desired device functions by operating in accordance with suitable program code, such as mainframes, minicomputers, servers, workstations, personal computers, notepads, personal digital assistants, electronic games, automotive and other embedded systems, cell phones and various other wireless devices, commonly denoted in this application as ‘computer systems’.
However, other modifications, variations and alternatives are also possible. The specifications and drawings are, accordingly, to be regarded in an illustrative rather than in a restrictive sense.
In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word ‘comprising’ does not exclude the presence of other elements or steps then those listed in a claim. Furthermore, the terms “a” or “an,” as used herein, are defined as one or more than one. Also, the use of introductory phrases such as “at least one” and “one or more” in the claims should not be construed to imply that the introduction of another claim element by the indefinite articles “a” or “an” limits any particular claim containing such introduced claim element to inventions containing only one such element, even when the same claim includes the introductory phrases “one or more” or “at least one” and indefinite articles such as “a” or “an.” The same holds true for the use of definite articles. Unless stated otherwise, terms such as “first” and “second” are used to arbitrarily distinguish between the elements such terms describe. Thus, these terms are not necessarily intended to indicate temporal or other prioritization of such elements The mere fact that certain measures are recited in mutually different claims does not indicate that a combination of these measures cannot be used to advantage.
While certain features of the invention have been illustrated and described herein, many modifications, substitutions, changes, and equivalents will now occur to those of ordinary skill in the art. It is, therefore, to be understood that the appended claims are intended to cover all such modifications and changes as fall within the true spirit of the invention.
This application is a continuation in part of U.S. patent application Ser. No. 13/859,497, filed on Apr. 9, 2013, entitled “ADVANCED MANAGEMENT OF A NON-VOLATILE MEMORY,” which is a continuation in part of U.S. patent application Ser. No. 13/434,083, filed on Mar. 29, 2012, entitled “SYSTEM AND METHOD FOR FLASH MEMORY MANAGEMENT,” which claims priority from U.S. provisional patent Ser. No. 61/485,397, filed on May 12, 2011, all applications are incorporated herein by reference in their entireties. This application is also related to a continuation-in-part application Ser. No. 14/045,681, filed on Oct. 3, 2013, which claims the same priority data as the current application, the disclosure of which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
4430701 | Christian et al. | Feb 1984 | A |
4463375 | Macovski | Jul 1984 | A |
4584686 | Fritze | Apr 1986 | A |
4589084 | Fling et al. | May 1986 | A |
4777589 | Boettner et al. | Oct 1988 | A |
4866716 | Weng | Sep 1989 | A |
5003597 | Merkle | Mar 1991 | A |
5077737 | Leger et al. | Dec 1991 | A |
5297153 | Baggen et al. | Mar 1994 | A |
5305276 | Uenoyama | Apr 1994 | A |
5592641 | Doyle et al. | Jan 1997 | A |
5623620 | Alexis et al. | Apr 1997 | A |
5640529 | Hasbun | Jun 1997 | A |
5657332 | Auclair et al. | Aug 1997 | A |
5663901 | Harari et al. | Sep 1997 | A |
5724538 | Morris et al. | Mar 1998 | A |
5729490 | Calligaro et al. | Mar 1998 | A |
5740395 | Wells et al. | Apr 1998 | A |
5745418 | Hu et al. | Apr 1998 | A |
5778430 | Ish et al. | Jul 1998 | A |
5793774 | Usui et al. | Aug 1998 | A |
5920578 | Zook et al. | Jul 1999 | A |
5926409 | Engh et al. | Jul 1999 | A |
5933368 | Hu et al. | Aug 1999 | A |
5956268 | Lee | Sep 1999 | A |
5956473 | Hu et al. | Sep 1999 | A |
5968198 | Balachandran | Oct 1999 | A |
5982659 | Irrinki et al. | Nov 1999 | A |
6011741 | Harari et al. | Jan 2000 | A |
6016275 | Han | Jan 2000 | A |
6038634 | Ji et al. | Mar 2000 | A |
6081878 | Estakhri et al. | Jun 2000 | A |
6094465 | Stein et al. | Jul 2000 | A |
6119245 | Hiratsuka | Sep 2000 | A |
6182261 | Haller et al. | Jan 2001 | B1 |
6192497 | Yang et al. | Feb 2001 | B1 |
6195287 | Hirano | Feb 2001 | B1 |
6199188 | Shen et al. | Mar 2001 | B1 |
6209114 | Wolf et al. | Mar 2001 | B1 |
6259627 | Wong | Jul 2001 | B1 |
6272052 | Miyauchi | Aug 2001 | B1 |
6278633 | Wong et al. | Aug 2001 | B1 |
6279133 | Vafai et al. | Aug 2001 | B1 |
6301151 | Engh et al. | Oct 2001 | B1 |
6370061 | Yachareni et al. | Apr 2002 | B1 |
6374383 | Weng | Apr 2002 | B1 |
6504891 | Chevallier | Jan 2003 | B1 |
6532169 | Mann et al. | Mar 2003 | B1 |
6532556 | Wong et al. | Mar 2003 | B1 |
6553533 | Demura et al. | Apr 2003 | B2 |
6560747 | Weng | May 2003 | B1 |
6637002 | Weng et al. | Oct 2003 | B1 |
6639865 | Kwon | Oct 2003 | B2 |
6674665 | Mann et al. | Jan 2004 | B1 |
6675281 | Oh et al. | Jan 2004 | B1 |
6704902 | Shinbashi et al. | Mar 2004 | B1 |
6751766 | Guterman et al. | Jun 2004 | B2 |
6772274 | Estakhri | Aug 2004 | B1 |
6781910 | Smith | Aug 2004 | B2 |
6792569 | Cox et al. | Sep 2004 | B2 |
6873543 | Smith et al. | Mar 2005 | B2 |
6891768 | Smith et al. | May 2005 | B2 |
6914809 | Hilton et al. | Jul 2005 | B2 |
6915477 | Gollamudi et al. | Jul 2005 | B2 |
6952365 | Gonzalez et al. | Oct 2005 | B2 |
6961890 | Smith | Nov 2005 | B2 |
6968421 | Conley | Nov 2005 | B2 |
6990012 | Smith et al. | Jan 2006 | B2 |
6996004 | Fastow et al. | Feb 2006 | B1 |
6999854 | Roth | Feb 2006 | B2 |
7010739 | Feng et al. | Mar 2006 | B1 |
7012835 | Gonzalez et al. | Mar 2006 | B2 |
7038950 | Hamilton et al. | May 2006 | B1 |
7068539 | Guterman et al. | Jun 2006 | B2 |
7079436 | Perner et al. | Jul 2006 | B2 |
7149950 | Spencer et al. | Dec 2006 | B2 |
7177977 | Chen et al. | Feb 2007 | B2 |
7188228 | Chang et al. | Mar 2007 | B1 |
7191379 | Adelmann et al. | Mar 2007 | B2 |
7196946 | Chen et al. | Mar 2007 | B2 |
7203874 | Roohparvar | Apr 2007 | B2 |
7212426 | Park et al. | May 2007 | B2 |
7290203 | Emma et al. | Oct 2007 | B2 |
7292365 | Knox | Nov 2007 | B2 |
7301928 | Nakabayashi et al. | Nov 2007 | B2 |
7315916 | Bennett et al. | Jan 2008 | B2 |
7388781 | Litsyn et al. | Jun 2008 | B2 |
7395404 | Gorobets et al. | Jul 2008 | B2 |
7441067 | Gorobets et al. | Oct 2008 | B2 |
7443729 | Li et al. | Oct 2008 | B2 |
7450425 | Aritome | Nov 2008 | B2 |
7454670 | Kim et al. | Nov 2008 | B2 |
7466575 | Shalvi et al. | Dec 2008 | B2 |
7533328 | Alrod et al. | May 2009 | B2 |
7558109 | Brandman et al. | Jul 2009 | B2 |
7593263 | Sokolov et al. | Sep 2009 | B2 |
7610433 | Randell et al. | Oct 2009 | B2 |
7613043 | Cornwell et al. | Nov 2009 | B2 |
7619922 | Li et al. | Nov 2009 | B2 |
7697326 | Sommer et al. | Apr 2010 | B2 |
7706182 | Shalvi et al. | Apr 2010 | B2 |
7716538 | Gonzalez et al. | May 2010 | B2 |
7804718 | Kim | Sep 2010 | B2 |
7805663 | Brandman et al. | Sep 2010 | B2 |
7805664 | Yang et al. | Sep 2010 | B1 |
7844877 | Litsyn et al. | Nov 2010 | B2 |
7911848 | Eun et al. | Mar 2011 | B2 |
7961797 | Yang et al. | Jun 2011 | B1 |
7975192 | Sommer et al. | Jul 2011 | B2 |
8020073 | Emma et al. | Sep 2011 | B2 |
8108590 | Chow et al. | Jan 2012 | B2 |
8122328 | Liu et al. | Feb 2012 | B2 |
8159881 | Yang | Apr 2012 | B2 |
8190961 | Yang et al. | May 2012 | B1 |
8250324 | Haas et al. | Aug 2012 | B2 |
8300823 | Bojinov et al. | Oct 2012 | B2 |
8305812 | Levy et al. | Nov 2012 | B2 |
8327246 | Weingarten et al. | Dec 2012 | B2 |
8407560 | Ordentlich et al. | Mar 2013 | B2 |
8417893 | Khmelnitsky et al. | Apr 2013 | B2 |
20010034815 | Dugan et al. | Oct 2001 | A1 |
20020063774 | Hillis et al. | May 2002 | A1 |
20020085419 | Kwon et al. | Jul 2002 | A1 |
20020154769 | Petersen et al. | Oct 2002 | A1 |
20020156988 | Toyama et al. | Oct 2002 | A1 |
20020174156 | Birru et al. | Nov 2002 | A1 |
20030014582 | Nakanishi | Jan 2003 | A1 |
20030065876 | Lasser | Apr 2003 | A1 |
20030101404 | Zhao et al. | May 2003 | A1 |
20030105620 | Bowen | Jun 2003 | A1 |
20030177300 | Lee et al. | Sep 2003 | A1 |
20030192007 | Miller et al. | Oct 2003 | A1 |
20040015771 | Lasser et al. | Jan 2004 | A1 |
20040030971 | Tanaka et al. | Feb 2004 | A1 |
20040059768 | Denk et al. | Mar 2004 | A1 |
20040080985 | Chang et al. | Apr 2004 | A1 |
20040153722 | Lee | Aug 2004 | A1 |
20040153817 | Norman et al. | Aug 2004 | A1 |
20040181735 | Xin | Sep 2004 | A1 |
20040203591 | Lee | Oct 2004 | A1 |
20040210706 | In et al. | Oct 2004 | A1 |
20050013165 | Ban | Jan 2005 | A1 |
20050018482 | Cemea et al. | Jan 2005 | A1 |
20050083735 | Chen et al. | Apr 2005 | A1 |
20050117401 | Chen et al. | Jun 2005 | A1 |
20050120265 | Pline et al. | Jun 2005 | A1 |
20050128811 | Kato et al. | Jun 2005 | A1 |
20050138533 | Le-Bars et al. | Jun 2005 | A1 |
20050144213 | Simkins et al. | Jun 2005 | A1 |
20050144368 | Chung et al. | Jun 2005 | A1 |
20050169057 | Shibata et al. | Aug 2005 | A1 |
20050172179 | Brandenberger et al. | Aug 2005 | A1 |
20050213393 | Lasser | Sep 2005 | A1 |
20050243626 | Ronen | Nov 2005 | A1 |
20060059406 | Micheloni et al. | Mar 2006 | A1 |
20060059409 | Lee | Mar 2006 | A1 |
20060064537 | Oshima et al. | Mar 2006 | A1 |
20060101193 | Murin | May 2006 | A1 |
20060195651 | Estakhri et al. | Aug 2006 | A1 |
20060203587 | Li et al. | Sep 2006 | A1 |
20060221692 | Chen | Oct 2006 | A1 |
20060248434 | Radke et al. | Nov 2006 | A1 |
20060268608 | Noguchi et al. | Nov 2006 | A1 |
20060282411 | Fagin et al. | Dec 2006 | A1 |
20060284244 | Forbes et al. | Dec 2006 | A1 |
20060294312 | Walmsley | Dec 2006 | A1 |
20070025157 | Wan et al. | Feb 2007 | A1 |
20070063180 | Asano et al. | Mar 2007 | A1 |
20070081388 | Joo | Apr 2007 | A1 |
20070098069 | Gordon | May 2007 | A1 |
20070103992 | Sakui et al. | May 2007 | A1 |
20070104004 | So et al. | May 2007 | A1 |
20070109858 | Conley et al. | May 2007 | A1 |
20070124652 | Litsyn et al. | May 2007 | A1 |
20070140006 | Chen et al. | Jun 2007 | A1 |
20070143561 | Gorobets | Jun 2007 | A1 |
20070150694 | Chang et al. | Jun 2007 | A1 |
20070168625 | Cornwell et al. | Jul 2007 | A1 |
20070171714 | Wu et al. | Jul 2007 | A1 |
20070171730 | Ramamoorthy et al. | Jul 2007 | A1 |
20070180346 | Murin | Aug 2007 | A1 |
20070223277 | Tanaka et al. | Sep 2007 | A1 |
20070226582 | Tang et al. | Sep 2007 | A1 |
20070226592 | Radke | Sep 2007 | A1 |
20070228449 | Takano et al. | Oct 2007 | A1 |
20070253249 | Kang et al. | Nov 2007 | A1 |
20070253250 | Shibata et al. | Nov 2007 | A1 |
20070263439 | Cornwell et al. | Nov 2007 | A1 |
20070266291 | Toda et al. | Nov 2007 | A1 |
20070271494 | Gorobets | Nov 2007 | A1 |
20070297226 | Mokhlesi | Dec 2007 | A1 |
20080010581 | Alrod et al. | Jan 2008 | A1 |
20080028014 | Hilt et al. | Jan 2008 | A1 |
20080049497 | Mo | Feb 2008 | A1 |
20080055989 | Lee et al. | Mar 2008 | A1 |
20080082897 | Brandman et al. | Apr 2008 | A1 |
20080092026 | Brandman et al. | Apr 2008 | A1 |
20080104309 | Cheon et al. | May 2008 | A1 |
20080112238 | Kim et al. | May 2008 | A1 |
20080116509 | Harari et al. | May 2008 | A1 |
20080126686 | Sokolov et al. | May 2008 | A1 |
20080127104 | Li et al. | May 2008 | A1 |
20080128790 | Jung | Jun 2008 | A1 |
20080130341 | Shalvi et al. | Jun 2008 | A1 |
20080137413 | Kong et al. | Jun 2008 | A1 |
20080137414 | Park et al. | Jun 2008 | A1 |
20080141043 | Flynn et al. | Jun 2008 | A1 |
20080148115 | Sokolov et al. | Jun 2008 | A1 |
20080158958 | Shalvi et al. | Jul 2008 | A1 |
20080159059 | Moyer | Jul 2008 | A1 |
20080162079 | Astigarraga et al. | Jul 2008 | A1 |
20080168216 | Lee | Jul 2008 | A1 |
20080168320 | Cassuto et al. | Jul 2008 | A1 |
20080181001 | Shalvi | Jul 2008 | A1 |
20080198650 | Shalvi et al. | Aug 2008 | A1 |
20080198652 | Shalvi et al. | Aug 2008 | A1 |
20080201620 | Gollub | Aug 2008 | A1 |
20080209114 | Chow et al. | Aug 2008 | A1 |
20080219050 | Shalvi et al. | Sep 2008 | A1 |
20080225599 | Chae | Sep 2008 | A1 |
20080250195 | Chow et al. | Oct 2008 | A1 |
20080263262 | Sokolov et al. | Oct 2008 | A1 |
20080282106 | Shalvi et al. | Nov 2008 | A1 |
20080285351 | Shlick et al. | Nov 2008 | A1 |
20080301532 | Uchikawa et al. | Dec 2008 | A1 |
20090024905 | Shalvi et al. | Jan 2009 | A1 |
20090027961 | Park et al. | Jan 2009 | A1 |
20090043951 | Shalvi et al. | Feb 2009 | A1 |
20090046507 | Aritome | Feb 2009 | A1 |
20090072303 | Prall et al. | Mar 2009 | A9 |
20090091979 | Shalvi | Apr 2009 | A1 |
20090103358 | Sommer et al. | Apr 2009 | A1 |
20090106485 | Anholt | Apr 2009 | A1 |
20090113275 | Chen et al. | Apr 2009 | A1 |
20090125671 | Flynn et al. | May 2009 | A1 |
20090132755 | Radke | May 2009 | A1 |
20090144598 | Yoon et al. | Jun 2009 | A1 |
20090144600 | Perlmutter et al. | Jun 2009 | A1 |
20090150599 | Bennett | Jun 2009 | A1 |
20090150748 | Egner et al. | Jun 2009 | A1 |
20090157964 | Kasorla et al. | Jun 2009 | A1 |
20090158126 | Perlmutter et al. | Jun 2009 | A1 |
20090168524 | Golov et al. | Jul 2009 | A1 |
20090187803 | Anholt et al. | Jul 2009 | A1 |
20090199074 | Sommer | Aug 2009 | A1 |
20090213653 | Perlmutter et al. | Aug 2009 | A1 |
20090213654 | Perlmutter et al. | Aug 2009 | A1 |
20090228761 | Perlmutter et al. | Sep 2009 | A1 |
20090240872 | Perlmutter et al. | Sep 2009 | A1 |
20090282185 | Van Cauwenbergh | Nov 2009 | A1 |
20090282186 | Mokhlesi et al. | Nov 2009 | A1 |
20090287930 | Nagaraja | Nov 2009 | A1 |
20090300269 | Radke et al. | Dec 2009 | A1 |
20090323942 | Sharon et al. | Dec 2009 | A1 |
20100005270 | Jiang | Jan 2010 | A1 |
20100025811 | Bronner et al. | Feb 2010 | A1 |
20100030944 | Hinz | Feb 2010 | A1 |
20100058146 | Weingarten et al. | Mar 2010 | A1 |
20100064096 | Weingarten et al. | Mar 2010 | A1 |
20100088557 | Weingarten et al. | Apr 2010 | A1 |
20100091535 | Sommer et al. | Apr 2010 | A1 |
20100095186 | Weingarten | Apr 2010 | A1 |
20100110787 | Shalvi et al. | May 2010 | A1 |
20100115376 | Shalvi et al. | May 2010 | A1 |
20100122113 | Weingarten et al. | May 2010 | A1 |
20100124088 | Shalvi et al. | May 2010 | A1 |
20100131580 | Kanter et al. | May 2010 | A1 |
20100131806 | Weingarten et al. | May 2010 | A1 |
20100131809 | Katz | May 2010 | A1 |
20100131826 | Shalvi et al. | May 2010 | A1 |
20100131827 | Sokolov et al. | May 2010 | A1 |
20100131831 | Weingarten et al. | May 2010 | A1 |
20100146191 | Katz | Jun 2010 | A1 |
20100146192 | Weingarten et al. | Jun 2010 | A1 |
20100149881 | Lee et al. | Jun 2010 | A1 |
20100172179 | Gorobets et al. | Jul 2010 | A1 |
20100174853 | Lee et al. | Jul 2010 | A1 |
20100180073 | Weingarten et al. | Jul 2010 | A1 |
20100199149 | Weingarten et al. | Aug 2010 | A1 |
20100211724 | Weingarten | Aug 2010 | A1 |
20100211833 | Weingarten | Aug 2010 | A1 |
20100211856 | Weingarten | Aug 2010 | A1 |
20100241793 | Sugimoto et al. | Sep 2010 | A1 |
20100246265 | Moschiano et al. | Sep 2010 | A1 |
20100251066 | Radke | Sep 2010 | A1 |
20100253555 | Weingarten et al. | Oct 2010 | A1 |
20100257309 | Barsky et al. | Oct 2010 | A1 |
20100269008 | Leggette et al. | Oct 2010 | A1 |
20100293321 | Weingarten | Nov 2010 | A1 |
20100318724 | Yeh | Dec 2010 | A1 |
20110051521 | Levy et al. | Mar 2011 | A1 |
20110055461 | Steiner et al. | Mar 2011 | A1 |
20110093650 | Kwon et al. | Apr 2011 | A1 |
20110096612 | Steiner et al. | Apr 2011 | A1 |
20110099460 | Dusija et al. | Apr 2011 | A1 |
20110119562 | Steiner et al. | May 2011 | A1 |
20110153919 | Sabbag | Jun 2011 | A1 |
20110161775 | Weingarten | Jun 2011 | A1 |
20110194353 | Hwang et al. | Aug 2011 | A1 |
20110209028 | Post et al. | Aug 2011 | A1 |
20110214029 | Steiner et al. | Sep 2011 | A1 |
20110214039 | Steiner et al. | Sep 2011 | A1 |
20110246792 | Weingarten | Oct 2011 | A1 |
20110246852 | Sabbag | Oct 2011 | A1 |
20110252187 | Segal et al. | Oct 2011 | A1 |
20110252188 | Weingarten | Oct 2011 | A1 |
20110271043 | Segal et al. | Nov 2011 | A1 |
20110302428 | Weingarten | Dec 2011 | A1 |
20120001778 | Steiner et al. | Jan 2012 | A1 |
20120005554 | Steiner et al. | Jan 2012 | A1 |
20120005558 | Steiner et al. | Jan 2012 | A1 |
20120005560 | Steiner et al. | Jan 2012 | A1 |
20120008401 | Katz et al. | Jan 2012 | A1 |
20120008414 | Katz et al. | Jan 2012 | A1 |
20120017136 | Ordentlich et al. | Jan 2012 | A1 |
20120051144 | Weingarten et al. | Mar 2012 | A1 |
20120063227 | Weingarten et al. | Mar 2012 | A1 |
20120066441 | Weingarten | Mar 2012 | A1 |
20120110250 | Sabbag et al. | May 2012 | A1 |
20120124273 | Goss et al. | May 2012 | A1 |
20120246391 | Meir et al. | Sep 2012 | A1 |
Entry |
---|
Search Report of PCT Patent Application WO 2009/118720 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/095902 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/078006 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/074979 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/074978 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/072105 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/072104 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/072103 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/072102 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/072101 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/072100 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/053963 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/053962 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/053961 A3, Mar. 4, 2010. |
Search Report of PCT Patent Application WO 2009/037697 A3, Mar. 4, 2010. |
Yani Chen, Kcshab K. Parhi, “Small Area Parallel Chien Search Architectures for Long BCH Codes”, Ieee Transactions on Very Large Scale Integration(VLSI) Systems, vol. 12, No. 5, May 2004. |
Yuejian Wu, “Low Power Decoding of BCH Codes”, Nortel Networks, Ottawa, Ont., Canada, in Circuits and systems, 2004. ISCAS '04. Proceeding of the 2004 International Symposium on Circuits and Systems, published May 23-26, 2004, vol. 2, pp. II-369-72 vol. 2. |
Michael Purser, “Introduction to Error Correcting Codes”, Artech House Inc., 1995. |
Ron M. Roth, “Introduction to Coding Theory”, Cambridge University Press, 2006. |
Akash Kumar, Sergei Sawitzki, “High-Throughput and Low Power Architectures for Reed Solomon Decoder”, (a.kumar at tue.nl, Eindhoven University of Technology and sergei.sawitzki at philips.com), Oct. 2005. |
Todd K.Moon, “Error Correction Coding Mathematical Methods and Algorithms”, A John Wiley & Sons, Inc., 2005. |
Richard E. Blahut, “Algebraic Codes for Data Transmission”, Cambridge University Press, 2003. |
David Esseni, Bruno Ricco, “Trading-Off Programming Speed and Current Absorption in Flash Memories with the Ramped-Gate Programming Technique”, Ieee Transactions on Electron Devices, vol. 47, No. 4, Apr. 2000. |
Giovanni Campardo, Rino Micheloni, David Novosel, “VLSI-Design of Non-Volatile Memories”, Springer Berlin Heidelberg New York, 2005. |
John G. Proakis, “Digital Communications”, 3rd ed., New York: McGraw-Hill, 1995. |
J.M. Portal, H. Aziza, D. Nee, “EEPROM Memory: Threshold Voltage Built in Self Diagnosis”, ITC International Test Conference, Paper 2.1, Feb. 2005. |
J.M. Portal, H. Aziza, D. Nee, “EEPROM Diagnosis Based on Threshold Voltage Embedded Measurement”, Journal of Electronic Testing: Theory and Applications 21, 33-42, 2005. |
G. Tao, A. Scarpa, J. J Dijkstra, W. Stidl, F. Kuper, “Data retention prediction for modern floating gate non-volatile memories”, Microelectronics Reliability 40 (2000), 1561-1566. |
T. Hirncno, N. Matsukawa, H. Hazama, K. Sakui, M. Oshikiri, K. Masuda, K. Kanda, Y. Itoh, J. Miyamoto, “A New Technique for Measuring Threshold Voltage Distribution in Flash EEPROM Devices”, Proc. IEEE 1995 Int. Conference on Microelectronics Test Structures, vol. 8, Mar. 1995. |
Boaz Eitan, Guy Cohen, Assaf Shappir, Eli Lusky, Amichai Givant, Meir Janai, Ilan Bloom, Yan Polansky, Oleg Dadashev, Avi Lavan, Ran Sahar, Eduardo Maayan, “4-bit per Cell NROM Reliability”, Appears on the website of Saifun.com , 2005. |
Paulo Cappelletti, Clara Golla, Piero Olivo, Enrico Zanoni, “Flash Memories”, Kluwer Academic Publishers, 1999. |
JEDEC Standard, “Stress-Test-Driven Qualification of Integrated Circuits”, JEDEC Solid State Technology Association. JEDEC Standard No. 47F pp. 1-26, Dec. 2007. |
Dempster, et al., “Maximum Likelihood from Incomplete Data via the EM Algorithm”, Journal of the Royal Statistical Society. Series B (Methodological), vol. 39, No. 1 (1997), pp. 1-38. |
Mielke, et al., “Flash EEPROM Threshold Instabilities due to Charge Trapping During Program/Erase Cycling”, IEEE Transactions on Device and Materials Reliability, vol. 4, No. 3, Sep. 2004, pp. 335-344. |
Daneshbeh, “Bit Serial Systolic Architectures for Multiplicative Inversion and Division over GF (2)”, A thesis presented to the University of Waterloo, Ontario, Canada, 2005, pp. 1-118. |
Chen, Formulas for the solutions of Quadratic Equations over GF (2), IEEE Trans. Inform. Theory, vol. IT-28, No. 5, Sep. 1982, pp. 792-794. |
Berlekamp et al., “On the Solution of Algebraic Equations over Finite Fields”, Inform. Cont. 10, Oct. 1967, pp. 553-564. |
Number | Date | Country | |
---|---|---|---|
61485397 | May 2011 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 13859497 | Apr 2013 | US |
Child | 14050913 | US | |
Parent | 13434083 | Mar 2012 | US |
Child | 13859497 | US |