US20170228170A1 - Write Mechanism for Storage Class Memory - Google Patents

Write Mechanism for Storage Class Memory Download PDF

Info

Publication number
US20170228170A1
US20170228170A1 US15/479,619 US201715479619A US2017228170A1 US 20170228170 A1 US20170228170 A1 US 20170228170A1 US 201715479619 A US201715479619 A US 201715479619A US 2017228170 A1 US2017228170 A1 US 2017228170A1
Authority
US
United States
Prior art keywords
volatile memory
memory
write
read
contiguous blocks
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.)
Abandoned
Application number
US15/479,619
Inventor
Feng Chen
Michael P. MESNIER
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Priority to US15/479,619 priority Critical patent/US20170228170A1/en
Publication of US20170228170A1 publication Critical patent/US20170228170A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • G06F3/0611Improving I/O performance in relation to response time
    • 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
    • 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
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/14Protection against unauthorised use of memory or access to memory
    • G06F12/1416Protection against unauthorised use of memory or access to memory by checking the object accessibility, e.g. type of access defined by the memory independently of subject rights
    • G06F12/1425Protection against unauthorised use of memory or access to memory by checking the object accessibility, e.g. type of access defined by the memory independently of subject rights the protection being physical, e.g. cell, word, block
    • G06F12/1433Protection against unauthorised use of memory or access to memory by checking the object accessibility, e.g. type of access defined by the memory independently of subject rights the protection being physical, e.g. cell, word, block for a module or a part of a module
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0646Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
    • G06F3/065Replication mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0656Data buffering arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]
    • 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
    • G06F12/1009Address translation using page tables, e.g. page table structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/14Protection against unauthorised use of memory or access to 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/7205Cleaning, compaction, garbage collection, erase control

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Storage Device Security (AREA)

Abstract

