US8667211B2 - System and method for managing a non-volatile memory - Google Patents

System and method for managing a non-volatile memory Download PDF

Info

Publication number
US8667211B2
US8667211B2 US13/300,312 US201113300312A US8667211B2 US 8667211 B2 US8667211 B2 US 8667211B2 US 201113300312 A US201113300312 A US 201113300312A US 8667211 B2 US8667211 B2 US 8667211B2
Authority
US
United States
Prior art keywords
data
buffer
block
logical blocks
logical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US13/300,312
Other versions
US20120311233A1 (en
Inventor
Hanan Weingarten
Michael Katz
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Avago Technologies International Sales Pte Ltd
Original Assignee
Densbits Technologies Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Densbits Technologies Ltd filed Critical Densbits Technologies Ltd
Priority to US13/300,312 priority Critical patent/US8667211B2/en
Publication of US20120311233A1 publication Critical patent/US20120311233A1/en
Assigned to DENSBITS TECHNOLOGIES LTD. reassignment DENSBITS TECHNOLOGIES LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KATZ, MICHAEL, WEINGARTEN, HANAN
Application granted granted Critical
Publication of US8667211B2 publication Critical patent/US8667211B2/en
Assigned to KREOS CAPITAL IV (EXPERT FUND) LIMITED reassignment KREOS CAPITAL IV (EXPERT FUND) LIMITED SECURITY INTEREST Assignors: DENSBITS TECHNOLOGIES LTD.
Assigned to KREOS CAPITAL IV (EXPERT FUND) LIMITED reassignment KREOS CAPITAL IV (EXPERT FUND) LIMITED SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DENSBITS TECHNOLOGIES LTD.
Assigned to AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD. reassignment AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DENSBITS TECHNOLOGIES LTD.
Assigned to DENSBITS TECHNOLOGIES LTD. reassignment DENSBITS TECHNOLOGIES LTD. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: KREOS CAPITAL IV (EXPERT FUND) LIMITED
Assigned to AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED reassignment AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED MERGER (SEE DOCUMENT FOR DETAILS). Assignors: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.
Assigned to AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED reassignment 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. Assignors: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.
Assigned to BROADCOM INTERNATIONAL PTE. LTD. reassignment BROADCOM INTERNATIONAL PTE. LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED
Assigned to AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED reassignment AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED MERGER (SEE DOCUMENT FOR DETAILS). Assignors: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED, BROADCOM INTERNATIONAL PTE. LTD.
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/72Details relating to flash memory management
    • G06F2212/7203Temporary buffering, e.g. using volatile buffer or dedicated buffer blocks

Definitions

  • the embodiments of the invention relate generally to the field of memory storage. More particularly, the disclosed embodiments relate to a system and method of managing flash memory.
  • Flash memory devices store information with high density on Flash cells with ever smaller dimensions.
  • Multi-Level Cells 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.
  • SD cards One common application of flash memory devices is Secure Digital (SD) cards.
  • An SD card may typically contain flash memory devices and a flash memory controller.
  • the controller translates commands arriving through the SD interface into actions (Read/Write/Erase) on the flash memory devices.
  • the most common SD 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 directed to 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.
  • 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.
  • 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.
  • an erase block 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.
  • 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.
  • mapping systems that rely on block mapping and page mapping, respectively.
  • LBA data size
  • 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.
  • 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 have limited amount of memory overhead and the first mapping approach, or variants thereof are more practical.
  • Embodiments of the invention may provide a device and method for reducing peak to average ratio of write throughput in non-volatile based storage systems.
  • Non-volatile technologies can include flash or any other non-volatile technology that mandates erasing in erase blocks.
  • a method may include receiving data sectors from an interface; writing each data sector into a data block of a buffer such as an extended random sector buffer (ERSB) of the flash memory; creating pointers in a data management structure, for each data sector corresponding to an associated logical block and a storage location of the data sector in the non-volatile extended random sequence buffer; and upon a fulfillment of a predetermined criterion (which is fulfilled before the buffer is full) then determining a number of logical blocks to be merged; and writing the data sectors corresponding to said number of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory.
  • the predefined criteria can be fulfilled, for example, if during the writing of the data sectors a data block in the extended random sequence buffer in the non-volatile memory becomes full.
  • the method may further comprise determining an instantaneous number of logical blocks which have at least one associated page in extended random sequence buffer, wherein determining said number of logical blocks comprises of determining said number of logical blocks based on said instantaneous number of logical blocks.
  • the method may include determining the number of logical blocks to be merged in response to a difference between (i) the instantaneous number of logical blocks which have at least one associated data page in the buffer and (ii) a product of a multiplication of the number of transaction timeout durations required to complete a single merge operation by a ratio between the number of data blocks in the buffer and the number of memory pages in a data block of the buffer.
  • writing the data sectors corresponding to said number of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory may comprise, selecting a set of logical blocks corresponding to said determined number of logical blocks based on a predetermined algorithm; and writing the data sectors corresponding to the selected logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory.
  • selecting said number of logical blocks based on a predetermined algorithm may comprise, determining a set of indices based on an ordering permutation which is defined for a plurality of indices corresponding to a number of logical blocks associated with the flash memory unit; and selecting a set of logical blocks corresponding to said determined number of logical blocks based on the determined set of indices.
  • writing the data sectors from the buffer to primary non-volatile data storage memory may comprise, merging the data sectors into erase block sections of data; writing the plurality of erase block sections of data to a plurality of erase blocks in the primary non-volatile data storage memory; and creating for each data sector a pointer in a data management structure, corresponding to an associated logical block and a storage location of the erase blocks in the primary non-volatile data storage memory.
  • FIG. 1 is a schematic diagram of instantaneous data throughput in IOPS versus a range of time in accordance with an embodiment of the invention
  • FIG. 2 is a schematic diagram of number of logical blocks versus a range of transactions in accordance with an embodiment of the invention
  • FIG. 3 is a schematic diagram of instantaneous data throughput in IOPS versus a range of time in accordance with an embodiment of the invention
  • FIG. 4 schematically illustrates a system according to an embodiment of the invention
  • FIG. 5 is a schematic flow chart diagram of a method according to an embodiment of the invention.
  • FIG. 6 is a schematic flow chart diagram of a method according to an embodiment of the invention.
  • the terms “plurality” and “a plurality” as used herein may include, for example, “multiple” or “two or more”.
  • the terms “plurality” or “a plurality” may be used throughout the specification to describe two or more components, devices, elements, units, parameters, or the like.
  • the method embodiments described herein are not constrained to a particular order or sequence. Additionally, some of the described method embodiments or elements thereof can occur or be performed simultaneously, at the same point in time, or concurrently.
  • predefined criterions that once fulfilled may trigger stages such as determining a number of logical blocks to be merged and writing data sectors. It is noted that for simplicity of explanation alone there is provided an example of such a predefined criterion where a data block of the extended random sequence buffer becomes full. It is noted that other predefined criterions can be enforced. Some predefined criteria are listed in various parts of the specification and claims. Any reference to the fullness of the data block should be interpreted as being applied to any other predefined criterion.
  • Embodiments of the invention may provide for a method and system for managing flash memory to reduce peak to average ratio of write throughput in flash based storage systems.
  • Embodiments of the invention may interact with an interface and may receive an input of a plurality of data sectors. The data sectors may then be stored in an extended random sequence buffer contained in non-volatile memory. For each data sector received from the interface a pointer may be created corresponding to an associated logical block and a storage location of the data sector in the non-volatile extended random sequence buffer. The pointer may be written to a data management structure. Once one of a plurality of data blocks in the extended random sequence buffer in the non-volatile memory may become full, then a number of logical blocks may be merged. The data sectors associated with the said number of logical blocks may be written from the extended random sequence buffer to the primary non-volatile data storage memory.
  • the merge operation may be initiated when any fixed portion of a data block may become full or the like.
  • flash memory controller may be contained within the flash memory unit.
  • a flash memory unit may include any or all of a volatile memory module, a non-volatile memory module, an interface module and may include additional modules.
  • the flash memory controller may be contained in a control unit, separate from the flash memory unit.
  • the flash memory controller may be contained on a logical device, such as a computer.
  • the interaction with an interface may be an interaction with an interface of a logic device, such as a computer.
  • a logic device such as a computer.
  • Such logical device may be capable of sending and receiving sectors of data and may further be capable of sending and receiving data that contains information including commands corresponding to actions performed on the data by the flash memory controller and address information for the data sectors assigned by the logic device.
  • Logic may refer to hardware, software, other logic, or any suitable combination of the preceding. Certain logic may manage the operation of a device, and may comprise, for example, a processor.
  • An interface may refer to logic of a device operable to receive input for the device, send output from the device, perform suitable processing of the input or output or both, or any combination of the preceding, and may comprise one or more ports, conversion software, or both
  • a data sector may refer to a packet of data which may be limited to a single data size, may vary in sizes or both in different embodiments of the invention.
  • a data sector is a packet of data that may be smaller in size than the size of a single erase block of the corresponding flash memory unit.
  • the input of a stream of data sectors may occur in response to an action or command executed by the flash controller.
  • the input consisting of a stream of data sectors may occur when the data sectors are present on the interface.
  • the extended random sequence buffer contained in the volatile memory may be an allocated portion of the flash memory containing the primary non-volatile data storage of the flash memory unit.
  • the extended random sequence buffer may be contained in a memory module in the non-volatile memory separate from the flash memory module containing the primary non-volatile data storage of the flash memory unit.
  • the extended random sequence buffer may be a collection of auxiliary data blocks which may hold short write transactions until a later stage when the data of these transactions may be merged.
  • Embodiments of the invention may refer to a pointer as a logic data type whose value refers directly or otherwise, using its address, to another value or segment of data stored elsewhere in a memory of a logic device.
  • logic devices include, but are not limited to a flash memory unit.
  • it may be cheaper in time and space to copy and dereference pointers than it is to copy and access the data to which the pointers point.
  • a pointer may be used in data structures to implement and control the data structures.
  • the data structures include one or more of lists, queues and trees.
  • the pointers may be absolute such that the actual physical or virtual address is used in the pointer.
  • the pointers may be relative, such that the pointer addresses represent a set offset from an absolute start or nominal address.
  • pointers are not limited to a specific data size or format.
  • Embodiments of the invention may provide for a data management structure arrangement that may include a data management structure stored in the volatile memory portion of the flash memory unit and may also include a data management structure stored in a non-volatile memory module of the flash memory unit.
  • the data management structure may be implemented in one or more forms of storing data. These may include an array, a link list, a hash table, a heap, a tree, a stack or a queue.
  • the data management structure may store information including data, metadata, pointers or other data types which can be implemented to store address and location information.
  • a method may be provided.
  • the method may include (i) receiving a plurality of data sectors, wherein each received data sector may be associated with an erase block out of a plurality of erase blocks; (ii) writing the data sectors into data blocks of the extended random sequence buffer in the non-volatile memory; (iii) creating pointers in a data management structure, for each data sector corresponding to an associated logical block and a storage location of the data sector in the non-volatile extended random sequence buffer; (iv) if during said writing of the data sectors a data block in the extended random sequence buffer in the non-volatile memory becomes full, then determining a set of logical blocks to be merged and writing the data sectors corresponding to said set of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory
  • the plurality of data sectors may be received or become available at the interface from a logical device.
  • logical device may be a computer.
  • the erase block may refer to a set size portion of memory corresponding to the smallest block of data that may be erased by the flash controller or as a response to an erase request by the flash controller, without affecting the data contained in any other portion of the memory.
  • the plurality of erase blocks may refer to some or all of the erase blocks which may be stored in the primary non-volatile data storage, the extended random sequence buffer or both.
  • the extended random sequence buffer in the non-volatile memory may contain a plurality of data blocks among other elements.
  • data blocks of the extended random sequence buffer may have the same data storage size as the erase blocks of the primary non-volatile data storage memory.
  • the data blocks of the extended random sequence buffer may contain a plurality of data pages.
  • the data blocks and data pages of the sequence memory may have the same write, read and erase properties as the erase blocks and pages of the primary non-volatile data storage memory.
  • writing incoming data sectors to the data blocks in the extended random sequence buffer may be accomplished by writing one or a set plurality of incoming data sectors to one of the plurality of data blocks, wherein the data block to be written to may be selected from a plurality of data blocks using various available processes.
  • the data block to be written may be determined by utilizing a random function to choose a data block from a plurality of data blocks which may be all or some of the data blocks contained in the extended random sequence buffer.
  • the data block to be written may be determined by executing a hashing function which produces a hash value which may be associated with one of a plurality of data blocks of the extended random sequence buffer.
  • a pointer or a plurality of pointers may be created in a data management structure for each data sector write or erase operation, which may include write and erase operations performed on the extended random sequence buffer and/or the primary non-volatile data storage memory.
  • a single pointer or a plurality of pointers may contain information associated with the corresponding logical block of the data sector and the address location of the data sector.
  • the address location of the data sector may refer to a data block or page in the extended random sequence buffer and/or the primary non-volatile data storage memory.
  • one or more additional pointers may be required for each data sector, Pointers may be implemented to point to or between the pointers associated with the logical block and data address, as well as point to data management structures and the like.
  • a logical block may refer to a variable or other parameter which may be associated with a plurality of data sectors, wherein the data sectors may be stored in the primary non-volatile data storage memory, in the extended random sequence buffer or not yet received at the interface by the flash memory unit.
  • a logical block parameter may be assigned to data sectors by the logical device during or before the data sectors are received by the flash memory controller.
  • data sectors may be assigned one of a plurality of logical blocks by the flash controller when the data sectors are received at the interface or at another time.
  • the total plurality of logical blocks may correspond to the number of available data blocks in the primary non-volatile data storage memory.
  • the maximum number of data sectors which may be associated with any one logical block may be such that the total data size of the data sectors assigned to a logical block does not exceed the size of a single erase block of the flash memory unit.
  • data sectors may be merged.
  • Merging may refer to a process that may include collecting the most recent data sectors or pages associated with a logical block in the extended random sequence buffer, which may be appended with other data associated with the logical block contained in the primary non-volatile data storage memory.
  • the merged data may then be written to an available erase block and the former erase block may be declared as free and may be further erased.
  • the total size of the data merged block may be equal or less than the size of a single erase block.
  • Merging may refer to a process that may include collecting the most recent data of a logical block, which may be merged with other data contained in a single erase block. The block of data may then be written to a new erase block and the former erase block may be declared as free and may be further erased.
  • a merge operation may be initiated once every time a fixed portion of a data block may become full. For example every half of a data block.
  • each new sector to be written to the flash memory unit may be assessed regarding its write target.
  • the write target may refer to a choice of one of a plurality of memory modules contained in the non-volatile memory of the flash memory unit.
  • the memory modules may include, but are not restricted to, a random access memory module and a sequential access memory module.
  • the amount of merge operations may become more than desired by the flash memory design. For example, when a sequence of writes is performed to the memory system such that each write belongs to a different data block, each write operation may require an independent merge operation.
  • a single merge operation may take an amount of time which may be of the order of the timeout permitted to complete the write operation which may include the merge operation in its allotted time. This may cause the system to fail to perform all requested write operations in time.
  • the use of the extended random sequence buffer may be able to overcome the excess time required by write operations.
  • each write operation may consist of writing a data sector of 4 KB and where the address of each write operation may be randomly chosen from the primary non-volatile data storage memory
  • all data transaction may be performed initially to the extended random sequence buffer. This may allow the throughput of data for these write operations to be relatively high and may be primarily determined by the write speed that may be supported by the flash memory unit.
  • the extended random sequence buffer may become close to full, it may be necessary to vacate some of the data blocks of the information written in them.
  • Each data block of the extended random sequence buffer may contain pages which have been written with incoming data sectors associated with a large portion or all of the plurality of logical block corresponding to the data blocks in the primary non-volatile data storage memory.
  • the flash memory controller may be required to merge a very large number of data sectors associated with the logical blocks involved.
  • Each merge operation may require a substantial amount of time, which may decrease the possible throughput of the flash memory device for the duration of the merge operations. The duration of the merge operation may continue until at least one or a defined number of data blocks in the extended random sequence buffer are freed.
  • a data block being freed may refer to a condition including when the data block does not contain information which has not been written to the primary non-volatile data storage memory, when the data block is actually free of written data and when a variable associated with the data block has been set to represent that the data block is available for writing data sectors. When at least one block may be freed the high rate of throughput may be restored.
  • FIG. 1 is a schematic diagram of instantaneous data throughput in Input/Output Operations Per Second (IOPS) versus a range of time in accordance with an embodiment of the invention.
  • IOPS Input/Output Operations Per Second
  • FIG. 1 illustrates a data block mapping system implementing an extended random sequence buffer according to an embodiment of the invention which implements no further algorithms with the block mapping process.
  • Curve 11 of FIG. 1 illustrates that without further algorithms in addition to the block mapping process, a non-stable throughput behavior may result when random writes are performed to the flash memory system.
  • FIG. 1 compares instantaneous IOPS (curve 11 ) with a theoretical IOPS over a time range (curve 12 ).
  • the instantaneous throughput in FIG. 1 represents a measurement in IOPS.
  • IOPS may refer to a measurement of the number of 4 KB write transactions per second.
  • the theoretical IOPS may represent an average theoretically computed for the IOPS illustrated IOPS measurement.
  • FIG. 1 shows that due to the nature of the flash memory unit and the block mapping process the theoretical average throughput of data to the flash memory is a steady mean over the long term, but can drop much lower than the long term average for a substantially long period of time.
  • N ERSB may refer to the number of data blocks in the extended random sequence buffer
  • N pgs may refer to the number of pages in one data block in the extended random sequence buffer
  • f may refer to the number of transaction timeout durations required to complete a merge operation
  • a transaction timeout may refer to a period of time which may be required by the flash memory unit specification as the maximum period of time permitted to complete a single write operation. If a write transaction may have not completed by this time, the memory system is not compliant with the specification.
  • the extended random sequence buffer was designed to cope with this limitation, which if not handled appropriately, may lead to violations of the timeout in cases where random access data sectors are written.
  • the peaky behavior illustrated in curve 11 may result from the following policy: A writing operation of such data sectors that may reside in different logical blocks may each require a full data block merge. A merge operation may take a period of time longer than one timeout duration (e.g., f such timeouts). Therefore, a random access sector write may be problematic.
  • the extended random sequence buffer may solve this issue by writing all such sectors to a special buffer (which represents the peaks in curve 11 ), and may use the remaining time of the transaction timeout for performing merges (this remaining time is represented in the lower values of the IOPS—between said peaks).
  • the extended random sequence buffer when the extended random sequence buffer may become close to full, more sectors may be stored into the extended random sequence buffer as they arrive to the interface and also a merge process may be initiated.
  • a merge operation When a writing operation of a data sector to the extended random sequence buffer may be complete, in the remaining time until the timeout, a merge operation may be performed.
  • the sharp transitions from low IOPS values and to high IOPS values occur each 300 seconds.
  • the transitions between high IOPS values to low IOPS values occur at the same cycle but at a delay of about 200 seconds.
  • a single merge operation may be complete. This method may permit the merge operations to be performed within the spare time allotted for write operations without violating the transaction timeout specification.
  • each merge operation may free more than one data sector in the extended random sequence buffer. This may permit freeing data sectors with less than one merge operation for each data sector.
  • N LB N LB may refer to the number of logical blocks associated to the data blocks of the primary non-volatile data storage memory
  • SI T may refer to the time duration for writing a single page to a data block in the primary non-volatile data storage memory and/or the extended random sequence buffer
  • M T may refer the time duration for performing one merge operation.
  • the time duration during which the throughput of the flash memory unit may be low may be for example over an hour.
  • a method may be implemented for managing the memory system in a way which may circumvent severe fluctuations in the IOPS performance.
  • the method may also be capable of an average performance range which may be the same or similar to the throughput range of the standard flash memory unit utilizing the extended random sequence buffer to implement a block mapping process.
  • a method may be implemented which may be capable of performing at an equivalent long term average IOPS throughput rate as a flash memory unit which implements no further algorithms with the block mapping process and the extended random sequence buffer, but with nearly no fluctuations with respect to the average IOPS throughput.
  • the impulsive behavior of the write IOPS may be mitigated by performing periodic merges.
  • Periodic merges may be performed before the extended random sequence buffer becomes almost full.
  • the extended random sequence buffer being full may refer to a condition when data blocks in the extended random sequence buffer are not able to accept additional data sector writes.
  • periodic merges of the data in the extended random sequence buffer may be initiated at periodic time intervals or number of data writes.
  • merges of the data may be initiated every time one of the data blocks of the extended random sequence buffer may become fully written.
  • a data block becoming fully written may refer to a condition when there are no pages in the data block which are able to accept a data sector write without being erased.
  • every time one of a plurality of data block of the extended random sequence buffer may become full a defined number of logical blocks may be merged.
  • the data sectors associated with a logical block are written to a single data block in the primary non-volatile data storage memory.
  • the number of logical blocks to be merged out of the total logical blocks which are associated with data sectors stored in the extended random sequence buffer may be determined according to an algorithm which may determine a number based on one or more inputs and one or more predefined factors.
  • Function g(*) may refer to some integer valued function. According to some embodiments of the invention, A(t)*Nelb(t)) need not be an integer. It may be desired for simplicity of implementation that merges of an integer number of logical blocks are performed. According to embodiment of the invention, it may be necessary to transform the number A(t)*Nelb(t)) to an integer.
  • a ceil(x) function may be implemented to determine a corresponding integer value of A(t)*Nelb(t)).
  • a ceil(x) function may refer to a function which may output the smallest integer not smaller than the input x.
  • a ceil(x) function may implement two functions, namely, floor(x), which may return the largest integer not larger than x, and (x ⁇ floor(x)).
  • the outcome of floor(x) may be used to determine the number of merge operations to perform.
  • the outcome of (x ⁇ floor(x)) may be stored in an accumulator. If the total value of the accumulator exceeds unity, then an extra merge operation may be performed.
  • Nelb(t)) may refer to the instantaneous number of logical blocks which may have at least one page in the extended random sequence buffer at a time t
  • A(t) may refer to a predefined time variable function which may be based on one or more inputs in addition to time.
  • Nersb may refer to the number of data blocks in the extended random sequence buffer
  • Npgs may refer to the number of pages in one data block in the extended random sequence buffer
  • f may refer to the number of transaction timeout durations required to complete a merge operation.
  • the particular logical blocks which may be merged when at least one data block becomes full may be selected through various processes, including random functions, hash function and algorithms which may require one or more inputs.
  • a round robin procedure may refer to a method which may be implemented for choosing a resource from a list of a plurality of available resources and which may result in load balancing among the plurality of available resources.
  • a simple round robin procedure may include a scheduler selecting one resource out of a plurality of resources which may be pointed to by a counter or the like from a list of available resources. The counter or the like may then be incremented and if the end of the list or predefined condition occurs the counter may be set to a predefined position in the list which may include the beginning of the list.
  • a round robin procedure may result in reducing overuse of resources and prevent resource starvation.
  • an ordering permutation ⁇ (•) is defined over all the block indices in the memory system.
  • the index of a data block which may be associated with the kth merge may be determined by the formula pi(k molulo Nlb). For example, if a flash memory unit contains 4096 logical blocks, a permutation array of size 4096 may be defined, where each entry may hold an index to a logical block and where each logical block index may appear once in the array.
  • a variable array index may then be defined which may be initialized to 0.
  • a logical block is determined corresponding to the logical block index pointed to by the array at the location array index.
  • the array index may then be incremented by 1 modulus 4096 . If a logical block whose index may have been determined by the logical block index does not have any pages in the extended random sequence buffer, a subsequent logical block may be determined by the above process. This process may be repeated until a logical block is found which is mapped to at least on data page in the extended random sequence buffer. The selected logical block may be then used in a merge operation.
  • the benefit of implementing an additional algorithm which may initiate a merge of the data associated with a determined plurality of logical blocks may be to prevent a situation where the extended random sequence buffer becomes almost full and may need to devote a substantial amount of time to merging data sectors to the primary non-volatile data storage memory when throughput of the flash memory unit is greatly reduced.
  • This method may be referred to as ERSB shaping or just shaping algorithm.
  • each time a data block in the extended random sequence buffer may become full some of the logical blocks which may have associated pages in the extended random sequence buffer are merged.
  • the number of logical blocks to be merged in such a condition may be set so that by the time one block in the extended random sequence buffer may become full another data block in the extended random sequence buffer may be declared vacated.
  • Vacated may refer to a condition where the data block may accept directly or after a further erase operation a maximum number of data sector writes for the data block size and data sector writing method.
  • FIG. 2 is a schematic diagram of number of logical blocks versus a range of transactions in accordance with an embodiment of the invention.
  • the buffer includes twenty different data blocks and seventeen curves 14 ( 1 )- 14 ( 17 ) represent the fullness level of these seventeen data blocks. These curves illustrate a gradual decrement in the number of logical blocks that have data sectors in each of the data blocks of the buffer due to gradual merging operations. It is assumed that different data blocks are filled at different times and that the fullness level of one block resembles that of another block but with a time shift.
  • FIG. 2 may depict an example number of logical blocks with pages mapped to each data block in the extended random sequence buffer.
  • FIG. 2 illustrates twenty extended random sequence buffer blocks and two hundred and thirty six logical blocks.
  • the number of extended random sequence buffer data blocks and the number of associated logical blocks illustrated in FIG. 2 are solely provided as an example and in no way limit the number of extended random sequence buffer or the number of logical blocks in the embodiments of the invention.
  • FIG. 2 illustrates that each block may become occupied with pages, with data sectors written to them, from all or most of the logical blocks. It is shown that once a data block becomes fully written or full, another extended random sequence buffer data block may be used as the destination for data sector write transactions and may become more populated with each transaction. When an extended random sequence buffer data block becomes full all other blocks which have stored data sectors can be seen to decrease the amount of stored pages as a merge is performed.
  • FIG. 2 shows that when the last extended random sequence buffer data block is about to become filled with data sectors, another data block in the extended random sequence buffer may become empty. This may allow writing transactions to continue without stopping to perform merges of the data sectors.
  • each instant of the writing transaction processes there may be an occupancy distribution of the logical blocks among all the extended random sequence buffer data blocks such that some blocks may have more logical blocks associated with them while some data blocks may have less.
  • a uniform distribution of merge operation may be achieved and the throughput of the instantaneous write throughput may be maintained at a relatively constant rate compared to a system implementing block mapping process and utilizing extended random sequence buffer without further algorithms.
  • FIG. 3 is a schematic diagram of instantaneous data throughput in IOPS versus a range of time in accordance with an embodiment of the invention.
  • FIG. 3 illustrates the effect of implementing the shaping algorithm together with the block mapping process utilizing the extended random sequence buffer.
  • Curve 13 of FIG. 3 shows that the throughput of embodiments of the invention implementing the shaping algorithm experience much less variation in instantaneous throughput rates over time as may be compared to FIG. 1 .
  • Curve 13 is much closer to the theoretical IOPS curve 12 ′ than curve 11 of FIG. 1 is close to curve 12 of FIG. 1
  • FIG. 4 schematically illustrates a system 10 according to embodiments of the invention.
  • the system includes an interface ( 20 ) that may be linked to a memory controller ( 30 ) and may be also linked to a non-volatile memory module ( 60 ) and a volatile memory module ( 80 ).
  • the non-volatile memory module ( 60 ) may contain a primary non-volatile data storage memory ( 50 ) and an extended random sequence buffer ( 70 ). Some data structures such as the extended random sequence buffer ( 70 ) may be illustrated as being contained outside the primary non-volatile data storage memory ( 50 ), although these structures may be a single module which may be partitioned logical or by another non-physical partition.
  • the extended random sequence buffer ( 70 ) may store incoming data sectors received from the interface ( 20 ) in a plurality of data blocks.
  • the memory controller may write to the extended random sequence buffer ( 70 ) the incoming data sectors from the interface ( 20 ).
  • One or more data management structures which may store pointers associated with written data sectors may be stored in one or more of the extended random sequence buffer ( 70 ), the primary non-volatile data storage memory ( 50 ) and the volatile memory ( 80 ).
  • Data sectors that may be associated with the same logical block may be written in the extended random sequence buffer ( 70 ) until being merged.
  • the merged blocks may be written to the primary non-volatile data storage memory ( 50 ).
  • FIG. 5 is a schematic flow chart diagram of a method 500 in accordance with an embodiment of the invention.
  • a flash memory controller may receive data sectors from an interface ( 505 ). Each data sector may then be written into an extended random sequence buffer in the non-volatile memory ( 510 ).
  • the write action ( 510 ) may be automatic in response to data sectors being received at the interface ( 505 ).
  • the method may wait until a preset plurality of data sectors are received at the interface ( 505 ) or some further action triggers the write action ( 510 ).
  • the extended random sequence buffer ( 510 ) may reference a memory section which may be a part of the non-volatile memory module of the flash memory unit. In one embodiment of the invention, the extended random sequence buffer may be located in the same module as the primary non-volatile data storage memory.
  • the method may create a pointer in a data management structure ( 515 ).
  • the data management structure may be contained in one or both of a volatile memory and a non-volatile memory of the flash memory unit.
  • the method may perform an additional process, otherwise the method will continue to perform steps 505 , 510 and 515 .
  • the method may determine the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer ( 525 ). According to one embodiment of the invention determining the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer may be accomplished by requesting or reading a measurement of the state of the data blocks contained in the extended random sequence buffer.
  • the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer may be determined as a result of a function which may look at historical measurements of the state of the data blocks or other measurements associated with one or more previous states of the data blocks in the extended random sequence buffer.
  • a binary array may be used to hold for every logical block in the system an indication to whether or not there is at least one page of this block located in the extended random sequence buffer. Such an array may be modified, if necessary, after each page write operation and after each merge operation.
  • the method may then determine a set of logical blocks to be merged based on the instantaneous number of logical blocks with at least one associate page in a data block contained in the extended random sequence buffer ( 530 ).
  • the set of blocks to be merged may be directly proportional to the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer.
  • the number of blocks to be merged may be a result of an algorithm that may take into account one or more inputs, measurements and the like, including the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer.
  • An ordering permutation may be executed to select from a plurality of logical blocks which may be associated with data sectors stored in pages in the extended random sequence buffer a set of logical block determined in 530 ( 540 ). According to embodiments of the invention various ordering permutations may be used, including permutations which may be modified by one or more inputs as the method proceeds.
  • the method may then write the data sectors corresponding to said number of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory ( 550 ).
  • According to embodiments of the invention 550 may be done by merging data sectors associated with a logical block stored in the extended random sequence buffer with data sectors associated with the logical block stored in the primary non-volatile data storage memory. The merged data sectors may then be written to an available data block in the primary non-volatile data storage memory. According to one embodiment of the invention the primary non-volatile data storage memory data block may then or after a further erase process be declared as available.
  • the ERSB may typically be empty.
  • the above smoothing algorithm may not be used until the ERSB is full for the first time. This initially permits very high IOPs at first at the expense of lower ones later on. After the first time the ERSB has been filled, the above smoothing algorithm may be applied for subsequent transactions.
  • some merge operation may be initiated even when there are no transactions at all, and thus, over time, emptying the ERSB.
  • a sort burst of random transactions may appear to have very high IOPs, and during rest time, merge operations may be performed to empty the ERSB.
  • the above smoothing algorithm may be used, and a stable and sustained IOPs performance will be observed.
  • the algorithm may not be applied until the device is filled to a fraction of its capacity, e.g., half, two-thirds, three-quarters, four-fifths, etc.
  • the above smoothing algorithm may be applied with an adapted value for alpha, such that the IOPs drops will not be as severe as before, thereby shaping the IOPs performance over time.
  • a computer readable medium can be provided that is non-transitory.
  • the computer readable medium can store instructions that once executed by a computer may result in the implementation of any of the mentioned above methods.
  • FIG. 6 is a schematic flow chart diagram of a method 600 in accordance with an embodiment of the invention.
  • Method 600 differs from method 500 by including stage 620 instead of stage 520 . While stage 520 of method 500 is illustrated as including checking whether a data block in the extended random sequence buffer if full, stage 620 includes checking if a predefined condition is fulfilled. The predetermined condition is fulfilled before the buffer is full.
  • Stage 620 may include performing stage 520 but it may also include one or more other predefined criteria, some of which illustrated in the specification.
  • a predefined criterion may include: (i) at least two data blocks out of multiple data blocks of the buffer become full; (ii) a predefined fraction of the buffer becomes full, wherein the predefined fraction does not exceed a half of the buffer; (iii) the predefined criterion may change during a lifespan of the non-volatile memory device; (iv) a first portion of the buffer is full for a first time or when a second portion of the buffer is full after the first portion was full for the first time; wherein a size of the first portion differs from a size of the second portion, the first portion may be bigger than the second portion; (v) at least one data block of the buffer becomes empty and at least one data block of the buffer becomes full.

