WO2017000517A1 - 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法 - Google Patents

应用于固态硬盘阻变存储器缓存的纠错保护架构及方法 Download PDF

Info

Publication number
WO2017000517A1
WO2017000517A1 PCT/CN2015/098137 CN2015098137W WO2017000517A1 WO 2017000517 A1 WO2017000517 A1 WO 2017000517A1 CN 2015098137 W CN2015098137 W CN 2015098137W WO 2017000517 A1 WO2017000517 A1 WO 2017000517A1
Authority
WO
WIPO (PCT)
Prior art keywords
mapping table
address
cache
information
grained management
Prior art date
Application number
PCT/CN2015/098137
Other languages
English (en)
French (fr)
Inventor
孙宏滨
杨阳
张瑞智
郑南宁
Original Assignee
西安交通大学
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 西安交通大学 filed Critical 西安交通大学
Publication of WO2017000517A1 publication Critical patent/WO2017000517A1/zh

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/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation

Definitions

  • the invention belongs to the field of non-volatile memory resistive memory design, and relates to an error correction protection architecture and method applied to a solid state hard disk resistive memory buffer.
  • the cache in the SSD system can effectively reduce the host's access to the flash memory, which plays an important role in improving the performance of the whole system.
  • the traditional dynamic random access memory-based cache has large leakage current, power loss information, and high static power.
  • the problem of consumption, non-volatile memory resistive memory has the advantages of high density, fast read/write speed, low power consumption, etc., and is considered as an ideal replacement for dynamic random access memory in SSD systems, but the resistive memory is reliable.
  • Sexual problems, especially the resistive memory memory of the cross-array structure as the length of the array increases, the crosstalk becomes larger and larger, and the reliability problem becomes more prominent.
  • non-volatile memory As a cache for external storage devices.
  • a typical cache mainly stores cached user data, and physical page number (PPP). ) and a small amount of other data such as firmware.
  • PPP physical page number
  • the memory device only has a user bit error rate lower than 10 -15 to meet the user's needs.
  • the resistive memory buffer has a high original bit error rate, it can be protected by the error correcting code to meet the user bit error rate requirement.
  • the codec coding and decoding principle the longer the code length, the higher the code rate, and the smaller the error correction code redundancy.
  • the bit error rate is 10 -4
  • the BCH codec with the traditional Galois field is 2
  • the code length is For 4B, 30-bit redundancy is required, and the same original bit error rate requires 416 bits for the 4 KB redundancy, so the error correction code length is different and the redundancy is very different.
  • the object of the present invention is to overcome the above disadvantages of the prior art, and to provide an error correction protection architecture and method for a solid state hard disk resistive memory cache, which can efficiently and reliably acquire read address table address information. And the redundant space consumed is limited.
  • the code length of the coarse-grained management mapping table used in the error correction protection architecture of the solid-state hard disk resistive memory cache is the same as the code length of the page cache data, and is coarse in the data processing process.
  • the mapping table address information of the granularity management mapping table whose access frequency is greater than the preset value is stored in the fine-grained management mapping table cache, and the entry of a coarse-grained management mapping table is formed by 1024 address mapping tables, and fine-grained management
  • Each entry in the mapping table cache includes a mapping table information and error correction code redundancy of a mapping table information;
  • the exchange data between the fine-grained management map cache and the coarse-grained management map is in page units, and all the one-page mapping table information read from the coarse-grained management mapping table is placed in the fine-grained management mapping table.
  • the one-page mapping table information is formed by splicing 1024 mapping table information, and the last 10 bits in the input logical address request are used as offset bits, and the remaining bits in the input logical address are used as index bits.
  • the error correction protection method applied to the solid state hard disk resistive memory cache according to the present invention includes the following steps:
  • the input logical address request is divided into an index bit and an offset bit, and the index bit is used to search the fine-grained management map cache.
  • the input logical address request is hit in the fine-grained management map cache, according to the input Offset address request from page containing request mapping table information Reading out the corresponding mapping table address information; when the input logical address request does not hit in the fine-grained management mapping table cache, the page containing the request mapping table information is found out from the coarse-grained management mapping table, when When the granularity management map cache has space, the page containing the request mapping table information is directly read out from the coarse-grained management mapping table, and the read page containing the request mapping table information is written to the fine-grained management policy.
  • Fine-grained management of the mapping table cache when there is no space in the fine-grained management mapping table cache, the last page in the fine-grained management mapping table cache is written back to the coarse-grained management mapping table according to the coarse-grained policy, Then, the page containing the request mapping table information is written into the fine-grained management mapping table cache according to the fine-grained management policy, and finally the corresponding mapping table address information is read out from the page containing the request mapping table information according to the offset address request.
  • the fine-grained management table cache can cache the mapping table address information of multiple pages, wherein the mapping table address information of each page is a flash physical address corresponding to 1024 consecutive logical addresses, and the mapping table address information of each page is The logical address corresponding to the first physical address of the flash memory is the logical address index of the page;
  • the size of each address information entry is composed of an address mapping information and an error correction code of the address mapping information.
  • index entries are stored in the static random access memory of the SSD system
  • the cache data mapping table and the mapping table cache index array are stored in the SRAM of the SSD system
  • the address mapping table information is stored in the off-chip cache resistive memory of the SSD system.
  • the error correction protection architecture and method applied to the solid state hard disk resistive memory cache when operating, the code length of the coarse-grained management mapping table is the same as the code length of the page cache data, and the mapping with a larger access frequency is used.
  • the table address information is stored in the fine-grained management mapping table, which greatly reduces the error correction redundancy loss and ensures the speed of the mapping table access.
  • an entry of a coarse-grained management mapping table is formed by 1024 address mapping tables, and the exchange data between the fine-grained management mapping table cache and the coarse-grained management mapping table is in units of pages, and one page at the same time.
  • mapping table information is spliced by 1024 mapping table information, thereby effectively improving the hit rate of the mapping table cache.
  • the present invention reduces the redundancy space loss of the error correction code in the mapping table and ensures the speed, and the performance of the overall solid state hard disk system is significantly improved.
  • the logical address corresponding to the first physical address of the flash memory in the mapping address information of each page is the logical address index of the page, which effectively increases the speed of the index and reduces the error rate of the index.
  • Figure 1 is a structural view of the present invention
  • Figure 2 is a flow chart of the present invention
  • FIG. 3 is a management structure diagram of a mapping table cache of fine-grained management in the present invention.
  • FIG. 4 is a structural diagram of a hybrid error correction protection solid state hard disk system on an on-chip index array.
  • the code length of the coarse-grained management mapping table in the error correction protection architecture applied to the solid-state hard disk resistive memory cache is the same as the code length of the page cache data, and coarse-grained in the data processing process.
  • the mapping table address information of the management mapping table whose access frequency is greater than the preset value is stored in the fine-grained management mapping table cache, and the entry of a coarse-grained management mapping table is formed by 1024 address mapping tables, and is finely managed.
  • Each entry in the mapping table cache contains a mapping table information and error correction code redundancy of a mapping table information; the exchange data between the fine-grained management mapping table cache and the coarse-grained management mapping table is in units of pages,
  • the one-page mapping table information read out from the coarse-grained management mapping table is all placed in the fine-grained management mapping table cache, wherein one-page mapping table information is formed by splicing 1024 mapping table information, and the logical address to be input is input.
  • the last 10 bits in the request are used as offset bits, and the remaining bits in the input logical address are used as index bits.
  • an error correction protection method applied to a solid state hard disk resistive memory cache includes the following steps:
  • the input logical address request is divided into an index bit and an offset bit, and the index bit is used to find a fine-grained management mapping table.
  • the shift address request reads the corresponding mapping table address information from the page containing the request mapping table information; when the input logical address request does not hit in the fine-grained management mapping table cache, it searches from the coarse-grained management mapping table A page containing the information of the request mapping table, when the fine-grained management map cache has space, the page containing the request mapping table information is directly read from the coarse-grained management mapping table, and the read-containing request mapping is mapped.
  • the pages of the table information are written to the fine-grained management map cache in a fine-grained management policy; If there is no space in the mapping table cache, the last page in the fine-grained management table cache is written back to the coarse-grained management mapping table according to the coarse-grained policy, and then the page containing the request mapping table information is The fine-grained management policy is written into the fine-grained management map cache, and finally the corresponding mapping table address information is read out from the page containing the request mapping table information according to the offset address request.
  • the fine-grained management mapping table cache can cache mapping table address information of multiple pages, wherein the mapping table address information of each page is a flash physical address corresponding to 1024 consecutive logical addresses, and mapping of each page
  • the logical address corresponding to the first flash physical address in the table address information is the logical address index of the page; when the accessed logical address request is hit in the fine-grained management map cache, according to the index number corresponding to the index bit,
  • the first address of the address mapping table information stored in the resistive memory, the size of each address information entry, and the location of the required address mapping table information in the page offset, wherein the location of the required address mapping table information resistive memory
  • the error correction code of the address mapping information is redundant.
  • the index entries are stored in the static random access memory of the SSD system
  • the cache data mapping table and the mapping table cache index array are stored in the SRAM of the SSD system
  • the address mapping table information is stored in the off-chip cache of the SSD system. Resistive memory.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

