US9501396B2 - Wear leveling with marching strategy - Google Patents

Wear leveling with marching strategy Download PDF

Info

Publication number
US9501396B2
US9501396B2 US13/969,462 US201313969462A US9501396B2 US 9501396 B2 US9501396 B2 US 9501396B2 US 201313969462 A US201313969462 A US 201313969462A US 9501396 B2 US9501396 B2 US 9501396B2
Authority
US
United States
Prior art keywords
address
active window
window
segment
container
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US13/969,462
Other versions
US20140189286A1 (en
Inventor
Hung-Sheng Chang
Cheng-Yuan Wang
Hsiang-Pang Li
Yuan-Hao Chang
Pi-Cheng HSIU
Tei-Wei Kuo
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.)
Macronix International Co Ltd
Original Assignee
Macronix International 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 Macronix International Co Ltd filed Critical Macronix International Co Ltd
Priority to US13/969,462 priority Critical patent/US9501396B2/en
Assigned to MACRONIX INTERNATIONAL CO., LTD. reassignment MACRONIX INTERNATIONAL CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHANG, HUNG-SHENG, LI, HSIANG-PANG, CHANG, YUAN-HAO, WANG, Cheng-yuan, HSIU, PI-CHENG, KUO, TEI-WEI
Priority to CN201310471821.9A priority patent/CN103914398B/en
Priority to TW102148313A priority patent/TWI501081B/en
Publication of US20140189286A1 publication Critical patent/US20140189286A1/en
Application granted granted Critical
Publication of US9501396B2 publication Critical patent/US9501396B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • 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/109Address translation for multiple virtual address spaces, e.g. segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1032Reliability improvement, data loss prevention, degraded operation etc
    • 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/7204Capacity control, e.g. partitioning, end-of-life degradation
    • 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/7211Wear leveling