Storage class memory may be used in an architecture to achieve high performance, high reliability, high compatibility. In some embodiments, reads may be handled in a conventional way used in a memory based model. However writes do not use a memory based model but instead correspond to a storage based model. The hybrid nature can be achieved by setting the storage class memory to be write protected so that all writes must go through a software based block device interface. In some embodiments, the software based block device interface prevents erroneous writes to the storage class memory.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is a continuation claiming priority to U.S. patent application Ser. No. 13/992,809 filed Jun. 10, 2013, which is a 371 application of PCT/US11/68086 filed on Dec. 30, 2011, hereby expressly incorporated by reference herein.
  • BACKGROUND
  • This relates generally to storage class memory.
  • Storage class memory is a non-volatile memory (NVM) that includes dynamic, random access memory-like performance and storage-like non-volatility.
  • An example of a storage class memory is a phase change memory with an access device. Other examples include ferroelectric random access memory, magnetoresistive memory, resistive random access memory, programmable metallization cell memory, and nano-wire based charge trapping memories, to mention some examples.
  • Currently, there is no architecture that fully utilizes storage class non-volatile memory in a way that can achieve high performance, high reliability and high compatibility. The two incumbent architectural models for integration include a memory based model and a storage based model. In a memory based model, storage class non-volatile memory is attached to a memory controller. Although this model can achieve high performance, it provides lower reliability than the model using an input/output controller due to the possibility of stray writes from kernel code with bugs. Thus the storage class memory may be improperly written and data may be permanently lost in some cases.
  • In storage based models, the storage class memory is used as a disk replacement and accessed through an input/output controller such as the Peripheral Component Interconnect (PCI) Express bus or the Serial Advanced Technology Attachment (SATA). This model provides high reliability by disallowing direct access to the non-volatile memory space and it also provides high compatibility by using a disk-like interface. However, it suffers from lower performance due to the slower input/output interface.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Some embodiments are described with respect to the following figures:
  • FIG. 1 is a physical depiction of one embodiment to the present invention;
  • FIG. 2 is a logical depiction of the embodiment shown in FIG. 1 in accordance with one embodiment of the present invention;
  • FIG. 3 is a write protection architecture according to one embodiment of the present invention;
  • FIG. 4 is a flow chart for a block interface in accordance with one embodiment of the present invention; and
  • FIG. 5 is a flow chart for a write protection mechanism according to one embodiment of the present invention.
  • DETAILED DESCRIPTION
  • In accordance with some embodiments, non-volatile memory may be used in an architecture to achieve high performance, high reliability and high compatibility. Non-volatile memory may be physically managed using a memory based model for performance, and reads and writes may be handled using a storage based model for reliability and compatibility. In some embodiments, reads may be handled in a conventional way using a memory based model, though at the same cost of low compatibility. However, writes do not use a memory based model but instead correspond to a storage based model to ensure high reliability. The hybrid nature can be achieved by setting the non-volatile memory to be write protected so that all writes must go through a software based block device interface. In some embodiments, the software based block device interface prevents erroneous writes to the non-volatile memory.
  • In some embodiments, a write protection scheme is used that avoids some of the overhead associated with storage based models. Instead of converting from a read-only mode to a writeable mode for each write, writes are buffered in a circular buffer and then, at appropriate times, a batch of writes may be written in a continuous fashion to a non-volatile memory. Thus in some embodiments, write protection can be achieved in an efficient fashion that does not adversely significantly effect performance.
  • Referring to FIG. 1, a system 10 may include a central processing unit 12. In some embodiments, a number of cores may be provided for the central processing unit. The central processing unit 12 is coupled to a memory device 14 that includes memory controller 16 and a memory bus 18. In some embodiments, dynamic random access memory (DRAM) 20 is connected to the memory bus, as is a non-volatile memory (NVM) 22. In some embodiments, the non-volatile memory 22 is a storage class memory.
  • The memory controller 16 is also coupled to an input/output controller 30 coupled through an input/output bus 24 to a hard disk drive (HDD) 26, hard disk drive 28 and a solid state device (SSD) 32. Of course other architectures are also possible and this is simply an example of a hardware architecture that on its face appears to follow the memory based model, but in fact as described hereinafter also follows the storage based model for accesses to the memory.
  • Referring to FIG. 2, the logical architecture of the system 10 shown in FIG. 1 is depicted. The central processing unit 12 is coupled to the system memory 20 which is typically dynamic random access memory. The system memory is then coupled to a block device interface 34 that follows a read/write specification.
  • A non-volatile memory block device 36 is coupled to the device interface as are the hard disk drive 28 and the solid state device 32. Thus the storage coupled to the device interface 34 is collectively indicated by dotted block 38.
  • Referring to FIG. 4, in order to set up the block device interface a sequence 40 may be used. The sequence may be implemented in hardware, software and/or firmware. In software and firmware embodiments it may be implemented by computer executed instructions stored in a non-transitory computer readable medium such as an optical, magnetic or semiconductor memory. In some embodiments, it may be implemented by the operating system and stored in the memory 20.
  • The sequence 40 may begin by loading a driver, as indicated in block 42. Then the non-volatile memory space is mapped into the operating system, as indicated in block 44. The non-volatile memory space is initialized as read-only, as indicated in block 46.Then a block device interface is created, as shown in block 48.As a result, the non-volatile memory 22 may be accessed using the storage-based model (or memory based model) for reads but is accessed using the storage based model for writes and, as will be described hereinafter, a write protection mechanism may also be overlaid in some embodiments.
  • Referring to FIG. 3, the architecture of the write protection mechanism is indicated. As indicated, writes go through the block device interface 34, but instead of going directly to the non-volatile memory 22, they are intercepted by the circular buffer 42. The circular buffer 42 buffers a series of writes. Syncerdaemon 44 monitors the circular buffer 42 on a periodic basis in one embodiment.
  • When the circular buffer 42 is sufficiently full in some embodiments, the syncerdaemon 44 may flush the circular buffer 42 to the non-volatile memory. It does this by resetting the appropriate page table from read-only to writable. Because the syncerdaemon 44 may reorganize the blocks in the circular buffer 42, blocks that are contiguous may be located and written, in a batch write, to the non-volatile memory, all in one write sequence. Thus it is not necessary to change write access from read-only to writable for every write request, but, instead, writing can be done in batches using the circular buffer 42.
  • A batch of writes may be written in a continuous fashion to the non-volatile memory, and the mode changes (between read-only and writable) to the page table may also be performed in batch. So the data is flushed to the non-volatile space, but the page table needs to be changed to enable the write. Both may happen in a batch. For each page in the non-volatile memory space, there is a corresponding entry in the page table. Each page table entry has a bit that controls whether this page is read-only or writable. We initialize the bit for all the non-volatile memory pages to read-only. Before writing a page, we switch the bit of the corresponding page from read-only to writable, write the page, and then switch the bit back to read-only. It is slow to perform such bit switch operations page by page. Thus, we can batch a bunch of contiguous pages and do the switch once, which amortizes the overhead.
  • The syncerdaemon 44 may also flush to the non-volatile memory during idle periods. Idle periods can be detected by checking time stamps associated with memory space accesses. When there has been no memory access within a given period of time, the syncerdaemon may go ahead and flush the circular buffer to the non-volatile memory.
  • Referring now to FIG. 5, a write protection sequence 50 may be implemented in software, hardware, and/or firmware. In software and firmware embodiments, it may be implemented as computer executed instructions stored in a non-transitory computer readable medium such as a magnetic, semiconductor or optical storage. In some embodiments, the write protection mechanism may be implemented by the memory controller 16 and in particular may be implemented in hardware within the memory controller or in software stored in the appropriate storage device with the memory controller 16. Of course the write protection mechanism can be implemented in other locations within the system 10 as well.
  • The syncerdaemon periodically checks (diamond 52) whether the circular buffer is full. If so, it reorganizes the blocks (block 54) within the circular buffer 42 to attempt to find a contiguous series of blocks that can be written as a chunk to the non-volatile memory. Once it has the blocks reorganized, the attribute bits may be changed from read-only to writable in the particular page table 46. Then contiguous blocks may be written as indicated in block 56.
  • Next, the write is converted into a memory copy, in some embodiments, as indicated in block 58. The data is copied from the circular buffer to the non-volatile memory in contiguous blocks (to the extent possible) as indicated in block 60. Finally the attribute bits in the particular page table are changed back to read-only after the write is completed (block 62).
  • In some embodiments the number of times that the syncer daemon must change from writable to read-only and from read-only to writable may be reduced. This may improve performance because of the overhead associated with such conversions.
  • The block device interface is a logical interface in operating systems that may be used for accessing files. Initially, a file is open and registered in the operating system. Kernel application program interface (API) procedures in the operating system may then be used to read or write. The API procedures may transfer the data via the block device interface from or to the physical locations of the file in storage. Finally, the file is closed.
  • In some embodiments, multiple syncers 44 and buffers 42 may be used to further improve performance.
  • In one embodiment, where the non-volatile memory 22 is a phase change memory, an array of threshold-switch memory cells may be formed along address lines which may be called row lines, coupled to a row decode circuit. The cells may also be coupled to a column decode circuit via address lines which may be called column lines.
  • Each cell may include a stable chalcogenide material in one embodiment. In one embodiment, the chalcogenide material may be one which is generally in its amorphous phase and in operation does not change to a crystalline phase. More specifically, when exposed to 200° C. for thirty minutes or less, the chalcogenide material does not change phases, such as to a low resistance state. An Ovonic Unified Memory (OUM), such as Ge2Sb2Te5 (GST), changes phase under these conditions.
  • A select or threshold device is an Ovonic Threshold Switch (“OTS”) that can be made of an alloy of chalcogenide that does not switch from an amorphous to a crystalline phase and which undergoes a rapid, electric field initiated change in conductivity, a change in conductivity that persists only so long as a holding current through the device is present. Instead, through the application of appropriate programming pulses, the threshold voltage of the cell may be altered. These altered threshold voltage cells may then be detected as being in one or the other of at least two programmable states based on their threshold voltage. For added memory margin, a threshold-switch memory cell may be combined in series with an “OUM” (Ovonic Unified Memory) device or other alloy which changes phases from a low resistance to a high resistance phase and has a corresponding threshold difference between those phases.
  • As an example, for a 0.5 micrometer diameter device formed of TeAsGeSSe having respective atomic percents of 16/13/15/1/55, the holding current may be on the order of 0.1 to 1 micro-amps (uA) in one embodiment. Below this holding current, the device turns off and returns to the high resistance regime at low voltage, low field applied. The threshold current for the device may generally be of the same order as the holding current. The holding current may be altered by changing process variables, such as the top and bottom electrode material and the chalcogenide material, and/or the contact area between the electrodes and chalcogenide. The device may provide high “on current” for a given area of device, such as compared to conventional access devices such as metal oxide semiconductor field effect transistors or bipolar junction transistors or semiconductor diodes.
  • Programming to alter the state or phase of a phase change material may be accomplished by applying voltage potentials to the electrodes sandwiching the material forming the memory element thereby generating a voltage potential across a memory element including a phase change material. When the voltage potential is greater than the threshold voltages of the select device and storage element, then an electrical current may flow through the storage element in response to the applied voltage potentials, and may result in heating of the storage element.
  • This heating may alter the memory state or phase of the element, in one embodiment. Altering the phase or state of the element may alter the electrical characteristic of memory material, e.g., the resistance of the material may be altered by altering the phase of the memory material.
  • In the “reset” state, the storage element may be in an amorphous or semi-amorphous state and in the “set” state, memory material may be in a crystalline or semi-crystalline state. The resistance of the storage element in the amorphous or semi-amorphous state may be greater than the resistance of memory material in the crystalline or semi-crystalline state. It is to be appreciated that the association of reset and set with amorphous and crystalline states, respectively, is a convention and that at least an opposite convention may be adopted.
  • Using electrical current, the storage element may be heated to a relatively higher temperature to amorphosize memory material and “reset” memory material (e.g., program memory material to a logic “0” value). Heating the volume of memory material to a relatively lower crystallization temperature may crystallize memory material and “set” memory material (e.g., program memory material to a logic “1” value). Various resistances of memory material may be achieved to store information by varying the amount of current flow and duration through the volume of memory material.
  • Other non-volatile memory technologies, called storage class memories, that may be used including so-called ferroelectric polymer memories, magnetorestrictive random access memory, programmable metallization cell, resistive random access memory, and nanowire-based charge trapping memory devices, to mention a few examples.
  • References throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present invention. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.
  • While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.