Abstract

A method, computer readable medium storing instructions and system for managing flash memory. Data sector are received and each is written into a data block of a buffer of a non-volatile memory device. Pointers in a data management structure are created for each data sector corresponding to an associated logical block and a storage location of the data sector in the buffer. When a predefined criterion is fulfilled before the buffer becomes full, a number of logical blocks to be merged is determined and data sectors corresponding to the number of logical blocks to be merged are written from the buffer to a primary non-volatile data storage memory of the non-volatile memory device.

Description

CROSS-REFERENCE TO RELATED APPLICATIONS
This application is a NONPROVISIONAL of, claims priority to and incorporates by reference U.S. provisional patent application No. 61/492,353, filed Jun. 1, 2011.
FIELD OF THE INVENTION
The embodiments of the invention relate generally to the field of memory storage. More particularly, the disclosed embodiments relate to a system and method of managing flash memory.
BACKGROUND
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. An SD card may typically contain flash memory devices and a flash memory controller. The controller translates commands arriving through the SD interface into actions (Read/Write/Erase) on the flash memory devices. The most common SD 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 directed to 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 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.
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 have limited amount of memory overhead and the first mapping approach, or variants thereof are more practical.
SUMMARY OF THE INVENTION
Embodiments of the invention may provide a device and method for reducing peak to average ratio of write throughput in non-volatile based storage systems. Non-volatile technologies can include flash or any other non-volatile technology that mandates erasing in erase blocks.
A method may include receiving data sectors from an interface; writing each data sector into a data block of a buffer such as an extended random sector buffer (ERSB) of the flash memory; creating pointers in a data management structure, for each data sector corresponding to an associated logical block and a storage location of the data sector in the non-volatile extended random sequence buffer; and upon a fulfillment of a predetermined criterion (which is fulfilled before the buffer is full) then determining a number of logical blocks to be merged; and writing the data sectors corresponding to said number of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory. The predefined criteria can be fulfilled, for example, if during the writing of the data sectors a data block in the extended random sequence buffer in the non-volatile memory becomes full.
According to some embodiments of the invention, the method may further comprise determining an instantaneous number of logical blocks which have at least one associated page in extended random sequence buffer, wherein determining said number of logical blocks comprises of determining said number of logical blocks based on said instantaneous number of logical blocks.
According to an embodiment of the invention, the method may include determining the number of logical blocks to be merged in response to a difference between (i) the instantaneous number of logical blocks which have at least one associated data page in the buffer and (ii) a product of a multiplication of the number of transaction timeout durations required to complete a single merge operation by a ratio between the number of data blocks in the buffer and the number of memory pages in a data block of the buffer.
According to some embodiments of the invention, writing the data sectors corresponding to said number of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory may comprise, selecting a set of logical blocks corresponding to said determined number of logical blocks based on a predetermined algorithm; and writing the data sectors corresponding to the selected logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory.
According to some embodiments of the invention, selecting said number of logical blocks based on a predetermined algorithm may comprise, determining a set of indices based on an ordering permutation which is defined for a plurality of indices corresponding to a number of logical blocks associated with the flash memory unit; and selecting a set of logical blocks corresponding to said determined number of logical blocks based on the determined set of indices.
According to some embodiments of the invention, writing the data sectors from the buffer to primary non-volatile data storage memory may comprise, merging the data sectors into erase block sections of data; writing the plurality of erase block sections of data to a plurality of erase blocks in the primary non-volatile data storage memory; and creating for each data sector a pointer in a data management structure, corresponding to an associated logical block and a storage location of the erase blocks in the primary non-volatile data storage memory.
BRIEF DESCRIPTION OF THE DRAWINGS
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:
FIG. 1 is a schematic diagram of instantaneous data throughput in IOPS versus a range of time in accordance with an embodiment of the invention;
FIG. 2 is a schematic diagram of number of logical blocks versus a range of transactions in accordance with an embodiment of the invention;
FIG. 3 is a schematic diagram of instantaneous data throughput in IOPS versus a range of time in accordance with an embodiment of the invention;
FIG. 4 schematically illustrates a system according to an embodiment of the invention;
FIG. 5 is a schematic flow chart diagram of a method according to an embodiment of the invention; and
FIG. 6 is a schematic flow chart diagram of a method according to an embodiment of the invention.
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.
DETAILED DESCRIPTION
In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the invention. However, 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.
Although embodiments of the invention are not limited in this regard, the terms “plurality” and “a plurality” as used herein may include, for example, “multiple” or “two or more”. The terms “plurality” or “a plurality” may be used throughout the specification to describe two or more components, devices, elements, units, parameters, or the like. Unless explicitly stated, the method embodiments described herein are not constrained to a particular order or sequence. Additionally, some of the described method embodiments or elements thereof can occur or be performed simultaneously, at the same point in time, or concurrently.
In this specification various references are made to flash memory elements. It is noted that the suggested methods, systems and computer readable mediums are applicable to non-volatile technologies that mandate erasing by erase blocks and may not be limited to flash.
In this specification various references are made to one or more predefined criterions that once fulfilled may trigger stages such as determining a number of logical blocks to be merged and writing data sectors. It is noted that for simplicity of explanation alone there is provided an example of such a predefined criterion where a data block of the extended random sequence buffer becomes full. It is noted that other predefined criterions can be enforced. Some predefined criteria are listed in various parts of the specification and claims. Any reference to the fullness of the data block should be interpreted as being applied to any other predefined criterion.
Embodiments of the invention may provide for a method and system for managing flash memory to reduce peak to average ratio of write throughput in flash based storage systems. Embodiments of the invention may interact with an interface and may receive an input of a plurality of data sectors. The data sectors may then be stored in an extended random sequence buffer contained in non-volatile memory. For each data sector received from the interface a pointer may be created corresponding to an associated logical block and a storage location of the data sector in the non-volatile extended random sequence buffer. The pointer may be written to a data management structure. Once one of a plurality of data blocks in the extended random sequence buffer in the non-volatile memory may become full, then a number of logical blocks may be merged. The data sectors associated with the said number of logical blocks may be written from the extended random sequence buffer to the primary non-volatile data storage memory.
According to some embodiments of the invention the merge operation may be initiated when any fixed portion of a data block may become full or the like.
Some embodiments of the invention may provide for a flash memory controller that may be contained within the flash memory unit. A flash memory unit may include any or all of a volatile memory module, a non-volatile memory module, an interface module and may include additional modules. In other embodiments of the invention the flash memory controller may be contained in a control unit, separate from the flash memory unit. In one embodiment of the invention the flash memory controller may be contained on a logical device, such as a computer.
In some embodiments of the invention, the interaction with an interface may be an interaction with an interface of a logic device, such as a computer. Such logical device may be capable of sending and receiving sectors of data and may further be capable of sending and receiving data that contains information including commands corresponding to actions performed on the data by the flash memory controller and address information for the data sectors assigned by the logic device. Logic may refer to hardware, software, other logic, or any suitable combination of the preceding. Certain logic may manage the operation of a device, and may comprise, for example, a processor.
An interface may refer to logic of a device operable to receive input for the device, send output from the device, perform suitable processing of the input or output or both, or any combination of the preceding, and may comprise one or more ports, conversion software, or both
A data sector may refer to a packet of data which may be limited to a single data size, may vary in sizes or both in different embodiments of the invention. A data sector is a packet of data that may be smaller in size than the size of a single erase block of the corresponding flash memory unit.
In some embodiments of the invention, the input of a stream of data sectors may occur in response to an action or command executed by the flash controller. In one embodiment of the invention, the input consisting of a stream of data sectors may occur when the data sectors are present on the interface.
In some embodiments of the invention the extended random sequence buffer contained in the volatile memory may be an allocated portion of the flash memory containing the primary non-volatile data storage of the flash memory unit. In one embodiment of the invention the extended random sequence buffer may be contained in a memory module in the non-volatile memory separate from the flash memory module containing the primary non-volatile data storage of the flash memory unit. According to one embodiment of the invention the extended random sequence buffer may be a collection of auxiliary data blocks which may hold short write transactions until a later stage when the data of these transactions may be merged.
Embodiments of the invention may refer to a pointer as a logic data type whose value refers directly or otherwise, using its address, to another value or segment of data stored elsewhere in a memory of a logic device. Such logic devices include, but are not limited to a flash memory unit. In some embodiment of the invention it may be cheaper in time and space to copy and dereference pointers than it is to copy and access the data to which the pointers point.
In some embodiments of the invention, a pointer may be used in data structures to implement and control the data structures. In embodiments of the invention the data structures include one or more of lists, queues and trees. In one embodiment of the invention the pointers may be absolute such that the actual physical or virtual address is used in the pointer. In another embodiment of the invention the pointers may be relative, such that the pointer addresses represent a set offset from an absolute start or nominal address. In embodiments of the invention, pointers are not limited to a specific data size or format.
Embodiments of the invention may provide for a data management structure arrangement that may include a data management structure stored in the volatile memory portion of the flash memory unit and may also include a data management structure stored in a non-volatile memory module of the flash memory unit.
In embodiments of the invention the data management structure may be implemented in one or more forms of storing data. These may include an array, a link list, a hash table, a heap, a tree, a stack or a queue. In some embodiments of the invention, the data management structure may store information including data, metadata, pointers or other data types which can be implemented to store address and location information.
According to some embodiments of the invention a method may be provided. The method may include (i) receiving a plurality of data sectors, wherein each received data sector may be associated with an erase block out of a plurality of erase blocks; (ii) writing the data sectors into data blocks of the extended random sequence buffer in the non-volatile memory; (iii) creating pointers in a data management structure, for each data sector corresponding to an associated logical block and a storage location of the data sector in the non-volatile extended random sequence buffer; (iv) if during said writing of the data sectors a data block in the extended random sequence buffer in the non-volatile memory becomes full, then determining a set of logical blocks to be merged and writing the data sectors corresponding to said set of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory
According to one embodiment of the invention, the plurality of data sectors may be received or become available at the interface from a logical device. Such logical device may be a computer. The erase block may refer to a set size portion of memory corresponding to the smallest block of data that may be erased by the flash controller or as a response to an erase request by the flash controller, without affecting the data contained in any other portion of the memory. In one embodiment of the invention the plurality of erase blocks may refer to some or all of the erase blocks which may be stored in the primary non-volatile data storage, the extended random sequence buffer or both.
According to some embodiments of the invention, the extended random sequence buffer in the non-volatile memory may contain a plurality of data blocks among other elements. According to one embodiment of the invention, data blocks of the extended random sequence buffer may have the same data storage size as the erase blocks of the primary non-volatile data storage memory. According to some embodiments of the invention, the data blocks of the extended random sequence buffer may contain a plurality of data pages. According to one embodiment of the invention the data blocks and data pages of the sequence memory may have the same write, read and erase properties as the erase blocks and pages of the primary non-volatile data storage memory.
According to some embodiments of the invention writing incoming data sectors to the data blocks in the extended random sequence buffer may be accomplished by writing one or a set plurality of incoming data sectors to one of the plurality of data blocks, wherein the data block to be written to may be selected from a plurality of data blocks using various available processes. According to one embodiment of the invention the data block to be written may be determined by utilizing a random function to choose a data block from a plurality of data blocks which may be all or some of the data blocks contained in the extended random sequence buffer. According to another embodiment the data block to be written may be determined by executing a hashing function which produces a hash value which may be associated with one of a plurality of data blocks of the extended random sequence buffer.
According to embodiments of the invention a pointer or a plurality of pointers may be created in a data management structure for each data sector write or erase operation, which may include write and erase operations performed on the extended random sequence buffer and/or the primary non-volatile data storage memory. According to some embodiments of the invention a single pointer or a plurality of pointers may contain information associated with the corresponding logical block of the data sector and the address location of the data sector. The address location of the data sector may refer to a data block or page in the extended random sequence buffer and/or the primary non-volatile data storage memory. According to one embodiment of the invention one or more additional pointers may be required for each data sector, Pointers may be implemented to point to or between the pointers associated with the logical block and data address, as well as point to data management structures and the like.
According to some embodiments of the invention a logical block may refer to a variable or other parameter which may be associated with a plurality of data sectors, wherein the data sectors may be stored in the primary non-volatile data storage memory, in the extended random sequence buffer or not yet received at the interface by the flash memory unit. According to one embodiment of the invention a logical block parameter may be assigned to data sectors by the logical device during or before the data sectors are received by the flash memory controller. According to another embodiment of the invention data sectors may be assigned one of a plurality of logical blocks by the flash controller when the data sectors are received at the interface or at another time.
According to some embodiments of the invention the total plurality of logical blocks may correspond to the number of available data blocks in the primary non-volatile data storage memory. According to one embodiment of the invention the maximum number of data sectors which may be associated with any one logical block may be such that the total data size of the data sectors assigned to a logical block does not exceed the size of a single erase block of the flash memory unit.
According to embodiments of the invention, data sectors may be merged. Merging may refer to a process that may include collecting the most recent data sectors or pages associated with a logical block in the extended random sequence buffer, which may be appended with other data associated with the logical block contained in the primary non-volatile data storage memory. The merged data may then be written to an available erase block and the former erase block may be declared as free and may be further erased. The total size of the data merged block may be equal or less than the size of a single erase block.
Merging may refer to a process that may include collecting the most recent data of a logical block, which may be merged with other data contained in a single erase block. The block of data may then be written to a new erase block and the former erase block may be declared as free and may be further erased.
According to some embodiments of the invention a merge operation may be initiated once every time a fixed portion of a data block may become full. For example every half of a data block.
According to some embodiment of the invention, each new sector to be written to the flash memory unit may be assessed regarding its write target. The write target may refer to a choice of one of a plurality of memory modules contained in the non-volatile memory of the flash memory unit. The memory modules may include, but are not restricted to, a random access memory module and a sequential access memory module.
According to embodiments of the invention when block mapping is used without additional algorithms or utilizing an extended random sequence buffer to map data sectors in the flash memory unit the amount of merge operations may become more than desired by the flash memory design. For example, when a sequence of writes is performed to the memory system such that each write belongs to a different data block, each write operation may require an independent merge operation. A single merge operation may take an amount of time which may be of the order of the timeout permitted to complete the write operation which may include the merge operation in its allotted time. This may cause the system to fail to perform all requested write operations in time.
According to an embodiment of the invention the use of the extended random sequence buffer may be able to overcome the excess time required by write operations. For example, when the flash memory unit receives a random sequence of write operations, wherein each write operation may consist of writing a data sector of 4 KB and where the address of each write operation may be randomly chosen from the primary non-volatile data storage memory, all data transaction may be performed initially to the extended random sequence buffer. This may allow the throughput of data for these write operations to be relatively high and may be primarily determined by the write speed that may be supported by the flash memory unit. When the extended random sequence buffer may become close to full, it may be necessary to vacate some of the data blocks of the information written in them.
Each data block of the extended random sequence buffer may contain pages which have been written with incoming data sectors associated with a large portion or all of the plurality of logical block corresponding to the data blocks in the primary non-volatile data storage memory. In such a scenario, to vacate a single data block the flash memory controller may be required to merge a very large number of data sectors associated with the logical blocks involved. Each merge operation may require a substantial amount of time, which may decrease the possible throughput of the flash memory device for the duration of the merge operations. The duration of the merge operation may continue until at least one or a defined number of data blocks in the extended random sequence buffer are freed. A data block being freed may refer to a condition including when the data block does not contain information which has not been written to the primary non-volatile data storage memory, when the data block is actually free of written data and when a variable associated with the data block has been set to represent that the data block is available for writing data sectors. When at least one block may be freed the high rate of throughput may be restored.
FIG. 1 is a schematic diagram of instantaneous data throughput in Input/Output Operations Per Second (IOPS) versus a range of time in accordance with an embodiment of the invention.
FIG. 1 illustrates a data block mapping system implementing an extended random sequence buffer according to an embodiment of the invention which implements no further algorithms with the block mapping process.
Curve 11 of FIG. 1 illustrates that without further algorithms in addition to the block mapping process, a non-stable throughput behavior may result when random writes are performed to the flash memory system. FIG. 1 compares instantaneous IOPS (curve 11) with a theoretical IOPS over a time range (curve 12).
The instantaneous throughput in FIG. 1 represents a measurement in IOPS. IOPS may refer to a measurement of the number of 4 KB write transactions per second. The theoretical IOPS may represent an average theoretically computed for the IOPS illustrated IOPS measurement. FIG. 1 shows that due to the nature of the flash memory unit and the block mapping process the theoretical average throughput of data to the flash memory is a steady mean over the long term, but can drop much lower than the long term average for a substantially long period of time.
According to embodiments of the invention, IOPS may be calculated by:
IOPS=N ERSB *N pgs −f*N LB/(N ERSB *N pgs −f*N LB)*SI T +N LB *M T
According to some embodiments of the invention, NERSB may refer to the number of data blocks in the extended random sequence buffer, Npgs may refer to the number of pages in one data block in the extended random sequence buffer, f may refer to the number of transaction timeout durations required to complete a merge operation A transaction timeout may refer to a period of time which may be required by the flash memory unit specification as the maximum period of time permitted to complete a single write operation. If a write transaction may have not completed by this time, the memory system is not compliant with the specification. The extended random sequence buffer was designed to cope with this limitation, which if not handled appropriately, may lead to violations of the timeout in cases where random access data sectors are written.
The peaky behavior illustrated in curve 11 may result from the following policy: A writing operation of such data sectors that may reside in different logical blocks may each require a full data block merge. A merge operation may take a period of time longer than one timeout duration (e.g., f such timeouts). Therefore, a random access sector write may be problematic. The extended random sequence buffer may solve this issue by writing all such sectors to a special buffer (which represents the peaks in curve 11), and may use the remaining time of the transaction timeout for performing merges (this remaining time is represented in the lower values of the IOPS—between said peaks).
According to some embodiments of the invention, when the extended random sequence buffer may become close to full, more sectors may be stored into the extended random sequence buffer as they arrive to the interface and also a merge process may be initiated. When a writing operation of a data sector to the extended random sequence buffer may be complete, in the remaining time until the timeout, a merge operation may be performed.
Referring to FIG. 1—the sharp transitions from low IOPS values and to high IOPS values (peaks) occur each 300 seconds. The transitions between high IOPS values to low IOPS values occur at the same cycle but at a delay of about 200 seconds.
According to an embodiment of the invention, after f data sectors are written to the extended random sequence buffer, a single merge operation may be complete. This method may permit the merge operations to be performed within the spare time allotted for write operations without violating the transaction timeout specification.
According to one embodiment of the invention, each merge operation may free more than one data sector in the extended random sequence buffer. This may permit freeing data sectors with less than one merge operation for each data sector.
NLBNLB may refer to the number of logical blocks associated to the data blocks of the primary non-volatile data storage memory, SIT may refer to the time duration for writing a single page to a data block in the primary non-volatile data storage memory and/or the extended random sequence buffer, and MT may refer the time duration for performing one merge operation.
According to some embodiments of the invention if the flash memory data capacity of the unit is high, for example 128 GB, and no further algorithms are implemented with the block mapping process and the extended random sequence buffer, the time duration during which the throughput of the flash memory unit may be low may be for example over an hour.
According to embodiments of the invention a method may be implemented for managing the memory system in a way which may circumvent severe fluctuations in the IOPS performance. The method may also be capable of an average performance range which may be the same or similar to the throughput range of the standard flash memory unit utilizing the extended random sequence buffer to implement a block mapping process. According to one embodiment of the invention, a method may be implemented which may be capable of performing at an equivalent long term average IOPS throughput rate as a flash memory unit which implements no further algorithms with the block mapping process and the extended random sequence buffer, but with nearly no fluctuations with respect to the average IOPS throughput.
According to some embodiments of the invention the impulsive behavior of the write IOPS may be mitigated by performing periodic merges. Periodic merges may be performed before the extended random sequence buffer becomes almost full. The extended random sequence buffer being full may refer to a condition when data blocks in the extended random sequence buffer are not able to accept additional data sector writes.
According to one embodiment of the invention periodic merges of the data in the extended random sequence buffer may be initiated at periodic time intervals or number of data writes.
According to another embodiment of the invention merges of the data may be initiated every time one of the data blocks of the extended random sequence buffer may become fully written. A data block becoming fully written may refer to a condition when there are no pages in the data block which are able to accept a data sector write without being erased.
According to some embodiments of the invention every time one of a plurality of data block of the extended random sequence buffer may become full a defined number of logical blocks may be merged. According to one embodiment of the invention the data sectors associated with a logical block are written to a single data block in the primary non-volatile data storage memory.
According to some embodiments of the invention the number of logical blocks to be merged out of the total logical blocks which are associated with data sectors stored in the extended random sequence buffer may be determined according to an algorithm which may determine a number based on one or more inputs and one or more predefined factors.
According to some embodiments of the invention the number of logical blocks to be merged may be determine by Number of blocks to merge=g(A(t)*Nelb(t))
Function g(*) may refer to some integer valued function. According to some embodiments of the invention, A(t)*Nelb(t)) need not be an integer. It may be desired for simplicity of implementation that merges of an integer number of logical blocks are performed. According to embodiment of the invention, it may be necessary to transform the number A(t)*Nelb(t)) to an integer.
According to one embodiment of the invention a ceil(x) function may be implemented to determine a corresponding integer value of A(t)*Nelb(t)). A ceil(x) function may refer to a function which may output the smallest integer not smaller than the input x. According to another embodiment of the invention may implement two functions, namely, floor(x), which may return the largest integer not larger than x, and (x−floor(x)). The outcome of floor(x) may be used to determine the number of merge operations to perform. The outcome of (x−floor(x)) may be stored in an accumulator. If the total value of the accumulator exceeds unity, then an extra merge operation may be performed. The accumulator may be then updated which may be accomplished by subtracting 1 from the current accumulator value. Nelb(t)) may refer to the instantaneous number of logical blocks which may have at least one page in the extended random sequence buffer at a time t, and A(t) may refer to a predefined time variable function which may be based on one or more inputs in addition to time.
According to one embodiment of the invention A(t) may be determined by:
A(t)=1/{Nersb−(f*Nelb(t)/Npgs)}.
According to some embodiments of the invention, Nersb may refer to the number of data blocks in the extended random sequence buffer, Npgs may refer to the number of pages in one data block in the extended random sequence buffer, and f may refer to the number of transaction timeout durations required to complete a merge operation.
According to some embodiments of the invention the particular logical blocks which may be merged when at least one data block becomes full may be selected through various processes, including random functions, hash function and algorithms which may require one or more inputs.
According to some embodiments of the invention the particular logical blocks may be chosen by a round robin procedure or variant thereof. A round robin procedure may refer to a method which may be implemented for choosing a resource from a list of a plurality of available resources and which may result in load balancing among the plurality of available resources. According to one embodiment of the invention a simple round robin procedure may include a scheduler selecting one resource out of a plurality of resources which may be pointed to by a counter or the like from a list of available resources. The counter or the like may then be incremented and if the end of the list or predefined condition occurs the counter may be set to a predefined position in the list which may include the beginning of the list. A round robin procedure may result in reducing overuse of resources and prevent resource starvation.
According to one embodiment of the invention, an ordering permutation π(•) is defined over all the block indices in the memory system. The index of a data block which may be associated with the kth merge may be determined by the formula pi(k molulo Nlb). For example, if a flash memory unit contains 4096 logical blocks, a permutation array of size 4096 may be defined, where each entry may hold an index to a logical block and where each logical block index may appear once in the array. A variable array index may then be defined which may be initialized to 0. Each time a data block is to be merged, a logical block is determined corresponding to the logical block index pointed to by the array at the location array index. The array index may then be incremented by 1 modulus 4096. If a logical block whose index may have been determined by the logical block index does not have any pages in the extended random sequence buffer, a subsequent logical block may be determined by the above process. This process may be repeated until a logical block is found which is mapped to at least on data page in the extended random sequence buffer. The selected logical block may be then used in a merge operation.
According to embodiments of the invention the benefit of implementing an additional algorithm which may initiate a merge of the data associated with a determined plurality of logical blocks may be to prevent a situation where the extended random sequence buffer becomes almost full and may need to devote a substantial amount of time to merging data sectors to the primary non-volatile data storage memory when throughput of the flash memory unit is greatly reduced. This method may be referred to as ERSB shaping or just shaping algorithm. According to some embodiments of the invention each time a data block in the extended random sequence buffer may become full some of the logical blocks which may have associated pages in the extended random sequence buffer are merged. The number of logical blocks to be merged in such a condition may be set so that by the time one block in the extended random sequence buffer may become full another data block in the extended random sequence buffer may be declared vacated. Vacated may refer to a condition where the data block may accept directly or after a further erase operation a maximum number of data sector writes for the data block size and data sector writing method.
FIG. 2 is a schematic diagram of number of logical blocks versus a range of transactions in accordance with an embodiment of the invention.
It is assumed that the buffer includes twenty different data blocks and seventeen curves 14(1)-14(17) represent the fullness level of these seventeen data blocks. These curves illustrate a gradual decrement in the number of logical blocks that have data sectors in each of the data blocks of the buffer due to gradual merging operations. It is assumed that different data blocks are filled at different times and that the fullness level of one block resembles that of another block but with a time shift.
FIG. 2 may depict an example number of logical blocks with pages mapped to each data block in the extended random sequence buffer. FIG. 2 illustrates twenty extended random sequence buffer blocks and two hundred and thirty six logical blocks. The number of extended random sequence buffer data blocks and the number of associated logical blocks illustrated in FIG. 2 are solely provided as an example and in no way limit the number of extended random sequence buffer or the number of logical blocks in the embodiments of the invention. FIG. 2 illustrates that each block may become occupied with pages, with data sectors written to them, from all or most of the logical blocks. It is shown that once a data block becomes fully written or full, another extended random sequence buffer data block may be used as the destination for data sector write transactions and may become more populated with each transaction. When an extended random sequence buffer data block becomes full all other blocks which have stored data sectors can be seen to decrease the amount of stored pages as a merge is performed.
FIG. 2 shows that when the last extended random sequence buffer data block is about to become filled with data sectors, another data block in the extended random sequence buffer may become empty. This may allow writing transactions to continue without stopping to perform merges of the data sectors.
According to embodiments of the invention at each instant of the writing transaction processes there may be an occupancy distribution of the logical blocks among all the extended random sequence buffer data blocks such that some blocks may have more logical blocks associated with them while some data blocks may have less.
According to embodiments of the invention, a uniform distribution of merge operation may be achieved and the throughput of the instantaneous write throughput may be maintained at a relatively constant rate compared to a system implementing block mapping process and utilizing extended random sequence buffer without further algorithms.
FIG. 3 is a schematic diagram of instantaneous data throughput in IOPS versus a range of time in accordance with an embodiment of the invention. FIG. 3 illustrates the effect of implementing the shaping algorithm together with the block mapping process utilizing the extended random sequence buffer. Curve 13 of FIG. 3 shows that the throughput of embodiments of the invention implementing the shaping algorithm experience much less variation in instantaneous throughput rates over time as may be compared to FIG. 1. Curve 13 is much closer to the theoretical IOPS curve 12′ than curve 11 of FIG. 1 is close to curve 12 of FIG. 1
FIG. 4 schematically illustrates a system 10 according to embodiments of the invention. The system includes an interface (20) that may be linked to a memory controller (30) and may be also linked to a non-volatile memory module (60) and a volatile memory module (80).
The non-volatile memory module (60) may contain a primary non-volatile data storage memory (50) and an extended random sequence buffer (70). Some data structures such as the extended random sequence buffer (70) may be illustrated as being contained outside the primary non-volatile data storage memory (50), although these structures may be a single module which may be partitioned logical or by another non-physical partition.
The extended random sequence buffer (70) may store incoming data sectors received from the interface (20) in a plurality of data blocks. The memory controller may write to the extended random sequence buffer (70) the incoming data sectors from the interface (20).
One or more data management structures which may store pointers associated with written data sectors may be stored in one or more of the extended random sequence buffer (70), the primary non-volatile data storage memory (50) and the volatile memory (80).
Data sectors that may be associated with the same logical block may be written in the extended random sequence buffer (70) until being merged. The merged blocks may be written to the primary non-volatile data storage memory (50).
FIG. 5 is a schematic flow chart diagram of a method 500 in accordance with an embodiment of the invention. A flash memory controller may receive data sectors from an interface (505). Each data sector may then be written into an extended random sequence buffer in the non-volatile memory (510). In some embodiments of the invention the write action (510) may be automatic in response to data sectors being received at the interface (505). In one embodiment of the invention the method may wait until a preset plurality of data sectors are received at the interface (505) or some further action triggers the write action (510). According to some embodiments of the invention, the extended random sequence buffer (510) may reference a memory section which may be a part of the non-volatile memory module of the flash memory unit. In one embodiment of the invention, the extended random sequence buffer may be located in the same module as the primary non-volatile data storage memory.
For each data sector that may be written into the buffer (510) the method may create a pointer in a data management structure (515). In some embodiments of the invention, the data management structure may be contained in one or both of a volatile memory and a non-volatile memory of the flash memory unit.
If one or more of a plurality of data blocks contained in the extended random sequence buffer may become full (520) the method may perform an additional process, otherwise the method will continue to perform steps 505, 510 and 515.
If one or more of a plurality of data blocks contained in the extended random sequence buffer may become full the method may determine the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer (525). According to one embodiment of the invention determining the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer may be accomplished by requesting or reading a measurement of the state of the data blocks contained in the extended random sequence buffer. According to another embodiment of the invention the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer may be determined as a result of a function which may look at historical measurements of the state of the data blocks or other measurements associated with one or more previous states of the data blocks in the extended random sequence buffer. According to one embodiment of the invention, a binary array may be used to hold for every logical block in the system an indication to whether or not there is at least one page of this block located in the extended random sequence buffer. Such an array may be modified, if necessary, after each page write operation and after each merge operation.
The method may then determine a set of logical blocks to be merged based on the instantaneous number of logical blocks with at least one associate page in a data block contained in the extended random sequence buffer (530). According to one embodiment of the invention the set of blocks to be merged may be directly proportional to the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer. According to another embodiment of the invention, the number of blocks to be merged may be a result of an algorithm that may take into account one or more inputs, measurements and the like, including the instantaneous number of logical blocks with at least one associated page in a data block contained in the extended random sequence buffer.
An ordering permutation may be executed to select from a plurality of logical blocks which may be associated with data sectors stored in pages in the extended random sequence buffer a set of logical block determined in 530 (540). According to embodiments of the invention various ordering permutations may be used, including permutations which may be modified by one or more inputs as the method proceeds.
The method may then write the data sectors corresponding to said number of logical blocks from the extended random sequence buffer to the primary non-volatile data storage memory (550).
According to embodiments of the invention 550 may be done by merging data sectors associated with a logical block stored in the extended random sequence buffer with data sectors associated with the logical block stored in the primary non-volatile data storage memory. The merged data sectors may then be written to an available data block in the primary non-volatile data storage memory. According to one embodiment of the invention the primary non-volatile data storage memory data block may then or after a further erase process be declared as available.
Extensions of the above shaping algorithm are also possible within the scope of the invention. For example, when the device is first used, the ERSB may typically be empty. In some embodiments of the invention, the above smoothing algorithm may not be used until the ERSB is full for the first time. This initially permits very high IOPs at first at the expense of lower ones later on. After the first time the ERSB has been filled, the above smoothing algorithm may be applied for subsequent transactions.
As some applications allow background operation (e.g., embedded multimedia card, or eMMC), some merge operation may be initiated even when there are no transactions at all, and thus, over time, emptying the ERSB. Thus, a sort burst of random transactions may appear to have very high IOPs, and during rest time, merge operations may be performed to empty the ERSB. On the other hand, if a long sequence of random transactions takes place, the above smoothing algorithm may be used, and a stable and sustained IOPs performance will be observed.
Finally, in some embodiments of the invention, during the initial phase the algorithm may not be applied until the device is filled to a fraction of its capacity, e.g., half, two-thirds, three-quarters, four-fifths, etc. At that stage, the above smoothing algorithm may be applied with an adapted value for alpha, such that the IOPs drops will not be as severe as before, thereby shaping the IOPs performance over time.
According to an embodiment of the invention a computer readable medium can be provided that is non-transitory. The computer readable medium can store instructions that once executed by a computer may result in the implementation of any of the mentioned above methods.
FIG. 6 is a schematic flow chart diagram of a method 600 in accordance with an embodiment of the invention.
Method 600 differs from method 500 by including stage 620 instead of stage 520. While stage 520 of method 500 is illustrated as including checking whether a data block in the extended random sequence buffer if full, stage 620 includes checking if a predefined condition is fulfilled. The predetermined condition is fulfilled before the buffer is full.
Stage 620 may include performing stage 520 but it may also include one or more other predefined criteria, some of which illustrated in the specification. Non-limiting examples of such a predefined criterion may include: (i) at least two data blocks out of multiple data blocks of the buffer become full; (ii) a predefined fraction of the buffer becomes full, wherein the predefined fraction does not exceed a half of the buffer; (iii) the predefined criterion may change during a lifespan of the non-volatile memory device; (iv) a first portion of the buffer is full for a first time or when a second portion of the buffer is full after the first portion was full for the first time; wherein a size of the first portion differs from a size of the second portion, the first portion may be bigger than the second portion; (v) at least one data block of the buffer becomes empty and at least one data block of the buffer becomes full.
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.

