CN108733575B - Method for reconstructing physical mapping table by logic after power-off restart and solid state disk - Google Patents

Method for reconstructing physical mapping table by logic after power-off restart and solid state disk Download PDF

Info

Publication number
CN108733575B
CN108733575B CN201710262450.1A CN201710262450A CN108733575B CN 108733575 B CN108733575 B CN 108733575B CN 201710262450 A CN201710262450 A CN 201710262450A CN 108733575 B CN108733575 B CN 108733575B
Authority
CN
China
Prior art keywords
mapping table
physical mapping
power failure
logical
logic
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
Application number
CN201710262450.1A
Other languages
Chinese (zh)
Other versions
CN108733575A (en
Inventor
洪瑞良
苏忠益
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.)
Yeestor Microelectronics Co ltd
Original Assignee
Yeestor Microelectronics Co 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 Yeestor Microelectronics Co ltd filed Critical Yeestor Microelectronics Co ltd
Priority to CN201710262450.1A priority Critical patent/CN108733575B/en
Publication of CN108733575A publication Critical patent/CN108733575A/en
Application granted granted Critical
Publication of CN108733575B publication Critical patent/CN108733575B/en
Active legal-status Critical Current
Anticipated 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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering
    • 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/0253Garbage collection, i.e. reclamation of unreferenced 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/7201Logical to physical mapping or translation of blocks or pages
    • 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/7206Reconfiguration of flash memory system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

The invention relates to a method for reconstructing a physical mapping table by logic after power-off restart and a solid state disk. The method comprises the following steps: s1: reading system information data stored before power failure; s2: acquiring a logic-to-physical mapping table stored before power failure; s3: acquiring a block list stored before power failure; s4: acquiring a single-layer storage unit block used before power failure according to the block list, and updating a physical-to-logical mapping mapped to the written data to a logical-to-physical mapping table; s5: and updating the storage area in use by the three-layer storage unit to complete the reconstruction of the physical mapping table by the logic. By implementing the invention, under the condition of unexpected power failure, the loss of the data being written is avoided by utilizing the characteristics of the SLC, the reconstruction efficiency is increased, and the reconstruction time is shortened.

Description

Method for reconstructing physical mapping table by logic after power-off restart and solid state disk
Technical Field
The invention relates to the field of solid state disks, in particular to a method for reconstructing a physical mapping table by logic after power failure and restart and a solid state disk.
Background
Generally, to enhance the performance of Flash Memory, when data is written from a Dynamic Random Access Memory (DRAM) into a NAND Flash, meta-data is used to record a physical-to-logical mapping table (P2L) to which the written data is mapped, so as to facilitate garbage collection or reestablish mapping tables.
One storage block comprises a plurality of storage pages, and when the storage blocks are fully written or a certain time is elapsed, the whole logic-to-physical mapping table is written into the NAND Flash.
In the unexpected power-off situation, if the type of the currently written storage block is Single-Level Cell (SLC), data can be read out with high data protection of SLC after power-on, and if the type of the currently written storage block is Triple-Level Cell (TLC) or double-Level Cell (MLC), a data read error written before power-off may occur.
One prior art technique is to write host data directly to the TLC, and does not utilize SLC. The internal garbage collection collects effective data of a plurality of three-layer type storage units TLC into a storage block.
The prior art has the following disadvantages: the technique can cause partial data loss of the un-written storage block if unexpected power failure occurs, and the logical-to-physical mapping table cannot be rebuilt.
Disclosure of Invention
The present invention provides a method for reconstructing a logical-to-physical mapping table after power-off and restart, and a solid state disk, aiming at the defect that the solid state disk in the prior art cannot reconstruct the logical-to-physical mapping table due to partial data loss of an unwritten storage block caused by unexpected power-off.
The technical scheme adopted by the invention for solving the technical problems is as follows: a method for rebuilding a logical-to-physical mapping table after power-off restart is constructed, and comprises the following steps:
s1: reading system information data stored before power failure;
s2: acquiring a logic-to-physical mapping table stored before power failure;
s3: acquiring a block list stored before power failure;
s4: acquiring a single-layer storage unit block used before power failure according to the block list, and updating a physical-to-physical mapping table of a physical pair to which written data is mapped;
s5: and updating the storage area which is used by the three-layer storage unit to complete the reconstruction of the physical mapping table by the logic.
Preferably, in the method for rebuilding a physical mapping table by using logic after power-off restart according to the present invention, the step S1 includes:
s11: and searching the system information data stored before power failure in a storage block storing the system information data, wherein the system information data comprises the position information of a logical-to-physical mapping table and the block list information.
Preferably, in the method for rebuilding a physical mapping table by using logic after power-off restart according to the present invention, the step S2 includes:
s21: and acquiring the logic-to-physical mapping table stored before power failure according to the logic-to-physical mapping table position information of the system information data.
Preferably, in the method for rebuilding a physical mapping table by using logic after power-off restart according to the present invention, step S3 includes:
s31: and scanning the block list and the record number of each storage block, and acquiring the block list stored before power failure according to the record number.
Preferably, in the method for rebuilding a physical mapping table by using logic after power-off restart according to the present invention, the step S4 further includes:
s41: the three-layer storage unit in use is used for garbage collection and is not updated to the logical-to-physical mapping table.
Preferably, in the method for rebuilding a physical mapping table by using logic after power-off restart according to the present invention, the step S5 includes:
s51: and forcibly replacing the storage block of the three-layer storage unit from the block list and writing back the system information data.
Further, the method for reconstructing the physical mapping table by the logic after the power-off restart further includes:
s6: and writing the host data into the single-layer storage unit.
Further, the method for reconstructing a physical mapping table by logic after power-off restart further includes:
s7: and after the single-layer storage units with preset quantity are fully written, starting a garbage collection program, and transferring the effective data of the single-layer storage units into the three-layer storage units.
Preferably, the method for reconstructing a logical-to-physical mapping table after power-off restart according to the present invention divides the storage blocks into an unused storage block group, a data storage block group, and a logical-to-physical mapping table storage block group, where each group includes a link chain and a storage block being written.
In addition, the invention also constructs a solid state disk, wherein the solid state disk uses a three-layer storage unit as a storage device, and the solid state disk uses the reconstruction method of the logic pair physical mapping table.
The method for reconstructing the physical mapping table by the logic after the power failure restart and the solid state disk have the following advantages that: the method comprises the following steps: s1: reading system information data stored before power failure; s2: acquiring a logic-to-physical mapping table stored before power failure; s3: acquiring a block list stored before power failure; s4: acquiring a single-layer storage unit block used before power failure according to the block list, and updating a physical-to-logical mapping mapped to the written data to a logical-to-physical mapping table; s5: and updating the storage area which is used by the three-layer storage unit to complete the reconstruction of the physical mapping table by the logic. By implementing the invention, under the condition of unexpected power failure, the loss of the data being written is avoided by utilizing the characteristics of the SLC, the reconstruction efficiency is increased, and the reconstruction time is shortened.
Drawings
The invention will be further described with reference to the following drawings and examples, in which:
FIG. 1 is a flow chart illustrating a method for rebuilding a physical mapping table by logic after a power-off restart according to the present invention;
FIG. 2 is a flowchart illustrating a method for rebuilding a physical mapping table by logic after a power-off restart according to a first embodiment of the present invention.
Detailed Description
For a more clear understanding of the technical features, objects and effects of the present invention, embodiments of the present invention will now be described in detail with reference to the accompanying drawings.
FIG. 1 is a flowchart illustrating a method for rebuilding a physical mapping table by logic after a power-off restart according to the present invention.
The present invention provides several necessary tables for the logical-to-physical mapping table rebuild after an unexpected power outage: the Block List (Block List Table), system Information data (System Information Table), and Logical-to-Physical Table (L2P) will be described below.
a. The Block List Table (Block List Table) is used to record the status and link relationship of each storage Block. The storage blocks are divided into three groups: free, data, logical-to-physical mapping table, each group having its own link chain and currently being written to the storage block. For example, when the storage Block for writing data is full, the physical pair of logical Page (P2L Page), block List (Block List Table) and record label of the storage Block are written to the last Page of the storage Block, and the Block List (Block List Table) is updated before writing, so as to re-designate the new storage Block being written.
b. The System Information Table (System Information Table) records the latest Table storage location and Block List (Block List Table) after each logical-to-physical mapping Table update, so as to reduce the number of storage blocks required to be scanned for reconstruction.
c. The Logical-to-Physical Table (L2P) is updated to the NAND Flash whenever a certain number of storage blocks are fully written, and when the storage blocks are updated once, the more storage blocks are spaced, which represents that the performance impact caused by the update is reduced, but the time for reconstructing the Logical-to-Physical Table after power-on is also increased.
In addition, when processing host data, the present invention writes data into single-level cell block (SLC), and when a certain number of SLCs are full, it starts garbage collection procedure to transfer the valid data of SLC to three-level cell (TLC), so as to avoid the loss of written host data and increase high access speed performance by using high data stability security of SLC.
Specifically, the method for reconstructing the physical mapping table by the logic after the power-off restart includes:
s1: and reading the system information data stored before power failure.
S2: and acquiring the logic-to-physical mapping table saved before power failure.
S3: and acquiring a block list saved before power failure.
S4: and acquiring the single-layer storage unit block used before power failure according to the block list, and updating the physical-to-logical mapping mapped to the written data to a logical-to-physical mapping table.
S5: and updating the storage area in use by the three-layer storage unit to complete the reconstruction of the physical mapping table by the logic.
FIG. 2 is a flowchart illustrating a method for rebuilding a physical mapping table by logic after a power-off restart according to a first embodiment of the present invention.
This embodiment provides several necessary tables in order to rebuild the logical-to-physical mapping table after an unexpected power outage: the Block List (Block List Table), system Information data (System Information Table), and Logical-to-Physical Table (L2P) will be described below.
a. The Block List Table (Block List Table) is used to record the status and link relationship of each storage Block. The storage blocks are divided into three groups: free, data, logical-to-physical mapping table, each group having its own link chain and currently being written to the storage block. For example, when the storage Block for writing data is full, the physical pair of logical Page (P2L Page), block List (Block List Table) and record label of the storage Block are written to the last Page of the storage Block, and the Block List (Block List Table) is updated before writing, so as to re-designate the new storage Block being written.
b. The System Information Table records the latest Table storage location and the latest Block List Table (Block List Table) after each logical pair physical mapping Table update, so as to reduce the number of storage blocks required to be scanned for reconstruction.
c. The Logical-to-Physical Table (L2P) is updated to the NAND Flash whenever a certain number of storage blocks are fully written, and the more storage blocks spaced once updated represents a reduction in performance impact caused by updating, but also increases the time for rebuilding the Logical-to-Physical Table after power-on.
In addition, when the host data is processed, the data is written into the single level cell block (SLC), and when a certain number of SLCs are full, a garbage collection procedure is initiated to transfer valid data of the SLC to the Triple Level Cell (TLC), which aims to avoid the loss of the written host data and increase the performance of high access speed by using the high data stability security of the SLC.
Specifically, the method for reconstructing the physical mapping table by the logic after the power-off restart includes:
s11: and searching the system information data stored before power failure in the storage block storing the system information data, wherein the system information data comprises the position information of the logical-to-physical mapping table and the block list information.
S21: and according to the logical-to-physical mapping table position information of the system information data, obtaining the logical-to-physical mapping table stored before power failure.
S31: and scanning the block list and the record number of each storage block, and acquiring the block list stored before power failure according to the record number.
S41: the three-layer storage unit in use is used for garbage collection and is not updated to the logical-to-physical mapping table. The single-layer storage unit used before power-off is found out by using the block list, and the physical-to-logical mapping table corresponding to the written data is updated to the logical-degree physical mapping table.
S51: the storage blocks of the three-layer storage unit are forcibly replaced from the block list and written back to the system information data, so that the damage caused by the continuous use of the three-layer storage unit under the condition of unexpected power failure is avoided.
Further, the method for reconstructing the physical mapping table by the logic after the power failure restart of the invention further comprises the following steps:
s6: and writing the host data into the single-layer storage unit.
Further, the method for reconstructing the physical mapping table by the logic after the power failure restart of the invention further comprises the following steps:
s7: after the preset number of single-layer storage units are fully written, a garbage collection program is started, and effective data of the single-layer storage units are transferred into the three-layer storage units.
Preferably, the method for reconstructing a logical-to-physical mapping table after power-off restart of the present invention divides the storage blocks into an unused storage block group, a data storage block group, and a logical-to-physical mapping table storage block group, wherein each group includes a link chain and a storage block being written.
The invention uses the block list to find the single-layer storage unit used before power-off, and updates the physical-to-physical mapping table (P2L) mapped by the written data to the logical-to-physical mapping table. In addition, the three-tier storage units in use are garbage collected and need not be updated to the logical-to-physical mapping table. Therefore, the present application utilizes the characteristics of the single-layer storage unit to avoid the loss of the data being written and utilizes the block list and the system information data to increase the reconstruction efficiency, thereby reducing the reconstruction time. And, improve the situation that the same three-layer storage unit is reused and damaged under the condition of continuous unexpected power failure.
In addition, the invention also constructs a solid state disk, wherein the solid state disk uses the three-layer storage unit as a storage device, and the solid state disk uses the reconstruction method of the logic pair physical mapping table.
The above embodiments are merely illustrative of the technical ideas and features of the present invention, and are intended to enable those skilled in the art to understand the contents of the present invention and implement the present invention, and not to limit the scope of the present invention. All equivalent changes and modifications made within the scope of the claims of the present invention should be covered by the claims of the present invention.