一种应用于固态硬盘阻变存储器缓存的纠错保护架构及方法,粗粒度管理的映射表的码长与页缓存数据的码长相同,在数据处理过程中,将粗粒度管理的映射表中访问频率大于预设值的映射表地址信息存储到细粒度管理的映射表缓存中;细粒度管理的映射表缓存与粗粒度管理的映射表之间的交换数据以页为单位,将从粗粒度管理的映射表中读出的一页映射表信息全部放在细粒度管理的映射表缓存中,将输入的逻辑地址请求中的后10位作为偏移位,将输入的逻辑地址中的剩余位作为索引位。该纠错保护框架能够高效、可靠的获取读出映射表地址信息,并且消耗的冗余空间有限。

Description

应用于固态硬盘阻变存储器缓存的纠错保护架构及方法 技术领域
本发明属于非易失性存储器阻变存储器设计领域,涉及一种应用于固态硬盘阻变存储器缓存的纠错保护架构及方法。
背景技术
固态硬盘系统中的缓存能有效减少主机对闪存的访问,对提高整个系统的性能有重要作用,传统的基于动态随机存取存储器的缓存存在大的漏电流、断电丢失信息、高的静态功耗等问题,非易失性存储器阻变存储器具有密度高、读写速度快、低功耗等优点,被认为是固态硬盘系统中动态随机存取存储器的理想替代者,但是阻变存储器存在可靠性的问题,尤其交叉阵列结构的阻变存储器存储器,随着阵列长度的增加,串扰会越来越大,可靠性问题更加突出。
随着非易失性存储器的发展,使用非易失性存储器作为外部存储设备的缓存已经变得切实可行,典型的缓存中主要存放着缓存的用户数据,映射表信息(Physical page number,简称PPN)以及少量的固件等其它数据。
众所周知,存储器设备只有用户比特错误率低于10-15才能满足用户需求,虽然阻变存储器缓存原始比特错误率高,但是可以通过纠错码的保护来使其满足用户比特错误率的要求。根据纠错码编解码原理,码长越长码率越高那么纠错码冗余越小,比如,比特错误率为10-4,采用传统伽罗华域为2的BCH编解码,码长为4B时需要30bit的冗余,而同 样原始比特错误率,码长为4KB冗余需要416bit,所以纠错码码长不同其冗余相差很大。
发明内容
本发明的目的在于克服上述现有技术的缺点,提供了一种应用于固态硬盘阻变存储器缓存的纠错保护架构及方法,该架构及方法能够高效、可靠的获取读出映射表地址信息,并且消耗的冗余空间有限。
为达到上述目的,本发明所述的应用于固态硬盘阻变存储器缓存的纠错保护架构中粗粒度管理的映射表的码长与页缓存数据的码长相同,在数据处理过程中,将粗粒度管理的映射表中访问频率大于预设值的映射表地址信息存储到细粒度管理的映射表缓存中,一个粗粒度管理的映射表的条目由1024个地址映射表拼而成,细粒度管理的映射表缓存中的各条目均包含一个映射表信息以及一个映射表信息的纠错码冗余;
细粒度管理的映射表缓存与粗粒度管理的映射表之间的交换数据以页为单位,将从粗粒度管理的映射表中读出的一页映射表信息全部放在细粒度管理的映射表缓存中,其中,一页映射表信息由1024个映射表信息拼接而成,将输入的逻辑地址请求中的后10位作为偏移位,将输入的逻辑地址中的剩余位作为索引位。
本发明所述的应用于固态硬盘阻变存储器缓存的纠错保护方法包括以下步骤:
将输入的逻辑地址请求分为索引位和偏移位,通过索引位来查找细粒度管理的映射表缓存,当输入的逻辑地址请求在细粒度管理的映射表缓存中命中时,则根据输入的偏移地址请求从包含请求映射表信息的页 中读出对应的映射表地址信息;当输入的逻辑地址请求在细粒度管理的映射表缓存中没有命中时,则从粗粒度管理的映射表中找出包含请求映射表信息的页,当细粒度管理的映射表缓存有空间时,则直接将从粗粒度管理的映射表中读出包含请求映射表信息的页,并将读出的包含请求映射表信息的页按细粒度管理策略写到细粒度管理的映射表缓存中;当细粒度管理的映射表缓存中没有空间,则根据粗粒度策略将细粒度管理的映射表缓存中的最后一页写回到粗粒度管理的映射表中,然后再将包含请求映射表信息的页根据细粒度管理策略写到细粒度管理的映射表缓存中,最后根据偏移地址请求从包含请求映射表信息的页中读出对应的映射表地址信息。
细粒度管理的映射表缓存能够缓存多个页的映射表地址信息,其中,每一页的映射表地址信息均为1024个连续逻辑地址对应的闪存物理地址,每一页的映射表地址信息中的第一个闪存物理地址对应的逻辑地址为该页的逻辑地址索引;
当访问的逻辑地址请求在细粒度管理的映射表缓存中命中时,则根据索引位对应的索引号、阻变存储器中存放地址映射表信息的首地址、每个地址信息条目的大小、以及页内偏移得所需地址映射表信息所在位置,其中,所需地址映射表信息所在位置=阻变存储器中存放地址映射表信息的首地址+每个地址信息条目的大小×1024×索引号+页内偏移×每个地址信息条目的大小。
每个地址信息条目的大小由一个地址映射信息和该地址映射信息的纠错码冗组成。
将索引条目存储到固态硬盘系统的静态随机存储器,高速缓存数据映射表及映射表缓存索引阵列存储到固态硬盘系统的SRAM中,地址映射表信息存储到固态硬盘系统的片外缓存阻变存储器中。
本发明具有以下有益效果:
本发明所述的应用于固态硬盘阻变存储器缓存的纠错保护架构及方法在操作时,粗粒度管理的映射表的码长与页缓存数据的码长相同,并且将访问频率较大的映射表地址信息存储到细粒度管理的映射表中,极大的减少纠错冗余损耗,同时保证映射表访问的速度。另外,一个粗粒度管理的映射表的条目由1024个地址映射表拼而成,同时在细粒度管理的映射表缓存与粗粒度管理的映射表之间的交换数据以页为单位,同时一页映射表信息由1024个映射表信息拼接而成,从而有效地提高映射表缓存的命中率。综上,本发明减少了映射表中纠错码冗余空间损耗又保证了速度,对整体固态硬盘系统性能有显著提升。
进一步,每一页的映射表地址信息中的第一个闪存物理地址对应的逻辑地址为该页的逻辑地址索引,有效的提高索引的速度,降低索引的出错率。
附图说明
图1为本发明的结构图;
图2为本发明的流程图;
图3为本发明中细粒度管理的映射表缓存的管理结构图;
图4为索引阵列在片上的混合纠错保护固态硬盘系统架构图。
具体实施方式
下面结合附图对本发明做进一步详细描述:
参考图1,本发明所述的应用于固态硬盘阻变存储器缓存的纠错保护架构中粗粒度管理的映射表的码长与页缓存数据的码长相同,在数据处理过程中,将粗粒度管理的映射表中访问频率大于预设值的映射表地址信息存储到细粒度管理的映射表缓存中,一个粗粒度管理的映射表的条目由1024个地址映射表拼而成,细粒度管理的映射表缓存中的各条目均包含一个映射表信息以及一个映射表信息的纠错码冗余;细粒度管理的映射表缓存与粗粒度管理的映射表之间的交换数据以页为单位,将从粗粒度管理的映射表中读出的一页映射表信息全部放在细粒度管理的映射表缓存中,其中,一页映射表信息由1024个映射表信息拼接而成,将输入的逻辑地址请求中的后10位作为偏移位,将输入的逻辑地址中的剩余位作为索引位。
参考图2,本发明所述的应用于固态硬盘阻变存储器缓存的纠错保护方法包括以下步骤:
将输入的逻辑地址请求分为索引位和偏移位,通过索引位来查找细粒度管理的映射表,当输入的逻辑地址请求在细粒度管理的映射表缓存中命中时,则根据输入的偏移地址请求从包含请求映射表信息的页中读出对应的映射表地址信息;当输入的逻辑地址请求在细粒度管理的映射表缓存中没有命中时,则从粗粒度管理的映射表中找出包含请求映射表信息的页,当细粒度管理的映射表缓存有空间时,则直接将从粗粒度管理的映射表中读出包含请求映射表信息的页,并将读出的包含请求映射表信息的页按细粒度管理策略写到细粒度管理的映射表缓存中;当细粒 度管理的映射表缓存中没有空间,则根据粗粒度策略将细粒度管理的映射表缓存中的最后一页写回到粗粒度管理的映射表中,然后再将包含请求映射表信息的页根据细粒度管理策略写到细粒度管理的映射表缓存中,最后根据偏移地址请求从包含请求映射表信息的页中读出对应的映射表地址信息。
参考图3,细粒度管理的映射表缓存能够缓存多个页的映射表地址信息,其中,每一页的映射表地址信息均为1024个连续逻辑地址对应的闪存物理地址,每一页的映射表地址信息中的第一个闪存物理地址对应的逻辑地址为该页的逻辑地址索引;当访问的逻辑地址请求在细粒度管理的映射表缓存中命中时,则根据索引位对应的索引号、阻变存储器中存放地址映射表信息的首地址、每个地址信息条目的大小、以及页内偏移得所需地址映射表信息所在位置,其中,所需地址映射表信息所在位置=阻变存储器中存放地址映射表信息的首地址+每个地址信息条目的大小×1024×索引号+页内偏移×每个地址信息条目的大小,每个地址信息条目的大小由一个地址映射信息和该地址映射信息的纠错码冗余组成。
参考图4,将索引条目存储到固态硬盘系统的静态随机存储器,高速缓存数据映射表及映射表缓存索引阵列存储到固态硬盘系统的SRAM中,地址映射表信息存储到固态硬盘系统的片外缓存阻变存储器中。