Claims (28)

1-30. (canceled)
31. An apparatus comprising:
a block device interface to receive write requests;
a buffer coupled to said interface to receive write requests from said interface;
a controller coupled to said buffer to find contiguous blocks within write requests; and
a non-volatile memory coupled to said controller, said controller to write continguous blocks in a batch write to said non-volatile memory.
32. The apparatus of claim 31 wherein said buffer is a circular buffer.
33. The apparatus of claim 31 wherein said controller is a syncer daemon.
34. The apparatus of claim 31, said controller to reorganize blocks within write requests into contiguous blocks.
35. The apparatus of claim 31, said controller to batch write contiguous blocks to non-volatile memory by resetting a page table entry for said contiguous blocks from read only to writeable.
36. The apparatus of claim 35, said controller to change said page table entry back to read only after completing the batch write.
37. The apparatus of claim 31 wherein said non-volatile memory is a phase change memory.
38. The apparatus of claim 31 wherein said block device interface is set up by mapping a space in the non-volatile memory into an operating system, and initializing said space as read only.
39. The apparatus of claim 38 wherein said space can only be accessed by writes using a storage based model.
40. A method comprising:
receiving write requests in a block device interface;
receiving write requests from said interface in a buffer;
finding contiguous blocks within write requests; and
writing continguous blocks in a batch write to a non-volatile memory.
41. The method of claim 40 wherein said buffer is a circular buffer.
42. The method of claim 40 including using a syncer daemon.
43. The method of claim 40 including reorganizing blocks within write requests into contiguous blocks.
44. The method of claim 40 including batch writing contiguous blocks to non-volatile memory by resetting a page table entry for said contiguous blocks from read only to writeable.
45. The method of claim 44 including changing said page table entry back to read only after completing the batch write.
46. The method of claim 40 wherein said non-volatile memory is a phase change memory.
47. The method of claim 40 including setting up the block device interface by mapping a space in the non-volatile memory into an operating system, and initializing said space as read only.
48. The method of claim 47 only accessing said space by writes using a storage based model.
49. One or more non-transitory computer readable media storing instructions to perform a sequence comprising:
receiving write requests in a block device interface;
receiving write requests from said interface in a buffer;
finding contiguous blocks within write requests; and
writing contiguous blocks in a batch write to a non-volatile memory.
50. The media of claim 49 wherein said buffer is a circular buffer.
51. The media of claim 49 including using a syncer daemon.
52. The media of claim 49 including reorganizing blocks within write requests into contiguous blocks.
53. The media of claim 49 including batch writing contiguous blocks to non-volatile memory by resetting a page table entry for said contiguous blocks from read only to writeable.
54. The media of claim 53 including changing said page table entry back to read only after completing the batch write.
55. The media of claim 49 wherein said non-volatile memory is a phase change memory.
56. The media of claim 49 including setting up the block device interface by mapping a space in the non-volatile memory into an operating system, and initializing said space as read only.
57. The media of claim 56 only accessing said space by writes using a storage based model.
US15/479,619 2011-12-30 2017-04-05 Write Mechanism for Storage Class Memory Abandoned US20170228170A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/479,619 US20170228170A1 (en) 2011-12-30 2017-04-05 Write Mechanism for Storage Class Memory

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
PCT/US2011/068086 WO2013101179A1 (en) 2011-12-30 2011-12-30 Write mechanism for storage class memory
US201313992809A 2013-06-10 2013-06-10
US15/479,619 US20170228170A1 (en) 2011-12-30 2017-04-05 Write Mechanism for Storage Class Memory

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US13/992,809 Continuation US9619174B2 (en) 2011-12-30 2011-12-30 Write mechanism for storage class memory
PCT/US2011/068086 Continuation WO2013101179A1 (en) 2011-12-30 2011-12-30 Write mechanism for storage class memory