Claims (7)

1. A method for rebuilding a physical mapping table by logic after power-off restart is characterized by comprising the following steps:
s1: reading system information data stored before power failure, and recording the latest table storage position and block list after updating the logical-to-physical mapping table every time by the system information data;
s2: acquiring a logic-to-physical mapping table stored before power failure;
s3: acquiring a block list stored before power failure, wherein the block list is used for recording the state and the link relation of each storage block, and dividing the storage blocks into three groups: unused, data, logical-to-physical mapping tables, each group having its own linked serial and currently being written to a storage block;
s4: acquiring a single-layer storage unit block used before power failure according to the block list, and updating a physical-to-logical mapping mapped to the written data to the logical-to-physical mapping table;
s5: updating the storage area which is used by the three-layer storage unit to complete the reconstruction of the logic to the physical mapping table;
the step S4 further includes: s41: the three-layer storage unit in use is used for garbage collection and is not updated to the logical-to-physical mapping table;
the step S5 includes: s51: and forcibly replacing the storage block of the three-layer storage unit from the block list and writing back the system information data.
2. The method according to claim 1, wherein the step S1 comprises:
s11: and searching the system information data stored before power failure in a storage block for storing the system information data, wherein the system information data comprises the position information of a logical-to-physical mapping table and the block list information.
3. The method for logically rebuilding a physical mapping table after a power failure according to claim 2, wherein said step S2 comprises:
s21: and acquiring the logic-to-physical mapping table stored before power failure according to the logic-to-physical mapping table position information of the system information data.
4. The method for logically rebuilding a physical mapping table after a power failure according to claim 1, wherein said step S3 comprises:
s31: and scanning the block list and the record number of each storage block, and acquiring the block list stored before power failure according to the record number.
5. The method for logically rebuilding a physical mapping table after a power outage and restart of claim 1, further comprising:
s6: and writing the host data into the single-layer storage unit.
6. The method of claim 5, further comprising:
s7: and after the preset number of single-layer storage units are fully written, starting a garbage collection program, and transferring the effective data of the single-layer storage units into the three-layer storage units.
7. A solid state disk using the method for reconstructing a logical-to-physical mapping table according to any one of claims 1 to 6, wherein the solid state disk uses a triple-layered storage unit as a storage device.
CN201710262450.1A 2017-04-20 2017-04-20 Method for reconstructing physical mapping table by logic after power-off restart and solid state disk Active CN108733575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710262450.1A CN108733575B (en) 2017-04-20 2017-04-20 Method for reconstructing physical mapping table by logic after power-off restart and solid state disk

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710262450.1A CN108733575B (en) 2017-04-20 2017-04-20 Method for reconstructing physical mapping table by logic after power-off restart and solid state disk

Publications (2)

Publication Number Publication Date
CN108733575A CN108733575A (en) 2018-11-02
CN108733575B true CN108733575B (en) 2022-12-27

Family

ID=63933190

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710262450.1A Active CN108733575B (en) 2017-04-20 2017-04-20 Method for reconstructing physical mapping table by logic after power-off restart and solid state disk

Country Status (1)

Country Link
CN (1) CN108733575B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984441B (en) * 2019-05-21 2023-09-22 慧荣科技股份有限公司 Instant power-off recovery processing method and device and computer readable storage medium
CN112017723B (en) * 2020-08-31 2022-11-15 深圳佰维存储科技股份有限公司 Power failure test method and device for memory, readable storage medium and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930404A (en) * 2010-08-27 2010-12-29 威盛电子股份有限公司 Memory device and operation method thereof
CN102576330A (en) * 2009-06-12 2012-07-11 提琴存储器公司 Memory system having persistent garbage collection
CN104750625A (en) * 2013-12-26 2015-07-01 慧荣科技股份有限公司 Data storage device and flash memory control method
CN105027090A (en) * 2012-10-05 2015-11-04 西部数据技术公司 Methods, devices and systems for physical-to-logical mapping in solid state drives
CN105930278A (en) * 2015-02-26 2016-09-07 爱思开海力士有限公司 Data storage device and operating method thereof
CN106126433A (en) * 2015-05-07 2016-11-16 爱思开海力士有限公司 Storage system and operational approach thereof

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7966462B2 (en) * 1999-08-04 2011-06-21 Super Talent Electronics, Inc. Multi-channel flash module with plane-interleaved sequential ECC writes and background recycling to restricted-write flash chips
KR101522848B1 (en) * 2011-10-05 2015-05-26 엘에스아이 코포레이션 Self-journaling and hierarchical consistency for non-volatile storage
CN102591748A (en) * 2011-12-29 2012-07-18 记忆科技(深圳)有限公司 Solid state disc and power failure protection method and system thereof
CN102591807B (en) * 2011-12-30 2015-03-11 记忆科技(深圳)有限公司 Processing method for power down and abnormal writing of solid state disc and system
US9400713B2 (en) * 2014-10-02 2016-07-26 Sandisk Technologies Llc System and method for pre-encoding of data for direct write to multi-level cell memory

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102576330A (en) * 2009-06-12 2012-07-11 提琴存储器公司 Memory system having persistent garbage collection
CN101930404A (en) * 2010-08-27 2010-12-29 威盛电子股份有限公司 Memory device and operation method thereof
CN105027090A (en) * 2012-10-05 2015-11-04 西部数据技术公司 Methods, devices and systems for physical-to-logical mapping in solid state drives
CN104750625A (en) * 2013-12-26 2015-07-01 慧荣科技股份有限公司 Data storage device and flash memory control method
CN105930278A (en) * 2015-02-26 2016-09-07 爱思开海力士有限公司 Data storage device and operating method thereof
CN106126433A (en) * 2015-05-07 2016-11-16 爱思开海力士有限公司 Storage system and operational approach thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Data loss recovery for power failure in flash memory storage systems;SanghyukJung等;《Elsevier》;20150131;12-27 *
提高MLC NAND Flash存储系统可靠性的方法研究;黄敏;《中国博士学位论文电子期刊网 信息科技辑》;20170215;I137-25 *

Also Published As

Publication number Publication date
CN108733575A (en) 2018-11-02

Similar Documents

Publication Publication Date Title
US8909986B2 (en) Data storing method for solid state drive to preserve data integrity after power failure
US10101930B2 (en) System and method for supporting atomic writes in a flash translation layer
CN102841851B (en) Flash memory management method and flash memory device
CN101425041B (en) Optimizing method for establishing FAT file systems on NAND FLASH memory
US8898372B2 (en) Memory storage device, memory controller, and data writing method
CN105718530B (en) File storage system and file storage control method thereof
TWI537728B (en) Buffer memory management method, memory control circuit unit and memory storage device
CN104699413B (en) Data managing method, memory storage apparatus and memorizer control circuit unit
CN104461391A (en) Method and system for managing and processing metadata of storage equipment
US9652330B2 (en) Method for data management and memory storage device and memory control circuit unit
CN105740157A (en) Data storage device and flash memory control method
TWI498899B (en) Data writing method, memory controller and memory storage apparatus
CN106557432B (en) Buffer storage supervisory method, memorizer control circuit unit and storage device
US10552335B2 (en) Method and electronic device for a mapping table in a solid-state memory
CN108170614B (en) Method and device for avoiding repeated recovery of data and solid state disk
US8819387B2 (en) Memory storage device, memory controller, and method for identifying valid data
US11954031B2 (en) Enhancing cache dirty information
CN102567221B (en) Data management method, memory controller and memory storage device
CN108733575B (en) Method for reconstructing physical mapping table by logic after power-off restart and solid state disk
CN107544912B (en) Log recording method, loading method and device
US20140047161A1 (en) System Employing MRAM and Physically Addressed Solid State Disk
CN104166558B (en) Firmware code loading method, Memory Controller and memory storage apparatus
CN109002265B (en) Data processing method and related device
CN103853666B (en) Memorizer, its storage control and method for writing data
CN105353979A (en) Eblock link structure for SSD internal data file system, management system and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20190424

Address after: 518000 09-2, 10-11 unit, 6 building, Changhong science and technology building, 18 South Road, science and Technology Park, Nanshan District, Shenzhen, Guangdong, China 18

Applicant after: YEESTOR MICROELECTRONICS Co.,Ltd.

Address before: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant before: Liding Technology (Shenzhen) Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 518000 area a, 7th floor, building A1, Shenzhen digital technology park, 17 Gaoxin South 7th Road, high tech Zone community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Deyi Microelectronics Co.,Ltd.

Address before: 518000 09-2, 10-11 unit, 6 building, Changhong science and technology building, 18 South Road, science and Technology Park, Nanshan District, Shenzhen, Guangdong, China 18

Applicant before: YEESTOR MICROELECTRONICS Co.,Ltd.