Claims (5)

  1. 一种应用于固态硬盘阻变存储器缓存的纠错保护架构,其特征在于,粗粒度管理的映射表的码长与页缓存数据的码长相同,在数据处理过程中,将粗粒度管理的映射表中访问频率大于预设值的映射表地址信息存储到细粒度管理的映射表缓存中,一个粗粒度管理的映射表的条目由1024个地址映射表拼接而成,细粒度管理的映射表缓存中的各条目均包含一个映射表信息以及一个映射表信息的纠错码冗余;
    细粒度管理的映射表缓存与粗粒度管理的映射表之间的交换数据以页为单位,将从粗粒度管理的映射表中读出的一页映射表信息全部放在细粒度管理的映射表缓存中,其中,一页映射表信息由1024个映射表信息拼接而成,将输入的逻辑地址请求中的后10位作为偏移位,将输入的逻辑地址中的剩余位作为索引位。
  2. 一种应用于固态硬盘阻变存储器缓存的纠错保护方法,其特征在于,基于权利要求1所述的应用于固态硬盘阻变存储器缓存的纠错保护架构,包括以下步骤:
    将输入的逻辑地址请求分为索引位和偏移位,通过索引位来查找细粒度管理的映射表缓存,当输入的逻辑地址请求在细粒度管理的映射表缓存中命中时,则根据输入的偏移地址请求从包含请求映射表信息的页中读出对应的映射表地址信息;当输入的逻辑地址请求在细粒度管理的映射表缓存中没有命中时,则从粗粒度管理的映射表中找出包含请求映射表信息的页,当细粒度管理的映射表缓存有空间时,则直接从粗粒度管理的映射表中读出包含请求映射表信息的页,并将读出的包含请求映射表信息的页按细粒度管理策略写到细粒度管理的映射表缓存中;当细粒度管理的映射表缓存中没有空间,则根据粗粒度策略将细粒度管理的映射表缓存中的最后 一页写回到粗粒度管理的映射表中,然后再将包含请求映射表信息的页根据细粒度管理策略写到细粒度管理的映射表缓存中,最后根据偏移地址请求从包含请求映射表信息的页中读出对应的映射表地址信息。
  3. 根据权利要求2所述的应用于固态硬盘阻变存储器缓存的纠错保护方法,其特征在于,
    细粒度管理的映射表缓存能够缓存多个页的映射表地址信息,其中,每一页的映射表地址信息均为1024个连续逻辑地址对应的闪存物理地址,每一页的映射表地址信息中的第一个闪存物理地址对应的逻辑地址为该页的逻辑地址索引;
    当访问的逻辑地址请求在细粒度管理的映射表缓存中命中时,则根据索引位对应的索引号、阻变存储器中存放地址映射表信息的首地址、每个地址信息条目的大小、以及页内偏移得所需地址映射表信息所在位置,其中,所需地址映射表信息所在位置=阻变存储器中存放地址映射表信息的首地址+每个地址信息条目的大小×1024×索引号+页内偏移×每个地址信息条目的大小。
  4. 根据权利要求3所述的应用于固态硬盘阻变存储器缓存的纠错保护方法,其特征在于,每个地址信息条目的大小由一个地址映射信息和该地址映射信息的纠错码冗余组成。
  5. 根据权利要求2所述的应用于固态硬盘阻变存储器缓存的纠错保护方法,其特征在于,将索引条目存储到固态硬盘系统的静态随机存储器,高速缓存数据映射表及映射表缓存索引阵列存储到固态硬盘系统的SRAM中,地址映射表信息存储到固态硬盘系统的片外缓存阻变存储器中。
PCT/CN2015/098137 2015-07-02 2015-12-21 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法 WO2017000517A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510382445.5 2015-07-02
CN201510382445.5A CN105005510B (zh) 2015-07-02 2015-07-02 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法

Publications (1)

Publication Number Publication Date
WO2017000517A1 true WO2017000517A1 (zh) 2017-01-05

Family

ID=54378190

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/098137 WO2017000517A1 (zh) 2015-07-02 2015-12-21 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法

Country Status (2)

Country Link
CN (1) CN105005510B (zh)
WO (1) WO2017000517A1 (zh)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105005510B (zh) * 2015-07-02 2018-07-17 西安交通大学 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法
CN106681932B (zh) * 2016-11-14 2020-10-16 合肥兆芯电子有限公司 存储器管理方法、存储器控制电路单元及存储器存储装置
CN108595349B (zh) * 2017-12-28 2020-01-31 贵阳忆芯科技有限公司 大容量存储设备的地址转换方法与装置
CN109828931B (zh) * 2019-01-25 2020-12-01 深圳忆联信息系统有限公司 一种dram碎片管理方法及其装置
CN110109873B (zh) * 2019-05-08 2023-04-07 重庆大学 一种用于消息队列的文件管理方法
CN113450863B (zh) * 2021-07-09 2024-09-10 上海交通大学 一种对抗阻变对称存储器硬失效错误的方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090106486A1 (en) * 2007-10-19 2009-04-23 Inha-Industry Partnership Institute Efficient prefetching and asynchronous writing for flash memory
CN103176916A (zh) * 2013-03-07 2013-06-26 中国科学院苏州纳米技术与纳米仿生研究所 闪存及闪存的地址转换方法
CN104166634A (zh) * 2014-08-12 2014-11-26 华中科技大学 一种固态盘系统中的映射表缓存管理方法
CN104268094A (zh) * 2014-09-23 2015-01-07 浪潮电子信息产业股份有限公司 一种优化的闪存地址映射方法
CN105005510A (zh) * 2015-07-02 2015-10-28 西安交通大学 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102063340B (zh) * 2011-01-19 2012-11-28 西安交通大学 一种提高磁电阻随机存储器高速缓存抗错能力的方法
CN102122959B (zh) * 2011-03-29 2013-12-04 西安交通大学 提高计算机主存可靠性的数据压缩装置及其方法
CN102279803A (zh) * 2011-04-13 2011-12-14 西安交通大学 一种提高多层单元NAND-Flash存储可靠性的备用区分配方法
KR20150020384A (ko) * 2013-08-13 2015-02-26 에스케이하이닉스 주식회사 데이터 저장 장치 및 그것의 동작 방법
CN103425600B (zh) * 2013-08-23 2016-01-20 中国人民解放军国防科学技术大学 一种固态盘闪存转换层中的地址映射方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090106486A1 (en) * 2007-10-19 2009-04-23 Inha-Industry Partnership Institute Efficient prefetching and asynchronous writing for flash memory
CN103176916A (zh) * 2013-03-07 2013-06-26 中国科学院苏州纳米技术与纳米仿生研究所 闪存及闪存的地址转换方法
CN104166634A (zh) * 2014-08-12 2014-11-26 华中科技大学 一种固态盘系统中的映射表缓存管理方法
CN104268094A (zh) * 2014-09-23 2015-01-07 浪潮电子信息产业股份有限公司 一种优化的闪存地址映射方法
CN105005510A (zh) * 2015-07-02 2015-10-28 西安交通大学 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法

Also Published As

Publication number Publication date
CN105005510A (zh) 2015-10-28
CN105005510B (zh) 2018-07-17

Similar Documents

Publication Publication Date Title
WO2017000517A1 (zh) 应用于固态硬盘阻变存储器缓存的纠错保护架构及方法
CN109416666B (zh) 用于存储和读取多个缓存行的装置和方法
JP5604513B2 (ja) 低電力状態をサポートするシステムにおいてキャッシュメモリを利用する方法および装置
US9213633B2 (en) Flash translation layer with lower write amplification
US9274973B2 (en) Memory address translation
US9235346B2 (en) Dynamic map pre-fetching for improved sequential reads of a solid-state media
US9811456B2 (en) Reliable wear-leveling for non-volatile memory and method therefor
CN110018971B (zh) 缓存替换技术
US20140258769A1 (en) Partial r-block recycling
CN109952565B (zh) 内存访问技术
US10020822B2 (en) Error tolerant memory system
US9152350B2 (en) Semiconductor memory device controlling write or read process
TW201237624A (en) Two-level system main memory
US10997082B2 (en) Memory system, computing system, and methods thereof for cache invalidation with dummy address space
TWI553651B (zh) 記憶體錯誤檢測及記憶體錯誤校正間之動態選擇技術
US20140317337A1 (en) Metadata management and support for phase change memory with switch (pcms)
TW202009695A (zh) 資料儲存裝置及其共享控制器中記憶體的方法
US20210056030A1 (en) Multi-level system memory with near memory capable of storing compressed cache lines
US20200117594A1 (en) Implementing low cost and large capacity dram-based memory modules
WO2015102035A1 (en) Techniques for storing data in bandwidth optimized or coding rate optimized code words based on data access frequency
US20140143498A1 (en) Methods and apparatus for filtering stack data within a cache memory hierarchy
US10146688B2 (en) Safe write-back cache replicating only dirty data
US20210333996A1 (en) Data Parking for SSDs with Streams
US10073685B2 (en) Methods of system optimization by over-sampling read

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15897042

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15897042

Country of ref document: EP

Kind code of ref document: A1