Claims (39)

What is claimed is:
1. A method of managing a non-volatile memory device, the method comprising:
receiving data sectors;
writing each data sector into a data block of a buffer of the non-volatile memory device;
creating pointers in a data management structure, for each data sector, wherein each pointer corresponds to a logical block associated with the data sector and to a storage location of the data sector in the buffer;
detecting that a predefined criterion is fulfilled; wherein the predefined criterion is fulfilled before the buffer becomes full;
determining a number of logical blocks to be merged; and
writing, in response to the detecting and to the determining, data sectors corresponding to the number of logical blocks to be merged, from the buffer to a primary non-volatile data storage memory of the non-volatile memory device;
wherein the non-volatile memory device mandates erasing erase blocks of data.
2. The method according to claim 1, wherein the predefined criterion is fulfilled when a data block out of multiple data blocks of the buffer becomes full.
3. The method according to claim 1, wherein the predefined criterion is fulfilled when a predefined fraction of the buffer becomes full, wherein the predefined fraction of the buffer does not exceed a half of the buffer.
4. The method according to claim 1, wherein the predefined criterion changes during a lifespan of the non-volatile memory device.
5. The method according to claim 1, comprising:
determining that the predefined criterion is fulfilled when a first portion of the buffer is full for a first time; and
determining that the predefined criterion is fulfilled when a second portion of the buffer is full after the first portion was full for the first time; wherein a size of the first portion differs from a size of the second portion.
6. The method according to claim 1, comprising selecting data sectors to be merged in response to the number of logical blocks to be merged and numbers of data sectors within the buffer that are associated with each logical block.
7. The method according to claim 1, comprising determining the number of logical blocks to be merged in response to (a) an instantaneous number of logical blocks which have at least one associated data sector in the buffer; (b) a number of data blocks in the buffer; (c) a number of memory pages in each data block of the buffer, and (d) a number of transaction timeout durations required to complete a single merge operation.
8. The method according to claim 1, comprising determining the predefined criterion so that once at least one data block of the buffer becomes full, at least one other data block of the buffer is empty.
9. The method according to claim 1, further comprising determining an instantaneous number of logical blocks which have at least one associated data sector in the buffer, wherein determining of said number of logical blocks to be merged is responsive to the instantaneous number of logical blocks.
10. The method according to claim 1, comprising: selecting a selected set of logical blocks corresponding to said number of logical blocks to be merged based on a predetermined algorithm; and writing the data sectors corresponding to the selected set of logical blocks from the buffer to the primary non-volatile data storage memory.
11. The method according to claim 10, wherein the selecting of the selected set of logical blocks based on the predetermined algorithm comprises: determining a set of indices based on an ordering permutation which is defined for a plurality of indices corresponding to a number of logical blocks associated with the non-volatile memory device; and selecting the selected set of logical blocks based on the set of indices.
12. The method according to claim 1, wherein the writing of the data sectors from the buffer to the primary non-volatile data storage memory comprises:
merging the 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 in the primary non-volatile data storage memory; and
creating for each data sector that was merged a pointer in the data management structure, the pointer corresponding to a logical block associated with the data sector and to a storage location of the erase block sections of data that comprises the data sector in the primary non-volatile data storage memory.
13. The method according to claim 12, comprises merging data sectors associated with a logical block with data sectors stored in the primary non-volatile data storage memory associated with the logical block.
14. A non-transitory computer readable medium that stores instructions for:
receiving data sectors; writing each data sector into a data block of a buffer of the non-volatile memory device;
creating pointers in a data management structure, for each data sector, wherein each pointer corresponds to a logical block associated with the data sector and to a storage location of the data sector in the buffer;
detecting that a predefined criterion is fulfilled; wherein the predefined criterion is fulfilled before the buffer becomes full;
determining a number of logical blocks to be merged; and
writing, in response to the detecting and to the determining, data sectors corresponding to the number of logical blocks to be merged, from the buffer to a primary non-volatile data storage memory of the non-volatile memory device;
wherein the non-volatile memory device mandates erasing erase blocks of data.
15. The non-transitory computer readable medium according to claim 14, wherein the predefined criterion is fulfilled when a data block out of multiple data blocks of the buffer becomes full.
16. The non-transitory computer readable medium according to claim 14, wherein the predefined criterion is fulfilled when a predefined fraction of the buffer becomes full, wherein the predefined fraction of the buffer does not exceed a half of the buffer.
17. The non-transitory computer readable medium according to claim 14, wherein the predefined criterion changes during a lifespan of the non-volatile memory device.
18. The non-transitory computer readable medium according to claim 14, storing instructions for determining that the predefined criterion is fulfilled when a first portion of the buffer is full for a first time; and determining that the predefined criterion is fulfilled when a second portion of the buffer is full after the first portion was full for the first time; wherein a size of the first portion differs from a size of the second portion.
19. The non-transitory computer readable medium according to claim 14, storing instructions for selecting data sectors to be merged in response to the number of logical blocks to be merged and numbers of data sectors within the buffer that are associated with each logical block.
20. The non-transitory computer readable medium according to claim 14, storing instructions for determining the number of logical blocks to be merged in response to (a) an instantaneous number of logical blocks which have at least one associated data sector in the buffer; (b) a number of data blocks in the buffer; (c) a number of memory pages in each data block of the buffer, and (d) a number of transaction timeout durations required to complete a single merge operation.
21. The non-transitory computer readable medium according to claim 14 storing instructions for determining the predefined criterion so that once at least one data block of the buffer becomes full, at least one other data block of the buffer is empty.
22. The non-transitory computer readable medium according to claim 14, storing instructions for determining an instantaneous number of logical blocks which have at least one data sector in the buffer, wherein determining of said number of logical blocks to be merged is responsive to the instantaneous number of logical blocks.
23. The non-transitory computer readable medium according to claim 14, storing instructions for selecting a selected set of logical blocks corresponding to said number of logical blocks to be merged based on a predetermined algorithm; and writing the data sectors corresponding to the selected set of logical blocks from the buffer to the primary non-volatile data storage memory.
24. The non-transitory computer readable medium according to claim 23, storing instructions for determining a set of indices based on an ordering permutation which is defined for a plurality of indices corresponding to a number of logical blocks associated with the non-volatile memory device; and selecting the set of the logical blocks based on the determined set of indices.
25. The non-transitory computer readable medium according to claim 14, storing instructions for:
merging the 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 in the primary non-volatile data storage memory; and
creating for each data sector that was merged a pointer in the data management structure, the pointer corresponding to a logical block associated with the data sector and to a storage location of the erase block sections of data that comprises the data sector in the primary non-volatile data storage memory.
26. The non-transitory computer readable medium according to claim 14, storing instructions for merging data sectors stored in the buffer and associated with a logical block with data sectors stored in the primary non-volatile data storage memory associated with the logical block.
27. A system for managing a non-volatile memory device, the system comprises:
an interface arranged to receive data sectors;
a memory controller that is arranged to:
write each data sector into a data block of a buffer of the non-volatile memory device;
create pointers in a data management structure, for each data sector, wherein each pointer corresponds to a logical block associated with the data sector and to a storage location of the data sector in the buffer;
detect that a predefined criterion is fulfilled; wherein the predefined criterion is fulfilled before the buffer becomes full;
determine a number of logical blocks to be merged; and
write, in response to the detecting and to the determining, data sectors corresponding to the number of logical blocks to be merged, from the buffer to a primary non-volatile data storage memory of the non-volatile memory device;
wherein the non-volatile memory device mandates erasing erase blocks of data.
28. The system according to claim 27, wherein the predefined criterion is fulfilled when a data block out of multiple data blocks of the buffer becomes full.
29. The system according to claim 27, wherein the predefined criterion is fulfilled when a predefined fraction of the buffer becomes full, wherein the predefined fraction of the buffer does not exceed a half of the buffer.
30. The system according to claim 27, wherein the predefined criterion changes during a lifespan of the non-volatile memory device.
31. The system according to claim 27, wherein the memory controller is arranged to determine that the predefined criterion is fulfilled when a first portion of the buffer is full for a first time; and determine that the predefined criterion is fulfilled when a second portion of the buffer is full after the first portion was full for the first time; wherein a size of the first portion differs from a size of the second portion.
32. The system according to claim 27, wherein the memory controller is arranged to select data sectors to be merged in response to the number of logical blocks to be merged and numbers of data sectors within the buffer that are associated with each logical block.
33. The system according to claim 27, wherein the memory controller is arranged to determine the number of logical blocks to be merged in response to (a) an instantaneous number of logical blocks which have at least one associated data sector in the buffer; (b) a number of data blocks in the buffer; (c) a number of memory pages in each data block of the buffer, and (d) a number of transaction timeout durations required to complete a single merge operation.
34. The system according to claim 33, wherein the memory controller is arranged to determine the predefined criterion so that once at least one data block of the buffer becomes full at least one other data block of the buffer is empty.
35. The system according to claim 27, wherein the memory controller is arranged to determine an instantaneous number of logical blocks which have at least one associated data sector in the buffer, wherein the memory controller is arranged to determine said number of logical blocks to be merged in response to the instantaneous number of logical blocks.
36. The system according to claim 27, wherein the memory controller is arranged to select a selected set of logical blocks corresponding to said number of logical blocks to be merged based on a predetermined algorithm; and write the data sectors corresponding to the selected set of logical blocks from the buffer to the primary non-volatile data storage memory.
37. The system according to claim 36, wherein memory controller is arranged to select the selected set of the logical blocks based on the predetermined algorithm by determining a set of indices based on an ordering permutation which is defined for a plurality of indices corresponding to a number of logical blocks associated with the non-volatile memory device; and selecting the set of the logical blocks based on the set of indices.
38. The system according to claim 27, wherein the memory controller is arranged to:
merge the data sectors into a plurality of erase block sections of data;
write the plurality of erase block sections of data to a plurality of erase blocks in the primary non-volatile data storage memory; and
create for each data sector that was merged a pointer in the data management structure, the pointer corresponding to a logical block associated with the data sector and to a storage location of the erase block sections of data that comprises the data sector in the primary non-volatile data storage memory.
39. The system according to claim 38, wherein the memory controller is arranged to merge data sectors stored in the buffer associated with a logical block with data sectors stored in the primary non-volatile data storage memory associated with the logical block.
US13/300,312 2011-06-01 2011-11-18 System and method for managing a non-volatile memory Active 2032-08-04 US8667211B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/300,312 US8667211B2 (en) 2011-06-01 2011-11-18 System and method for managing a non-volatile memory

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201161492353P 2011-06-01 2011-06-01
US13/300,312 US8667211B2 (en) 2011-06-01 2011-11-18 System and method for managing a non-volatile memory