Definitions

  • the present invention relates to memory devices and systems including memory management.
  • Nonvolatile memory has write/erase endurance limitations. Without memory management with regard to write/erase endurance limitations, the memory may wear out prematurely or even cause system failure. Wear leveling for memory management is an approach to increase endurance of nonvolatile memory. Implementation of an effective wear leveling algorithm may consume memory space, increase operating complexity, and cause system overhead and latency. Therefore, it is important to balance the trade-offs between low latency and effective wear leveling.
  • Wear/erase endurance limitations for nonvolatile memory such as phase change material based memory can be about 10 6 -10 9 , lower than those of dynamic random access memories (DRAM) which can be more than 10 15 .
  • DRAM dynamic random access memories
  • a system using the technology can include logic for wear-leveling with a marching strategy.
  • the marching strategy uses an active window for performing wear-leveling in a region defined by the active window, and for changing the active window by expanding or shrinking the active window. Wear-leveling in a region is achieved by swapping frequently updated data objects into the active window, swapping infrequently updated data objects out of the active window, and swapping data objects inside address segments in the active window.
  • the active window can be moved, or “marched”, within the physical address space, according to a variety of window movement procedures, to distribute the utilization across the memory.
  • a method for managing utilization of a memory including a physical address space includes mapping logical addresses of data objects to locations within the physical address space, and defining a plurality of address segments in the physical address space as an active window.
  • the method includes allowing writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window.
  • the method includes, upon detection of a request to write a data object having a logical address mapped to a location outside the active window, updating the mapping so that the logical address maps to a selected location within the active window, and then allowing the write to the selected location.
  • a described method includes a window movement procedure that includes maintaining access data indicating utilization of the plurality of address segments in the active window, and adding and removing address segments from the active window in response to the access data.
  • the method includes, when allowing the write to the selected location, moving a data object in the selected location to the location outside the active window and updating the mapping so that a logical address of the data object in the selected location is mapped to the location outside the window.
  • the method includes identifying the selected location using a pointer, and incrementing the pointer to identify a next selected location to be used in case of another request to write to a location outside the active window.
  • the access data includes a first window count (cnt p ) of accesses to the plurality of address segments in the active window.
  • the method includes adding an address segment to the active window when the first window count (cnt p ) reaches a first threshold for the window and the logical address of the data object is mapped to a selected location outside the active window.
  • the access data can include a second window count (cnt t ) of accesses to the plurality of address segments in the active window, and a set of per-segment counts of accesses to corresponding address segments (states) in the active window.
  • the method can include, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, removing an address segment including the location inside the active window from the active window when the second window count (cnt t ) reaches a second threshold for the window and the per-segment count (state) for the address segment reaches a per-segment threshold for the address segment (i.e. final state).
  • the plurality of address segments includes respective sets of more than two containers for the data objects.
  • the method includes, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, swapping the data objects between two of the containers in the set of containers in a given address segment including the data object if the per-segment count of accesses (state) to the given address segment is below the per-segment threshold and the second window count (cnt t ) reaches the second threshold.
  • the step of maintaining access data includes incrementing the first window count (cnt p ) upon detection of a request to write a data object, and resetting the first window count (cnt p ) if the first window count (cnt p ) reaches the first threshold for the window.
  • the step of maintaining access data includes incrementing the second window count (cnt t ) upon detection of a request to write a data object, and resetting the second window count (cnt t ) if the second window count (cnt t ) reaches the second threshold for the window.
  • the address segment includes N containers where N is greater than 1, and the per-segment threshold for the address segment is N ⁇ (N ⁇ 1).
  • the step of swapping the data objects includes incrementing the per-segment count of accesses (state) to the given address segment.
  • a system using the technology can include logic for finding a particular object according to the mapping of the objects to addresses for corresponding containers and indirect pointers, and using the indirect pointer (e.g. target pointer) to access the particular object.
  • the objects can be moved among the containers in the plurality of containers according to usage patterns in the memory (e.g. wear leveling) without changing the mapping.
  • a method for memory management includes storing data objects in a plurality of containers having addresses and that comprise addressable units of a physical memory; using indirect pointers to access the data objects, the indirect pointer in a particular container pointing to the address of a container in the plurality of containers in which the corresponding data object is stored; and moving the data objects and updating the indirect pointers according to a wear leveling protocol for the physical memory.
  • the indirect pointers can be stored in the same physical memory as the containers. Also, the indirect pointers can be stored in the containers.
  • a method for memory management for a file system including a plurality of data objects comprises storing the data objects (e.g. inodes) in a plurality of containers that have addresses and include addressable units of a memory, mapping the objects (e.g. inodes) to addresses for corresponding containers in the plurality of containers, and storing indirect pointers (e.g. target pointers) in the containers.
  • the indirect pointer in a particular container points to the address of a container in the plurality of containers in which the corresponding object is stored.
  • the method includes storing source pointers in the containers.
  • the source pointer in the particular container points to the address of the container in the plurality of containers to which the object stored in the particular container is mapped.
  • the method includes moving an object stored in a first one of the containers to a second one of the containers, and using the source pointer in the first one to find a third one to which the object is mapped.
  • the method includes updating the indirect pointer in the third one to point to the second one, and updating the source pointer in the second one to point to the third one.
  • the movement of the data object may be a product of wear leveling in the memory, or other memory management technique unrelated to the nature of the data object.
  • the method can include swapping a first data object stored in a first one of the containers with a second data object stored in a second one of the containers, where the first data object is mapped to a third one of the containers and the second data object is mapped to a fourth one of the containers.
  • the swapping operation can correspond for example to a movement of one object from a physical location in the memory that has a higher access count, to a physical location that has a lower access count, and of the object stored in the lower access count location to the higher access count location, to improve wear leveling.
  • the swapping method in this example includes using the source pointer in the first one to find the third one, and using the source pointer in the second one to find the fourth one.
  • the method includes updating the indirect pointer in the third one to point to the container that is pointed to by the indirect pointer of the fourth one, and updating the indirect pointer in the fourth one to point to the container that was pointed to by the indirect pointer of the third one before the indirect pointer of the third one is updated.
  • the method includes updating the source pointer in the second one to point to the third one, and updating the source pointer in the first one to point to the fourth one.
  • the third one of the containers and/or the fourth one of the containers can be the same as the first one of the containers and/or the second one of the containers.
  • phase change memory for storage of data objects, like inodes, can be beneficial because of the high access speeds possible which enable real time reads and writes, along with the non-volatile nature of phase change memory, which may enable faster recovery from loss of power or other reset events. It is important for systems including memory management to complete atomic operations such as updating metadata of file systems including indirect pointers as described herein. Systems utilizing backup power (e.g. a supercapacitor) can help ensure that such atomic operations can complete and consequently the systems can recover from loss of power without loss of data including the indirect pointers.
  • backup power e.g. a supercapacitor
  • FIG. 1 is a block diagram of an example memory management system.
  • FIGS. 2A and 2B illustrate updating a data object by swapping the data object into the active window.
  • FIGS. 3A and 3B illustrate adding an address segment to the active window.
  • FIGS. 4A and 4B illustrate swapping data objects between two containers in an address segment and removing another address segment from the active window.
  • FIG. 5 illustrates swapping of data objects between two containers in an address segment.
  • FIG. 6 is a flow chart for memory management using marching strategy.
  • FIG. 7A illustrates an inode container.
  • FIG. 7B illustrates example relationship between inodes stored in inode containers and respective files and directories represented by inodes.
  • FIG. 8 illustrates example states of inodes before they are moved among inode containers.
  • FIG. 9 illustrates updating indirect target pointers.
  • FIG. 10 illustrates swapping inodes and updating indirect source pointers.
  • FIG. 11 is a flow chart for memory management using inode containers with indirect pointers.
  • FIG. 12 is an alternative flow chart for memory management using inode containers with indirect pointers.
  • FIG. 13 is a block diagram of an example computer system.
  • FIG. 1 is a block diagram of an example memory management system 100 using a method for managing utilization of a memory including a physical address space.
  • the memory management system includes a file system interface 110 between user processes such as Application 1, Application 2, Application N and file system 120 .
  • File system 120 includes a user data manager 121 and a metadata manager 125 .
  • the file system 120 stores metadata 141 and user data 142 in phase change memory (PCM) 140 .
  • the physical address space can be in the phase change memory (PCM) 140
  • metadata 141 can be in the physical address space.
  • the file system interface 110 When the file system interface 110 receives an input/output (I/O) request from a user process, it dispatches the request to the user data manager 121 in the file system 120 if the request is to access user data. Likewise, the file system interface 110 dispatches the request to the metadata manager 125 in the file system 120 if the request is to access metadata.
  • the metadata manager 125 processes metadata, and includes an endurance-aware management unit 126 to prevent frequently updated metadata from wearing out PCM memory cells.
  • Metadata in a file system can include data objects such as inodes (i.e. index nodes) that provide information about attributes of data objects such as files and directories.
  • a file or a directory can be represented by an inode.
  • an inode can include such information as time and date when a file is created or modified, the author that creates the file, location where the file is created, size of the file, etc, but does not include the user data in the file.
  • size of an inode can be relatively small, for example, such as 128 bytes or 256 bytes. Modes are linked to memory locations that actually contain the user data.
  • FIGS. 2A and 2B illustrate updating a data object by swapping the data object into the active window.
  • Logical addresses of data objects are mapped to locations within a physical address space.
  • a plurality of address segments are defined in the physical address space as an active window.
  • the active window can be moved, or “marched”, within the physical address space, according to a variety of window movement procedures, to distribute the utilization across the memory.
  • Data objects having logical addresses mapped to locations within the plurality of address segments in the active window can be written to the locations.
  • Address segments in the plurality of address segments include containers, and the locations within the plurality of address segments can be locations of the containers.
  • mapping between the logical address and the location outside the active window is updated so that the logical address maps to a selected location within the active window, and then the data object is written to the selected location within the active window.
  • a data object that was in the selected location within the active window can be moved to the location outside the active window, and mapping can be updated so that a logical address of the data object that was in the selected location within the active window is mapped to the location outside the active window.
  • the selected location within the active window is identified using a location pointer. The location pointer points to a location in which a less frequently updated data object will be swapped out or written to a location outside the active window. After the data object is swapped out, the location pointer is incremented to identify a next selected location to be used in case of another request to write to a location outside the active window.
  • the active window 210 includes a first address segment 220 and a second address segment 230 .
  • the first address segment 220 includes a container storing data object E
  • the second address segment 230 includes a container 231 storing data object B.
  • the number of containers in an address segment can be decided by a file system (e.g. 120 , FIG. 1 ) to suit particular data patterns. Although only 5 containers are illustrated for each of the first address segment 220 and the second address segment 230 , an address segment can include other number of containers, such as 10 or 15 containers.
  • Data object A is stored in a container 205 outside the active window 210 and will be swapped into the active window 210 .
  • a location pointer 250 identifies the container 231 storing data object B which will be swapped out of the active window 210 .
  • the solid arrow 260 indicates the direction in which the active window 210 marches by adding and removing address segments. In one embodiment, the active window 210 marches forward in the direction of increasing physical addresses. For instance, the active window 210 can start marching at the lowest physical address or any physical address.
  • the dotted arrow 270 indicates which data objects are going to be swapped (e.g. A and B).
  • two data objects are swapped such that the container 231 in the second address segment 230 now stores data object A, while the container 205 outside the active window 210 now stores data object B.
  • data object A is collected into the active window for regional distribution as described in connection with FIGS. 4A and 5 .
  • the location pointer 250 is incremented to identify container 232 in the address segment 230 as the next selected location of container in the active window.
  • FIGS. 3A and 3B illustrate adding an address segment to the active window.
  • Access data is maintained to indicate utilization of the plurality of address segments in the active window. Address segments can be added to or removed from the active window.
  • the access data can include a first window count of accesses to the plurality of address segments in the active window. The first window count is used to set a sampling period for adding an address segment to the active window.
  • the first window count of accesses includes a count of writes to the plurality of address segments in the active window.
  • a container storing the data object Upon detection of a request to write a data object having a logical address mapped to a location outside the active window, a container storing the data object is identified. If the first window count has reached a first threshold, an address segment is first found from the physical address space outside the active window, and then added to the active window. In addition, the container storing the data object at the location outside the active window is swapped with a container at a selected location within the active window as identified by a location pointer, and the location pointer is subsequently incremented to identify a next selected location to be used in case of another request to write to a location outside the active window, as described in connection with FIGS. 2A-2B .
  • the active window 310 includes a first address segment 320 and a second address segment 330 .
  • the first address segment 320 includes a container storing data object E
  • the second address segment 330 includes a container 331 storing data object A and a container 332 storing data object D.
  • Data object C is stored in a container 305 outside the active window 310 and will be swapped into the active window 310 .
  • a location pointer 350 identifies the container 332 storing data object B which will be swapped out of the active window 310 .
  • the solid arrow 360 indicates the direction in which the active window 310 marches by adding and removing address segments.
  • the dotted arrow 370 indicates which data objects are going to be swapped (e.g. D and C).
  • an address segment 340 is first found from the physical address space outside the active window 310 , and then added to the active window 310 .
  • two data objects e.g. D and C
  • D and C are swapped such that the container 332 in the second address segment 330 now stores data object C, while the container 305 outside the active window 310 now stores data object D.
  • the location pointer 350 is incremented to identify container 333 in the address segment 330 as the next selected location of container in the active window.
  • FIGS. 4A and 4B illustrate swapping data objects between two containers in an address segment and removing another address segment from the active window.
  • the access data can include a second window count of accesses to the plurality of address segments in the active window.
  • the second window count is used to set a sampling period for removing an address segment from the active window.
  • the second window count of accesses includes a count of writes to the plurality of address segments in the active window.
  • a container storing the data object Upon detection of a request to write a data object having a logical address mapped to a location inside the active window, a container storing the data object is identified. If the second window count has reached a second threshold, an address segment for the container storing the data object is identified.
  • An address segment can include more than two containers for data objects. Data objects between two of the containers in an address segment including the data object can be swapped. A per-segment count of accesses to a given address segment is incremented each time data objects between two containers are swapped. The per-segment count of accesses can reach a per-segment threshold of N ⁇ (N ⁇ 1), where N is the number of containers in an address segment.
  • the per-segment count of accesses for the given address segment has not reached the per-segment count, data objects between two containers within the given address segment are swapped and the per-segment count for the given address segment is incremented. Otherwise, if the per-segment count of accesses for the given address segment has reached the per-segment count, the given address segment is removed from the active window.
  • the active window 410 includes a first address segment 420 , a second address segment 430 , and a third address segment 440 .
  • the first address segment 420 includes a container 421 storing data object E
  • the second address segment 430 includes a container 431 storing data object A and a container 432 storing data object C.
  • a location pointer 450 identifies a container 433 storing a data object which can be swapped out of the active window 410 in an operation to swap a data object into the active window, such as described in connection with FIGS. 2A and 2B .
  • the solid arrow 460 indicates the direction in which the active window 410 marches by adding and removing address segments.
  • the data object E is updated directly, without swapping an data object out of the active window 410 and without swapping two data objects in the first address segment 420 which stores the data object E, as illustrated in FIG. 4A .
  • two data objects are swapped such that the container 431 in the second address segment 430 now stores data object C, while the container 432 in the second address segment 430 now stores data object A.
  • the location pointer 450 remains at container 433 in the address segment 430 as container 433 is still the next selected location of container in the active window. Swapping of two data objects within an address segment is used to distribute writes regionally for wear leveling, and is further described in connection with FIG. 5 .
  • the container 420 storing the data object E is within the active window 410 , and the per-segment count of accesses for the first address segment 420 has reached the per-segment count, then the first address segment 420 is removed from the active window 410 , as also illustrated in the example of FIG. 4B .
  • the active window may contain non-continuous address segments as a result of removing address segments from the active window.
  • FIG. 5 illustrates swapping of data objects between two containers in an address segment.
  • a container storing the data object Upon detection of a request to write a data object having a logical address mapped to a location inside the active window, a container storing the data object is identified. If the second window count reaches the second threshold, and the container storing the data object is within the active window, then an address segment for the container storing the data object is identified. If a per-segment count of accesses (a.k.a. state) to the address segment is below a per-segment threshold (a.k.a. final state), then data objects are swapped between two containers in the address segment, and the per-segment count of accesses (a.k.a. state) is incremented by one (1).
  • the per-segment threshold (a.k.a. final state) is N ⁇ (N ⁇ 1).
  • each data object e.g. A, B, or C
  • the technology described herein provides a wear leveling design that has low computational complexity and low latency.
  • a Marching Algorithm describes a method for managing utilization of a memory including a physical address space.
  • the Marching Algorithm updates a data object using the marching strategy as described herein.
  • Pseudocode for Marching Algorithm is reproduced below.
  • the pseudocode uses inode i as an example for a data object, a global count cntp for a first window count, and another global count cntt for a second window count.
  • the first window count is associated with a first threshold Tp
  • the second window count is associated with a second threshold Tt.
  • the pseudocode uses an active window W that defines a plurality of address segments in the physical address space. Address segments include respective sets of more than two containers for the data objects.
  • a location pointer p to point to a selected location of a container within an address segment w within the active window W.
  • a request to update a data object such as an inode logic in accordance with Marching Algorithm can be invoked.
  • the first window count cntp is incremented (++).
  • the second window count cntt is incremented.
  • a selected location of a container x storing the inode i is identified. Depending on whether the selected location is within the active window W, the rest of Marching Algorithm can make different decisions on how to update the inode i.
  • the first window count cntp is reset to a value such as 0 (line 5 ), and if the selected location is not within ( ⁇ ) the active window W (line 6 ), an address segment is first found from the physical address space outside the active window (line 7 ) and then added to the active window (line 8 ).
  • the address segment can be found using algorithms for memory management such as the next-fit algorithm, the first-fit algorithm, the best-fit algorithm, or the worst-fit algorithm.
  • data objects between two containers within a given address segment can be swapped for purposes of wear leveling.
  • a per-segment count of accesses to the given address segment is incremented.
  • the per-segment count of accesses can reach a per-segment threshold of N ⁇ (N ⁇ 1), where N is the number of containers in the address segment.
  • the function Is-Final-State (w) decides between which two containers in the given address segment w to swap data objects, swaps data objects stored in the two containers, and increments the per-segment count for the given address segment (line 13 ).
  • the given address segment w is removed from the active window W, as indicated by the SHRINK-WINDOW (W, w) function (line 16 ).
  • FIG. 6 is a flow chart for memory management using the marching strategy.
  • a request is detected to update a data object having a logical address mapped to a location outside the active window.
  • the first window count and the second window count are incremented.
  • Step 645 it is determined whether the second window count has reached a second threshold for the window. If so, at Step 650 , the second window count is reset to an initial value such as 0.
  • Step 655 it is determined whether the logical address of the data object is mapped to a selected location within the active window. If yes, at Step 665 , an address segment to which the logical address of the data object is mapped is first found, and it is further determined whether the per-segment count for the address segment has reached the per-segment threshold for the address segment. If the per-segment count for the address segment has reached the per-segment threshold, then at Step 670 , the address segment is removed from the active window.
  • Step 680 data objects between two of containers in the set of containers for the address segment are swapped, and the per-segment count of accesses to the address segment is incremented.
  • the per-segment threshold for the address segment is N ⁇ (N ⁇ 1).
  • Step 690 after the operation to add an address segment to the active window, to remove an address segment from the active window, or to swap two data objects within an address segment, if any, has been performed, it is determined whether the logical address of the data object is mapped to a selected location within the active window. If not, the selected location within the active window is first identified using a pointer. The data object to be updated is written to the selected location, a data object previously in the selected location is moved to the location outside the active window, and the mapping is updated so that a logical address of the data object in the selected location is mapped to the location outside the window. The pointer is subsequently incremented to identify a next selected location to be used in case of another request to write to a location outside the active window.
  • FIGS. 7A-12 illustrate one embodiment of a swapping process corresponding to the SWAP-INODE function on line 18 of the Marching Algorithm and Step 690 in the flow chart in FIG. 6 .
  • FIG. 7A illustrates an inode container that stores an inode, an indirect target pointer t, and an indirect source pointer t.
  • An inode container can be referred to as a container.
  • An indirect target pointer can be referred to as an indirect pointer.
  • An indirect source pointer can be referred to as a source pointer.
  • FIG. 7B illustrates relationship between inodes (i.e. index nodes) stored in inode containers and respective files and directories represented by inodes.
  • inodes 0 , 1 , and 2 provide information about attributes of Directory A, Directory B, and File A, respectively.
  • the file system e.g. 120 , FIG. 1
  • the inode corresponding to the file e.g. inode 2 ).
  • Data objects are stored in a plurality of containers (i.e. inode containers 0 , 1 , 2 , 5 ) in an inode area 710 .
  • the containers have addresses and include addressable units of a memory.
  • the inode area 710 can be in a PCM memory.
  • Data objects (e.g. inodes 0 , 1 , 2 , 5 ) in the containers are mapped to addresses for corresponding containers in the plurality of containers.
  • inodes 0 , 1 , 2 , 5 are mapped to inode containers 0 , 1 , 2 , 5 , respectively, before any inodes are moved among the inode containers in the plurality of containers, for example according to usage patterns in the memory for purposes of memory management such as wear leveling.
  • Indirect target points are stored in the inode containers (e.g. inode containers 0 , 1 , 2 , 5 ).
  • An indirect target pointer t in a particular container points to the address of a container in the plurality of containers in which the corresponding object is stored.
  • the indirect target pointer t in a particular inode container 2 points to the address of inode container 5 in which the inode corresponding to inode container 2 is stored.
  • the indirect target pointer t in the particular inode container 1 points to the address of inode container 2 in which the inode corresponding to inode container 1 is stored.
  • Indirect source points are stored in the inode containers (e.g. inode containers 0 , 1 , 2 , 5 ).
  • An indirect source pointer s in a particular container points to the address of a container in the plurality of containers to which the object stored in the particular container is mapped.
  • the indirect source pointer s in the particular inode container 2 points to the address of inode container 1 to which the inode 1 stored in the particular inode container 2 is mapped.
  • the indirect source pointer s in the particular inode container 1 points to the address of inode container 5 to which the inode 5 stored in the particular inode container 1 is mapped.
  • a particular data object can be found by accessing the corresponding container according to the mapping of the objects to addresses for corresponding containers, and reading the indirect target pointer to access the particular object.
  • the file system (e.g. 120 , FIG. 1 ) can access any particular inode by looking up only one indirect target pointer in an inode container corresponding to the particular inode, regardless of how many data objects are stored in the file system, or how many times the particular inode is moved among the inode containers in the plurality of containers.
  • Data objects can be moved among the containers in the plurality of containers according to usage patterns in the memory (e.g. wear leveling) without changing the mapping of the data objects (e.g. inodes) to addresses for corresponding containers.
  • usage patterns in the memory e.g. wear leveling
  • mapping of the data objects e.g. inodes
  • FIG. 7B although inodes have been moved among the containers such that inode 5 is not stored in inode container 5 but in inode container 1 , and inode 1 is not stored in inode container 1 but in inode container 2 , the file system can still access any particular inode by looking up only one indirect target pointer.
  • FIG. 8 corresponds to the inode area 710 in FIG. 7B , and illustrates example states of inodes before they are moved or swapped among inode containers as explained in connection with FIG. 9 and FIG. 10 .
  • Inode container 0 stores a data object (e.g. inode 0 ), and a source pointer s and a target pointer t both pointing to the address of the inode container 0 .
  • Inode container 1 stores a data object (e.g. inode 5 ), a source pointer s pointing to the address of inode container 5 to which the object (e.g.
  • Inode container 5 stores a data object (e.g. inode 2 ), a source pointer s pointing to the address of inode container 2 to which the object (e.g. inode 2 ) stored in the inode container 5 is mapped, and a target pointer t pointing to the address of inode container 1 in which the corresponding object (e.g. inode 5 ) is stored.
  • Inode container 5 stores a data object (e.g. inode 2 ), a source pointer s pointing to the address of inode container 2 to which the object (e.g. inode 2 ) stored in the inode container 5 is mapped, and a target pointer t pointing to the address of inode container 1 in which the corresponding object (e.g. inode 5 ) is stored.
  • Objects are moved or swapped among containers according to usage patterns in the memory (e.g. wear leveling).
  • the file system e.g. 120 , FIG. 1
  • source pointers and target pointers in the inode containers are updated when inodes are moved or swapped.
  • FIG. 9 illustrates updating indirect target pointers.
  • a first data object e.g. inode 5
  • a second data object e.g. inode 0
  • the first data object e.g. inode 5
  • the second data object is mapped to a fourth container (e.g. inode container 0 ).
  • the second container and the fourth container both refer to inode container 0 , because the indirect source pointer s in inode container 0 points back to inode container 0 .
  • the second container and the fourth container can refer to different containers.
  • the indirect source pointer s in the first container e.g. inode container 1
  • the indirect source pointer s in the second container is used to find the third container (e.g. inode container 5 ).
  • the indirect source pointer s in the second container to find the second or fourth container (e.g. inode container 0 ).
  • the indirect target pointer t in the third container (e.g. inode container 5 ) is updated to point to the container that is pointed to by the indirect target pointer t of the fourth container (e.g. inode container 0 ).
  • the indirect target pointer t in the fourth container (e.g. inode container 0 ) is updated to point to the container that was pointed to by the indirect target pointer t of the third container before the indirect target pointer t of the third container is updated (e.g. inode container 1 ).
  • FIG. 10 illustrates swapping inodes and updating indirect source pointers.
  • a first data object e.g. inode 5
  • a second data object e.g. inode 0
  • the indirect source pointer s in the second container e.g. inode container 0
  • the third container e.g. inode container 5
  • the indirect source pointer s in the first container e.g. inode container 1
  • the fourth container e.g. inode container 0
  • Swapping a first data object (e.g. inode 5 ) stored in a first container (e.g. inode container 1 ) with a second data object (e.g. inode 0 ) stored in a second container (e.g. inode container 0 ) results in having the first data object stored in the second container and the second data object stored in the first container.
  • swapping can be done by moving the second data object stored in the second container to a temporary storage space, moving the first data object stored in the first container to the second container, and then moving the second data object from the temporary storage space to the first container.
  • inodes 0 and 5 initially stored in inode containers 0 and 1 are swapped after the target pointers are updated.
  • inodes 0 and 5 initially stored in inode containers 0 and 1 can be swapped before the target pointers are updated.
  • Algorithm 1 describes a method for memory management for a file system including a plurality of data objects. Pseudocode for Algorithm 1 is reproduced below:
  • x and y represent first and second inode containers in a plurality of inode containers
  • x.s and y.s represent indirect source pointers in the first and second inode containers x and y
  • x.inode and y.inode represent inodes stored in the first and second inode containers x and y.
  • Indirect source pointers x.s and y.s point to third and fourth inode containers xstemp and ystemp.
  • Third and fourth inode containers xstemp and ystemp store indirect target pointers xstemp.t and ystemp.t.
  • Function swap ( ) represents a function that swaps two arguments given to the function. For instance, the two arguments can be two indirect target pointers, two indirect source pointers, or two inodes.
  • a third inode container xstemp is found by using the indirect source pointer x.s in the first inode container x.
  • a fourth inode container ystmp is found by using the indirect source pointer y.s in the second inode container y.
  • indirect target pointers xstmp.t and ystmp.t stored in the third and fourth inode containers are swapped.
  • indirect source pointers x.s and y.s stored in the first and second inode containers are swapped.
  • inodes stored in the first and second inode containers are swapped.
  • the swapping of inodes on line 5 can be executed before the swapping of indirect source pointers on line 4 , or before the swapping of indirect target pointers on line 3 .
  • FIG. 11 is a flow chart for memory management using inode containers with indirect pointers.
  • an object e.g. inode 5 , FIG. 9
  • a first container e.g. inode container 1 , FIG. 9
  • a second container e.g. inode container 0 , FIG. 10
  • a third container e.g. inode container 5 , FIG. 9
  • the indirect target pointer in the third container e.g. inode container 5 , FIG.
  • Step 1110 can be executed between Steps 1130 and 1140 , or after Step 1140 .
  • FIG. 12 is an alternative flow chart for memory management using inode containers with indirect pointers.
  • a first data object e.g. inode 5
  • a second data object e.g. inode 0
  • a third container e.g. inode container 5
  • a fourth container e.g.
  • inode container 0 is found by using the indirect source pointer in the second container (e.g. inode container 0 ), as illustrated in FIG. 8 .
  • the second container and the fourth container both refer to inode container 0 , because the indirect source pointer s in inode container 0 points back to inode container 0 .
  • the second container and the fourth container can refer to different containers.
  • the indirect target pointers can be swapped by updating the indirect target pointer t in the third container (e.g. inode container 5 ) to point to the container that is pointed to by the indirect target pointer t of the fourth container (e.g. inode container 0 ), and by updating the indirect target pointer t in the fourth container (e.g. inode container 0 ) to point to the container that was pointed to by the indirect target pointer t of the third container before the indirect target pointer t of the third container is updated (e.g. inode container 1 ).
  • the indirect source pointers can be swapped by updating the indirect source pointer s in the second container (e.g. inode container 0 ) to point to the third container (e.g. inode container 5 ), and by updating the indirect source pointer s in the first container (e.g. inode container 0 ) to point to the fourth container (e.g. inode container 0 ), which is also referred to as the second container in this example.
  • Step 1210 can be executed between Steps 1230 and 1240 , or after Step 1240 .
  • FIG. 13 is a block diagram of an example computer system 1300 , according to one implementation.
  • Computer system 1300 can include a storage subsystem 1324 including a memory 1328 including a physical address space 1325 , and a memory controller 1314 coupled to at least the memory 1328 .
  • the memory 1328 can be under memory management using the marching strategy as described herein.
  • the memory 1328 can include data objects with logical addresses mapped to locations within the physical address space 1325 and store inode containers with indirect pointers 1327 .
  • the marching strategy can use the inode containers with indirect pointers.
  • the memory 1328 may include phase change memory materials, like chalcogenides, and other programmable resistance materials.
  • Phase change memory materials may include alloys of materials such as germanium (Ge), antimony (Sb), tellurium (Te), gallium (Ga), indium (In), silver (Ag), selenium (Se), thallium (Ti), bismuth (Bi), tin (Sn), copper (Cu), palladium (Pd), lead (Pb), sulfur (S), and gold (Au).
  • Phase change materials include Ge x Sb x Te x materials in general.
  • Other programmable resistance memory can be used as well, including metal oxide memory, flash memory, electrolytic conductive bridge memory, and so on.
  • the memory controller 1314 includes programs or other logic for managing utilization of a memory (e.g. 1328 ) including a physical address space (e.g. 1325 ), using the marching strategy as described herein.
  • the memory controller 1314 can include internal memory ( 1315 ) storing an active window defining address segments in the physical address space (e.g. 1325 ), and information used in managing the active window such as the per-segment counts of accesses to address segments in the active window.
  • the active window can also be stored in a main random access memory (RAM) 1330 for storage of instructions and data during program execution. Physical to logical mapping can be stored in the main random access memory (RAM) 1330 or internal memory of the memory controller 1314 .
  • the memory controller 1314 includes logic to map logical addresses of data objects to locations within the physical address space; logic to define a plurality of address segments in the physical address space as an active window; logic to allow writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window; logic, upon detection of a request to write a data object having a logical address mapped to a location outside the active window, to update the mapping so that the logical address maps to a selected location within the active window, and then to allow the write to the selected location; logic to move the active window in the physical address space including maintaining access data indicating utilization of the plurality of address segments in the active window, and adding and removing address segments from the active window in response to the access data; and logic to swap data objects between two containers in a set of containers in a given address segment in response to the access data.
  • the memory controller 1314 includes programs or other logic to perform memory management for a file system including a plurality of data objects.
  • the memory controller 1314 includes logic to store the data objects (e.g. inodes) in a plurality of containers that has addresses and includes addressable units of a memory, to map the objects (e.g. inodes) to addresses for corresponding containers in the plurality of containers, and to store indirect pointers (e.g. target pointers) in the containers, where the indirect pointer in a particular container points to the address of a container in the plurality of containers in which the corresponding object is stored.
  • data objects e.g. inodes
  • indirect pointers e.g. target pointers
  • the memory controller 1314 includes logic to store source pointers in the containers, where the source pointer in the particular container points to the address of the container in the plurality of containers to which the object stored in the particular container is mapped.
  • the memory controller 1314 includes logic to move an object stored in a first one of the containers to a second one of the containers, and to use the source pointer in the first one to find a third one to which the object is mapped.
  • the memory controller 1314 includes logic to update the indirect pointer in the third one to point to the second one, and updating the source pointer in the second one to point to the third one.
  • the memory controller 1314 may include a metadata manager 125 including an endurance-aware management unit 126 ( FIG. 1 ).
  • the example computer system 1300 and/or the memory controller 1314 may include logic to perform other tasks as set forth in the description for the method for memory management for a file system including a plurality of data objects such as files, directories, inodes, etc.
  • the memory 1328 may be on an integrated circuit, where the memory controller 1314 includes logic on the integrated circuit.
  • Computer system 1300 may include a data processor 1316 , wherein the memory controller 1314 includes logic on the data processor 1316 .
  • the logic may include algorithms such as Marching Algorithm described herein.
  • the data processor 1316 communicates with a number of peripheral devices via bus subsystem 1312 .
  • peripheral devices may include the storage subsystem 1324 including, for example, memory devices such as ROM and RAM, and the memory 1328 with wear leveling, user interface input devices 1322 , user interface output devices 1320 , and a network interface subsystem 1318 .
  • the input and output devices allow user interaction with computer system 1300 .
  • Network interface subsystem 1318 provides an interface to outside networks.
  • User interface input devices 1322 may include a keyboard; pointing devices such as a mouse, trackball, touchpad, or graphics tablet; a scanner; a touch screen incorporated into the display; audio input devices such as voice recognition systems and microphones; and other types of input devices.
  • pointing devices such as a mouse, trackball, touchpad, or graphics tablet
  • audio input devices such as voice recognition systems and microphones
  • use of the term “input device” is intended to include all possible types of devices and ways to input information into computer system 1300 .
  • User interface output devices 1320 may include a display subsystem, a printer, a fax machine, or non-visual displays such as audio output devices.
  • the display subsystem may include a cathode ray tube (CRT), a flat-panel device such as a liquid crystal display (LCD), a projection device, or some other mechanism for creating a visible image.
  • the display subsystem may also provide a non-visual display such as via audio output devices.
  • output device is intended to include all possible types of devices and ways to output information from computer system 1300 to the user or to another machine or computer system.
  • Storage subsystem 1324 stores programming and data constructs that provide the functionality of some or all of the modules and methods described herein. These software modules are generally executed by data processor 1316 alone or in combination with other processors.
  • Memory subsystem 1326 used in the storage subsystem 1324 can include a number of memories including a main random access memory (RAM) 1330 for storage of instructions and data during program execution and a read only memory (ROM) 1332 in which fixed instructions are stored.
  • the storage subsystem 1324 can provide persistent storage for program and data files, and may include a hard disk drive, a floppy disk drive along with associated removable media, a CD-ROM drive, an optical drive, or removable media cartridges.
  • the modules implementing the functionality of certain implementations may be stored in the storage subsystem 1324 , or in other machines accessible by the processor.
  • Bus subsystem 1312 provides a mechanism for letting the various components and subsystems of computer system 1300 communicate with each other as intended. Although bus subsystem 1312 is shown schematically as a single bus, alternative implementations of the bus subsystem may use multiple busses.
  • Computer system 1300 can be of varying types including a workstation, server, computing cluster, blade server, server farm, or any other data processing system or computing device. Due to the ever-changing nature of computers and networks, the description of computer system 1300 depicted in FIG. 13 is intended only as one example. Many other configurations of computer system 1300 are possible having more or fewer components than the computer system depicted in FIG. 13 .
  • the present technology is applicable to memories with lifetime limitations including (PCM) phase change memory, NAND flash, NOR flash, magnetic random access memory (RAM), and resistive random access memory (RAM).
  • the present technology is applicable to file systems including the EXT2/EXT3 file systems.
  • the present specification uses inodes as an example of data objects, the present technology is also applicable to data objects that contain other types of metadata.
  • the present technology is applicable to the File Allocation Table (FAT) in the FAT file system, and the Master File Table (MFT) of the New Technology File System (NTFS).
  • FAT File Allocation Table
  • MFT Master File Table
  • the present technology can be implemented in computer hardware, software, or firmware that has access to data objects such as metadata of a file system.
  • the computer hardware, software, or firmware can include MMU, CPU, and reuseable hardware design units including intellectual property (IP) cores.
  • IP intellectual property

Abstract

A method for managing utilization of a memory including a physical address space comprises mapping logical addresses of data objects to locations within the physical address space, and defining a plurality of address segments in the space as an active window. The method comprises allowing writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window. The method comprises, upon detection of a request to write a data object having a logical address mapped to a location outside the active window, updating the mapping so that the logical address maps to a selected location within the active window, and then allowing the write to the selected location. The method comprises maintaining access data indicating utilization of the plurality of address segments in the active window, and adding and removing address segments from the active window in response to the access data.

Description

RELATED APPLICATIONS
This application claims the benefit of U.S. Provisional Patent Application No. 61/748,616 filed on 3 Jan. 2013, which application is incorporated by reference as if fully set forth herein.
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to memory devices and systems including memory management.
2. Description of Related Art
Nonvolatile memory has write/erase endurance limitations. Without memory management with regard to write/erase endurance limitations, the memory may wear out prematurely or even cause system failure. Wear leveling for memory management is an approach to increase endurance of nonvolatile memory. Implementation of an effective wear leveling algorithm may consume memory space, increase operating complexity, and cause system overhead and latency. Therefore, it is important to balance the trade-offs between low latency and effective wear leveling. Write/erase endurance limitations for nonvolatile memory such as phase change material based memory can be about 106-109, lower than those of dynamic random access memories (DRAM) which can be more than 1015. Consequently, it can be more important to have effective wear leveling algorithms for nonvolatile memory to be used in high endurance environments like those normally limited to DRAM. Particularly, metadata including inodes used in file systems to maintain attributes for files and directories is frequently updated so that metadata can experience the endurance problem of nonvolatile memory.
It is desirable to provide an effective wear leveling design that has low computational complexity and low latency, and that can be compatible with existing virtual addressing schemes used for memory management.
SUMMARY
Technology is described that supports storage of data objects that are updated relatively often, in non-volatile memory having limited endurance, such as phase change memory, or in other memory types in which data is moved by memory management processes that may be independent of the character of the data object.
A system using the technology can include logic for wear-leveling with a marching strategy. The marching strategy uses an active window for performing wear-leveling in a region defined by the active window, and for changing the active window by expanding or shrinking the active window. Wear-leveling in a region is achieved by swapping frequently updated data objects into the active window, swapping infrequently updated data objects out of the active window, and swapping data objects inside address segments in the active window. Also, the active window can be moved, or “marched”, within the physical address space, according to a variety of window movement procedures, to distribute the utilization across the memory.
For example, a method for managing utilization of a memory including a physical address space is described that includes mapping logical addresses of data objects to locations within the physical address space, and defining a plurality of address segments in the physical address space as an active window. The method includes allowing writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window. The method includes, upon detection of a request to write a data object having a logical address mapped to a location outside the active window, updating the mapping so that the logical address maps to a selected location within the active window, and then allowing the write to the selected location. A described method includes a window movement procedure that includes maintaining access data indicating utilization of the plurality of address segments in the active window, and adding and removing address segments from the active window in response to the access data.
The method includes, when allowing the write to the selected location, moving a data object in the selected location to the location outside the active window and updating the mapping so that a logical address of the data object in the selected location is mapped to the location outside the window. The method includes identifying the selected location using a pointer, and incrementing the pointer to identify a next selected location to be used in case of another request to write to a location outside the active window.
In one example described herein, the access data includes a first window count (cntp) of accesses to the plurality of address segments in the active window. The method includes adding an address segment to the active window when the first window count (cntp) reaches a first threshold for the window and the logical address of the data object is mapped to a selected location outside the active window.
The access data can include a second window count (cntt) of accesses to the plurality of address segments in the active window, and a set of per-segment counts of accesses to corresponding address segments (states) in the active window. The method can include, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, removing an address segment including the location inside the active window from the active window when the second window count (cntt) reaches a second threshold for the window and the per-segment count (state) for the address segment reaches a per-segment threshold for the address segment (i.e. final state).
The plurality of address segments includes respective sets of more than two containers for the data objects. The method includes, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, swapping the data objects between two of the containers in the set of containers in a given address segment including the data object if the per-segment count of accesses (state) to the given address segment is below the per-segment threshold and the second window count (cntt) reaches the second threshold.
The step of maintaining access data includes incrementing the first window count (cntp) upon detection of a request to write a data object, and resetting the first window count (cntp) if the first window count (cntp) reaches the first threshold for the window. Likewise, the step of maintaining access data includes incrementing the second window count (cntt) upon detection of a request to write a data object, and resetting the second window count (cntt) if the second window count (cntt) reaches the second threshold for the window.
The address segment includes N containers where N is greater than 1, and the per-segment threshold for the address segment is N×(N−1). The step of swapping the data objects includes incrementing the per-segment count of accesses (state) to the given address segment.
A system using the technology can include logic for finding a particular object according to the mapping of the objects to addresses for corresponding containers and indirect pointers, and using the indirect pointer (e.g. target pointer) to access the particular object. The objects can be moved among the containers in the plurality of containers according to usage patterns in the memory (e.g. wear leveling) without changing the mapping.
For example, a method for memory management, is described that includes storing data objects in a plurality of containers having addresses and that comprise addressable units of a physical memory; using indirect pointers to access the data objects, the indirect pointer in a particular container pointing to the address of a container in the plurality of containers in which the corresponding data object is stored; and moving the data objects and updating the indirect pointers according to a wear leveling protocol for the physical memory. The indirect pointers can be stored in the same physical memory as the containers. Also, the indirect pointers can be stored in the containers.
In one example described herein, a method for memory management for a file system including a plurality of data objects comprises storing the data objects (e.g. inodes) in a plurality of containers that have addresses and include addressable units of a memory, mapping the objects (e.g. inodes) to addresses for corresponding containers in the plurality of containers, and storing indirect pointers (e.g. target pointers) in the containers. The indirect pointer in a particular container points to the address of a container in the plurality of containers in which the corresponding object is stored. The method includes storing source pointers in the containers. The source pointer in the particular container points to the address of the container in the plurality of containers to which the object stored in the particular container is mapped.
The method includes moving an object stored in a first one of the containers to a second one of the containers, and using the source pointer in the first one to find a third one to which the object is mapped. The method includes updating the indirect pointer in the third one to point to the second one, and updating the source pointer in the second one to point to the third one. The movement of the data object may be a product of wear leveling in the memory, or other memory management technique unrelated to the nature of the data object.
The method can include swapping a first data object stored in a first one of the containers with a second data object stored in a second one of the containers, where the first data object is mapped to a third one of the containers and the second data object is mapped to a fourth one of the containers. The swapping operation can correspond for example to a movement of one object from a physical location in the memory that has a higher access count, to a physical location that has a lower access count, and of the object stored in the lower access count location to the higher access count location, to improve wear leveling. The swapping method in this example includes using the source pointer in the first one to find the third one, and using the source pointer in the second one to find the fourth one. The method includes updating the indirect pointer in the third one to point to the container that is pointed to by the indirect pointer of the fourth one, and updating the indirect pointer in the fourth one to point to the container that was pointed to by the indirect pointer of the third one before the indirect pointer of the third one is updated. The method includes updating the source pointer in the second one to point to the third one, and updating the source pointer in the first one to point to the fourth one. In case indirect pointers and/or source pointers point to the containers that store the indirect pointers and/or source pointers, the third one of the containers and/or the fourth one of the containers can be the same as the first one of the containers and/or the second one of the containers.
The use of phase change memory for storage of data objects, like inodes, can be beneficial because of the high access speeds possible which enable real time reads and writes, along with the non-volatile nature of phase change memory, which may enable faster recovery from loss of power or other reset events. It is important for systems including memory management to complete atomic operations such as updating metadata of file systems including indirect pointers as described herein. Systems utilizing backup power (e.g. a supercapacitor) can help ensure that such atomic operations can complete and consequently the systems can recover from loss of power without loss of data including the indirect pointers.
Other aspects and advantages of the present invention can be seen on review of the drawings, the detailed description and the claims, which follow.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of an example memory management system.
FIGS. 2A and 2B illustrate updating a data object by swapping the data object into the active window.
FIGS. 3A and 3B illustrate adding an address segment to the active window.
FIGS. 4A and 4B illustrate swapping data objects between two containers in an address segment and removing another address segment from the active window.
FIG. 5 illustrates swapping of data objects between two containers in an address segment.
FIG. 6 is a flow chart for memory management using marching strategy.
FIG. 7A illustrates an inode container.
FIG. 7B illustrates example relationship between inodes stored in inode containers and respective files and directories represented by inodes.
FIG. 8 illustrates example states of inodes before they are moved among inode containers.
FIG. 9 illustrates updating indirect target pointers.
FIG. 10 illustrates swapping inodes and updating indirect source pointers.
FIG. 11 is a flow chart for memory management using inode containers with indirect pointers.
FIG. 12 is an alternative flow chart for memory management using inode containers with indirect pointers.
FIG. 13 is a block diagram of an example computer system.
DETAILED DESCRIPTION
A detailed description of embodiments of wear leveling with marching strategy is provided with reference to the Figures.
FIG. 1 is a block diagram of an example memory management system 100 using a method for managing utilization of a memory including a physical address space. The memory management system includes a file system interface 110 between user processes such as Application 1, Application 2, Application N and file system 120. File system 120 includes a user data manager 121 and a metadata manager 125. The file system 120 stores metadata 141 and user data 142 in phase change memory (PCM) 140. The physical address space can be in the phase change memory (PCM) 140, and metadata 141 can be in the physical address space. There can be a read cache 130 coupled between the file system 120 and the phase change memory 140.
When the file system interface 110 receives an input/output (I/O) request from a user process, it dispatches the request to the user data manager 121 in the file system 120 if the request is to access user data. Likewise, the file system interface 110 dispatches the request to the metadata manager 125 in the file system 120 if the request is to access metadata. The metadata manager 125 processes metadata, and includes an endurance-aware management unit 126 to prevent frequently updated metadata from wearing out PCM memory cells.
Metadata in a file system can include data objects such as inodes (i.e. index nodes) that provide information about attributes of data objects such as files and directories. A file or a directory can be represented by an inode. For instance, an inode can include such information as time and date when a file is created or modified, the author that creates the file, location where the file is created, size of the file, etc, but does not include the user data in the file. Thus size of an inode can be relatively small, for example, such as 128 bytes or 256 bytes. Modes are linked to memory locations that actually contain the user data.
FIGS. 2A and 2B illustrate updating a data object by swapping the data object into the active window. Logical addresses of data objects are mapped to locations within a physical address space. A plurality of address segments are defined in the physical address space as an active window. The active window can be moved, or “marched”, within the physical address space, according to a variety of window movement procedures, to distribute the utilization across the memory. Data objects having logical addresses mapped to locations within the plurality of address segments in the active window can be written to the locations. Address segments in the plurality of address segments include containers, and the locations within the plurality of address segments can be locations of the containers.
Upon detection of a request to write a data object having a logical address mapped to a location outside the active window, mapping between the logical address and the location outside the active window is updated so that the logical address maps to a selected location within the active window, and then the data object is written to the selected location within the active window. A data object that was in the selected location within the active window can be moved to the location outside the active window, and mapping can be updated so that a logical address of the data object that was in the selected location within the active window is mapped to the location outside the active window. The selected location within the active window is identified using a location pointer. The location pointer points to a location in which a less frequently updated data object will be swapped out or written to a location outside the active window. After the data object is swapped out, the location pointer is incremented to identify a next selected location to be used in case of another request to write to a location outside the active window.
As illustrated in the example of FIG. 2A, the active window 210 includes a first address segment 220 and a second address segment 230. The first address segment 220 includes a container storing data object E, while the second address segment 230 includes a container 231 storing data object B. The number of containers in an address segment can be decided by a file system (e.g. 120, FIG. 1) to suit particular data patterns. Although only 5 containers are illustrated for each of the first address segment 220 and the second address segment 230, an address segment can include other number of containers, such as 10 or 15 containers. Data object A is stored in a container 205 outside the active window 210 and will be swapped into the active window 210. A location pointer 250 identifies the container 231 storing data object B which will be swapped out of the active window 210. The solid arrow 260 indicates the direction in which the active window 210 marches by adding and removing address segments. In one embodiment, the active window 210 marches forward in the direction of increasing physical addresses. For instance, the active window 210 can start marching at the lowest physical address or any physical address. The dotted arrow 270 indicates which data objects are going to be swapped (e.g. A and B).
As illustrated in the example of FIG. 2B, two data objects (e.g. A and B) are swapped such that the container 231 in the second address segment 230 now stores data object A, while the container 205 outside the active window 210 now stores data object B. Thus data object A is collected into the active window for regional distribution as described in connection with FIGS. 4A and 5. The location pointer 250 is incremented to identify container 232 in the address segment 230 as the next selected location of container in the active window.
FIGS. 3A and 3B illustrate adding an address segment to the active window. Access data is maintained to indicate utilization of the plurality of address segments in the active window. Address segments can be added to or removed from the active window. The access data can include a first window count of accesses to the plurality of address segments in the active window. The first window count is used to set a sampling period for adding an address segment to the active window. In one embodiment, the first window count of accesses includes a count of writes to the plurality of address segments in the active window.
Upon detection of a request to write a data object having a logical address mapped to a location outside the active window, a container storing the data object is identified. If the first window count has reached a first threshold, an address segment is first found from the physical address space outside the active window, and then added to the active window. In addition, the container storing the data object at the location outside the active window is swapped with a container at a selected location within the active window as identified by a location pointer, and the location pointer is subsequently incremented to identify a next selected location to be used in case of another request to write to a location outside the active window, as described in connection with FIGS. 2A-2B.
As illustrated in the example of FIG. 3A, the active window 310 includes a first address segment 320 and a second address segment 330. The first address segment 320 includes a container storing data object E, while the second address segment 330 includes a container 331 storing data object A and a container 332 storing data object D. Data object C is stored in a container 305 outside the active window 310 and will be swapped into the active window 310. A location pointer 350 identifies the container 332 storing data object B which will be swapped out of the active window 310. The solid arrow 360 indicates the direction in which the active window 310 marches by adding and removing address segments. The dotted arrow 370 indicates which data objects are going to be swapped (e.g. D and C).
As illustrated in the example of FIG. 3B, an address segment 340 is first found from the physical address space outside the active window 310, and then added to the active window 310. In addition, two data objects (e.g. D and C) are swapped such that the container 332 in the second address segment 330 now stores data object C, while the container 305 outside the active window 310 now stores data object D. The location pointer 350 is incremented to identify container 333 in the address segment 330 as the next selected location of container in the active window.
FIGS. 4A and 4B illustrate swapping data objects between two containers in an address segment and removing another address segment from the active window. The access data can include a second window count of accesses to the plurality of address segments in the active window. The second window count is used to set a sampling period for removing an address segment from the active window. In one embodiment, the second window count of accesses includes a count of writes to the plurality of address segments in the active window.
Upon detection of a request to write a data object having a logical address mapped to a location inside the active window, a container storing the data object is identified. If the second window count has reached a second threshold, an address segment for the container storing the data object is identified. An address segment can include more than two containers for data objects. Data objects between two of the containers in an address segment including the data object can be swapped. A per-segment count of accesses to a given address segment is incremented each time data objects between two containers are swapped. The per-segment count of accesses can reach a per-segment threshold of N×(N−1), where N is the number of containers in an address segment. If the per-segment count of accesses for the given address segment has not reached the per-segment count, data objects between two containers within the given address segment are swapped and the per-segment count for the given address segment is incremented. Otherwise, if the per-segment count of accesses for the given address segment has reached the per-segment count, the given address segment is removed from the active window.
As illustrated in the example of FIG. 4A, the active window 410 includes a first address segment 420, a second address segment 430, and a third address segment 440. The first address segment 420 includes a container 421 storing data object E, while the second address segment 430 includes a container 431 storing data object A and a container 432 storing data object C. A location pointer 450 identifies a container 433 storing a data object which can be swapped out of the active window 410 in an operation to swap a data object into the active window, such as described in connection with FIGS. 2A and 2B. The solid arrow 460 indicates the direction in which the active window 410 marches by adding and removing address segments.
If upon detection of a request to write data object E, the second window count has not reached the second threshold and the container 421 storing the data object E is within the active window 410, the data object E is updated directly, without swapping an data object out of the active window 410 and without swapping two data objects in the first address segment 420 which stores the data object E, as illustrated in FIG. 4A.
As illustrated in the example of FIG. 4B, two data objects (e.g. A and C) are swapped such that the container 431 in the second address segment 430 now stores data object C, while the container 432 in the second address segment 430 now stores data object A. The location pointer 450 remains at container 433 in the address segment 430 as container 433 is still the next selected location of container in the active window. Swapping of two data objects within an address segment is used to distribute writes regionally for wear leveling, and is further described in connection with FIG. 5.
If the second window count has reached the second threshold, the container 420 storing the data object E is within the active window 410, and the per-segment count of accesses for the first address segment 420 has reached the per-segment count, then the first address segment 420 is removed from the active window 410, as also illustrated in the example of FIG. 4B. Overtime, the active window may contain non-continuous address segments as a result of removing address segments from the active window.
FIG. 5 illustrates swapping of data objects between two containers in an address segment. Upon detection of a request to write a data object having a logical address mapped to a location inside the active window, a container storing the data object is identified. If the second window count reaches the second threshold, and the container storing the data object is within the active window, then an address segment for the container storing the data object is identified. If a per-segment count of accesses (a.k.a. state) to the address segment is below a per-segment threshold (a.k.a. final state), then data objects are swapped between two containers in the address segment, and the per-segment count of accesses (a.k.a. state) is incremented by one (1).
For an address segment with N containers, the per-segment threshold (a.k.a. final state) is N×(N−1). As illustrated in the example of FIG. 5, an address segment includes 3 containers (e.g. 501, 502, 503) so the per-segment threshold (a.k.a. final state) is 3×(3−1)=6. At each state, two different containers are chosen for swapping in a circular pattern. For instance, at State=1, data objects A and B stored in two containers (e.g. 501 and 502) are swapped. At State=2, data objects A and C stored in two containers (e.g. 502 and 503) are swapped. At State=3, data objects B and A stored in two containers (e.g. 501 and 503) are swapped. At State=4-6, pairs of containers are chosen in a similar pattern.
Thus, when the per-segment count of accesses (a.k.a. state) to the address segment reaches the per-segment threshold (a.k.a. final state), each data object (e.g. A, B, or C) has a similar probability of staying in any container within the address segment. Since at most only two data objects can be swapped in an address segment each time the second window count reaches the second threshold, the technology described herein provides a wear leveling design that has low computational complexity and low latency.
In one embodiment, a Marching Algorithm describes a method for managing utilization of a memory including a physical address space. The Marching Algorithm updates a data object using the marching strategy as described herein. Pseudocode for Marching Algorithm is reproduced below. The pseudocode uses inode i as an example for a data object, a global count cntp for a first window count, and another global count cntt for a second window count. The first window count is associated with a first threshold Tp, and the second window count is associated with a second threshold Tt. The pseudocode uses an active window W that defines a plurality of address segments in the physical address space. Address segments include respective sets of more than two containers for the data objects. A location pointer p to point to a selected location of a container within an address segment w within the active window W.
Marching Algorithm
// upon detection of a request to update/write a data object (e.g. inode i)
 1 cntp++; // increment
 2 cntt++; // increment
 3 x = the container storing inode i;
// Expand the active window W
 4 if cntp == Tp then { // first window count reaches first threshold
 5 cntp = 0 ; // reset
 6 if x ∉W then { // data object not within the active window W
 7 w = an address segment found outside the active window W;
 8 EXPAND-WINDOW(W, w) ;// Expand W with w
}
}
// Shift an address segment w or shrink the active window W
 9 if cntt == Tt then { // second window count reaches second threshold
10 cntt = 0 ; // reset
11 if x W then {
12 w = the residing sub-window of container x;
13 if IS-FINAL-STATE(w) == FALSE then
14 SHIFT-SUB-WINDOW(w) ;// swap data objects within w
15 else
16 SHRINK-WINDOW(W, w) ;// remove w from W
}
}
// Swap inode i into W
17 if x ∉W then {
18 SWAP-INODE (x, p) ;
19 Let p point to the next container in W;
}
20 x = the container storing inode i;
21 x.inode = i;// Update inode i stored in container x;
Upon detection of a request to update a data object, such as an inode logic in accordance with Marching Algorithm can be invoked. On line 1 of Marching Algorithm, the first window count cntp is incremented (++). On line 2, the second window count cntt is incremented. On line 3, a selected location of a container x storing the inode i is identified. Depending on whether the selected location is within the active window W, the rest of Marching Algorithm can make different decisions on how to update the inode i.
On line 4, it is determined whether the first window count cntp has reached the first threshold Tp. If so, the first window count cntp is reset to a value such as 0 (line 5), and if the selected location is not within (∉) the active window W (line 6), an address segment is first found from the physical address space outside the active window (line 7) and then added to the active window (line 8). The address segment can be found using algorithms for memory management such as the next-fit algorithm, the first-fit algorithm, the best-fit algorithm, or the worst-fit algorithm.
After the operation to add an address segment to the active window, if necessary, is performed, it is determined whether the second window count cntt has reached the second threshold Tt (line 9). If so, the second window count cntt is reset to a value such as 0 (line 10), and then it is further determined whether the selected location is within (∈) the active window W (line 11). If so, an address segment w for the selected location of a container storing the data object such as inode i is identified (line 12).
As described herein, data objects between two containers within a given address segment can be swapped for purposes of wear leveling. Each time data objects between two containers are swapped, a per-segment count of accesses to the given address segment is incremented. The per-segment count of accesses can reach a per-segment threshold of N×(N−1), where N is the number of containers in the address segment.
If the per-segment count of accesses for the given address segment w has not reached the per-segment count (line 13), data objects between two containers within the given address segment w are swapped and the per-segment count for the given address segment w is incremented (line 14). Using the per-segment count, the function Is-Final-State (w) decides between which two containers in the given address segment w to swap data objects, swaps data objects stored in the two containers, and increments the per-segment count for the given address segment (line 13).
If the per-segment count of accesses for the given address segment w has reached the per-segment count (line 15), the given address segment w is removed from the active window W, as indicated by the SHRINK-WINDOW (W, w) function (line 16).
On line 17, after the operation to add an address segment to the active window, to remove an address segment from the active window, or to swap two data objects within a given address segment, if any, has been performed, it is determined whether the container x storing the inode i is not within (∉) the active window W (line 17). If not, the container at the selected location within the active window as identified by a location pointer p and the container x storing inode i are swapped, as indicated by the SWAP-INODE (x, p) function (line 18), and the location pointer p is subsequently incremented to identify a next selected location of container in the active window W (line 19). Then, the inode stored in container x is updated (lines 20-21).
FIG. 6 is a flow chart for memory management using the marching strategy. At Step 610, a request is detected to update a data object having a logical address mapped to a location outside the active window. At Step 620, the first window count and the second window count are incremented. At Step 625, it is determined whether the first window count has reached the first threshold for the window. If so, at Step 630, the first window count is reset to an initial value such as 0. At Step 635, it is determined whether the logical address of the data object is mapped to a selected location within the active window. If not, at Step 640, an address segment is first found from the physical address space and then added to the active window.
At Step 645, it is determined whether the second window count has reached a second threshold for the window. If so, at Step 650, the second window count is reset to an initial value such as 0. At Step 655, it is determined whether the logical address of the data object is mapped to a selected location within the active window. If yes, at Step 665, an address segment to which the logical address of the data object is mapped is first found, and it is further determined whether the per-segment count for the address segment has reached the per-segment threshold for the address segment. If the per-segment count for the address segment has reached the per-segment threshold, then at Step 670, the address segment is removed from the active window. If the per-segment count for the address segment has not reached the per-segment threshold, then at Step 680, data objects between two of containers in the set of containers for the address segment are swapped, and the per-segment count of accesses to the address segment is incremented. In one embodiment, if an address segment includes N containers, then the per-segment threshold for the address segment is N×(N−1).
At Step 690, after the operation to add an address segment to the active window, to remove an address segment from the active window, or to swap two data objects within an address segment, if any, has been performed, it is determined whether the logical address of the data object is mapped to a selected location within the active window. If not, the selected location within the active window is first identified using a pointer. The data object to be updated is written to the selected location, a data object previously in the selected location is moved to the location outside the active window, and the mapping is updated so that a logical address of the data object in the selected location is mapped to the location outside the window. The pointer is subsequently incremented to identify a next selected location to be used in case of another request to write to a location outside the active window.
FIGS. 7A-12 illustrate one embodiment of a swapping process corresponding to the SWAP-INODE function on line 18 of the Marching Algorithm and Step 690 in the flow chart in FIG. 6.
FIG. 7A illustrates an inode container that stores an inode, an indirect target pointer t, and an indirect source pointer t. An inode container can be referred to as a container. An indirect target pointer can be referred to as an indirect pointer. An indirect source pointer can be referred to as a source pointer.
FIG. 7B illustrates relationship between inodes (i.e. index nodes) stored in inode containers and respective files and directories represented by inodes. For example, inodes 0, 1, and 2 provide information about attributes of Directory A, Directory B, and File A, respectively. To access the user data in a file (e.g. File A), the file system (e.g. 120, FIG. 1) needs to access the inode corresponding to the file (e.g. inode 2).
Data objects (e.g. inodes 0, 1, 2, 5) are stored in a plurality of containers (i.e. inode containers 0, 1, 2, 5) in an inode area 710. The containers have addresses and include addressable units of a memory. The inode area 710 can be in a PCM memory. Data objects (e.g. inodes 0, 1, 2, 5) in the containers ( e.g. inode containers 0, 1, 2, 5) are mapped to addresses for corresponding containers in the plurality of containers. For instance, inodes 0, 1, 2, 5 are mapped to inode containers 0, 1, 2, 5, respectively, before any inodes are moved among the inode containers in the plurality of containers, for example according to usage patterns in the memory for purposes of memory management such as wear leveling.
Indirect target points (e.g. t=0, t=2, t=5, t=1) are stored in the inode containers ( e.g. inode containers 0, 1, 2, 5). An indirect target pointer t in a particular container points to the address of a container in the plurality of containers in which the corresponding object is stored. For example, the indirect target pointer t in a particular inode container 2 points to the address of inode container 5 in which the inode corresponding to inode container 2 is stored. For example, the indirect target pointer t in the particular inode container 1 points to the address of inode container 2 in which the inode corresponding to inode container 1 is stored.
Indirect source points (e.g. s=0, s=5, s=1, s=2) are stored in the inode containers ( e.g. inode containers 0, 1, 2, 5). An indirect source pointer s in a particular container points to the address of a container in the plurality of containers to which the object stored in the particular container is mapped. For example, the indirect source pointer s in the particular inode container 2 points to the address of inode container 1 to which the inode 1 stored in the particular inode container 2 is mapped. For example, the indirect source pointer s in the particular inode container 1 points to the address of inode container 5 to which the inode 5 stored in the particular inode container 1 is mapped.
A particular data object can be found by accessing the corresponding container according to the mapping of the objects to addresses for corresponding containers, and reading the indirect target pointer to access the particular object. For example, a particular data object inode 2 can be found by accessing the corresponding container (e.g. inode container 2) according to the mapping, and reading the indirect target pointer (e.g. t=5) to access the particular object inode 2 stored in inode container 5. For example, a particular data object inode 5 can be found by accessing the corresponding container (e.g. inode container 5) according to the mapping, and reading the indirect target pointer (e.g. t=1) to access the particular object inode 5 stored in inode container 1.
Thus, the file system (e.g. 120, FIG. 1) can access any particular inode by looking up only one indirect target pointer in an inode container corresponding to the particular inode, regardless of how many data objects are stored in the file system, or how many times the particular inode is moved among the inode containers in the plurality of containers.
Data objects (e.g. inodes) can be moved among the containers in the plurality of containers according to usage patterns in the memory (e.g. wear leveling) without changing the mapping of the data objects (e.g. inodes) to addresses for corresponding containers. As illustrated in FIG. 7B, although inodes have been moved among the containers such that inode 5 is not stored in inode container 5 but in inode container 1, and inode 1 is not stored in inode container 1 but in inode container 2, the file system can still access any particular inode by looking up only one indirect target pointer.
FIG. 8 corresponds to the inode area 710 in FIG. 7B, and illustrates example states of inodes before they are moved or swapped among inode containers as explained in connection with FIG. 9 and FIG. 10. In particular, Inode container 0 stores a data object (e.g. inode 0), and a source pointer s and a target pointer t both pointing to the address of the inode container 0. Inode container 1 stores a data object (e.g. inode 5), a source pointer s pointing to the address of inode container 5 to which the object (e.g. inode 5) stored in the inode container 1 is mapped, and a target pointer t pointing to the address of inode container 2 in which the corresponding object (e.g. inode 1) is stored. Inode container 5 stores a data object (e.g. inode 2), a source pointer s pointing to the address of inode container 2 to which the object (e.g. inode 2) stored in the inode container 5 is mapped, and a target pointer t pointing to the address of inode container 1 in which the corresponding object (e.g. inode 5) is stored.
Objects (e.g. inodes) are moved or swapped among containers according to usage patterns in the memory (e.g. wear leveling). To ensure that after objects are moved or swapped, the file system (e.g. 120, FIG. 1) can find a particular object by accessing the corresponding container and reading the indirect target pointer to access the particular object, source pointers and target pointers in the inode containers are updated when inodes are moved or swapped.
FIG. 9 illustrates updating indirect target pointers. A first data object (e.g. inode 5) stored in a first container (e.g. inode container 1) are to be swapped with a second data object (e.g. inode 0) stored in a second container (e.g. inode container 0). The first data object (e.g. inode 5) is mapped to a third container (e.g. inode container 5), and the second data object (e.g. inode 0) is mapped to a fourth container (e.g. inode container 0). In this example, the second container and the fourth container both refer to inode container 0, because the indirect source pointer s in inode container 0 points back to inode container 0. In general, the second container and the fourth container can refer to different containers. The indirect source pointer s in the first container (e.g. inode container 1) is used to find the third container (e.g. inode container 5). The indirect source pointer s in the second container to find the second or fourth container (e.g. inode container 0).
The indirect target pointer t in the third container (e.g. inode container 5) is updated to point to the container that is pointed to by the indirect target pointer t of the fourth container (e.g. inode container 0). The indirect target pointer t in the fourth container (e.g. inode container 0) is updated to point to the container that was pointed to by the indirect target pointer t of the third container before the indirect target pointer t of the third container is updated (e.g. inode container 1).
FIG. 10 illustrates swapping inodes and updating indirect source pointers. A first data object (e.g. inode 5) stored in a first container (e.g. inode container 1) is swapped with a second data object (e.g. inode 0) stored in a second container (e.g. inode container 0). The indirect source pointer s in the second container (e.g. inode container 0) is updated to point to the third container (e.g. inode container 5), and the indirect source pointer s in the first container (e.g. inode container 1) is updated to point to the fourth container (e.g. inode container 0), which is also referred to as the second container in this example.
Swapping a first data object (e.g. inode 5) stored in a first container (e.g. inode container 1) with a second data object (e.g. inode 0) stored in a second container (e.g. inode container 0) results in having the first data object stored in the second container and the second data object stored in the first container. For instance, swapping can be done by moving the second data object stored in the second container to a temporary storage space, moving the first data object stored in the first container to the second container, and then moving the second data object from the temporary storage space to the first container.
As illustrated in FIGS. 8, 9 and 10, inodes 0 and 5 initially stored in inode containers 0 and 1 are swapped after the target pointers are updated. Alternatively, inodes 0 and 5 initially stored in inode containers 0 and 1 can be swapped before the target pointers are updated.
In one embodiment, Algorithm 1 describes a method for memory management for a file system including a plurality of data objects. Pseudocode for Algorithm 1 is reproduced below:
1: xstmp=x.s;
2: ystmp=y.s;
3: swap (xstmp.t, ystmp.t);
4: swap (x.s, y.s);
5: swap (x.inode, y.inode);
In Algorithm 1, x and y represent first and second inode containers in a plurality of inode containers, x.s and y.s represent indirect source pointers in the first and second inode containers x and y, and x.inode and y.inode represent inodes stored in the first and second inode containers x and y. Indirect source pointers x.s and y.s point to third and fourth inode containers xstemp and ystemp. Third and fourth inode containers xstemp and ystemp store indirect target pointers xstemp.t and ystemp.t. Function swap ( ) represents a function that swaps two arguments given to the function. For instance, the two arguments can be two indirect target pointers, two indirect source pointers, or two inodes.
On line 1 of Algorithm 1, a third inode container xstemp is found by using the indirect source pointer x.s in the first inode container x. On line 2, a fourth inode container ystmp is found by using the indirect source pointer y.s in the second inode container y.
On line 3, indirect target pointers xstmp.t and ystmp.t stored in the third and fourth inode containers are swapped. On line 4, indirect source pointers x.s and y.s stored in the first and second inode containers are swapped. On line 5, inodes stored in the first and second inode containers are swapped.
In alternative embodiments, the swapping of inodes on line 5 can be executed before the swapping of indirect source pointers on line 4, or before the swapping of indirect target pointers on line 3.
FIG. 11 is a flow chart for memory management using inode containers with indirect pointers. At Step 1110, an object (e.g. inode 5, FIG. 9) stored in a first container (e.g. inode container 1, FIG. 9) is moved to a second container (e.g. inode container 0, FIG. 10). At Step 1120, a third container (e.g. inode container 5, FIG. 9) is found by using the indirect source pointer in the first container (e.g. inode container 1, FIG. 9). At Step 1130, the indirect target pointer in the third container (e.g. inode container 5, FIG. 10) is updated to point to the second container (e.g. inode container 0, FIG. 10). At Step 1140, the indirect source pointer in the second container (e.g. inode container 0, FIG. 10) is updated to the third container (e.g. inode container 5, FIG. 10). In alternative embodiments, Step 1110 can be executed between Steps 1130 and 1140, or after Step 1140.
FIG. 12 is an alternative flow chart for memory management using inode containers with indirect pointers. At Step 1210, a first data object (e.g. inode 5) stored in a first container (e.g. inode container 1) is swapped with a second data object (e.g. inode 0) in a second container (e.g. inode container 0), as illustrated in FIGS. 9 and 10. At Step 1220, a third container (e.g. inode container 5) is found by using the indirect source pointer in the first container (e.g. inode container 1), and a fourth container (e.g. inode container 0) is found by using the indirect source pointer in the second container (e.g. inode container 0), as illustrated in FIG. 8. In this example, the second container and the fourth container both refer to inode container 0, because the indirect source pointer s in inode container 0 points back to inode container 0. In general, the second container and the fourth container can refer to different containers.
At Step 1230, the indirect target pointers (e.g. t=1 and t=0) in the third and fourth containers (e.g. inode containers 5 and 0) are swapped, as illustrated in FIGS. 8 and 9. The indirect target pointers can be swapped by updating the indirect target pointer t in the third container (e.g. inode container 5) to point to the container that is pointed to by the indirect target pointer t of the fourth container (e.g. inode container 0), and by updating the indirect target pointer t in the fourth container (e.g. inode container 0) to point to the container that was pointed to by the indirect target pointer t of the third container before the indirect target pointer t of the third container is updated (e.g. inode container 1).
At Step 1240, the indirect source pointers (e.g. s=0 and s=5) in the first and second containers (e.g. inode containers 0 and 1) are swapped, as illustrated in FIGS. 9-10. The indirect source pointers can be swapped by updating the indirect source pointer s in the second container (e.g. inode container 0) to point to the third container (e.g. inode container 5), and by updating the indirect source pointer s in the first container (e.g. inode container 0) to point to the fourth container (e.g. inode container 0), which is also referred to as the second container in this example.
In alternative embodiments, Step 1210 can be executed between Steps 1230 and 1240, or after Step 1240.
FIG. 13 is a block diagram of an example computer system 1300, according to one implementation. Computer system 1300 can include a storage subsystem 1324 including a memory 1328 including a physical address space 1325, and a memory controller 1314 coupled to at least the memory 1328. The memory 1328 can be under memory management using the marching strategy as described herein. The memory 1328 can include data objects with logical addresses mapped to locations within the physical address space 1325 and store inode containers with indirect pointers 1327. The marching strategy can use the inode containers with indirect pointers.
The memory 1328 may include phase change memory materials, like chalcogenides, and other programmable resistance materials. Phase change memory materials may include alloys of materials such as germanium (Ge), antimony (Sb), tellurium (Te), gallium (Ga), indium (In), silver (Ag), selenium (Se), thallium (Ti), bismuth (Bi), tin (Sn), copper (Cu), palladium (Pd), lead (Pb), sulfur (S), and gold (Au). Phase change materials include GexSbxTex materials in general. Other programmable resistance memory can be used as well, including metal oxide memory, flash memory, electrolytic conductive bridge memory, and so on.
The memory controller 1314 includes programs or other logic for managing utilization of a memory (e.g. 1328) including a physical address space (e.g. 1325), using the marching strategy as described herein. The memory controller 1314 can include internal memory (1315) storing an active window defining address segments in the physical address space (e.g. 1325), and information used in managing the active window such as the per-segment counts of accesses to address segments in the active window. The active window can also be stored in a main random access memory (RAM) 1330 for storage of instructions and data during program execution. Physical to logical mapping can be stored in the main random access memory (RAM) 1330 or internal memory of the memory controller 1314.
In particular, the memory controller 1314 includes logic to map logical addresses of data objects to locations within the physical address space; logic to define a plurality of address segments in the physical address space as an active window; logic to allow writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window; logic, upon detection of a request to write a data object having a logical address mapped to a location outside the active window, to update the mapping so that the logical address maps to a selected location within the active window, and then to allow the write to the selected location; logic to move the active window in the physical address space including maintaining access data indicating utilization of the plurality of address segments in the active window, and adding and removing address segments from the active window in response to the access data; and logic to swap data objects between two containers in a set of containers in a given address segment in response to the access data.
The memory controller 1314 includes programs or other logic to perform memory management for a file system including a plurality of data objects. In particular, the memory controller 1314 includes logic to store the data objects (e.g. inodes) in a plurality of containers that has addresses and includes addressable units of a memory, to map the objects (e.g. inodes) to addresses for corresponding containers in the plurality of containers, and to store indirect pointers (e.g. target pointers) in the containers, where the indirect pointer in a particular container points to the address of a container in the plurality of containers in which the corresponding object is stored. The memory controller 1314 includes logic to store source pointers in the containers, where the source pointer in the particular container points to the address of the container in the plurality of containers to which the object stored in the particular container is mapped. The memory controller 1314 includes logic to move an object stored in a first one of the containers to a second one of the containers, and to use the source pointer in the first one to find a third one to which the object is mapped. The memory controller 1314 includes logic to update the indirect pointer in the third one to point to the second one, and updating the source pointer in the second one to point to the third one.
The memory controller 1314 may include a metadata manager 125 including an endurance-aware management unit 126 (FIG. 1). The example computer system 1300 and/or the memory controller 1314 may include logic to perform other tasks as set forth in the description for the method for memory management for a file system including a plurality of data objects such as files, directories, inodes, etc.
The memory 1328 may be on an integrated circuit, where the memory controller 1314 includes logic on the integrated circuit. Computer system 1300 may include a data processor 1316, wherein the memory controller 1314 includes logic on the data processor 1316. For example, the logic may include algorithms such as Marching Algorithm described herein.
The data processor 1316 communicates with a number of peripheral devices via bus subsystem 1312. These peripheral devices may include the storage subsystem 1324 including, for example, memory devices such as ROM and RAM, and the memory 1328 with wear leveling, user interface input devices 1322, user interface output devices 1320, and a network interface subsystem 1318. The input and output devices allow user interaction with computer system 1300. Network interface subsystem 1318 provides an interface to outside networks.
User interface input devices 1322 may include a keyboard; pointing devices such as a mouse, trackball, touchpad, or graphics tablet; a scanner; a touch screen incorporated into the display; audio input devices such as voice recognition systems and microphones; and other types of input devices. In general, use of the term “input device” is intended to include all possible types of devices and ways to input information into computer system 1300.
User interface output devices 1320 may include a display subsystem, a printer, a fax machine, or non-visual displays such as audio output devices. The display subsystem may include a cathode ray tube (CRT), a flat-panel device such as a liquid crystal display (LCD), a projection device, or some other mechanism for creating a visible image. The display subsystem may also provide a non-visual display such as via audio output devices. In general, use of the term “output device” is intended to include all possible types of devices and ways to output information from computer system 1300 to the user or to another machine or computer system.
Storage subsystem 1324 stores programming and data constructs that provide the functionality of some or all of the modules and methods described herein. These software modules are generally executed by data processor 1316 alone or in combination with other processors.
Memory subsystem 1326 used in the storage subsystem 1324 can include a number of memories including a main random access memory (RAM) 1330 for storage of instructions and data during program execution and a read only memory (ROM) 1332 in which fixed instructions are stored. The storage subsystem 1324 can provide persistent storage for program and data files, and may include a hard disk drive, a floppy disk drive along with associated removable media, a CD-ROM drive, an optical drive, or removable media cartridges. The modules implementing the functionality of certain implementations may be stored in the storage subsystem 1324, or in other machines accessible by the processor.
Bus subsystem 1312 provides a mechanism for letting the various components and subsystems of computer system 1300 communicate with each other as intended. Although bus subsystem 1312 is shown schematically as a single bus, alternative implementations of the bus subsystem may use multiple busses.
Computer system 1300 can be of varying types including a workstation, server, computing cluster, blade server, server farm, or any other data processing system or computing device. Due to the ever-changing nature of computers and networks, the description of computer system 1300 depicted in FIG. 13 is intended only as one example. Many other configurations of computer system 1300 are possible having more or fewer components than the computer system depicted in FIG. 13.
The present technology is applicable to memories with lifetime limitations including (PCM) phase change memory, NAND flash, NOR flash, magnetic random access memory (RAM), and resistive random access memory (RAM). The present technology is applicable to file systems including the EXT2/EXT3 file systems. Although the present specification uses inodes as an example of data objects, the present technology is also applicable to data objects that contain other types of metadata. For instance, the present technology is applicable to the File Allocation Table (FAT) in the FAT file system, and the Master File Table (MFT) of the New Technology File System (NTFS).
The present technology can be implemented in computer hardware, software, or firmware that has access to data objects such as metadata of a file system. The computer hardware, software, or firmware can include MMU, CPU, and reuseable hardware design units including intellectual property (IP) cores.
While the present invention is disclosed by reference to the preferred embodiments and examples detailed above, it is to be understood that these examples are intended in an illustrative rather than in a limiting sense. It is contemplated that modifications and combinations will readily occur to those skilled in the art, which modifications and combinations will be within the spirit of the invention and the scope of the following claims.

Claims (18)

What is claimed is:
1. A method for managing utilization of a memory including a physical address space, comprising:
mapping logical addresses of data objects to locations within the physical address space, wherein a plurality of address segments in the physical address space forms an active window, and the physical address space includes address segments outside the active window different than those of the plurality of address segments within the active window;
allowing writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window;
upon detection of a request to write a data object having a logical address mapped to a location outside the active window, updating the mapping so that the logical address maps to a selected location within the active window;
maintaining access data indicating utilization of the plurality of address segments in the active window; and
adding and removing address segments from the active window in response to the access data;
wherein the access data includes a second window count of accesses to the plurality of address segments in the active window, and a set of per-segment counts of accesses to corresponding address segments in the active window.
2. The method of claim 1, further comprising moving the active window in the physical address space.
3. The method of claim 1, wherein the access data includes a first window count of accesses to the plurality of address segments in the active window, including adding an address segment to the active window when the first window count reaches a first threshold for the window and the logical address of the data object is mapped to a selected location outside the active window.
4. The method of claim 3, wherein the step of maintaining access data includes incrementing the first window count upon detection of a request to write a data object, and resetting the first window count if the first window count reaches the first threshold for the window.
5. The method of claim 1, including, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, removing an address segment including the location inside the active window from the active window when the second window count reaches a second threshold for the window and the per-segment count for the address segment reaches a per-segment threshold for the address segment.
6. The method of claim 5, wherein the plurality of address segments include respective sets of more than two containers for the data objects, including upon detection of a request to write a data object having a logical address mapped to a location inside the active window, swapping the data objects between two of the containers in the set of containers in a given address segment including the data object if the per-segment count of accesses to the given address segment is below the per-segment threshold and the second window count reaches the second threshold.
7. The method of claim 1, including upon said detection, moving a data object in the selected location to said location outside the active window and updating the mapping so that a logical address of the data object in the selected location is mapped to said location outside the active window, wherein the data object moved is one of the data objects having logical addresses mapped to locations within the plurality of address segments in the active window before said moving.
8. The method of claim 1, including identifying the selected location using a pointer, and incrementing the pointer to identify a next selected location to be used in case of another request to write to a location outside the active window.
9. The method of claim 1, wherein the mapping includes indirect pointers stored in the memory that includes the plurality of address segments.
10. An apparatus, comprising:
a memory including a physical address space; and
a memory controller coupled to the memory, including logic to map logical addresses of data objects to locations within the physical address space; logic to define a plurality of address segments in the physical address space as an active window, wherein the physical address space includes address segments outside the active window different than those of the plurality of address segments within the active window; logic to allow writes of data objects having logical addresses mapped to locations within the plurality of address segments in the active window; logic, upon detection of a request to write a data object having a logical address mapped to a location outside the active window, to update mapping so that the logical address maps to a selected location within the active window; logic to maintain access data indicating utilization of the plurality of address segments in the active window; and logic to add and to remove address segments from the active window in response to the access data,
wherein the access data includes a second window count of accesses to the plurality of address segments in the active window, and a set of per-segment counts of accesses to corresponding address segments in the active window.
11. The apparatus of claim 10, wherein the memory controller further including logic to move the active window in the physical address space.
12. The apparatus of claim 10, wherein the access data includes a first window count of accesses to the plurality of address segments in the active window, and the memory controller includes logic to add an address segment to the active window when the first window count reaches a first threshold for the window and the logical address of the data object is mapped to a selected location outside the active window.
13. The apparatus of claim 12, wherein the logic to maintain access data includes logic to increment the first window count upon detection of a request to write a data object, and logic to reset the first window count if the first window count reaches the first threshold for the window.
14. The apparatus of claim 10, wherein the memory controller includes logic, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, to remove an address segment including the location inside the active window from the active window when the second window count reaches a second threshold for the window and the per-segment count for the address segment reaches a per-segment threshold for the address segment.
15. The apparatus of claim 14, wherein the plurality of address segments include respective sets of more than two containers for the data objects, and the memory controller includes logic, upon detection of a request to write a data object having a logical address mapped to a location inside the active window, to swap the data objects between two of the containers in the set of containers in a given address segment including the data object if the per-segment count of accesses to the given address segment is below the per-segment threshold and the second window count reaches the second threshold.
16. The apparatus of claim 10, wherein the memory controller includes logic, upon said detection, to move a data object in the selected location to said location outside the active window and to update the mapping so that a logical address of the data object in the selected location is mapped to said location outside the active window, wherein the data object moved is one of the data objects having logical addresses mapped to locations within the plurality of address segments in the active window before the data object is moved.
17. The apparatus of claim 10, wherein the memory controller includes logic to identify the selected location using a pointer, and logic to increment the pointer to identify a next selected location to be used in case of another request to write to a location outside the active window.
18. The apparatus of claim 10, wherein the mapping includes indirect pointers stored in the memory that includes the plurality of address segments.
US13/969,462 2013-01-03 2013-08-16 Wear leveling with marching strategy Active 2034-06-17 US9501396B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US13/969,462 US9501396B2 (en) 2013-01-03 2013-08-16 Wear leveling with marching strategy
CN201310471821.9A CN103914398B (en) 2013-01-03 2013-10-11 Method and device for managing utilization of memory including physical address space
TW102148313A TWI501081B (en) 2013-01-03 2013-12-26 Wear leveling with marching strategy

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201361748616P 2013-01-03 2013-01-03
US13/969,462 US9501396B2 (en) 2013-01-03 2013-08-16 Wear leveling with marching strategy

Publications (2)

Publication Number Publication Date
US20140189286A1 US20140189286A1 (en) 2014-07-03
US9501396B2 true US9501396B2 (en) 2016-11-22

Family

ID=51018665

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/939,948 Active 2034-05-14 US9547586B2 (en) 2013-01-03 2013-07-11 Metadata containers with indirect pointers
US13/969,462 Active 2034-06-17 US9501396B2 (en) 2013-01-03 2013-08-16 Wear leveling with marching strategy

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/939,948 Active 2034-05-14 US9547586B2 (en) 2013-01-03 2013-07-11 Metadata containers with indirect pointers

Country Status (3)

Country Link
US (2) US9547586B2 (en)
CN (1) CN103914398B (en)
TW (1) TWI501081B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105164977A (en) * 2013-01-18 2015-12-16 惠普发展公司,有限责任合伙企业 Preventing a memory attack to a wireless access point
US9753649B2 (en) * 2014-10-27 2017-09-05 Sandisk Technologies Llc Tracking intermix of writes and un-map commands across power cycles
US9830087B2 (en) * 2014-11-13 2017-11-28 Micron Technology, Inc. Memory wear leveling
TWI553477B (en) * 2015-06-12 2016-10-11 群聯電子股份有限公司 Memory management method, memory control circuit unit and memory storage device
KR102522154B1 (en) * 2016-03-15 2023-04-17 에스케이하이닉스 주식회사 Controller of semiconductor memory device and operating method thereof
US10521126B2 (en) 2016-08-11 2019-12-31 Tuxera, Inc. Systems and methods for writing back data to a storage device
US10528479B2 (en) * 2017-06-02 2020-01-07 Huawei Technologies Co., Ltd. Global variable migration via virtual memory overlay technique for multi-version asynchronous dynamic software update
TWI656531B (en) * 2018-04-11 2019-04-11 群聯電子股份有限公司 Average wear method, memory control circuit unit and memory storage device
US10817430B2 (en) * 2018-10-02 2020-10-27 Micron Technology, Inc. Access unit and management segment memory operations

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6000006A (en) * 1997-08-25 1999-12-07 Bit Microsystems, Inc. Unified re-map and cache-index table with dual write-counters for wear-leveling of non-volatile flash RAM mass storage
US20070067575A1 (en) * 2005-09-20 2007-03-22 Morris John M Method of managing cache memory based on data temperature
US20070150689A1 (en) 2005-12-22 2007-06-28 Pandit Anil K Effective wear-leveling and concurrent reclamation method for embedded linear flash file systems
US20070208904A1 (en) * 2006-03-03 2007-09-06 Wu-Han Hsieh Wear leveling method and apparatus for nonvolatile memory
US20070294490A1 (en) * 2006-06-20 2007-12-20 International Business Machines Corporation System and Method of Updating a Memory to Maintain Even Wear
US20080082735A1 (en) * 2006-09-29 2008-04-03 Kabushiki Kaisha Toshiba Nonvolatile semiconductor memory device
US20090089485A1 (en) * 2007-09-27 2009-04-02 Phison Electronics Corp. Wear leveling method and controller using the same
US7599139B1 (en) * 2007-06-22 2009-10-06 Western Digital Technologies, Inc. Disk drive having a high performance access mode and a lower performance archive mode
US20090254729A1 (en) * 2008-04-07 2009-10-08 Skymedi Corporation Method of wear leveling for a non-volatile memory
US20090276470A1 (en) 2008-05-05 2009-11-05 Vijayarajan Rajesh Data Processing System And Method
US7620769B2 (en) * 2000-01-06 2009-11-17 Super Talent Electronics, Inc. Recycling partially-stale flash blocks using a sliding window for multi-level-cell (MLC) flash memory
US20110055458A1 (en) * 2009-09-03 2011-03-03 248 Solid State, Inc. Page based management of flash storage
US8028121B2 (en) * 2006-12-18 2011-09-27 Samsung Electronics Co., Ltd. Method and apparatus for detecting static data area, wear-leveling, and merging data units in nonvolatile data storage device
US20110238892A1 (en) * 2010-03-24 2011-09-29 Lite-On It Corp. Wear leveling method of non-volatile memory
US20120297123A1 (en) * 2011-05-19 2012-11-22 International Business Machines Corporation Wear leveling
US20130326148A1 (en) * 2012-06-01 2013-12-05 Po-Chao Fang Bucket-based wear leveling method and apparatus
US8656083B2 (en) * 2007-12-21 2014-02-18 Spansion Llc Frequency distributed flash memory allocation based on free page tables
US20140122774A1 (en) * 2012-10-31 2014-05-01 Hong Kong Applied Science and Technology Research Institute Company Limited Method for Managing Data of Solid State Storage with Data Attributes
US20140173177A1 (en) * 2012-12-17 2014-06-19 International Business Machines Corporation Write Performance In Solid State Storage by Recognizing Copy Source to Target Operations and Only Storing Updates Instead of Entire Block
US8819380B2 (en) * 2012-03-21 2014-08-26 International Business Machines Corporation Consideration of adjacent track interference and wide area adjacent track erasure during block allocation

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100297986B1 (en) * 1998-03-13 2001-10-25 김영환 Wear levelling system of flash memory cell array and wear levelling method thereof
US6775672B2 (en) * 2001-12-19 2004-08-10 Hewlett-Packard Development Company, L.P. Updating references to a migrated object in a partition-based distributed file system
US7441067B2 (en) * 2004-11-15 2008-10-21 Sandisk Corporation Cyclic flash memory wear leveling
US8683228B2 (en) * 2007-01-16 2014-03-25 Terry Lee Stokes System and method for WORM data storage
US7996599B2 (en) * 2007-04-25 2011-08-09 Apple Inc. Command resequencing in memory operations
US8275928B2 (en) * 2008-05-15 2012-09-25 Silicon Motion, Inc. Memory module and method for performing wear-leveling of memory module using remapping, link, and spare area tables
US20150143021A1 (en) * 2012-12-26 2015-05-21 Unisys Corporation Equalizing wear on storage devices through file system controls

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6000006A (en) * 1997-08-25 1999-12-07 Bit Microsystems, Inc. Unified re-map and cache-index table with dual write-counters for wear-leveling of non-volatile flash RAM mass storage
US7620769B2 (en) * 2000-01-06 2009-11-17 Super Talent Electronics, Inc. Recycling partially-stale flash blocks using a sliding window for multi-level-cell (MLC) flash memory
US20070067575A1 (en) * 2005-09-20 2007-03-22 Morris John M Method of managing cache memory based on data temperature
US20070150689A1 (en) 2005-12-22 2007-06-28 Pandit Anil K Effective wear-leveling and concurrent reclamation method for embedded linear flash file systems
US20070208904A1 (en) * 2006-03-03 2007-09-06 Wu-Han Hsieh Wear leveling method and apparatus for nonvolatile memory
US20070294490A1 (en) * 2006-06-20 2007-12-20 International Business Machines Corporation System and Method of Updating a Memory to Maintain Even Wear
US20080082735A1 (en) * 2006-09-29 2008-04-03 Kabushiki Kaisha Toshiba Nonvolatile semiconductor memory device
US8028121B2 (en) * 2006-12-18 2011-09-27 Samsung Electronics Co., Ltd. Method and apparatus for detecting static data area, wear-leveling, and merging data units in nonvolatile data storage device
US7599139B1 (en) * 2007-06-22 2009-10-06 Western Digital Technologies, Inc. Disk drive having a high performance access mode and a lower performance archive mode
US20090089485A1 (en) * 2007-09-27 2009-04-02 Phison Electronics Corp. Wear leveling method and controller using the same
US8656083B2 (en) * 2007-12-21 2014-02-18 Spansion Llc Frequency distributed flash memory allocation based on free page tables
US20090254729A1 (en) * 2008-04-07 2009-10-08 Skymedi Corporation Method of wear leveling for a non-volatile memory
US20090276470A1 (en) 2008-05-05 2009-11-05 Vijayarajan Rajesh Data Processing System And Method
US20110055458A1 (en) * 2009-09-03 2011-03-03 248 Solid State, Inc. Page based management of flash storage
US20110238892A1 (en) * 2010-03-24 2011-09-29 Lite-On It Corp. Wear leveling method of non-volatile memory
US20120297123A1 (en) * 2011-05-19 2012-11-22 International Business Machines Corporation Wear leveling
US8819380B2 (en) * 2012-03-21 2014-08-26 International Business Machines Corporation Consideration of adjacent track interference and wide area adjacent track erasure during block allocation
US20130326148A1 (en) * 2012-06-01 2013-12-05 Po-Chao Fang Bucket-based wear leveling method and apparatus
US20140122774A1 (en) * 2012-10-31 2014-05-01 Hong Kong Applied Science and Technology Research Institute Company Limited Method for Managing Data of Solid State Storage with Data Attributes
US20140173177A1 (en) * 2012-12-17 2014-06-19 International Business Machines Corporation Write Performance In Solid State Storage by Recognizing Copy Source to Target Operations and Only Storing Updates Instead of Entire Block

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Chanik Park, Wonmoon Cheon, Jeonguk Kang, Kangho Roh, Wonhee Cho, and Jin-Soo Kim. 2008. A reconfigurable FTL (flash translation layer) architecture for NAND flash-based applications. ACM Trans. Embed. Comput. Syst. 7, 4, Article 38 (Aug. 2008), 23 pages. *

Also Published As

Publication number Publication date
US20140189276A1 (en) 2014-07-03
US20140189286A1 (en) 2014-07-03
CN103914398B (en) 2017-04-12
TW201432446A (en) 2014-08-16
US9547586B2 (en) 2017-01-17
TWI501081B (en) 2015-09-21
CN103914398A (en) 2014-07-09

Similar Documents

Publication Publication Date Title
US9501396B2 (en) Wear leveling with marching strategy
US10089191B2 (en) Selectively persisting application program data from system memory to non-volatile data storage
US9251056B2 (en) Bucket-based wear leveling method and apparatus
US11656803B2 (en) Tiering data strategy for a distributed storage system
JP6882662B2 (en) Migration program, information processing device and migration method
US9558108B2 (en) Half block management for flash storage devices
US8799611B2 (en) Managing allocation of memory pages
US8583890B2 (en) Disposition instructions for extended access commands
CN109074308A (en) The block conversion table (BTT) of adaptability
US20240078187A1 (en) Per-process re-configurable caches
US10482012B1 (en) Storage system and method of operating thereof
JP2017097861A (en) Memory devices and methods
US9372700B2 (en) Network boot system
EP3724774B1 (en) Rinsing cache lines from a common memory page to memory
CN111522512A (en) Optimized cold and hot data separation method and device, computer equipment and storage medium
US11221985B2 (en) Metadata space efficient snapshot operation in page storage
CN113849346A (en) Data backup method, device and equipment
US10572382B2 (en) Method of operating data storage device and method of operating data processing system including the same
CN117215968A (en) Method and system for reducing on time of solid state device

Legal Events

Date Code Title Description
AS Assignment

Owner name: MACRONIX INTERNATIONAL CO., LTD., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHANG, HUNG-SHENG;WANG, CHENG-YUAN;LI, HSIANG-PANG;AND OTHERS;SIGNING DATES FROM 20130731 TO 20130802;REEL/FRAME:031029/0736

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

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

Year of fee payment: 4

MAFP Maintenance fee payment

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

Year of fee payment: 8