A method, non-transitory computer readable medium and a system for managing a non-volatile memory device. The method includes receiving data sectors; writing the data sectors into a buffer of the non-volatile memory device; maintaining at least one management data structure that comprises (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that is currently buffered in the buffer, selecting a selected buffer block in response to the location metadata and the timing metadata; and
merging, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
|
1. A method of managing a non-volatile memory device, the method comprising:
receiving data sectors, each data sector belonging to a memory space portion out of multiple memory space portions;
writing the data sectors into a buffer of the non-volatile memory device, the buffer having a plurality of buffer blocks;
maintaining at least one management data structure that includes (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that is currently buffered in the buffer, wherein timing metadata related to a memory space portion is indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion;
selecting a selected buffer block in response to the location metadata and the timing metadata, the selected buffer block storing at least one certain data sector of at least one certain memory space portion; and
merging, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
21. A system for managing a non-volatile memory device, the system comprises:
an interface that is arranged to receive data sectors; wherein each data sector belongs to a memory space portion out of multiple memory space portions;
a memory controller that is arranged to:
write the data sectors into a buffer of the non-volatile memory device; wherein the buffer comprises multiple buffer blocks;
maintain at least one management data structure that comprises (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that is currently buffered in the buffer, wherein timing metadata related to a memory space portion is indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion;
select a selected buffer block in response to the location metadata and the timing metadata; wherein the selected buffer block stores at least one certain data sector of at least one certain memory space portion; and
merge, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
22. A non-transitory computer readable medium that stores instruction for managing a non-volatile memory device, the instructions, once executed by a computer cause the computer to perform the stages of:
receiving data sectors; 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 device; wherein the buffer comprises multiple buffer blocks;
maintaining at least one management data structure that comprises (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that is currently buffered in the buffer, wherein timing metadata related to a memory space portion is indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion;
selecting a selected buffer block in response to the location metadata and the timing metadata; wherein the selected buffer block stores at least one certain data sector of at least one certain memory space portion; and
merging, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
2. The method according to
3. The method according to
4. The method according to
5. The method according to
7. The method according to
8. The method according to
9. The method according to
10. The method according to
11. The method according to
13. The method according to
a number (NF) of empty buffer blocks,
a number (NP) of data sectors required to fill a buffer block,
a size (Sgap) of residual buffer space that is allocated for receiving data sectors during an execution of the merging;
a number (NU) of buffer blocks that are not empty;
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 (f) of merge fragments required for completing a merging that empties the selected buffer block; and
a number (Q) of uncompleted merge fragments requires for a completion of a merging process that is executed when the determining of the threshold is calculated.
14. The method according to
15. The method according to
for each value of an index j that ranges between 1 and NU:
calculating a first intermediate value that equals (NF+j−1)*NP−Sgap);
calculating a second intermediate value that equals a sum, over an index k that ranges between 1 and j, of (L(k)*f−Q);
dividing the first intermediate value by the second intermediate value to provide a third intermediate value;
selecting the threshold to equal a minimal third intermediate value out of all intermediate third values calculated for different values of index j.
16. The method according to
17. The method according to
18. The method according to
creating pointers in the first management data structure, for each data sector corresponding to an associated memory space portion and a storage location of the data sector in the buffer;
updating the second management data structure to reflect, for each memory space portion, a buffer block that stores an earliest written data sector of the memory space portion; and
updating the third management data structure to reflect a number of primary memory space portions per 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.
19. The method according to
scanning the second management data structure;
updating a first merge candidate list with memory space portion indices which are marked in the second management data structure as urgent;
updating a second merge candidate list with memory space portion indices which are associated in the second management data structure to an oldest buffer block; wherein the oldest buffer block stores an earliest written data sector out of all data sectors currently buffered in the buffer
searching the first merge candidate list for an existing merge candidate; and
searching the second merge candidate for an existing merge candidate, if the first merge candidate list is empty.
20. The method according to
|
This application is a continuation in part of U.S. patent application Ser. No. 13/859,497, filing date Apr. 9, 2013, titled “ADVANCED MANAGEMENT OF A NON-VOLATILE MEMORY,” which is a continuation in part of U.S. patent application Ser. No. 13/434,083, filing date Mar. 29, 2012, titled “SYSTEM AND METHOD FOR FLASH MEMORY MANAGEMENT,” which claims priority from U.S. provisional patent Ser. No. 61/485,397 filing date May 12, 2011, all applications are incorporated herein by reference.
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.
Various common applications of flash memory devices are Secure Digital (SD) cards and embedded Multi-Media Cards (eMMC). An SD or 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 may require larger management data structures than can be supported by relatively slam embedded RAM memory modules. 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.
Various types of management schemes can be executed by an embedded memory controller. The memory controller should 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.
The embedded memory controller may implement several methods 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. 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 buffer block that is associated with a logical buffer 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 and the first mapping approach, or variants thereof are more practical.
According to an embodiment of the invention there is provided a method of managing a non-volatile memory device, the method may include receiving data sectors; 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 device; wherein the buffer may include multiple buffer blocks; maintaining at least one management data structure that may include (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that may be currently buffered in the buffer, wherein timing metadata related to a memory space portion may be indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion; selecting a selected buffer block in response to the location metadata and the timing metadata; wherein the selected buffer block stores at least one certain data sector of at least one certain memory space portion; and merging, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
The at least one certain memory space portion may include multiple certain memory space portions; wherein the method may include merging data sectors of the multiple certain memory space portions according to a certain memory space portion merger order.
The selecting may be responsive to urgency attribute values associated with memory space portions.
The selected buffer block may be 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 merging may be responsive to a size of a residual buffer space that may be allocated for receiving data sectors during an execution of the merging.
The size of the residual buffer space may be fixed.
The size of the residual buffer space may equal a ratio between (b) a number of memory space portions of the multiple memory space portions, and (b) a number of buffer blocks.
The merging may include executing multiple merge fragments.
The method may include determining a threshold that represents a number of data segments to be written to the buffer between an execution of two consecutive merge fragments such as to prevent an overflow of the buffer due to an execution of a merging of all data sectors currently buffered and a reception of new data sectors during the merging of all data sectors currently buffered.
The method may include determining the threshold whenever a buffer block may be filled.
The determining of the threshold may be responsive to a size of a residual buffer space that may be allocated for receiving data sectors during an execution of the merging.
The size of the residual buffer space may be fixed.
The determining of the threshold may be responsive to at least some parameters out of: a number (NF) of empty buffer blocks, a number (NP) of data sectors required to fill a buffer block, a size (Sgap) of residual buffer space that may be allocated for receiving data sectors during an execution of the merging; a number (NU) of buffer blocks that are not empty; numbers (L(1)-L(NU)) of primary memory space portions per each buffer block; wherein a primary memory space portion of a buffer block may be a memory space portion of which an earliest written data sector that may be still buffered was written to the buffer block; a number (f) of merge fragments required for completing a merging that empties the selected buffer block; and a number (Q) of uncompleted merge fragments requires for a completion of a merging process that may be executed when the determining of the threshold may be calculated.
The determining of the threshold may be responsive to NF, NP, Sgap, NP, NU, L(1)-L(NU), f and Q.
The calculating of the threshold (P) may include: for each value of an index j that ranges between 1 and NU: calculating a first intermediate value that equals (NF+j−1)*NP−Sgap); calculating a second intermediate value that equals a sum, over an index k that ranges between 1 and j, of (L(k)*f−Q); dividing the first intermediate value by the second intermediate value to provide a third intermediate value; selecting the threshold to equal a minimal third intermediate value out of all intermediate third values calculated for different values of index j.
The method may include triggering an execution of at least one merge fragment if a number of data sectors written to the buffer since a last merge fragment reaches or exceeds a threshold.
The method may include triggering an execution of at least one merge fragment of a certain memory space portion if a merger related to the certain memory space portion may be urgent.
The at least one data structure may include a first management data structure, a second management data structure and a third management data structure; wherein the maintaining of the at least one data structure may include: creating pointers in the first management data structure, for each data sector corresponding to an associated memory space portion and a storage location of the data sector in the buffer; updating the second management data structure to reflect, for each memory space portion, a buffer block that stores an earliest written data sector of the memory space portion; and updating the third management data structure to reflect a number of primary memory space portions per buffer block; wherein a primary memory space portion of a buffer block may be a memory space portion of which an earliest written data sector that may be still buffered was written to the buffer block;
The method may include: scanning the second management data structure; updating a first merge candidate list with memory space portion indices which are marked in the second management data structure as urgent; updating a second merge candidate list with memory space portion indices which are associated in the second management data structure to an oldest buffer block; wherein the oldest buffer block stores an earliest written data sector out of all data sectors currently buffered in the buffer; searching the first merge candidate list for an existing merge candidate; and searching the second merge candidate for an existing merge candidate, if the first merge candidate list may be empty.
The method may include updating at least one of the second and third management data structures whenever a data sector from a memory space portion may be written to the buffer for a first time or when a memory space portion may be merged.
According to an embodiment of the invention there may be provided system for managing a non-volatile memory device, the system may include: an interface that may be arranged to receive data sectors; wherein each data sector belongs to a memory space portion out of multiple memory space portions; a memory controller that may be arranged to: write the data sectors into a buffer of the non-volatile memory device; wherein the buffer may include multiple buffer blocks; maintain at least one management data structure that may include (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that may be currently buffered in the buffer, wherein timing metadata related to a memory space portion may be indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion; select a selected buffer block in response to the location metadata and the timing metadata; wherein the selected buffer block stores at least one certain data sector of at least one certain memory space portion; and merge, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
According to an embodiment of the invention there may be provided a non-transitory computer readable medium that stores instruction for managing a non-volatile memory device, the instructions, once executed by a computer cause the computer to perform the stages of: receiving data sectors; 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 device; wherein the buffer may include multiple buffer blocks; maintaining at least one management data structure that may include (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that may be currently buffered in the buffer, wherein timing metadata related to a memory space portion may be indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion; selecting a selected buffer block in response to the location metadata and the timing metadata; wherein the selected buffer block stores at least one certain data sector of at least one certain memory space portion; and merging, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from 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.
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 a buffer such as 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 sectors to random logical addresses. The ERSB is a collection of candidate buffer blocks which may hold short random write transactions until a later stage when the data of these transactions may be merged to their original logical blocks. When writing short random transactions to a memory space (target area) the data of those transactions may be written contiguously to ERSB buffer blocks. A special database may map each logical portion written to the ERSB to a corresponding physical location in the ERSB. When the ERSB becomes close to full, block merges may be performed for all logical blocks which have pages in the ERSB until some or all of the buffer blocks are freed.
When writing short random write transactions (e.g., 512 B, 4 KB), the performance may be initially high and may be determined primarily by the write speed supported by the flash array and the transfer speed of the host interface. As the ERSB becomes more and more occupied, it may be necessary to vacate some of its blocks, so future writes could be accomplished. Since each buffer block in the ERSB may potentially have pages from all the logical blocks in a memory space (also referred to as test area), in order to vacate even a single buffer block, it is required to merge almost all of the logical blocks. The merges may require a substantial amount of time, rendering the throughput to be much lower during this time. This situation continues until at least one buffer block is freed, and then high throughput may be restored again. It is readily seen that in such a scenario, the random write performance may fluctuate repeatedly between high and low values, causing a poor user experience.
During the merge period described above, which is intended to free buffer blocks in order to make room for new incoming transactions, incoming writes may still be performed to the ERSB. Once the merge process begins, the time allowed for processing each transaction is used for both writing the transaction to the ERSB and for performing part of the merge. For this reason, it is necessary to keep enough spare room for writing all the incoming transactions, until the merge process completes and buffer blocks are freed. The amount of pages which may be left for this purpose depends on the time required to complete all the merges. This time may be proportional to the number of logical memory block (LBAs) which have data in the ERSB at the time the merge process begins. The pages which are left available for the purpose described above are called safety gap pages, or safety gap, or just gap. The time allotted from the total transaction processing time for performing merge is called merge fragment time or simply merge fragment.
A way for circumventing the IOPS fluctuations may be provided in which block merges may be performed at a controlled rate long before the ERSB becomes full. Specifically, a merge fragment may be carried out every time a fixed amount of pages is written to the ERSB. The fixed amount of pages (called page period or just period) may be calculated as a function of the ERSB size, the test area, and the merge time. For example, if the ERSB size is e.g. 100,000 pages large, and if writes are done over a test area of e.g. 50 LBAs, and if the merge duration is e.g. 20 merge fragments long, then after each 100,000/50/20=100 pages are written to the ERSB, one merge fragment may be performed. In this way, a buffer block which has just become full may be freed once the entire ERSB is written over again. In other words, when the ERSB reaches a steady state, an old buffer block may become free just before a new buffer block is needed to host new incoming transactions.
The merge rate which is chosen may take into consideration the safety gap. Specifically, the merge rate may be computed after subtracting the gap from the ERSB size. This ensures that the safety gap may usually be kept available and never used, unless in rare circumstances. Since the gap is set according to the time required to merge the entire test area, the size of the safety gap might limit the effective size of the ERSB and this in turn might limit the level of IOPS achieved by the system. It is desirable to keep the safety gap as small as possible in order to maximize the IOPS.
The LBAs may be selected for merge according to a predetermined order. For example, all the LBAs in the user space may be arbitrarily ordered, and LBAs from the test area may be chosen according to that order. When the test area is changing, however, it may occur that buffer blocks are not freed in time before they are needed to host new incoming writes, and the system might have no room to write incoming data, leading to system failure.
To see how this can happen, assume that the merge order is lexicographic, i.e. LBA1, LBA2, . . . etc. Next, assume that the test area comprises initially the first 10 LBAs. The safety gap used by certain embodiments of the previous invention may comprise only enough pages to accommodate merging of 10 LBAs. Assume that the test area suddenly changes to LBAs 11-1000, and that the last LBA which was merged before the test area changed was LBA 10. Since the merge order is lexicographic, the next merges which will be done are 11-1000. However, almost the entire buffer blocks in the ERSB are full with pages from LBAs 1-10. It follows that a 1000 merges might be required before any buffer blocks may be freed. Since the safety gap can only allow merging of 10 LBAs, the system might fail, due to insufficient space to write incoming data.
The storage system includes a buffer 30 (such as an ERSB) that includes NE buffer blocks 30(1)-30(NE), each buffer block (such as 30(NE)) is able to accommodate NP pages of size (e.g., 4 KB) such as 30(NE,1)-30(NE,NP).
It should be noted that f represents the number of merge fragments required to complete a block merge.
In certain embodiments of the present invention, short random write transactions may be written to the buffer.
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 30(1)-30(NE) in
The indices 1, 2, . . . , NU of non-empty buffer blocks 31(1)-31(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 33(NU), 33(k), 33(2) and 33(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.
In one embodiment of the present invention, the value L(1) 33(1) may be equal to the number of the memory space portions with valid pages in the oldest buffer block.
In some embodiments of the present invention, once a buffer block becomes totally superseded, it becomes free, and the oldest buffer block becomes the block which was second oldest prior to the freeing of the said block.
In one embodiment of the present invention, a threshold called P may be selected and used as follows. Each P pages written to the buffer, a merge fragment may be performed. Whenever a merge of one memory space portion is complete, another merge of another memory space portion may commence.
In one embodiment of the present invention, when a new merge is to be started, the memory space portion chosen for the merge may be taken as one of the memory space portions which have valid pages in the oldest buffer block.
In one embodiment of the present invention, a table of primary memory space portions may be used to select the memory space portions for merge.
The table 60 provides a mapping between an index (ranges between 1 and NL) of memory space portion and between an index buffer block that stores the earliest written data sector (currently buffered) of that memory space portion.
Whenever a data sector belonging to some memory space portion is written to the buffer for the first time, the value in the table corresponding to the said memory space portion may be updated to the index of the buffer block to which the sector was written. Whenever a memory space portion is merged, the value of the entry corresponding to this memory space portion may be set to a special value (e.g. NOT_EXIST) which indicates that no data sector from the given memory space portion exists in the buffer.
In one embodiment of the present invention, each time a new merge is required, the table of primary memory space portions is scanned from beginning to end until a memory space portion is found whose entry value equals the index of the oldest buffer block. When such memory space portion is found, a merge of this memory space portion may then be performed.
In one embodiment of the present invention, a candidate data structure (denoted 65 in
When the data structure becomes empty, the table 60 of primary memory space portions is scanned, and all memory space portions whose entry value equals the oldest buffer block are inserted to the candidate data structure 65. When a new merge is required, the next memory space portion in the candidate data structure 65 is used for the merge, and its value removed from the candidate data structure.
In one embodiment of the present invention, the table 60 of primary memory space portions may be used to designate memory space portions who require that a merge be done to them as quickly as possible, i.e. before any other memory space portion is merged, and as fast as possible, i.e., by performing merge fragments continuously until the merge is complete. Such memory space portions are said to require an urgent merge.
In this embodiment, the controller of the storage system may decide that a memory space portion requires an urgent merge, and in such a case, it may designate this by setting the value of the memory space portion's entry in the table to e.g., URGENT.
In one embodiment of the present invention, the candidate data structure 65 may include two candidate data structures 66 and 67. Each of these candidate data structures 66 and 67 may contain merge candidates. The first candidate data structure 66 may contain standard merge candidates which are primary memory space portions of the oldest buffer block. The second candidate data structure 67 may contain merge candidates whose merger is urgent.
In one embodiment of the present invention, while scanning the table 60 of primary memory space portions, memory space portions which are marked as urgent are added to the second candidate data structure 67, while memory space portions which are primary memory space portions of the oldest buffer block are added to the first candidate data structure 66. In this embodiment, when a merge is required, the second candidate data structure 67 may be checked first, and if it contains merge candidates, a merge of one of these candidates may be next performed. If the urgent data structure is empty, a merge candidate may be taken from the first candidate data structure 66.
In one embodiment of the present invention, the threshold P may be calculated every time a new buffer block is allocated for writing and WR Ptr is set to 0.
In one embodiment of the present invention, when a merge is in progress, after every page which is received from the host and written to the buffer, a certain amount of time is used to perform a merge fragment.
In one embodiment of the present invention, a linked list may be used to store the values L(k). Each element in the linked list may hold the index of the buffer block, the amount of primary memory space portions associated to this buffer block and a pointer to the next element in the linked list.
In one embodiment of the present invention, the period p may be calculated by the following equation:
Where NF, NP, L(k), and f are as described above, Sgap is the overall size of pages used as a safety gap as described above, and Q is the number of additional merge fragments required to complete the merge which is currently ongoing at the time when the calculation of P is performed.
Sgap can be a number indicative of a number of pages that should be included in the safety gap.
In one embodiment of the present invention, Sgap may be obtained by dividing the number of logical blocks in the storage system by the number of buffer blocks in the buffer.
In one embodiment of the present invention, the computation of P may be implemented by the following pseudo code:
1. Initialize j=1
2. Initialize sumPages=NF*NP−Sgap
3. Initialize sumMergeFrags=Q
4. Set P=inf
5. for j=1 to NU
a. sumPages=sumPages+(j−1)*NP
b. sumMergeFrags=sumMergeFrags+L(j)
c. P=min(P, sumPages/sumMergeFrags)
6. end
In one embodiment of the present invention, in order to save unnecessary division operations and speed up performance, the following pseudo code may be used.
1. Initialize j=1
2. Initialize sumPages=NF*NP−Sgap
3. Initialize sumMergeFrags=Q
4. Set s=inf
5. for j=1 to NU:
In the following figures the memory space portions are logical address blocks (LBAs).
Method 100 starts by stage 102 of get random write transaction, LBA, page, and data (the data to be stored in said page in said LBA).
Stage 102 is followed by stage 110 of checking if a merge fragment is required. If yes—jumping to query stage 120. If no—jumping to stage 156 of writing a data segment to the buffer.
Query stage 120 includes checking if a merge is ongoing. If yes-jumping to stage 154 of performing a merge segment. If no—jumping to stage 130 of getting an LBA to merge.
Stage 130 is followed by stage 150 of starting a merge.
Stage 150 is followed by a sequence of stages 152, 154, 156, 160 and END stage 167.
Stage 152 includes setting LBA entry in table of primary LBAs to NOT_EXIST
Stage 154 includes performing a merge segment
Stage 156 includes writing a data segment to the buffer.
Stage 160 includes updating the table (60) of primary LBAs.
Stage 110 starts by stage 112 of Check if there are urgent merge candidates.
If yes—jumping to query stage 118 of return TRUE. If no—jumping to stage 115 of getting a number NW of pages which were written to the buffer since the last merge fragment.
Stage 115 is followed by query stage 116 of checking if NW equals to P or exceeds P.
If yes—jumping to query stage 118 of return TRUE. If no—jumping to stage 117 of return FALSE.
Stage 130 starts by stage 131 of checking if there are any merge candidates in either the urgent or the standard candidate data structures.
If there is a merge candidate (success) jump to stage 133 and if there is no merge candidate (failure) jump to stage 140.
Stage 140 is followed by stage 133.
Stage 133 includes searching for a merge candidate in the urgent candidate data structure. If succeeding jump to stage 137 of returning a merge candidate. Else—jump to stage 135.
Stage 135 includes searching for a merge candidate in the normal candidate data structure. If succeeding jump to stage 137 of returning a merge candidate. Else—jump to stage 138 of announcing a failure—return NO_LBA_FOR_MERGER.
Stage 160 starts by stage 151 of getting destination LBA and index of data block.
Stage 151 is followed by stage 152 of checking if the table entry of that LBA is NON-EXIST. If yes—jump to stage 153 of update entry of LBA with index of data block. If no—finish process (stage 154).
Stage 140 is executed for each LBA in the table of primary LBAs (as illustrated by control stage 141 that is followed by stages 142-146 that are executed for each LBA in the table of primary LBAs.
Stage 142 includes getting a value of an entry.
Stage 142 is followed by query stage 143 of checking if that value is urgent. If so-storing (stage 144) the LBS in urgent candidate data structure. Stage 144 is followed by stage 142.
If no—checking (stage 145) if the value indicates that the LBS is stored in the oldest data block. If no—jump to stage 142. If yes—storing (stage 146) the LBS in standard candidate data structure.
Method 200 may be executed for managing a non-volatile memory device. Method 200 may start by stages 210 and 230.
Stage 210 includes receiving data sectors. Each data sector belongs to a memory space portion out of multiple memory space portions.
Stage 210 is followed by stage 220 of writing the data sectors into a buffer of the non-volatile memory device. The buffer may include multiple buffer blocks.
Stage 220 is followed by stages 210 and 240.
Stage 230 includes maintaining at least one management data structure that may include (a) location metadata about a location of each data sector in the buffer (b) timing metadata for each memory space portion that includes at least one data sector that may be currently buffered in the buffer, wherein timing metadata related to a memory space portion may be indicative of a timing of an earliest writing to the buffer of any currently buffered data sector that belongs to the memory space portion. Stage 230 is followed by stage 230.
Stage 240 includes selecting a selected buffer block in response to the location metadata and the timing metadata. The selected buffer block stores at least one certain data sector of at least one certain memory space portion. The term certain is merely used for simplicity of explanation.
Stage 240 is followed by stage 250 of merging, before the buffer becomes full, data sectors of all of the at least one certain memory space portion into a sequential portion of the non-volatile memory device thereby emptying the selected buffer block, wherein the sequential portion differs from the buffer.
The at least one certain memory space portion may include multiple certain memory space portions. Stage 240 may include stage 241 of merging data sectors of the multiple certain memory space portions according to a certain memory space portion merger order. The order determines which certain memory space portion will have its data sectors merged before those of other memory space portions.
Stage 240 may include stage 242 of selecting candidates for merger in response to urgency attribute values associated with memory space portions.
According to an embodiment of the invention the selecting may include selecting the oldest buffer block of the buffer as the selected buffer block. The oldest buffer block stores an earliest written data sector out of all data sectors currently buffered in the buffer.
The merging may be responsive to a size of a residual buffer space (GAP) that may be allocated for receiving data sectors during an execution of the merging. The size of the residual buffer space may be fixed—it may be determined regardless of a temporary status of the buffer. The size of the residual buffer space may equal a ratio between (a) a number of memory space portions of the multiple memory space portions, and (b) a number of buffer blocks.
Stage 250 may include stage 258 of executing multiple merge fragments. Thus—instead of performing all the merging operations at once—the merging process is segmented to f merging fragments.
Stage 250 may include stage 251 of determining a threshold that represents a number of data segments to be written to the buffer between an execution of two consecutive merge fragments such as to prevent an overflow of the buffer due to an execution of a merging of all data sectors currently buffered and a reception of new data sectors during the merging of all data sectors currently buffered.
Stage 251 may be triggered by various events such as be triggered whenever a buffer block may be filled. This allows the method to adjust the merging process to the state of the buffer and while keeping a relatively small GAP, change the merging progress to prevent buffer overflow.
Stage 251 of determining of the threshold may be responsive to a size of a residual buffer space that may be allocated for receiving data sectors during an execution of the merging.
According to an embodiment of the invention stage 250 may include stage 252 of determining of the threshold in response to at least some (and even to all) of the following parameters: (i) a number (NF) of empty buffer blocks, (ii) a number (NP) of data sectors required to fill a buffer block, (iii) a size (Sgap) of residual buffer space that is allocated for receiving data sectors during an execution of the merging; (iv) a number (NU) of buffer blocks that are not empty, (v) 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; (vi) a number (f) of merge fragments required for completing a merging that empties the selected buffer block; and (vii) a number (Q) of uncompleted merge fragments requires for a completion of a merging process that is executed when the determining of the threshold is calculated.
Stage 250 may include stage 253 of calculating of the threshold (P) by
This may include: (a) repeating, for each value of an index j that ranges between 1 and Nu: (a.1) calculating a first intermediate value that equals (NF+j−1)*NP−Sgap); (a.2) calculating a second intermediate value that equals a sum, over an index k that ranges between 1 and j, of (L(k)*f+Q); (a.3) dividing the first intermediate value by the second intermediate value to provide a third intermediate value; and (b) selecting the threshold to equal a minimal third intermediate value out of all intermediate third values calculated for different values of index j.
Stage 250 may include stage 254 of triggering an execution of at least one merge fragment if a number of data sectors written to the buffer since a last merge fragment reaches or exceeds a threshold.
Stage 250 may include stage 255 of triggering an execution of at least one merge fragment of a certain memory space portion if a merger related to the certain memory space portion may be urgent.
According to an embodiment of the invention stage 230 of managing at least one data structure may include stage 231 of managing a first management data structure, a second management data structure and a third management data structure.
Stage 231 may include stage 232-234.
Stage 232 may include creating pointers in the first management data structure, for each data sector corresponding to an associated memory space portion and a storage location of the data sector in the buffer.
Stage 233 may include updating the second management data structure to reflect, for each memory space portion, a buffer block that stores an earliest written data sector of the memory space portion.
Stage 234 may include updating the third management data structure to reflect a number of primary memory space portions per 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.
Stage 230 may include stage 235 of suggesting a merge candidate. Stage 235 may include scanning the second management data structure; updating a first merge candidate list with memory space portion indices which are marked in the second management data structure as urgent; updating a second merge candidate list with memory space portion indices which are associated in the second management data structure to an oldest buffer block; wherein the oldest buffer block stores an earliest written data sector out of all data sectors currently buffered in the buffer; searching the first merge candidate list for an existing merge candidate; and searching the second merge candidate for an existing merge candidate, if the first merge candidate list is empty.
Stage 230 may include updating at least one of the second and third management data structures whenever a data sector from a memory space portion is written to the buffer for a first time or when a memory space portion is merged.
The nonvolatile memory module 360 may contain a random portion 354, a sequential portion 362, a data buffer (such as ERSB) 30 and a metadata buffer 370.
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 370 and other management portions may be allocated within the nonvolatile memory module 360. In
System 300 may store at least one management data structure that may store metadata about the content of the volatile memory module 380, the content of the nonvolatile memory module 360 or both memory modules. The at least one management data structure can be stored at the volatile memory module 380 and, additionally or alternatively at the nonvolatile memory module 360.
System 300 may execute any of the method disclosed in the specification.
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. In addition, 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. Moreover, 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.
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
4430701, | Aug 03 1981 | International Business Machines Corporation | Method and apparatus for a hierarchical paging storage system |
4463375, | Sep 07 1982 | The Board of Trustees of the Leland Standford Junior University | Multiple-measurement noise-reducing system |
4584686, | Dec 22 1983 | LASER MAGNETIC STORAGE INTERNATIONAL COMPANY A NEW YORK PARTNERSHIP | Reed-Solomon error correction apparatus |
4589084, | May 16 1983 | RCA LICENSING CORPORATION, TWO INDEPENDENCE WAY, PRINCETON, NJ 08540, A CORP OF DE | Apparatus for symmetrically truncating two's complement binary signals as for use with interleaved quadrature signals |
4777589, | Jun 28 1985 | Hewlett-Packard Company | Direct input/output in a virtual memory system |
4866716, | May 15 1987 | Maxtor Corporation | Real-time BCH error correction code decoding mechanism |
5003597, | Dec 21 1989 | Xerox Corporation | Method and apparatus for data encryption |
5077737, | Aug 18 1989 | Micron Technology, Inc. | Method and apparatus for storing digital data in off-specification dynamic random access memory devices |
5297153, | Aug 24 1989 | U.S. Philips Corporation | Method and apparatus for decoding code words protected wordwise by a non-binary BCH code from one or more symbol errors |
5305276, | Sep 11 1991 | Rohm Co., Ltd. | Non-volatile IC memory |
5592641, | Jun 30 1993 | Intel Corporation | Method and device for selectively locking write access to blocks in a memory array using write protect inputs and block enabled status |
5623620, | Jun 30 1993 | Micron Technology, Inc | Special test modes for a page buffer shared resource in a memory device |
5640529, | Jul 29 1993 | Intel Corporation | Method and system for performing clean-up of a solid state disk during host command execution |
5657332, | May 20 1992 | SanDisk Technologies LLC | Soft errors handling in EEPROM devices |
5663901, | Apr 11 1991 | SanDisk Technologies LLC | Computer memory cards using flash EEPROM integrated circuit chips and memory-controller systems |
5724538, | Apr 08 1993 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Computer memory address control apparatus utilizing hashed address tags in page tables which are compared to a combined address tag and index which are longer than the basic data width of the associated computer |
5729490, | Jul 31 1995 | U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT | Parallel-dichotomic serial sensing method for sensing multiple-level non-volatile memory cells, and sensing circuit for actuating such method |
5740395, | Oct 30 1992 | Intel Corporation | Method and apparatus for cleaning up a solid state memory disk storing floating sector data |
5745418, | Nov 25 1996 | MACRONIX INTERNATIONAL CO , LTD | Flash memory mass storage system |
5778430, | Apr 19 1996 | ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEE | Method and apparatus for computer disk cache management |
5793774, | Nov 04 1994 | Fujitsu Limited | Flash memory controlling system |
5920578, | Apr 23 1997 | Cirrus Logic, INC | Method and apparatus for efficiently processing a multi-dimensional code |
5926409, | Sep 05 1997 | Winbond Electronics Corporation | Method and apparatus for an adaptive ramp amplitude controller in nonvolatile memory application |
5933368, | Nov 25 1996 | Macronix International Co., Ltd. | Flash memory mass storage system |
5956268, | Feb 12 1997 | Hyundai Electronics America | Nonvolatile memory structure |
5956473, | Nov 25 1996 | MACRONIX INTERNATIONAL C , LTD | Method and system for managing a flash memory mass storage system |
5968198, | Aug 16 1996 | Unwired Planet, LLC | Decoder utilizing soft information output to minimize error rates |
5982659, | Dec 23 1996 | AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD | Memory cell capable of storing more than two logic states by using different via resistances |
6011741, | Apr 11 1991 | SanDisk Technologies LLC | Computer memory cards using flash EEPROM integrated circuit chips and memory-controller systems |
6016275, | Mar 13 1998 | LG Semicon Co., Ltd. | Flash memory wear leveling system and method |
6038634, | Feb 02 1998 | GOOGLE LLC | Intra-unit block addressing system for memory |
6081878, | Oct 07 1997 | U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT | Increasing the memory performance of flash memory devices by writing sectors simultaneously to multiple flash memory devices |
6094465, | Mar 21 1997 | Qualcomm Incorporated | Method and apparatus for performing decoding of CRC outer concatenated codes |
6119245, | Aug 06 1997 | LAPIS SEMICONDUCTOR CO , LTD | Semiconductor storage device and method of controlling it |
6182261, | Nov 05 1998 | Qualcomm Incorporated | Efficient iterative decoding |
6192497, | Aug 27 1998 | RPX Corporation | Parallel Chien search circuit |
6195287, | Feb 03 1999 | SAMSUNG ELECTRONICS CO , LTD | Data programming method for a nonvolatile semiconductor storage |
6199188, | Oct 07 1997 | Maxtor Corporation | System for finding roots of degree three and degree four error locator polynomials over GF(2M) |
6209114, | May 29 1998 | Texas Instruments Incorporated | Efficient hardware implementation of chien search polynomial reduction in reed-solomon decoding |
6259627, | Jan 27 2000 | SAMSUNG ELECTRONICS CO , LTD | Read and write operations using constant row line voltage and variable column line load |
6272052, | Aug 21 1998 | Mitsubishi Denki Kabushiki Kaisha | Block-erase type semiconductor storage device with independent memory groups having sequential logical addresses |
6278633, | Nov 05 1999 | SAMSUNG ELECTRONICS CO , LTD | High bandwidth flash memory that selects programming parameters according to measurements of previous programming operations |
6279133, | Oct 05 1998 | KAWASAKI MICROELECTRONICS, INC | Method and apparatus for significantly improving the reliability of multilevel memory architecture |
6301151, | Aug 09 2000 | Winbond Electronics Corporation | Adaptive programming method and apparatus for flash memory analog storage |
6370061, | Jun 19 2001 | MUFG UNION BANK, N A | Ceiling test mode to characterize the threshold voltage distribution of over programmed memory cells |
6374383, | Jun 07 1999 | Maxtor Corporation | Determining error locations using error correction codes |
6504891, | Jul 28 1995 | U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT | Timer circuit with programmable decode circuitry |
6532169, | Jun 26 2001 | MUFG UNION BANK, N A | SONOS latch and application |
6532556, | Jan 27 2000 | SAMSUNG ELECTRONICS CO , LTD | Data management for multi-bit-per-cell memories |
6553533, | Feb 05 1998 | Mitsubishi Electric Corporation | Method and apparatus for detecting and correcting errors and erasures in product ECC-coded data arrays for DVD and similar storage subsystems |
6560747, | Nov 10 1999 | Maxtor Corporation | Error counting mechanism |
6637002, | Oct 21 1998 | Maxtor Corporation | Decoder for error correcting block codes |
6639865, | Oct 25 2000 | Samsung Electronics Co., Ltd.; SAMSUNG ELECTRONICS CO , LTD | Memory device, method of accessing the memory device, and reed-solomon decoder including the memory device |
6674665, | Jun 26 2001 | MUFG UNION BANK, N A | SONOS latch and application |
6675281, | Jan 22 2002 | TM TECHNOLOGY INC | Distributed mapping scheme for mass storage system |
6704902, | |||
6751766, | May 20 2002 | SanDisk Technologies LLC | Increasing the effectiveness of error correction codes and operating multi-level memory systems by using information about the quality of the stored data |
6772274, | Sep 13 2000 | U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT | Flash memory system and method implementing LBA to PBA correlation within flash memory array |
6781910, | May 17 2002 | SAMSUNG ELECTRONICS CO , LTD | Small area magnetic memory devices |
6792569, | Apr 24 2001 | International Business Machines Corporation | Root solver and associated method for solving finite field polynomial equations |
6873543, | May 30 2003 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Memory device |
6891768, | Nov 13 2002 | SAMSUNG ELECTRONICS CO , LTD | Power-saving reading of magnetic memory devices |
6914809, | Jul 07 2003 | SAMSUNG ELECTRONICS CO , LTD | Memory cell strings |
6915477, | Dec 28 2001 | Alcatel Lucent | Delay sensitive adaptive quality control loop for rate adaptation |
6952365, | Jan 18 2002 | SanDisk Technologies LLC | Reducing the effects of noise in non-volatile memories through multiple reads |
6961890, | Aug 16 2001 | SK HYNIX INC | Dynamic variable-length error correction code |
6968421, | Nov 19 2001 | SanDisk Technologies LLC | Partial block data programming and reading operations in a non-volatile memory |
6990012, | Oct 07 2003 | SAMSUNG ELECTRONICS CO , LTD | Magnetic memory device |
6996004, | Nov 04 2003 | VALLEY DEVICE MANAGEMENT | Minimization of FG-FG coupling in flash memory |
6999854, | May 28 2004 | TANDEM DIABETES CARE, INC | Medical infusion pump capable of learning bolus time patterns and providing bolus alerts |
7010739, | Apr 11 2002 | CAVIUM INTERNATIONAL; MARVELL ASIA PTE, LTD | Error evaluator for inversionless Berlekamp-Massey algorithm in Reed-Solomon decoders |
7012835, | Oct 03 2003 | SanDisk Technologies LLC | Flash memory data correction and scrub techniques |
7038950, | Nov 05 2004 | Infineon Technologies LLC | Multi bit program algorithm |
7068539, | Jan 27 2004 | SanDisk Technologies LLC | Charge packet metering for coarse/fine programming of non-volatile memory |
7079436, | Sep 30 2003 | SAMSUNG ELECTRONICS CO , LTD | Resistive cross point memory |
7149950, | Sep 12 2003 | SAMSUNG ELECTRONICS CO , LTD | Assisted memory device for reading and writing single and multiple units of data |
7177977, | Mar 19 2004 | SanDisk Technologies, Inc | Operating non-volatile memory without read disturb limitations |
7188228, | Oct 01 2003 | SanDisk Technologies LLC | Hybrid mapping implementation within a non-volatile memory system |
7191379, | Sep 10 2003 | SAMSUNG ELECTRONICS CO , LTD | Magnetic memory with error correction coding |
7196946, | Apr 05 2005 | SanDisk Technologies, Inc | Compensating for coupling in non-volatile storage |
7203874, | May 08 2003 | U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT | Error detection, documentation, and correction in a flash memory device |
7212426, | Dec 31 2003 | Samsung Electronics Co., Ltd. | Flash memory system capable of inputting/outputting sector data at random |
7290203, | Oct 29 2004 | GLOBALFOUNDRIES U S INC | Dynamic memory architecture employing passive expiration of data |
7292365, | Jan 15 2003 | Xerox Corporation | Methods and systems for determining distribution mean level without histogram measurement |
7301928, | Jun 09 2004 | HITACHI KOKUSAI ELECTRIC INC. | Wireless packet transfer apparatus and method |
7310654, | Jan 31 2002 | CRITICAL PATH, INC | Method and system for providing image incremental and disaster recovery |
7315916, | Dec 16 2004 | SanDisk Technologies, Inc | Scratch pad block |
7388781, | Mar 06 2006 | Sandisk IL Ltd. | Multi-bit-per-cell flash memory device with non-bijective mapping |
7395404, | Dec 16 2004 | SanDisk Technologies, Inc | Cluster auto-alignment for storing addressable data packets in a non-volatile memory array |
7441067, | Nov 15 2004 | SanDisk Technologies LLC | Cyclic flash memory wear leveling |
7443729, | Jul 20 2006 | SanDisk Technologies, Inc | System that compensates for coupling based on sensing a neighbor using coupling |
7450425, | Aug 30 2006 | U S BANK NATIONAL ASSOCIATION, AS COLLATERAL AGENT | Non-volatile memory cell read failure reduction |
7454670, | Jan 27 2004 | Samsung Electronics Co., Ltd. | Data management apparatus and method of flash memory |
7466575, | May 12 2006 | Apple Inc | Memory device programming using combined shaping and linear spreading |
7533328, | Jul 04 2006 | SanDisk IL, Ltd. | Method of error correction in a multi-bit-per-cell flash memory |
7558109, | Nov 03 2006 | SanDisk Technologies, Inc | Nonvolatile memory with variable read threshold |
7593263, | Dec 17 2006 | Apple Inc | Memory device with reduced reading latency |
7610433, | Feb 05 2004 | Malikie Innovations Limited | Memory controller interface |
7613043, | May 15 2006 | Apple Inc. | Shifting reference values to account for voltage sag |
7619922, | Apr 01 2005 | SanDisk Technologies, Inc | Method for non-volatile memory with background data latch caching during erase operations |
7697326, | May 12 2006 | Apple Inc | Reducing programming error in memory devices |
7706182, | Dec 03 2006 | Apple Inc | Adaptive programming of analog memory cells using statistical characteristics |
7716538, | Sep 27 2006 | SanDisk Technologies, Inc | Memory with cell population distribution assisted read margining |
7804718, | Mar 07 2007 | Mosaid Technologies Incorporated | Partial block erase architecture for flash memory |
7805663, | Sep 28 2006 | SanDisk Technologies, Inc | Methods of adapting operation of nonvolatile memory |
7805664, | Oct 05 2006 | CAVIUM INTERNATIONAL; MARVELL ASIA PTE, LTD | Likelihood metric generation for trellis-based detection and/or decoding |
7844877, | Nov 15 2005 | Ramot at Tel Aviv University Ltd. | Method and device for multi phase error-correction |
7911848, | Aug 01 2008 | Samsung Electronics Co., Ltd. | Memory device and memory data determination method |
7961797, | Oct 10 2006 | CAVIUM INTERNATIONAL; MARVELL ASIA PTE, LTD | Nonlinear viterbi complexity reduction |
7975192, | Oct 30 2006 | Apple Inc | Reading memory cells using multiple thresholds |
8020073, | Oct 29 2004 | GLOBALFOUNDRIES U S INC | Dynamic memory architecture employing passive expiration of data |
8108590, | Jan 06 2000 | Super Talent Electronics, Inc | Multi-operation write aggregator using a page buffer and a scratch flash block in each of multiple channels of a large array of flash memory to reduce block wear |
8122328, | Mar 30 2007 | SAMSUNG ELECTRONICS CO , LTD | Bose-Chaudhuri-Hocquenghem error correction method and circuit for checking error using error correction encoder |
8159881, | Jun 03 2009 | MARVELL INTERNATIONAL LTD; CAVIUM INTERNATIONAL; MARVELL ASIA PTE, LTD | Reference voltage optimization for flash memory |
8190961, | Nov 28 2006 | CAVIUM INTERNATIONAL; MARVELL ASIA PTE, LTD | System and method for using pilot signals in non-volatile memory devices |
8250324, | Nov 30 2009 | International Business Machines Corporation | Method to efficiently locate meta-data structures on a flash-based storage device |
8300823, | Jan 28 2008 | NetApp, Inc | Encryption and compression of data for storage |
8305812, | Aug 26 2009 | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | Flash memory module and method for programming a page of flash memory cells |
8327246, | Dec 18 2007 | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | Apparatus for coding at a plurality of rates in multi-level flash memory systems, and methods useful in conjunction therewith |
8407560, | Jul 14 2010 | Hewlett Packard Enterprise Development LP | Systems and methods for encoding information for storage in an electronic memory and for decoding encoded information retrieved from an electronic memory |
8417893, | Feb 04 2008 | Apple Inc. | Memory mapping techniques |
20010034815, | |||
20020063774, | |||
20020085419, | |||
20020154769, | |||
20020156988, | |||
20020174156, | |||
20030014582, | |||
20030065876, | |||
20030101404, | |||
20030105620, | |||
20030177300, | |||
20030192007, | |||
20040015771, | |||
20040030971, | |||
20040059768, | |||
20040080985, | |||
20040153722, | |||
20040153817, | |||
20040181735, | |||
20040203591, | |||
20040210706, | |||
20050013165, | |||
20050018482, | |||
20050083735, | |||
20050117401, | |||
20050120265, | |||
20050128811, | |||
20050138533, | |||
20050144213, | |||
20050144368, | |||
20050169057, | |||
20050172179, | |||
20050213393, | |||
20050243626, | |||
20060059406, | |||
20060059409, | |||
20060064537, | |||
20060101193, | |||
20060195651, | |||
20060203587, | |||
20060221692, | |||
20060248434, | |||
20060268608, | |||
20060282411, | |||
20060284244, | |||
20060294312, | |||
20070025157, | |||
20070063180, | |||
20070081388, | |||
20070098069, | |||
20070103992, | |||
20070104004, | |||
20070109858, | |||
20070124652, | |||
20070140006, | |||
20070143561, | |||
20070150694, | |||
20070168625, | |||
20070171714, | |||
20070171730, | |||
20070180346, | |||
20070223277, | |||
20070226582, | |||
20070226592, | |||
20070228449, | |||
20070253249, | |||
20070253250, | |||
20070263439, | |||
20070266291, | |||
20070271494, | |||
20070297226, | |||
20080010581, | |||
20080028014, | |||
20080049497, | |||
20080055989, | |||
20080082897, | |||
20080092026, | |||
20080104309, | |||
20080112238, | |||
20080116509, | |||
20080126686, | |||
20080127104, | |||
20080128790, | |||
20080130341, | |||
20080137413, | |||
20080137414, | |||
20080141043, | |||
20080148115, | |||
20080158958, | |||
20080159059, | |||
20080162079, | |||
20080168216, | |||
20080168320, | |||
20080181001, | |||
20080198650, | |||
20080198652, | |||
20080201620, | |||
20080209114, | |||
20080219050, | |||
20080225599, | |||
20080250195, | |||
20080263262, | |||
20080282106, | |||
20080285351, | |||
20080301532, | |||
20090024905, | |||
20090027961, | |||
20090043951, | |||
20090046507, | |||
20090072303, | |||
20090091979, | |||
20090103358, | |||
20090106485, | |||
20090113275, | |||
20090125671, | |||
20090132755, | |||
20090144598, | |||
20090144600, | |||
20090150599, | |||
20090150748, | |||
20090157964, | |||
20090158126, | |||
20090168524, | |||
20090187803, | |||
20090199074, | |||
20090213653, | |||
20090213654, | |||
20090228761, | |||
20090240872, | |||
20090282185, | |||
20090282186, | |||
20090287930, | |||
20090300269, | |||
20090323942, | |||
20100005270, | |||
20100025811, | |||
20100030944, | |||
20100058146, | |||
20100064096, | |||
20100088557, | |||
20100091535, | |||
20100095186, | |||
20100110787, | |||
20100115376, | |||
20100122113, | |||
20100124088, | |||
20100131580, | |||
20100131806, | |||
20100131809, | |||
20100131826, | |||
20100131827, | |||
20100131831, | |||
20100146191, | |||
20100146192, | |||
20100149881, | |||
20100172179, | |||
20100174853, | |||
20100180073, | |||
20100199149, | |||
20100211724, | |||
20100211833, | |||
20100211856, | |||
20100241793, | |||
20100246265, | |||
20100251066, | |||
20100253555, | |||
20100257309, | |||
20100269008, | |||
20100293321, | |||
20100318724, | |||
20110051521, | |||
20110055461, | |||
20110093650, | |||
20110096612, | |||
20110099460, | |||
20110119562, | |||
20110153919, | |||
20110161775, | |||
20110194353, | |||
20110209028, | |||
20110214029, | |||
20110214039, | |||
20110246792, | |||
20110246852, | |||
20110252187, | |||
20110252188, | |||
20110271043, | |||
20110302428, | |||
20120001778, | |||
20120005554, | |||
20120005558, | |||
20120005560, | |||
20120008401, | |||
20120008414, | |||
20120017136, | |||
20120051144, | |||
20120063227, | |||
20120066441, | |||
20120110250, | |||
20120124273, | |||
20120246391, | |||
20130013844, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Oct 03 2013 | Densbits Technologies Ltd. | (assignment on the face of the patent) | / | |||
Dec 26 2013 | KATZ, MICHAEL | DENSBITS TECHNOLOGIES LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 031945 | /0834 | |
Jul 29 2014 | DENSBITS TECHNOLOGIES LTD | KREOS CAPITAL IV EXPERT FUND LIMITED | SECURITY INTEREST | 033444 | /0628 | |
Feb 23 2015 | DENSBITS TECHNOLOGIES LTD | KREOS CAPITAL IV EXPERT FUND LIMITED | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 035222 | /0547 | |
Dec 14 2015 | KREOS CAPITAL IV EXPERT FUND LIMITED | DENSBITS TECHNOLOGIES LTD | RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS | 041339 | /0921 | |
Dec 14 2015 | DENSBITS TECHNOLOGIES LTD | AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 037622 | /0224 | |
May 09 2018 | AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | MERGER SEE DOCUMENT FOR DETAILS | 047422 | /0464 | |
Sep 05 2018 | AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | CORRECTIVE ASSIGNMENT TO CORRECT THE EXECUTION DATE PREVIOUSLY RECORDED AT REEL: 047422 FRAME: 0464 ASSIGNOR S HEREBY CONFIRMS THE MERGER | 048883 | /0702 | |
Aug 26 2020 | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | BROADCOM INTERNATIONAL PTE LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 053771 | /0901 | |
Feb 02 2023 | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | MERGER SEE DOCUMENT FOR DETAILS | 062952 | /0850 | |
Feb 02 2023 | BROADCOM INTERNATIONAL PTE LTD | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | MERGER SEE DOCUMENT FOR DETAILS | 062952 | /0850 |
Date | Maintenance Fee Events |
Jan 28 2019 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Feb 13 2023 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Aug 18 2018 | 4 years fee payment window open |
Feb 18 2019 | 6 months grace period start (w surcharge) |
Aug 18 2019 | patent expiry (for year 4) |
Aug 18 2021 | 2 years to revive unintentionally abandoned end. (for year 4) |
Aug 18 2022 | 8 years fee payment window open |
Feb 18 2023 | 6 months grace period start (w surcharge) |
Aug 18 2023 | patent expiry (for year 8) |
Aug 18 2025 | 2 years to revive unintentionally abandoned end. (for year 8) |
Aug 18 2026 | 12 years fee payment window open |
Feb 18 2027 | 6 months grace period start (w surcharge) |
Aug 18 2027 | patent expiry (for year 12) |
Aug 18 2029 | 2 years to revive unintentionally abandoned end. (for year 12) |