Publications (1)

Publication Number Publication Date
US20170228170A1 true US20170228170A1 (en) 2017-08-10

Family

ID=48698413

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/992,809 Active 2032-07-27 US9619174B2 (en) 2011-12-30 2011-12-30 Write mechanism for storage class memory
US15/479,619 Abandoned US20170228170A1 (en) 2011-12-30 2017-04-05 Write Mechanism for Storage Class Memory

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/992,809 Active 2032-07-27 US9619174B2 (en) 2011-12-30 2011-12-30 Write mechanism for storage class memory

Country Status (3)

Country Link
US (2) US9619174B2 (en)
CN (1) CN104137080A (en)
WO (1) WO2013101179A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10956071B2 (en) 2018-10-01 2021-03-23 Western Digital Technologies, Inc. Container key value store for data storage devices
WO2021096566A1 (en) * 2019-11-13 2021-05-20 Western Digital Technologies, Inc. Storage class memory access
US11169918B2 (en) 2018-11-20 2021-11-09 Western Digital Technologies, Inc. Data access in data storage device including storage class memory
US11249921B2 (en) 2020-05-06 2022-02-15 Western Digital Technologies, Inc. Page modification encoding and caching

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9727611B2 (en) * 2013-11-08 2017-08-08 Samsung Electronics Co., Ltd. Hybrid buffer management scheme for immutable pages
US9780143B2 (en) 2015-08-25 2017-10-03 Western Digital Technologies, Inc. Implementing magnetic memory integration with CMOS driving circuits
US9431457B1 (en) 2015-08-25 2016-08-30 HGST Netherlands B.V. Implementing deposition growth method for magnetic memory
US9520444B1 (en) 2015-08-25 2016-12-13 Western Digital Technologies, Inc. Implementing magnetic memory pillar design
US9443905B1 (en) 2015-08-25 2016-09-13 HGST Netherlands B.V. Implementing 3D scalable magnetic memory with interlayer dielectric stack and pillar holes having programmable area
US9444036B1 (en) 2015-08-25 2016-09-13 HGST Netherlands B.V. Implementing segregated media based magnetic memory
US10157656B2 (en) * 2015-08-25 2018-12-18 Western Digital Technologies, Inc. Implementing enhanced magnetic memory cell
US10126981B1 (en) 2015-12-14 2018-11-13 Western Digital Technologies, Inc. Tiered storage using storage class memory
US11797459B2 (en) * 2016-06-17 2023-10-24 Hewlett-Packard Development Company, L.P. Shared machine-learning data structure
US10606513B2 (en) 2017-12-06 2020-03-31 Western Digital Technologies, Inc. Volatility management for non-volatile memory device
US11579770B2 (en) * 2018-03-15 2023-02-14 Western Digital Technologies, Inc. Volatility management for memory device
US11157319B2 (en) 2018-06-06 2021-10-26 Western Digital Technologies, Inc. Processor with processor memory pairs for improved process switching and methods thereof
US10769062B2 (en) 2018-10-01 2020-09-08 Western Digital Technologies, Inc. Fine granularity translation layer for data storage devices

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040268084A1 (en) * 2003-06-30 2004-12-30 Steve Longerbeam Protected RAM filesystem
US20050223163A1 (en) * 2004-03-31 2005-10-06 Gemini Mobile Technologies, Inc. Synchronous message queues
US7509329B1 (en) * 2004-06-01 2009-03-24 Network Appliance, Inc. Technique for accelerating file deletion by preloading indirect blocks
US20120124276A1 (en) * 2010-11-15 2012-05-17 Samsung Electronics Co., Ltd. Data storage device, user device and data write method
US20120185655A1 (en) * 2000-08-22 2012-07-19 Krantz Arie L Disk controller configured to perform out of order execution of write operations

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8027194B2 (en) * 1988-06-13 2011-09-27 Samsung Electronics Co., Ltd. Memory system and method of accessing a semiconductor memory device
US7827348B2 (en) 2000-01-06 2010-11-02 Super Talent Electronics, Inc. High performance flash memory devices (FMD)
US20080209114A1 (en) * 1999-08-04 2008-08-28 Super Talent Electronics, Inc. Reliability High Endurance Non-Volatile Memory Device with Zone-Based Non-Volatile Memory File System
US20080082736A1 (en) * 2004-03-11 2008-04-03 Chow David Q Managing bad blocks in various flash memory cells for electronic data flash card
US7681004B2 (en) 2005-06-13 2010-03-16 Addmm, Llc Advanced dynamic disk memory module
CN100501702C (en) * 2007-01-17 2009-06-17 晶天电子(深圳)有限公司 Flash-memory card and method for caching and restoring data
US8489820B1 (en) * 2008-03-18 2013-07-16 Netapp, Inc Speculative copying of data from main buffer cache to solid-state secondary cache of a storage server
TWI361353B (en) * 2008-04-10 2012-04-01 Phison Electronics Corp Data writing method for non-volatile memory, storage system and controller thereof
US8046531B2 (en) * 2009-03-10 2011-10-25 Hitachi, Ltd. Storage apparatus, management apparatus, and method of controlling storage apparatus
TWI467372B (en) * 2011-07-06 2015-01-01 Phison Electronics Corp Command executing method, memory controller and memory storage apparatus
US20130159602A1 (en) * 2011-12-20 2013-06-20 Bae Systems Controls, Inc. Unified memory architecture
US8676851B1 (en) * 2012-08-30 2014-03-18 Google Inc. Executing transactions in distributed storage systems
US9135173B2 (en) * 2013-01-22 2015-09-15 International Business Machines Corporation Thinly provisioned flash cache with shared storage pool

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120185655A1 (en) * 2000-08-22 2012-07-19 Krantz Arie L Disk controller configured to perform out of order execution of write operations
US20040268084A1 (en) * 2003-06-30 2004-12-30 Steve Longerbeam Protected RAM filesystem
US20050223163A1 (en) * 2004-03-31 2005-10-06 Gemini Mobile Technologies, Inc. Synchronous message queues
US7509329B1 (en) * 2004-06-01 2009-03-24 Network Appliance, Inc. Technique for accelerating file deletion by preloading indirect blocks
US20120124276A1 (en) * 2010-11-15 2012-05-17 Samsung Electronics Co., Ltd. Data storage device, user device and data write method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10956071B2 (en) 2018-10-01 2021-03-23 Western Digital Technologies, Inc. Container key value store for data storage devices
US11169918B2 (en) 2018-11-20 2021-11-09 Western Digital Technologies, Inc. Data access in data storage device including storage class memory
WO2021096566A1 (en) * 2019-11-13 2021-05-20 Western Digital Technologies, Inc. Storage class memory access
US11016905B1 (en) 2019-11-13 2021-05-25 Western Digital Technologies, Inc. Storage class memory access
US11249921B2 (en) 2020-05-06 2022-02-15 Western Digital Technologies, Inc. Page modification encoding and caching