Publications (2)

Publication Number Publication Date
US20120311233A1 US20120311233A1 (en) 2012-12-06
US8667211B2 true US8667211B2 (en) 2014-03-04

Family

ID=47262581

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/300,312 Active 2032-08-04 US8667211B2 (en) 2011-06-01 2011-11-18 System and method for managing a non-volatile memory

Country Status (1)

Country Link
US (1) US8667211B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9501392B1 (en) * 2011-05-12 2016-11-22 Avago Technologies General Ip (Singapore) Pte. Ltd. Management of a non-volatile memory module

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140181430A1 (en) * 2012-12-26 2014-06-26 Unisys Corporation Equalizing wear on storage devices through file system controls
KR20140088421A (en) * 2013-01-02 2014-07-10 삼성전자주식회사 Method of programming data into nonvolatile memroy and method of reading data from nonvolatile memory
US10824367B2 (en) * 2017-10-19 2020-11-03 Seagate Technology Llc Adaptive intrusion detection based on monitored data transfer commands

Citations (210)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4463375A (en) 1982-09-07 1984-07-31 The Board Of Trustees Of The Leland Standford Junior University Multiple-measurement noise-reducing system
US4584686A (en) 1983-12-22 1986-04-22 Optical Storage International Reed-Solomon error correction apparatus
US4589084A (en) 1983-05-16 1986-05-13 Rca Corporation Apparatus for symmetrically truncating two's complement binary signals as for use with interleaved quadrature signals
US4866716A (en) 1987-05-15 1989-09-12 Digital Equipment Corporation Real-time BCH error correction code decoding mechanism
US5077737A (en) 1989-08-18 1991-12-31 Micron Technology, Inc. Method and apparatus for storing digital data in off-specification dynamic random access memory devices
US5297153A (en) 1989-08-24 1994-03-22 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
US5657332A (en) 1992-05-20 1997-08-12 Sandisk Corporation Soft errors handling in EEPROM devices
US5729490A (en) 1995-07-31 1998-03-17 Sgs-Thomson Microelectronics S.R.L. Parallel-dichotomic serial sensing method for sensing multiple-level non-volatile memory cells, and sensing circuit for actuating such method
US5793774A (en) 1994-11-04 1998-08-11 Fujitsu Limited Flash memory controlling system
US5926409A (en) 1997-09-05 1999-07-20 Information Storage Devices, Inc. Method and apparatus for an adaptive ramp amplitude controller in nonvolatile memory application
US5956268A (en) 1997-02-12 1999-09-21 Hyundai Electronics America Nonvolatile memory structure
US5982659A (en) 1996-12-23 1999-11-09 Lsi Logic Corporation Memory cell capable of storing more than two logic states by using different via resistances
US6038634A (en) 1998-02-02 2000-03-14 International Business Machines Corporation Intra-unit block addressing system for memory
US6094465A (en) 1997-03-21 2000-07-25 Qualcomm Incorporated Method and apparatus for performing decoding of CRC outer concatenated codes
US6119245A (en) 1997-08-06 2000-09-12 Oki Electric Industry Co., Ltd. Semiconductor storage device and method of controlling it
US6182261B1 (en) 1998-11-05 2001-01-30 Qualcomm Incorporated Efficient iterative decoding
US6192497B1 (en) 1998-08-27 2001-02-20 Adaptec, Inc. Parallel Chien search circuit
US6195287B1 (en) 1999-02-03 2001-02-27 Sharp Kabushiki Kaisha Data programming method for a nonvolatile semiconductor storage
US6199188B1 (en) 1997-10-07 2001-03-06 Quantum Corporation System for finding roots of degree three and degree four error locator polynomials over GF(2M)
US6209114B1 (en) 1998-05-29 2001-03-27 Texas Instruments Incorporated Efficient hardware implementation of chien search polynomial reduction in reed-solomon decoding
US6259627B1 (en) 2000-01-27 2001-07-10 Multi Level Memory Technology Read and write operations using constant row line voltage and variable column line load
US6278633B1 (en) 1999-11-05 2001-08-21 Multi Level Memory Technology High bandwidth flash memory that selects programming parameters according to measurements of previous programming operations
US6279133B1 (en) 1997-12-31 2001-08-21 Kawasaki Steel Corporation Method and apparatus for significantly improving the reliability of multilevel memory architecture
US6301151B1 (en) 2000-08-09 2001-10-09 Information Storage Devices, Inc. Adaptive programming method and apparatus for flash memory analog storage
US6370061B1 (en) 2001-06-19 2002-04-09 Advanced Micro Devices, Inc. Ceiling test mode to characterize the threshold voltage distribution of over programmed memory cells
US6374383B1 (en) 1999-06-07 2002-04-16 Maxtor Corporation Determining error locations using error correction codes
US20020063774A1 (en) 2000-11-29 2002-05-30 Hillis William Daniel Method and apparatus for maintaining eye contact in teleconferencing using reflected images
US20020085419A1 (en) 2001-01-04 2002-07-04 Seok-Cheon Kwon Nonvolatile semiconductor memory device and data input/output control method thereof
US20020154769A1 (en) 2000-12-07 2002-10-24 Petersen Mette Vesterager Method of generating pseudo-random numbers in an electronic device, and a method of encrypting and decrypting electronic data
US6504891B1 (en) 1995-07-28 2003-01-07 Micron Technology, Inc. Timer circuit with programmable decode circuitry
US6532169B1 (en) 2001-06-26 2003-03-11 Cypress Semiconductor Corp. SONOS latch and application
US6532556B1 (en) 2000-01-27 2003-03-11 Multi Level Memory Technology Data management for multi-bit-per-cell memories
US20030065876A1 (en) 2001-09-28 2003-04-03 Menahem Lasser Flash management system using only sequential Write
US6553533B2 (en) 1998-02-05 2003-04-22 International Business Machines Corporation Method and apparatus for detecting and correcting errors and erasures in product ECC-coded data arrays for DVD and similar storage subsystems
US6560747B1 (en) 1999-11-10 2003-05-06 Maxtor Corporation Error counting mechanism
US20030101404A1 (en) 2001-11-01 2003-05-29 Lijun Zhao Inner coding of higher priority data within a digital message
US20030105620A1 (en) 2001-01-29 2003-06-05 Matt Bowen System, method and article of manufacture for interface constructs in a programming language capable of programming hardware architetures
US20030192007A1 (en) 2001-04-19 2003-10-09 Miller David H. Code-programmable field-programmable architecturally-systolic Reed-Solomon BCH error correction decoder integrated circuit and error correction decoding method
US6637002B1 (en) 1998-10-21 2003-10-21 Maxtor Corporation Decoder for error correcting block codes
US6639865B2 (en) 2000-10-25 2003-10-28 Samsung Electronics Co., Ltd. Memory device, method of accessing the memory device, and reed-solomon decoder including the memory device
US20040015771A1 (en) 2002-07-16 2004-01-22 Menahem Lasser Error correction for non-volatile memory
US20040030971A1 (en) 1999-06-28 2004-02-12 Kabushiki Kaisha Toshiba Flash memory
US6704902B1 (en) 1998-09-07 2004-03-09 Sony Corporation Decoding system for error correction code
US6751766B2 (en) 2002-05-20 2004-06-15 Sandisk Corporation Increasing the effectiveness of error correction codes and operating multi-level memory systems by using information about the quality of the stored data
US6772274B1 (en) 2000-09-13 2004-08-03 Lexar Media, Inc. Flash memory system and method implementing LBA to PBA correlation within flash memory array
US20040153722A1 (en) 2002-12-25 2004-08-05 Heng-Kuan Lee Error correction code circuit with reduced hardware complexity
US20040153817A1 (en) 1996-10-24 2004-08-05 Micron Technologies, Inc. Apparatus and method for detecting over-programming condition in multistate memory device
US6781910B2 (en) 2002-05-17 2004-08-24 Hewlett-Packard Development Company, L.P. Small area magnetic memory devices
US6792569B2 (en) 2001-04-24 2004-09-14 International Business Machines Corporation Root solver and associated method for solving finite field polynomial equations
US20040181735A1 (en) 2003-03-04 2004-09-16 Weizhuang (Wayne) Xin Decoding a received BCH encoded signal
US20050013165A1 (en) 2003-06-17 2005-01-20 Amir Ban Flash memories with adaptive reference voltages
US20050018482A1 (en) 2002-09-06 2005-01-27 Raul-Adrian Cemea Techniques for reducing effects of coupling between storage elements of adjacent rows of memory cells
US6873543B2 (en) 2003-05-30 2005-03-29 Hewlett-Packard Development Company, L.P. Memory device
US20050083735A1 (en) 2003-10-20 2005-04-21 Jian Chen Behavior based programming of non-volatile memory
US6891768B2 (en) 2002-11-13 2005-05-10 Hewlett-Packard Development Company, L.P. Power-saving reading of magnetic memory devices
US20050120265A1 (en) 2003-12-02 2005-06-02 Pline Steven L. Data storage system with error correction code and replaceable defective memory
US20050117401A1 (en) 2002-01-18 2005-06-02 Jian Chen Techniques of recovering data from memory cells affected by field coupling with adjacent memory cells
US20050128811A1 (en) 2002-05-23 2005-06-16 Renesas Technology Corp. Nonvolatile semiconductor memory device capable of uniformly inputting/outputting data
US20050138533A1 (en) 2003-09-29 2005-06-23 Canon Kabushiki Kaisha Encoding/decoding device using a reed-solomon encoder/decoder
US20050144368A1 (en) 2003-12-30 2005-06-30 Samsung Electronics Co., Ltd. Address mapping method and mapping information managing method for flash memory, and flash memory using the same
US20050144213A1 (en) 2003-12-29 2005-06-30 Xilinx, Inc. Mathematical circuit with dynamic rounding
US6914809B2 (en) 2003-07-07 2005-07-05 Hewlett-Packard Development Company, L.P. Memory cell strings
US6915477B2 (en) 2001-12-28 2005-07-05 Lucent Technologies Inc. Delay sensitive adaptive quality control loop for rate adaptation
US20050172179A1 (en) 2004-01-29 2005-08-04 Brandenberger Sarah M. System and method for configuring a solid-state storage device with error correction coding
US20050169057A1 (en) 2004-01-30 2005-08-04 Noboru Shibata Semiconductor memory device which stores plural data in a cell
US20050213393A1 (en) 2004-03-14 2005-09-29 M-Systems Flash Disk Pioneers, Ltd. States encoding in multi-bit flash cells for optimizing error rate
US6952365B2 (en) 2002-01-18 2005-10-04 Sandisk Corporation Reducing the effects of noise in non-volatile memories through multiple reads
US6961890B2 (en) 2001-08-16 2005-11-01 Hewlett-Packard Development Company, L.P. Dynamic variable-length error correction code
US6990012B2 (en) 2003-10-07 2006-01-24 Hewlett-Packard Development Company, L.P. Magnetic memory device
US6996004B1 (en) 2003-11-04 2006-02-07 Advanced Micro Devices, Inc. Minimization of FG-FG coupling in flash memory
US6999854B2 (en) 2004-05-28 2006-02-14 International Business Machines Corporation Medical infusion pump capable of learning bolus time patterns and providing bolus alerts
US7010739B1 (en) 2002-04-11 2006-03-07 Marvell International Ltd. Error evaluator for inversionless Berlekamp-Massey algorithm in Reed-Solomon decoders
US7012835B2 (en) 2003-10-03 2006-03-14 Sandisk Corporation Flash memory data correction and scrub techniques
US20060059409A1 (en) 2004-09-10 2006-03-16 Hanho Lee Reed-solomon decoder systems for high speed communication and data storage applications
US20060059406A1 (en) 2004-09-10 2006-03-16 Stmicroelectronics S.R.L. Memory with embedded error correction codes
US20060064537A1 (en) 2004-09-21 2006-03-23 Takashi Oshima Memory card having a storage cell and method of controlling the same
US7038950B1 (en) 2004-11-05 2006-05-02 Spansion Llc Multi bit program algorithm
US20060101193A1 (en) 2004-11-08 2006-05-11 M-Systems Flash Disk Pioneers, Ltd. States encoding in multi-bit flash cells for optimizing error rate
US7068539B2 (en) 2004-01-27 2006-06-27 Sandisk Corporation Charge packet metering for coarse/fine programming of non-volatile memory
US7079436B2 (en) 2003-09-30 2006-07-18 Hewlett-Packard Development Company, L.P. Resistive cross point memory
US20060203587A1 (en) 2005-03-11 2006-09-14 Yan Li Partition of non-volatile memory array to reduce bit line capacitance
US20060221692A1 (en) 2005-04-05 2006-10-05 Jian Chen Compensating for coupling during read operations on non-volatile memory
US20060248434A1 (en) 2005-04-28 2006-11-02 Micron Technology, Inc. Non-systematic coded error correction
US20060268608A1 (en) 2003-04-22 2006-11-30 Kabushiki Kaisha Toshiba Data storage system
US7149950B2 (en) 2003-09-12 2006-12-12 Hewlett-Packard Development Company, L.P. Assisted memory device for reading and writing single and multiple units of data
US20060294312A1 (en) 2004-05-27 2006-12-28 Silverbrook Research Pty Ltd Generation sequences
US20070025157A1 (en) 2005-08-01 2007-02-01 Jun Wan Method for programming non-volatile memory with self-adjusting maximum program loop
US7177977B2 (en) 2004-03-19 2007-02-13 Sandisk Corporation Operating non-volatile memory without read disturb limitations
US7191379B2 (en) 2003-09-10 2007-03-13 Hewlett-Packard Development Company, L.P. Magnetic memory with error correction coding
US20070063180A1 (en) 2005-09-07 2007-03-22 Elpida Memory, Inc. Electrically rewritable non-volatile memory element and method of manufacturing the same
US7196946B2 (en) 2005-04-05 2007-03-27 Sandisk Corporation Compensating for coupling in non-volatile storage
US7203874B2 (en) 2003-05-08 2007-04-10 Micron Technology, Inc. Error detection, documentation, and correction in a flash memory device
US20070104004A1 (en) 1997-09-08 2007-05-10 So Hock C Multi-Bit-Per-Cell Flash EEprom Memory with Refresh
US20070103992A1 (en) 2005-11-10 2007-05-10 Sony Corporation Memory system
US20070109858A1 (en) 2000-12-28 2007-05-17 Conley Kevin M Novel Method and Structure for Efficient Data Verification Operation for Non-Volatile Memories
US20070124652A1 (en) 2005-11-15 2007-05-31 Ramot At Tel Aviv University Ltd. Method and device for multi phase error-correction
US20070143561A1 (en) 2005-12-21 2007-06-21 Gorobets Sergey A Methods for adaptive file data handling in non-volatile memories with a directly mapped file storage system
US20070150694A1 (en) 2003-10-01 2007-06-28 Sandisk Corporation Hybrid Mapping Implementation Within a Non-Volatile Memory System
US20070168625A1 (en) 2006-01-18 2007-07-19 Cornwell Michael J Interleaving policies for flash memory
US20070171714A1 (en) 2006-01-20 2007-07-26 Marvell International Ltd. Flash memory with coding and signal processing
US20070171730A1 (en) 2006-01-20 2007-07-26 Marvell International Ltd. Method and system for error correction in flash memory
US20070180346A1 (en) 2006-01-18 2007-08-02 Sandisk Il Ltd. Method Of Arranging Data In A Multi-Level Cell Memory Device
US20070226582A1 (en) 2006-03-08 2007-09-27 Marvell International Ltd. Systems and methods for achieving higher coding rate using parity interleaving
US20070226592A1 (en) 2006-03-20 2007-09-27 Micron Technology, Inc. Variable sector-count ECC
US20070228449A1 (en) 2006-03-31 2007-10-04 Tamae Takano Nonvolatile semiconductor memory device
US7290203B2 (en) 2004-10-29 2007-10-30 International Business Machines Corporation Dynamic memory architecture employing passive expiration of data
US20070253249A1 (en) 2006-04-26 2007-11-01 Sang-Gu Kang Multi-bit nonvolatile memory device and related programming method
US7292365B2 (en) 2003-01-15 2007-11-06 Xerox Corporation Methods and systems for determining distribution mean level without histogram measurement
US20070266291A1 (en) 2006-05-15 2007-11-15 Kabushiki Kaisha Toshiba Semiconductor memory device
US20070263439A1 (en) 2006-05-15 2007-11-15 Apple Inc. Dynamic Cell Bit Resolution
US20070271494A1 (en) 2006-05-17 2007-11-22 Sandisk Corporation Error Correction Coding for Multiple-Sector Pages in Flash Memory Devices
US7301928B2 (en) 2004-06-09 2007-11-27 Hitachi Kokusai Electric Inc. Wireless packet transfer apparatus and method
US20080010581A1 (en) 2006-07-04 2008-01-10 Ramot At Tel Aviv University Ltd. Method of error correction in a multi-bit-per-cell flash memory
US20080028014A1 (en) 2006-07-26 2008-01-31 Hilt Jason W N-BIT 2's COMPLEMENT SYMMETRIC ROUNDING METHOD AND LOGIC FOR IMPLEMENTING THE SAME
US20080055989A1 (en) 2006-09-06 2008-03-06 Kyoong-Han Lee Memory system including flash memory and method of operating the same
US20080082897A1 (en) 2006-09-28 2008-04-03 Yigal Brandman Soft-Input Soft-Output Decoder for Nonvolatile Memory
US20080092026A1 (en) 2006-09-28 2008-04-17 Yigal Brandman Methods of Soft-Input Soft-Output Decoding for Nonvolatile Memory
US20080104309A1 (en) 2006-10-30 2008-05-01 Cheon Won-Moon Flash memory device with multi-level cells and method of writing data therein
US20080116509A1 (en) 2001-10-31 2008-05-22 Eliyahou Harari Multi-State Non-Volatile Integrated Circuit Memory Systems that Employ Dielectric Storage Elements
US20080127104A1 (en) 2006-11-27 2008-05-29 Yan Li Apparatus with segemented bitscan for verification of programming
US20080126686A1 (en) 2006-11-28 2008-05-29 Anobit Technologies Ltd. Memory power and performance management
US20080130341A1 (en) 2006-12-03 2008-06-05 Anobit Technologies Ltd. Adaptive programming of analog memory
US20080128790A1 (en) 2006-11-30 2008-06-05 Jin-Hyo Jung Memory device
US20080137413A1 (en) 2006-12-06 2008-06-12 Samsung Electronics Co., Ltd Multi-level cell memory devices using trellis coded modulation and methods of storing data in and reading data from the memory devices
US20080148115A1 (en) 2006-12-17 2008-06-19 Anobit Technologies Ltd. High-speed programming of memory devices
US20080159059A1 (en) 2007-01-03 2008-07-03 Freescale Semiconductor, Inc. Progressive memory initialization with waitpoints
US20080162079A1 (en) 2006-10-05 2008-07-03 International Business Machines Corp. End of life prediction of flash memory
US20080158958A1 (en) 2006-12-17 2008-07-03 Anobit Technologies Ltd. Memory device with reduced reading
US20080168320A1 (en) 2007-01-05 2008-07-10 California Institute Of Technology Codes For Limited Magnitude Asymetric Errors In Flash Memories
US20080168216A1 (en) 2007-01-09 2008-07-10 Lee Seung-Jae Memory system, multi-bit flash memory device, and associated methods
US20080181001A1 (en) 2007-01-24 2008-07-31 Anobit Technologies Memory device with negative thresholds
US20080198652A1 (en) 2006-05-12 2008-08-21 Anobit Technologies Ltd. Memory Device Programming Using Combined Shaping And Linear Spreading
US20080198650A1 (en) 2006-05-12 2008-08-21 Anobit Technologies Ltd. Distortion Estimation And Cancellation In Memory Devices
US20080219050A1 (en) 2007-01-24 2008-09-11 Anobit Technologies Ltd. Reduction of back pattern dependency effects in memory devices
US20080225599A1 (en) 2007-03-15 2008-09-18 Samsung Electronics Co., Ltd. Flash memory device with reduced coupling effect among cells and method of driving the same
US7441067B2 (en) 2004-11-15 2008-10-21 Sandisk Corporation Cyclic flash memory wear leveling
US20080263262A1 (en) 2007-04-22 2008-10-23 Anobit Technologies Ltd. Command interface for memory devices
US20080282106A1 (en) 2007-05-12 2008-11-13 Anobit Technologies Ltd Data storage with incremental redundancy
US20080285351A1 (en) 2007-05-14 2008-11-20 Mark Shlick Measuring threshold voltage distribution in memory using an aggregate characteristic
US20080301532A1 (en) 2006-09-25 2008-12-04 Kabushiki Kaisha Toshiba Non-volatile semiconductor memory device
US20090024905A1 (en) 2006-05-12 2009-01-22 Anobit Technologies Ltd. Combined distortion estimation and error correction coding for memory devices
US20090043951A1 (en) 2007-08-06 2009-02-12 Anobit Technologies Ltd. Programming schemes for multi-level analog memory cells
US20090072303A9 (en) 2002-06-21 2009-03-19 Micron Technology, Inc. Nrom memory cell, memory array, related devices and methods
US20090091979A1 (en) 2007-10-08 2009-04-09 Anobit Technologies Reliable data storage in analog memory cells in the presence of temperature variations
US20090103358A1 (en) 2006-05-12 2009-04-23 Anobit Technologies Ltd. Reducing programming error in memory devices
US20090106485A1 (en) 2007-10-19 2009-04-23 Anobit Technologies Ltd. Reading analog memory cells using built-in multi-threshold commands
US20090113275A1 (en) 2007-10-29 2009-04-30 Legend Silicon Corp. Bch code with 256 information bytes and up to 8 bytes of parity check elements
US20090125671A1 (en) 2006-12-06 2009-05-14 David Flynn Apparatus, system, and method for storage space recovery after reaching a read count limit
US20090144600A1 (en) 2007-11-30 2009-06-04 Anobit Technologies Ltd Efficient re-read operations from memory devices
US20090150748A1 (en) 2004-08-02 2009-06-11 Koninklijke Philips Electronics N.V. Data Storage and Replay Apparatus
US20090157964A1 (en) 2007-12-16 2009-06-18 Anobit Technologies Ltd. Efficient data storage in multi-plane memory devices
US20090158126A1 (en) 2007-12-12 2009-06-18 Anobit Technologies Ltd Efficient interference cancellation in analog memory cell arrays
US20090168524A1 (en) 2007-12-27 2009-07-02 Anobit Technologies Ltd. Wear level estimation in analog memory cells
US7558109B2 (en) 2006-11-03 2009-07-07 Sandisk Corporation Nonvolatile memory with variable read threshold
US20090187803A1 (en) 2008-01-21 2009-07-23 Anobit Technologies Ltd. Decoding of error correction code using partial bit inversion
US20090199074A1 (en) 2008-02-05 2009-08-06 Anobit Technologies Ltd. Parameter estimation based on error correction code parity check equations
US20090213653A1 (en) 2008-02-21 2009-08-27 Anobit Technologies Ltd Programming of analog memory cells using a single programming pulse per state transition
US20090213654A1 (en) 2008-02-24 2009-08-27 Anobit Technologies Ltd Programming analog memory cells for reduced variance after retention
US20090228761A1 (en) 2008-03-07 2009-09-10 Anobit Technologies Ltd Efficient readout from analog memory cells using data compression
US20090240872A1 (en) 2008-03-18 2009-09-24 Anobit Technologies Ltd Memory device with multiple-accuracy read commands
US20100005270A1 (en) 2008-03-07 2010-01-07 Via Technologies, Inc. Storage unit management methods and systems
US20100058146A1 (en) 2007-12-12 2010-03-04 Hanan Weingarten Chien-search system employing a clock-gating scheme to save power for error correction decoder and other applications
US20100064096A1 (en) 2007-12-05 2010-03-11 Hanan Weingarten Systems and methods for temporarily retiring memory portions
US20100088557A1 (en) 2007-10-25 2010-04-08 Hanan Weingarten Systems and methods for multiple coding rates in flash devices
US20100095186A1 (en) 2008-08-20 2010-04-15 Hanan Weingarten Reprogramming non volatile memory portions
US20100091535A1 (en) 2007-03-12 2010-04-15 Anobit Technologies Ltd Adaptive estimation of memory cell read thresholds
US20100115376A1 (en) 2006-12-03 2010-05-06 Anobit Technologies Ltd. Automatic defect management in memory devices
US20100110787A1 (en) 2006-10-30 2010-05-06 Anobit Technologies Ltd. Memory cell readout using successive approximation
US20100122113A1 (en) 2007-09-20 2010-05-13 Hanan Weingarten Systems and methods for handling immediate data errors in flash memory
US20100124088A1 (en) 2008-11-16 2010-05-20 Anobit Technologies Ltd Storage at m bits/cell density in n bits/cell analog memory cell devices, m>n
US20100131580A1 (en) 2008-03-25 2010-05-27 Densbits Technologies Ltd. Apparatus and methods for hardware-efficient unbiased rounding
US20100131826A1 (en) 2006-08-27 2010-05-27 Anobit Technologies Ltd. Estimation of non-linear distortion in memory devices
US20100131806A1 (en) 2007-12-18 2010-05-27 Hanan Weingarten Apparatus for coding at a plurality of rates in multi-level flash memory systems, and methods useful in conjunction therewith
US20100131831A1 (en) 2007-12-05 2010-05-27 Hanan Weingarten low power chien-search based bch/rs decoding system for flash memory, mobile communications devices and other applications
US20100131827A1 (en) 2007-05-12 2010-05-27 Anobit Technologies Ltd Memory device with internal signap processing unit
US20100146192A1 (en) 2007-10-22 2010-06-10 Hanan Weingarten Methods for adaptively programming flash memory devices and flash memory systems incorporating same
US20100149881A1 (en) 2008-12-11 2010-06-17 Shih-Chung Lee Adaptive erase and soft programming for memory
US20100174853A1 (en) * 2009-01-08 2010-07-08 Samsung Electronics Co., Ltd. User device including flash and random write cache and method writing data
US20100199149A1 (en) 2007-12-05 2010-08-05 Hanan Weingarten Flash memory apparatus and methods using a plurality of decoding stages including optional use of concatenated bch codes and/or designation of "first below" cells
US20100211856A1 (en) 2007-12-12 2010-08-19 Hanan Weingarten Systems and methods for error correction and decoding on multi-level physical media
US20100211724A1 (en) 2007-09-20 2010-08-19 Hanan Weingarten Systems and methods for determining logical values of coupled flash memory cells
US20100211833A1 (en) 2007-10-22 2010-08-19 Hanan Weingarten Systems and methods for averaging error rates in non-volatile devices and storage systems
US7804718B2 (en) 2007-03-07 2010-09-28 Mosaid Technologies Incorporated Partial block erase architecture for flash memory
US7805663B2 (en) 2006-09-28 2010-09-28 Sandisk Corporation Methods of adapting operation of nonvolatile memory
US7805664B1 (en) 2006-10-05 2010-09-28 Marvell International Ltd Likelihood metric generation for trellis-based detection and/or decoding
US20100251066A1 (en) 2006-08-31 2010-09-30 Micron Technology, Inc. Data handling
US20100253555A1 (en) 2009-04-06 2010-10-07 Hanan Weingarten Encoding method and system, decoding method and system
US20100257309A1 (en) 2009-04-06 2010-10-07 Boris Barsky Device and method for managing a flash memory
US20100293321A1 (en) 2009-05-12 2010-11-18 Hanan Weingarten Systems and method for flash memory management
US20110055461A1 (en) 2009-08-26 2011-03-03 Steiner Avi Systems and methods for pre-equalization and code design for a flash memory
US20110051521A1 (en) 2009-08-26 2011-03-03 Shmuel Levy Flash memory module and method for programming a page of flash memory cells
US20110096612A1 (en) 2009-10-22 2011-04-28 Steiner Avi Method, system, and computer readable medium for reading and programming flash memory cells
US20110119562A1 (en) 2009-11-19 2011-05-19 Steiner Avi System and method for uncoded bit error rate equalization via interleaving
US7961797B1 (en) 2006-10-10 2011-06-14 Marvell International Ltd. Nonlinear viterbi complexity reduction
US20110153919A1 (en) 2009-12-22 2011-06-23 Erez Sabbag Device, system, and method for reducing program/read disturb in flash arrays
US20110161775A1 (en) 2009-12-24 2011-06-30 Hanan Weingarten System and method for setting a flash memory cell read threshold
US20110214029A1 (en) 2010-02-28 2011-09-01 Steiner Avi System and method for multi-dimensional decoding
US20110246792A1 (en) 2010-04-06 2011-10-06 Hanan Weingarten Method, system and medium for analog encryption in a flash memory
US20110246852A1 (en) 2010-04-06 2011-10-06 Erez Sabbag System and method for restoring damaged data programmed on a flash device
US20110252188A1 (en) 2010-04-07 2011-10-13 Hanan Weingarten System and method for storing information in a multi-level cell memory
US20110252187A1 (en) 2010-04-07 2011-10-13 Avigdor Segal System and method for operating a non-volatile memory including a portion operating as a single-level cell memory and a portion operating as a multi-level cell memory
US20110271043A1 (en) 2010-04-29 2011-11-03 Avigdor Segal System and method for allocating and using spare blocks in a flash memory
US20120005558A1 (en) 2010-07-01 2012-01-05 Steiner Avi System and method for data recovery in multi-level cell memories
US20120005554A1 (en) 2010-07-01 2012-01-05 Steiner Avi System and method for multi-dimensional encoding and decoding
US20120008401A1 (en) 2010-07-06 2012-01-12 Michael Katz Systems and methods for storing, retrieving, and adjusting read thresholds in flash memory storage system
US8122328B2 (en) 2007-03-30 2012-02-21 Samsung Electronics Co., Ltd. Bose-Chaudhuri-Hocquenghem error correction method and circuit for checking error using error correction encoder
US20120051144A1 (en) 2010-08-24 2012-03-01 Hanan Weingarten System and method for accelerated sampling
US20120066441A1 (en) 2009-10-15 2012-03-15 Densbits Technologies Ltd. Systems and methods for averaging error rates in non-volatile devices and storage systems
US20120063227A1 (en) 2010-09-15 2012-03-15 Hanan Weingarten System and method for adjusting read voltage thresholds in memories
US20120110250A1 (en) 2010-11-03 2012-05-03 Densbits Technologies Ltd. Meethod, system and computer readable medium for copy back

Patent Citations (228)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4463375A (en) 1982-09-07 1984-07-31 The Board Of Trustees Of The Leland Standford Junior University Multiple-measurement noise-reducing system
US4589084A (en) 1983-05-16 1986-05-13 Rca Corporation Apparatus for symmetrically truncating two's complement binary signals as for use with interleaved quadrature signals
US4584686A (en) 1983-12-22 1986-04-22 Optical Storage International Reed-Solomon error correction apparatus
US4866716A (en) 1987-05-15 1989-09-12 Digital Equipment Corporation Real-time BCH error correction code decoding mechanism
US5077737A (en) 1989-08-18 1991-12-31 Micron Technology, Inc. Method and apparatus for storing digital data in off-specification dynamic random access memory devices
US5297153A (en) 1989-08-24 1994-03-22 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
US5657332A (en) 1992-05-20 1997-08-12 Sandisk Corporation Soft errors handling in EEPROM devices
US5793774A (en) 1994-11-04 1998-08-11 Fujitsu Limited Flash memory controlling system
US6504891B1 (en) 1995-07-28 2003-01-07 Micron Technology, Inc. Timer circuit with programmable decode circuitry
US5729490A (en) 1995-07-31 1998-03-17 Sgs-Thomson Microelectronics S.R.L. Parallel-dichotomic serial sensing method for sensing multiple-level non-volatile memory cells, and sensing circuit for actuating such method
US20040153817A1 (en) 1996-10-24 2004-08-05 Micron Technologies, Inc. Apparatus and method for detecting over-programming condition in multistate memory device
US5982659A (en) 1996-12-23 1999-11-09 Lsi Logic Corporation Memory cell capable of storing more than two logic states by using different via resistances
US5956268A (en) 1997-02-12 1999-09-21 Hyundai Electronics America Nonvolatile memory structure
US6094465A (en) 1997-03-21 2000-07-25 Qualcomm Incorporated Method and apparatus for performing decoding of CRC outer concatenated codes
US6119245A (en) 1997-08-06 2000-09-12 Oki Electric Industry Co., Ltd. Semiconductor storage device and method of controlling it
US5926409A (en) 1997-09-05 1999-07-20 Information Storage Devices, Inc. Method and apparatus for an adaptive ramp amplitude controller in nonvolatile memory application
US20070104004A1 (en) 1997-09-08 2007-05-10 So Hock C Multi-Bit-Per-Cell Flash EEprom Memory with Refresh
US6199188B1 (en) 1997-10-07 2001-03-06 Quantum Corporation System for finding roots of degree three and degree four error locator polynomials over GF(2M)
US6279133B1 (en) 1997-12-31 2001-08-21 Kawasaki Steel Corporation Method and apparatus for significantly improving the reliability of multilevel memory architecture
US6038634A (en) 1998-02-02 2000-03-14 International Business Machines Corporation Intra-unit block addressing system for memory
US6553533B2 (en) 1998-02-05 2003-04-22 International Business Machines Corporation Method and apparatus for detecting and correcting errors and erasures in product ECC-coded data arrays for DVD and similar storage subsystems
US6209114B1 (en) 1998-05-29 2001-03-27 Texas Instruments Incorporated Efficient hardware implementation of chien search polynomial reduction in reed-solomon decoding
US6192497B1 (en) 1998-08-27 2001-02-20 Adaptec, Inc. Parallel Chien search circuit
US6704902B1 (en) 1998-09-07 2004-03-09 Sony Corporation Decoding system for error correction code
US6637002B1 (en) 1998-10-21 2003-10-21 Maxtor Corporation Decoder for error correcting block codes
US6182261B1 (en) 1998-11-05 2001-01-30 Qualcomm Incorporated Efficient iterative decoding
US6195287B1 (en) 1999-02-03 2001-02-27 Sharp Kabushiki Kaisha Data programming method for a nonvolatile semiconductor storage
US6374383B1 (en) 1999-06-07 2002-04-16 Maxtor Corporation Determining error locations using error correction codes
US20070223277A1 (en) 1999-06-28 2007-09-27 Kabushiki Kaisha Toshiba Flash memory
US20040030971A1 (en) 1999-06-28 2004-02-12 Kabushiki Kaisha Toshiba Flash memory
US6278633B1 (en) 1999-11-05 2001-08-21 Multi Level Memory Technology High bandwidth flash memory that selects programming parameters according to measurements of previous programming operations
US6560747B1 (en) 1999-11-10 2003-05-06 Maxtor Corporation Error counting mechanism
US6532556B1 (en) 2000-01-27 2003-03-11 Multi Level Memory Technology Data management for multi-bit-per-cell memories
US6259627B1 (en) 2000-01-27 2001-07-10 Multi Level Memory Technology Read and write operations using constant row line voltage and variable column line load
US6301151B1 (en) 2000-08-09 2001-10-09 Information Storage Devices, Inc. Adaptive programming method and apparatus for flash memory analog storage
US6772274B1 (en) 2000-09-13 2004-08-03 Lexar Media, Inc. Flash memory system and method implementing LBA to PBA correlation within flash memory array
US6639865B2 (en) 2000-10-25 2003-10-28 Samsung Electronics Co., Ltd. Memory device, method of accessing the memory device, and reed-solomon decoder including the memory device
US20020063774A1 (en) 2000-11-29 2002-05-30 Hillis William Daniel Method and apparatus for maintaining eye contact in teleconferencing using reflected images
US20020154769A1 (en) 2000-12-07 2002-10-24 Petersen Mette Vesterager Method of generating pseudo-random numbers in an electronic device, and a method of encrypting and decrypting electronic data
US20070109858A1 (en) 2000-12-28 2007-05-17 Conley Kevin M Novel Method and Structure for Efficient Data Verification Operation for Non-Volatile Memories
US20020085419A1 (en) 2001-01-04 2002-07-04 Seok-Cheon Kwon Nonvolatile semiconductor memory device and data input/output control method thereof
US20030105620A1 (en) 2001-01-29 2003-06-05 Matt Bowen System, method and article of manufacture for interface constructs in a programming language capable of programming hardware architetures
US20030192007A1 (en) 2001-04-19 2003-10-09 Miller David H. Code-programmable field-programmable architecturally-systolic Reed-Solomon BCH error correction decoder integrated circuit and error correction decoding method
US6792569B2 (en) 2001-04-24 2004-09-14 International Business Machines Corporation Root solver and associated method for solving finite field polynomial equations
US6370061B1 (en) 2001-06-19 2002-04-09 Advanced Micro Devices, Inc. Ceiling test mode to characterize the threshold voltage distribution of over programmed memory cells
US6674665B1 (en) 2001-06-26 2004-01-06 Cypress Semiconductor Corp. SONOS latch and application
US6532169B1 (en) 2001-06-26 2003-03-11 Cypress Semiconductor Corp. SONOS latch and application
US6961890B2 (en) 2001-08-16 2005-11-01 Hewlett-Packard Development Company, L.P. Dynamic variable-length error correction code
US20030065876A1 (en) 2001-09-28 2003-04-03 Menahem Lasser Flash management system using only sequential Write
US20080116509A1 (en) 2001-10-31 2008-05-22 Eliyahou Harari Multi-State Non-Volatile Integrated Circuit Memory Systems that Employ Dielectric Storage Elements
US20030101404A1 (en) 2001-11-01 2003-05-29 Lijun Zhao Inner coding of higher priority data within a digital message
US6915477B2 (en) 2001-12-28 2005-07-05 Lucent Technologies Inc. Delay sensitive adaptive quality control loop for rate adaptation
US20050117401A1 (en) 2002-01-18 2005-06-02 Jian Chen Techniques of recovering data from memory cells affected by field coupling with adjacent memory cells
US6952365B2 (en) 2002-01-18 2005-10-04 Sandisk Corporation Reducing the effects of noise in non-volatile memories through multiple reads
US7010739B1 (en) 2002-04-11 2006-03-07 Marvell International Ltd. Error evaluator for inversionless Berlekamp-Massey algorithm in Reed-Solomon decoders
US6781910B2 (en) 2002-05-17 2004-08-24 Hewlett-Packard Development Company, L.P. Small area magnetic memory devices
US6751766B2 (en) 2002-05-20 2004-06-15 Sandisk Corporation Increasing the effectiveness of error correction codes and operating multi-level memory systems by using information about the quality of the stored data
US20050128811A1 (en) 2002-05-23 2005-06-16 Renesas Technology Corp. Nonvolatile semiconductor memory device capable of uniformly inputting/outputting data
US20090072303A9 (en) 2002-06-21 2009-03-19 Micron Technology, Inc. Nrom memory cell, memory array, related devices and methods
US20040015771A1 (en) 2002-07-16 2004-01-22 Menahem Lasser Error correction for non-volatile memory
US20050018482A1 (en) 2002-09-06 2005-01-27 Raul-Adrian Cemea Techniques for reducing effects of coupling between storage elements of adjacent rows of memory cells
US6891768B2 (en) 2002-11-13 2005-05-10 Hewlett-Packard Development Company, L.P. Power-saving reading of magnetic memory devices
US20040153722A1 (en) 2002-12-25 2004-08-05 Heng-Kuan Lee Error correction code circuit with reduced hardware complexity
US7292365B2 (en) 2003-01-15 2007-11-06 Xerox Corporation Methods and systems for determining distribution mean level without histogram measurement
US20040181735A1 (en) 2003-03-04 2004-09-16 Weizhuang (Wayne) Xin Decoding a received BCH encoded signal
US20060268608A1 (en) 2003-04-22 2006-11-30 Kabushiki Kaisha Toshiba Data storage system
US7203874B2 (en) 2003-05-08 2007-04-10 Micron Technology, Inc. Error detection, documentation, and correction in a flash memory device
US6873543B2 (en) 2003-05-30 2005-03-29 Hewlett-Packard Development Company, L.P. Memory device
US20050013165A1 (en) 2003-06-17 2005-01-20 Amir Ban Flash memories with adaptive reference voltages
US6914809B2 (en) 2003-07-07 2005-07-05 Hewlett-Packard Development Company, L.P. Memory cell strings
US7191379B2 (en) 2003-09-10 2007-03-13 Hewlett-Packard Development Company, L.P. Magnetic memory with error correction coding
US7149950B2 (en) 2003-09-12 2006-12-12 Hewlett-Packard Development Company, L.P. Assisted memory device for reading and writing single and multiple units of data
US20050138533A1 (en) 2003-09-29 2005-06-23 Canon Kabushiki Kaisha Encoding/decoding device using a reed-solomon encoder/decoder
US7079436B2 (en) 2003-09-30 2006-07-18 Hewlett-Packard Development Company, L.P. Resistive cross point memory
US20070150694A1 (en) 2003-10-01 2007-06-28 Sandisk Corporation Hybrid Mapping Implementation Within a Non-Volatile Memory System
US7012835B2 (en) 2003-10-03 2006-03-14 Sandisk Corporation Flash memory data correction and scrub techniques
US6990012B2 (en) 2003-10-07 2006-01-24 Hewlett-Packard Development Company, L.P. Magnetic memory device
US20050083735A1 (en) 2003-10-20 2005-04-21 Jian Chen Behavior based programming of non-volatile memory
US6996004B1 (en) 2003-11-04 2006-02-07 Advanced Micro Devices, Inc. Minimization of FG-FG coupling in flash memory
US20050120265A1 (en) 2003-12-02 2005-06-02 Pline Steven L. Data storage system with error correction code and replaceable defective memory
US20050144213A1 (en) 2003-12-29 2005-06-30 Xilinx, Inc. Mathematical circuit with dynamic rounding
US20050144368A1 (en) 2003-12-30 2005-06-30 Samsung Electronics Co., Ltd. Address mapping method and mapping information managing method for flash memory, and flash memory using the same
US7068539B2 (en) 2004-01-27 2006-06-27 Sandisk Corporation Charge packet metering for coarse/fine programming of non-volatile memory
US20050172179A1 (en) 2004-01-29 2005-08-04 Brandenberger Sarah M. System and method for configuring a solid-state storage device with error correction coding
US20070253250A1 (en) 2004-01-30 2007-11-01 Noboru Shibata Semiconductor memory device which stores plural data in a cell
US20050169057A1 (en) 2004-01-30 2005-08-04 Noboru Shibata Semiconductor memory device which stores plural data in a cell
US20050213393A1 (en) 2004-03-14 2005-09-29 M-Systems Flash Disk Pioneers, Ltd. States encoding in multi-bit flash cells for optimizing error rate
US7177977B2 (en) 2004-03-19 2007-02-13 Sandisk Corporation Operating non-volatile memory without read disturb limitations
US20060294312A1 (en) 2004-05-27 2006-12-28 Silverbrook Research Pty Ltd Generation sequences
US6999854B2 (en) 2004-05-28 2006-02-14 International Business Machines Corporation Medical infusion pump capable of learning bolus time patterns and providing bolus alerts
US7301928B2 (en) 2004-06-09 2007-11-27 Hitachi Kokusai Electric Inc. Wireless packet transfer apparatus and method
US20090150748A1 (en) 2004-08-02 2009-06-11 Koninklijke Philips Electronics N.V. Data Storage and Replay Apparatus
US20060059406A1 (en) 2004-09-10 2006-03-16 Stmicroelectronics S.R.L. Memory with embedded error correction codes
US20060059409A1 (en) 2004-09-10 2006-03-16 Hanho Lee Reed-solomon decoder systems for high speed communication and data storage applications
US20060064537A1 (en) 2004-09-21 2006-03-23 Takashi Oshima Memory card having a storage cell and method of controlling the same
US8020073B2 (en) 2004-10-29 2011-09-13 International Business Machines Corporation Dynamic memory architecture employing passive expiration of data
US7290203B2 (en) 2004-10-29 2007-10-30 International Business Machines Corporation Dynamic memory architecture employing passive expiration of data
US7038950B1 (en) 2004-11-05 2006-05-02 Spansion Llc Multi bit program algorithm
US20060101193A1 (en) 2004-11-08 2006-05-11 M-Systems Flash Disk Pioneers, Ltd. States encoding in multi-bit flash cells for optimizing error rate
US7441067B2 (en) 2004-11-15 2008-10-21 Sandisk Corporation Cyclic flash memory wear leveling
US20060203587A1 (en) 2005-03-11 2006-09-14 Yan Li Partition of non-volatile memory array to reduce bit line capacitance
US20060221692A1 (en) 2005-04-05 2006-10-05 Jian Chen Compensating for coupling during read operations on non-volatile memory
US7196946B2 (en) 2005-04-05 2007-03-27 Sandisk Corporation Compensating for coupling in non-volatile storage
US20060248434A1 (en) 2005-04-28 2006-11-02 Micron Technology, Inc. Non-systematic coded error correction
US20070025157A1 (en) 2005-08-01 2007-02-01 Jun Wan Method for programming non-volatile memory with self-adjusting maximum program loop
US20070063180A1 (en) 2005-09-07 2007-03-22 Elpida Memory, Inc. Electrically rewritable non-volatile memory element and method of manufacturing the same
US20070103992A1 (en) 2005-11-10 2007-05-10 Sony Corporation Memory system
US20070124652A1 (en) 2005-11-15 2007-05-31 Ramot At Tel Aviv University Ltd. Method and device for multi phase error-correction
US7844877B2 (en) 2005-11-15 2010-11-30 Ramot At Tel Aviv University Ltd. Method and device for multi phase error-correction
US20070143561A1 (en) 2005-12-21 2007-06-21 Gorobets Sergey A Methods for adaptive file data handling in non-volatile memories with a directly mapped file storage system
US20070168625A1 (en) 2006-01-18 2007-07-19 Cornwell Michael J Interleaving policies for flash memory
US20070180346A1 (en) 2006-01-18 2007-08-02 Sandisk Il Ltd. Method Of Arranging Data In A Multi-Level Cell Memory Device
US20070171730A1 (en) 2006-01-20 2007-07-26 Marvell International Ltd. Method and system for error correction in flash memory
US20070171714A1 (en) 2006-01-20 2007-07-26 Marvell International Ltd. Flash memory with coding and signal processing
US20070226582A1 (en) 2006-03-08 2007-09-27 Marvell International Ltd. Systems and methods for achieving higher coding rate using parity interleaving
US20070226592A1 (en) 2006-03-20 2007-09-27 Micron Technology, Inc. Variable sector-count ECC
US20070228449A1 (en) 2006-03-31 2007-10-04 Tamae Takano Nonvolatile semiconductor memory device
US20070253249A1 (en) 2006-04-26 2007-11-01 Sang-Gu Kang Multi-bit nonvolatile memory device and related programming method
US20080198652A1 (en) 2006-05-12 2008-08-21 Anobit Technologies Ltd. Memory Device Programming Using Combined Shaping And Linear Spreading
US20090103358A1 (en) 2006-05-12 2009-04-23 Anobit Technologies Ltd. Reducing programming error in memory devices
US7697326B2 (en) 2006-05-12 2010-04-13 Anobit Technologies Ltd. Reducing programming error in memory devices
US20090024905A1 (en) 2006-05-12 2009-01-22 Anobit Technologies Ltd. Combined distortion estimation and error correction coding for memory devices
US7466575B2 (en) 2006-05-12 2008-12-16 Anobit Technologies Ltd. Memory device programming using combined shaping and linear spreading
US20080198650A1 (en) 2006-05-12 2008-08-21 Anobit Technologies Ltd. Distortion Estimation And Cancellation In Memory Devices
US20070266291A1 (en) 2006-05-15 2007-11-15 Kabushiki Kaisha Toshiba Semiconductor memory device
US20070263439A1 (en) 2006-05-15 2007-11-15 Apple Inc. Dynamic Cell Bit Resolution
US20070271494A1 (en) 2006-05-17 2007-11-22 Sandisk Corporation Error Correction Coding for Multiple-Sector Pages in Flash Memory Devices
US20080010581A1 (en) 2006-07-04 2008-01-10 Ramot At Tel Aviv University Ltd. Method of error correction in a multi-bit-per-cell flash memory
US7533328B2 (en) 2006-07-04 2009-05-12 Sandisk Il, Ltd. Method of error correction in a multi-bit-per-cell flash memory
US20080028014A1 (en) 2006-07-26 2008-01-31 Hilt Jason W N-BIT 2's COMPLEMENT SYMMETRIC ROUNDING METHOD AND LOGIC FOR IMPLEMENTING THE SAME
US20100131826A1 (en) 2006-08-27 2010-05-27 Anobit Technologies Ltd. Estimation of non-linear distortion in memory devices
US20100251066A1 (en) 2006-08-31 2010-09-30 Micron Technology, Inc. Data handling
US20080055989A1 (en) 2006-09-06 2008-03-06 Kyoong-Han Lee Memory system including flash memory and method of operating the same
US20080301532A1 (en) 2006-09-25 2008-12-04 Kabushiki Kaisha Toshiba Non-volatile semiconductor memory device
US7805663B2 (en) 2006-09-28 2010-09-28 Sandisk Corporation Methods of adapting operation of nonvolatile memory
US20080082897A1 (en) 2006-09-28 2008-04-03 Yigal Brandman Soft-Input Soft-Output Decoder for Nonvolatile Memory
US20080092026A1 (en) 2006-09-28 2008-04-17 Yigal Brandman Methods of Soft-Input Soft-Output Decoding for Nonvolatile Memory
US20080162079A1 (en) 2006-10-05 2008-07-03 International Business Machines Corp. End of life prediction of flash memory
US7805664B1 (en) 2006-10-05 2010-09-28 Marvell International Ltd Likelihood metric generation for trellis-based detection and/or decoding
US7961797B1 (en) 2006-10-10 2011-06-14 Marvell International Ltd. Nonlinear viterbi complexity reduction
US20100110787A1 (en) 2006-10-30 2010-05-06 Anobit Technologies Ltd. Memory cell readout using successive approximation
US20080104309A1 (en) 2006-10-30 2008-05-01 Cheon Won-Moon Flash memory device with multi-level cells and method of writing data therein
US7558109B2 (en) 2006-11-03 2009-07-07 Sandisk Corporation Nonvolatile memory with variable read threshold
US20080127104A1 (en) 2006-11-27 2008-05-29 Yan Li Apparatus with segemented bitscan for verification of programming
US20080126686A1 (en) 2006-11-28 2008-05-29 Anobit Technologies Ltd. Memory power and performance management
US20080128790A1 (en) 2006-11-30 2008-06-05 Jin-Hyo Jung Memory device
US20080130341A1 (en) 2006-12-03 2008-06-05 Anobit Technologies Ltd. Adaptive programming of analog memory
US20100115376A1 (en) 2006-12-03 2010-05-06 Anobit Technologies Ltd. Automatic defect management in memory devices
US7706182B2 (en) 2006-12-03 2010-04-27 Anobit Technologies Ltd. Adaptive programming of analog memory cells using statistical characteristics
US20080137413A1 (en) 2006-12-06 2008-06-12 Samsung Electronics Co., Ltd Multi-level cell memory devices using trellis coded modulation and methods of storing data in and reading data from the memory devices
US20090125671A1 (en) 2006-12-06 2009-05-14 David Flynn Apparatus, system, and method for storage space recovery after reaching a read count limit
US7593263B2 (en) 2006-12-17 2009-09-22 Anobit Technologies Ltd. Memory device with reduced reading latency
US20080148115A1 (en) 2006-12-17 2008-06-19 Anobit Technologies Ltd. High-speed programming of memory devices
US20080158958A1 (en) 2006-12-17 2008-07-03 Anobit Technologies Ltd. Memory device with reduced reading
US20080159059A1 (en) 2007-01-03 2008-07-03 Freescale Semiconductor, Inc. Progressive memory initialization with waitpoints
US20080168320A1 (en) 2007-01-05 2008-07-10 California Institute Of Technology Codes For Limited Magnitude Asymetric Errors In Flash Memories
US20080168216A1 (en) 2007-01-09 2008-07-10 Lee Seung-Jae Memory system, multi-bit flash memory device, and associated methods
US20080181001A1 (en) 2007-01-24 2008-07-31 Anobit Technologies Memory device with negative thresholds
US20080219050A1 (en) 2007-01-24 2008-09-11 Anobit Technologies Ltd. Reduction of back pattern dependency effects in memory devices
US7804718B2 (en) 2007-03-07 2010-09-28 Mosaid Technologies Incorporated Partial block erase architecture for flash memory
US20100091535A1 (en) 2007-03-12 2010-04-15 Anobit Technologies Ltd Adaptive estimation of memory cell read thresholds
US20080225599A1 (en) 2007-03-15 2008-09-18 Samsung Electronics Co., Ltd. Flash memory device with reduced coupling effect among cells and method of driving the same
US8122328B2 (en) 2007-03-30 2012-02-21 Samsung Electronics Co., Ltd. Bose-Chaudhuri-Hocquenghem error correction method and circuit for checking error using error correction encoder
US20080263262A1 (en) 2007-04-22 2008-10-23 Anobit Technologies Ltd. Command interface for memory devices
US20080282106A1 (en) 2007-05-12 2008-11-13 Anobit Technologies Ltd Data storage with incremental redundancy
US20100131827A1 (en) 2007-05-12 2010-05-27 Anobit Technologies Ltd Memory device with internal signap processing unit
US20080285351A1 (en) 2007-05-14 2008-11-20 Mark Shlick Measuring threshold voltage distribution in memory using an aggregate characteristic
US20090043951A1 (en) 2007-08-06 2009-02-12 Anobit Technologies Ltd. Programming schemes for multi-level analog memory cells
US20100211724A1 (en) 2007-09-20 2010-08-19 Hanan Weingarten Systems and methods for determining logical values of coupled flash memory cells
US20100122113A1 (en) 2007-09-20 2010-05-13 Hanan Weingarten Systems and methods for handling immediate data errors in flash memory
US20090091979A1 (en) 2007-10-08 2009-04-09 Anobit Technologies Reliable data storage in analog memory cells in the presence of temperature variations
US20090106485A1 (en) 2007-10-19 2009-04-23 Anobit Technologies Ltd. Reading analog memory cells using built-in multi-threshold commands
US20100146192A1 (en) 2007-10-22 2010-06-10 Hanan Weingarten Methods for adaptively programming flash memory devices and flash memory systems incorporating same
US20100211833A1 (en) 2007-10-22 2010-08-19 Hanan Weingarten Systems and methods for averaging error rates in non-volatile devices and storage systems
US20100088557A1 (en) 2007-10-25 2010-04-08 Hanan Weingarten Systems and methods for multiple coding rates in flash devices
US20090113275A1 (en) 2007-10-29 2009-04-30 Legend Silicon Corp. Bch code with 256 information bytes and up to 8 bytes of parity check elements
US20090144600A1 (en) 2007-11-30 2009-06-04 Anobit Technologies Ltd Efficient re-read operations from memory devices
US20100131809A1 (en) 2007-12-05 2010-05-27 Michael Katz Apparatus and methods for generating row-specific reading thresholds in flash memory
US20100180073A1 (en) 2007-12-05 2010-07-15 Hanan Weingarten Flash memory device with physical cell value deterioration accommodation and methods useful in conjunction therewith
US20100131831A1 (en) 2007-12-05 2010-05-27 Hanan Weingarten low power chien-search based bch/rs decoding system for flash memory, mobile communications devices and other applications
US20100146191A1 (en) 2007-12-05 2010-06-10 Michael Katz System and methods employing mock thresholds to generate actual reading thresholds in flash memory devices
US20100064096A1 (en) 2007-12-05 2010-03-11 Hanan Weingarten Systems and methods for temporarily retiring memory portions
US20100199149A1 (en) 2007-12-05 2010-08-05 Hanan Weingarten Flash memory apparatus and methods using a plurality of decoding stages including optional use of concatenated bch codes and/or designation of "first below" cells
US20100058146A1 (en) 2007-12-12 2010-03-04 Hanan Weingarten Chien-search system employing a clock-gating scheme to save power for error correction decoder and other applications
US20090158126A1 (en) 2007-12-12 2009-06-18 Anobit Technologies Ltd Efficient interference cancellation in analog memory cell arrays
US20100211856A1 (en) 2007-12-12 2010-08-19 Hanan Weingarten Systems and methods for error correction and decoding on multi-level physical media
US20090157964A1 (en) 2007-12-16 2009-06-18 Anobit Technologies Ltd. Efficient data storage in multi-plane memory devices
US20100131806A1 (en) 2007-12-18 2010-05-27 Hanan Weingarten Apparatus for coding at a plurality of rates in multi-level flash memory systems, and methods useful in conjunction therewith
US20090168524A1 (en) 2007-12-27 2009-07-02 Anobit Technologies Ltd. Wear level estimation in analog memory cells
US20090187803A1 (en) 2008-01-21 2009-07-23 Anobit Technologies Ltd. Decoding of error correction code using partial bit inversion
US20090199074A1 (en) 2008-02-05 2009-08-06 Anobit Technologies Ltd. Parameter estimation based on error correction code parity check equations
US20090213653A1 (en) 2008-02-21 2009-08-27 Anobit Technologies Ltd Programming of analog memory cells using a single programming pulse per state transition
US20090213654A1 (en) 2008-02-24 2009-08-27 Anobit Technologies Ltd Programming analog memory cells for reduced variance after retention
US20090228761A1 (en) 2008-03-07 2009-09-10 Anobit Technologies Ltd Efficient readout from analog memory cells using data compression
US20100005270A1 (en) 2008-03-07 2010-01-07 Via Technologies, Inc. Storage unit management methods and systems
US20090240872A1 (en) 2008-03-18 2009-09-24 Anobit Technologies Ltd Memory device with multiple-accuracy read commands
US20100131580A1 (en) 2008-03-25 2010-05-27 Densbits Technologies Ltd. Apparatus and methods for hardware-efficient unbiased rounding
US20100095186A1 (en) 2008-08-20 2010-04-15 Hanan Weingarten Reprogramming non volatile memory portions
US20100124088A1 (en) 2008-11-16 2010-05-20 Anobit Technologies Ltd Storage at m bits/cell density in n bits/cell analog memory cell devices, m>n
US20100149881A1 (en) 2008-12-11 2010-06-17 Shih-Chung Lee Adaptive erase and soft programming for memory
US20100174853A1 (en) * 2009-01-08 2010-07-08 Samsung Electronics Co., Ltd. User device including flash and random write cache and method writing data
US20100257309A1 (en) 2009-04-06 2010-10-07 Boris Barsky Device and method for managing a flash memory
US20100253555A1 (en) 2009-04-06 2010-10-07 Hanan Weingarten Encoding method and system, decoding method and system
US20100293321A1 (en) 2009-05-12 2010-11-18 Hanan Weingarten Systems and method for flash memory management
US20110055461A1 (en) 2009-08-26 2011-03-03 Steiner Avi Systems and methods for pre-equalization and code design for a flash memory
US20110051521A1 (en) 2009-08-26 2011-03-03 Shmuel Levy Flash memory module and method for programming a page of flash memory cells
US20120066441A1 (en) 2009-10-15 2012-03-15 Densbits Technologies Ltd. Systems and methods for averaging error rates in non-volatile devices and storage systems
US20110096612A1 (en) 2009-10-22 2011-04-28 Steiner Avi Method, system, and computer readable medium for reading and programming flash memory cells
US20110119562A1 (en) 2009-11-19 2011-05-19 Steiner Avi System and method for uncoded bit error rate equalization via interleaving
US20110153919A1 (en) 2009-12-22 2011-06-23 Erez Sabbag Device, system, and method for reducing program/read disturb in flash arrays
US20110161775A1 (en) 2009-12-24 2011-06-30 Hanan Weingarten System and method for setting a flash memory cell read threshold
US20110214029A1 (en) 2010-02-28 2011-09-01 Steiner Avi System and method for multi-dimensional decoding
US20110214039A1 (en) 2010-02-28 2011-09-01 Steiner Avi System and method for multi-dimensional decoding
US20110246792A1 (en) 2010-04-06 2011-10-06 Hanan Weingarten Method, system and medium for analog encryption in a flash memory
US20110302428A1 (en) 2010-04-06 2011-12-08 Hanan Weingarten Method, system and medium for analog encryption in a flash memory
US20110246852A1 (en) 2010-04-06 2011-10-06 Erez Sabbag System and method for restoring damaged data programmed on a flash device
US20110252188A1 (en) 2010-04-07 2011-10-13 Hanan Weingarten System and method for storing information in a multi-level cell memory
US20110252187A1 (en) 2010-04-07 2011-10-13 Avigdor Segal System and method for operating a non-volatile memory including a portion operating as a single-level cell memory and a portion operating as a multi-level cell memory
US20110271043A1 (en) 2010-04-29 2011-11-03 Avigdor Segal System and method for allocating and using spare blocks in a flash memory
US20120005558A1 (en) 2010-07-01 2012-01-05 Steiner Avi System and method for data recovery in multi-level cell memories
US20120005560A1 (en) 2010-07-01 2012-01-05 Steiner Avi System and method for multi-dimensional encoding and decoding
US20120001778A1 (en) 2010-07-01 2012-01-05 Steiner Avi System and method for multi-dimensional encoding and decoding
US20120005554A1 (en) 2010-07-01 2012-01-05 Steiner Avi System and method for multi-dimensional encoding and decoding
US20120008401A1 (en) 2010-07-06 2012-01-12 Michael Katz Systems and methods for storing, retrieving, and adjusting read thresholds in flash memory storage system
US20120008414A1 (en) 2010-07-06 2012-01-12 Michael Katz Systems and methods for storing, retrieving, and adjusting read thresholds in flash memory storage system
US20120051144A1 (en) 2010-08-24 2012-03-01 Hanan Weingarten System and method for accelerated sampling
US20120063227A1 (en) 2010-09-15 2012-03-15 Hanan Weingarten System and method for adjusting read voltage thresholds in memories
US20120110250A1 (en) 2010-11-03 2012-05-03 Densbits Technologies Ltd. Meethod, system and computer readable medium for copy back

Non-Patent Citations (36)

* Cited by examiner, † Cited by third party
Title
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), 2005.
Berlekamp et al., "On the Solution of Algebraic Equations over Finite Fields", Inform. Cont. 10, Oct. 1967, pp. 553-564.
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.
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.
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.
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.
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.
G. Tao, A. Scarpa, J. Dijkstra, W. Stidl, F. Kuper, "Data retention prediction for modern floating gate non volatile memories", Microelectronics Reliability 40 (2000), 1561-1566.
Giovanni Campardo, Rino Micheloni, David Novosel, "VLSI-Design of Non-Volatile Memories", Springer Berlin Heidelberg New York, 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.
J.M. Portal, H. Aziza, D. Nee, "EEPROM Memory: Threshold Voltage Built in Self Diagnosis", ITC International Test Conference, Paper 2.1, 2003.
JEDEC Standard, "Stress-Test-Driven Qualification of Integrated Circuits", JEDEC Solid State Technology Association. JEDEC Standard No. 47F pp. 1-26.
John G. Proakis, "Digital Communications", 3rd ed., New York: McGraw-Hill, 1995.
Michael Purser, "Introduction to Error Correcting Codes", Artech House Inc., 1995.
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.
Richard E. Blahut, "Algebraic Codes for Data Transmission", Cambridge University Press, 2003.
Ron M. Roth, "Introduction to Coding Theory", Cambridge University Press, 2006.
Search Report of PCT Patent Application WO 2009/037697 A3.
Search Report of PCT Patent Application WO 2009/053961 A3.
Search Report of PCT Patent Application WO 2009/053962 A3.
Search Report of PCT Patent Application WO 2009/053963 A3.
Search Report of PCT Patent Application WO 2009/072100 A3.
Search Report of PCT Patent Application WO 2009/072101 A3.
Search Report of PCT Patent Application WO 2009/072102 A3.
Search Report of PCT Patent Application WO 2009/072103 A3.
Search Report of PCT Patent Application WO 2009/072104 A3.
Search Report of PCT Patent Application WO 2009/072105 A3.
Search Report of PCT Patent Application WO 2009/074978 A3.
Search Report of PCT Patent Application WO 2009/074979 A3.
Search Report of PCT Patent Application WO 2009/078006 A3.
Search Report of PCT Patent Application WO 2009/095902 A3.
Search Report of PCT Patent Application WO 2009/118720 A3.
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.
Todd K.Moon, "Error Correction Coding Mathematical Methods and Algorithms", A John Wiley & Sons, Inc., 2005.
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, p. II-369-72 vol. 2.

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9501392B1 (en) * 2011-05-12 2016-11-22 Avago Technologies General Ip (Singapore) Pte. Ltd. Management of a non-volatile memory module

Also Published As

Publication number Publication date
US20120311233A1 (en) 2012-12-06

Similar Documents

Publication Publication Date Title
US10268396B2 (en) Systems and methods for managing storage endurance
US10339001B2 (en) Method and system for improving flash storage utilization by predicting bad M-pages
US8566510B2 (en) Systems and method for flash memory management
US8984219B2 (en) Data storage device and method of writing data in the same
US8996790B1 (en) System and method for flash memory management
US10120601B2 (en) Storage system and data processing method
EP2605142B1 (en) Lba bitmap usage
US9047211B2 (en) Managing data reliability
US10338817B2 (en) Systems and methods for storage recovery
US8898541B2 (en) Storage controller, storage device, information processing system, and storage controlling method
US8706998B2 (en) Method for managing flash memories having mixed memory types
EP3002671A1 (en) Method and system for improving flash storage utilization using read-threshold tables
US20140095555A1 (en) File management device and method for storage system
CN116414314A (en) Storage system and control method of nonvolatile memory
US8341375B2 (en) Methods for conversion of update blocks based on association with host file management data structures
US20080235489A1 (en) Systems for forcing an update block to remain sequential
TW201437806A (en) System, method, and computer program product for increasing spare space in memory to extend a lifetime of the memory
JP2019191909A (en) Memory system and control method
US9372804B2 (en) Cache memory for hybrid disk drives
US20200401516A1 (en) Data Storage Devices and Data Processing Methods
US8667211B2 (en) System and method for managing a non-volatile memory
US7904670B2 (en) Methods for conversion of update blocks based on comparison with a threshold size
US20210389911A1 (en) Zone allocation for data storage device based on zone reset behavior
US20080235464A1 (en) System for conversion of update blocks based on comparison with a threshold size
US20080235465A1 (en) Systems for conversion of update blocks based on association with host file management data structures

Legal Events

Date Code Title Description
AS Assignment

Owner name: DENSBITS TECHNOLOGIES LTD., ISRAEL

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WEINGARTEN, HANAN;KATZ, MICHAEL;REEL/FRAME:032047/0692

Effective date: 20140126

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: KREOS CAPITAL IV (EXPERT FUND) LIMITED, JERSEY

Free format text: SECURITY INTEREST;ASSIGNOR:DENSBITS TECHNOLOGIES LTD.;REEL/FRAME:033444/0628

Effective date: 20140729

AS Assignment

Owner name: KREOS CAPITAL IV (EXPERT FUND) LIMITED, JERSEY

Free format text: SECURITY INTEREST;ASSIGNOR:DENSBITS TECHNOLOGIES LTD.;REEL/FRAME:035222/0547

Effective date: 20150223

AS Assignment

Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD., SINGAPORE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DENSBITS TECHNOLOGIES LTD.;REEL/FRAME:037622/0224

Effective date: 20151214

Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DENSBITS TECHNOLOGIES LTD.;REEL/FRAME:037622/0224

Effective date: 20151214

AS Assignment

Owner name: DENSBITS TECHNOLOGIES LTD., ISRAEL

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:KREOS CAPITAL IV (EXPERT FUND) LIMITED;REEL/FRAME:041339/0921

Effective date: 20151214

MAFP Maintenance fee payment

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

Year of fee payment: 4

AS Assignment

Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITE

Free format text: MERGER;ASSIGNOR:AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.;REEL/FRAME:047422/0464

Effective date: 20180509

AS Assignment

Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITE

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE EXECUTION DATE PREVIOUSLY RECORDED AT REEL: 047422 FRAME: 0464. ASSIGNOR(S) HEREBY CONFIRMS THE MERGER;ASSIGNOR:AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.;REEL/FRAME:048883/0702

Effective date: 20180905

AS Assignment

Owner name: BROADCOM INTERNATIONAL PTE. LTD., SINGAPORE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED;REEL/FRAME:053771/0901

Effective date: 20200826

MAFP Maintenance fee payment

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

Year of fee payment: 8

AS Assignment

Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED, SINGAPORE

Free format text: MERGER;ASSIGNORS:AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITED;BROADCOM INTERNATIONAL PTE. LTD.;REEL/FRAME:062952/0850

Effective date: 20230202