Also Published As

Publication number Publication date
CN104137080A (en) 2014-11-05
US9619174B2 (en) 2017-04-11
US20140006686A1 (en) 2014-01-02
WO2013101179A1 (en) 2013-07-04

Similar Documents

Publication Publication Date Title
US20170228170A1 (en) Write Mechanism for Storage Class Memory
US10430330B2 (en) Handling of unaligned sequential writes
US10372341B2 (en) Non-volatile storage device system with page based remapping
US10635580B2 (en) Buffering storage device data in a host memory buffer
KR20210001898A (en) Zone formation for zoned namespaces
US20200409601A1 (en) Hold of Write Commands in Zoned Namespaces
US11037627B2 (en) Cell block allocation for hybrid dual write
US10303617B2 (en) Storage device supporting byte accessible interface and block accessible interface and electronic system including the same
US9996280B2 (en) Data register copying for non-volatile storage array operations
US20190164612A1 (en) Programming unprogrammed upper page during lower page programming of multi-level storage cells
CN109727627B (en) Group read refresh
US11853606B2 (en) Memory management utilzing buffer reset commands
US20220301645A1 (en) Method and System for Improving Word Line Data Retention for Memory Blocks
CN113946283B (en) Partial region memory unit handling in a partition namespace of a memory device
CN114968085A (en) Data relocation operation technique
WO2022039939A1 (en) Multi-stage memory device performance notification
US20190130971A1 (en) Write-time prevention of data retention failures for non-volatile memory
US11829650B2 (en) Memory sub-system data migration
US20230068324A1 (en) Direct logical-to-physical address mapping
CN115248661A (en) Copy command for memory systems
US20230236762A1 (en) Data relocation scheme selection for a memory system
CN115705162A (en) Techniques for non-sequential logical addresses
CN115705156A (en) Techniques for memory region sizing

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION