US20150019766A1 - Buffer memory reservation techniques for use with a nand flash memory - Google Patents
Buffer memory reservation techniques for use with a nand flash memory Download PDFInfo
- Publication number
- US20150019766A1 US20150019766A1 US13/940,050 US201313940050A US2015019766A1 US 20150019766 A1 US20150019766 A1 US 20150019766A1 US 201313940050 A US201313940050 A US 201313940050A US 2015019766 A1 US2015019766 A1 US 2015019766A1
- Authority
- US
- United States
- Prior art keywords
- buffer
- memory
- region
- host
- read
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F5/00—Methods or arrangements for data conversion without changing the order or content of the data handled
- G06F5/06—Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
- G06F5/10—Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor having a sequence of storage locations each being individually accessible for both enqueue and dequeue operations, e.g. using random access memory
- G06F5/12—Means for monitoring the fill level; Means for resolving contention, i.e. conflicts between simultaneous enqueue and dequeue operations
- G06F5/14—Means for monitoring the fill level; Means for resolving contention, i.e. conflicts between simultaneous enqueue and dequeue operations for overflow or underflow handling, e.g. full or empty flags
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/061—Improving I/O performance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0238—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
- G06F12/0246—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0655—Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
- G06F3/0656—Data buffering arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0673—Single storage device
- G06F3/0679—Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]
Definitions
- This disclosure relates generally to buffer management techniques, and more particularly to techniques for improving buffer utilization efficiency.
- I/O circuits including input buffer memory are utilized in a variety of devices and systems.
- I/O circuits and buffer memory may be used in connection with nonvolatile memory (NVM) systems for a variety of applications.
- NVM nonvolatile memory
- Some nonvolatile memory systems are embedded in a larger system such as a personal computer, for example, as a Solid State Drive (SSD).
- SSD Solid State Drive
- Other removable nonvolatile memory systems are connected to a host system and may be interchanged between different host systems. Examples of nonvolatile memory systems include memory cards, USB flash drives, and removable SSDs.
- Electronic circuit cards, including non-volatile memory cards have been commercially implemented according to a number of well-known standards. Memory cards are used with personal computers, cellular telephones, personal digital assistants (PDAs), digital still cameras, digital movie cameras, portable audio players and other host electronic devices for the storage of large amounts of data.
- PDAs personal digital assistants
- Such cards usually contain a re-programmable non-volatile semiconductor memory cell array along with a controller that controls and supports operation of the memory cell array and interfaces with a host to which the card is connected.
- a controller that controls and supports operation of the memory cell array and interfaces with a host to which the card is connected.
- Several of the same type of card may be interchanged in a host card slot designed to accept that type of card.
- Memory card standards include PC Card, CompactFlashTM card (CFTM card), SmartMediaTM card, MultiMediaCard (MMCTM), Secure Digital (SD) card, miniSDTM card, Subscriber Identity Module (SIM), Memory StickTM, Memory Stick Duo card and microSD/TransFlashTM memory module standards.
- the controller may be configured to manage the NVM and buffer memory, so as to fulfill the request.
- Request fulfillment should be as speedy and reliable as possible, while minimizing system overhead requirements such as buffer memory capacity.
- buffer management techniques that improve buffer utilization efficiency are desirable.
- a buffer is managed by receiving, at a memory controller, a read/write request from a host, the read/write request corresponding to a plurality of data transfer requests.
- the memory controller : (i) dynamically reserves, responsive to the read/write request, at least one buffer region from the buffer; (ii) assigns a dynamic buffer group index (DPGI) to each reserved buffer region; (iii) associates the DPGI with the read/write request; (iv) receives at least one of the data transfer requests; (v) associates the DPGI with the at least one data transfer requests; (vi) selects one or more reserved buffer regions having been assigned the DPGI; and (vii) executes the at least one data transfer request using the selected one or more reserved buffer regions.
- DPGI dynamic buffer group index
- the selected one or more reserved buffer regions may be released for reuse.
- the buffer may be a portion of a non-volatile memory array or a portion of a random access memory.
- the memory controller is in firmware.
- a memory device includes a non-volatile memory array, a buffer memory, and a memory controller.
- the memory controller is configured to: receive a read/write request from a host, the read/write request corresponding to a plurality of data transfer requests; dynamically reserve, responsive to the read/write request, at least one buffer region from the buffer memory; assign a dynamic buffer group index (DPGI) to each reserved buffer region; associate the DPGI with the read/write request; receive at least one of the data transfer requests; associate the DPGI with the at least one data transfer requests; select one or more reserved buffer regions having been assigned the DPGI; and execute the at least one data transfer request, from the non-volatile memory array to the host, using the selected one or more reserved buffer regions.
- DPGI dynamic buffer group index
- data is read from a memory by: (i) receiving, at a memory controller, from a host, a request to read a data block from the memory; (ii) performing a sense operation on a first portion of the NAND flash memory, the first portion being within the data block and substantially smaller than the data block; (iii) preparing first results of the sense operation for transfer to the host; (iv) reserving a first region of a buffer, the reserved buffer region being at least as large as the first portion and substantially smaller than the data block; (v) storing the first results in the reserved buffer region; and (vi) transferring the first results from the reserved buffer region to the host.
- a sense operation may be performed on a second portion of the memory, the second portion being within the data block and substantially smaller than the data block; second results of the sense operation may be prepared for transfer to the host, and stored in a second region of the buffer; and the second results may be transferred from the second region of the buffer to the host.
- the first region and the second region describe an identical single region of the buffer.
- the first region of the buffer may be made available for an unrelated process during the sense operation.
- the request to read a data block may identify a smallest requested data unit and a size of the buffer may be selected to correspond with the smallest requested data unit.
- a size of the data block may be 16 K and the smallest data unit may be 4 K.
- a memory device includes a non-volatile memory array, a buffer memory, and a memory controller.
- the memory controller is configured to: receive, at a memory controller, from a host, a request to read a data block from the memory; perform a sense operation on a first portion of the NAND flash memory, the first portion being within the data block and substantially smaller than the data block; prepare first results of the sense operation for transfer to the host; reserve a first region of a buffer, the reserved buffer region being at least as large as the first portion and substantially smaller than the data block; store the first results in the reserved buffer region; and transfer the first results from the reserved buffer region to the host.
- FIG. 1 illustrates a block diagram of an example system including a memory device.
- FIG. 2 illustrates a block diagram of a system implementation including a memory device.
- FIG. 3 illustrates a logic block diagram of an implementation for managing a buffer of a memory device.
- FIG. 4 illustrates a process flow diagram of an implementation for managing a buffer of a memory device.
- FIG. 5 illustrates a block diagram of a further system implementation including a memory device.
- FIG. 6 illustrates a logic block diagram of an implementation for managing a buffer of a memory device.
- FIG. 7 illustrates a process flow diagram of an implementation for managing a buffer of a memory device.
- This disclosure provides examples of circuits, devices, systems, and methods for managing buffer memory associated with an NVM or flash memory device. Particular implementations described herein relate to circuits, devices, systems, and methods that improve buffer utilization efficiency. In some implementations, buffer utilization efficiency is improved by dynamically allocating buffer space following receipt of read/write request. In some implementations, a region of a buffer is reserved for use during data transfer from a non-volatile memory array, and made available for an unrelated process during a sense operation associated with the data transfer.
- circuits described herein can be utilized in a variety of applications.
- the circuits described herein are used in digital electronic devices or systems.
- the circuits described herein can be used in a memory device.
- the circuits can be used in solid state memory devices such as memory cards, USB flash drives, and removable SSDs.
- the circuits can be input/output I/O circuits (or interfaces) for a controller, such as a memory controller.
- the memory controller can be used in a host interface for a memory card such as, for example, a PC Card, a CFTM card, a SmartMediaTM card, a MMCTM card, an SD card, a miniSDTM card, a SIM card, a Memory StickTM card, a Memory Stick Duo card, a microSD/TransFlashTM card, a Compact Flash card, or an iNAND card.
- a memory card such as, for example, a PC Card, a CFTM card, a SmartMediaTM card, a MMCTM card, an SD card, a miniSDTM card, a SIM card, a Memory StickTM card, a Memory Stick Duo card, a microSD/TransFlashTM card, a Compact Flash card, or an iNAND card.
- the circuits can be used in other devices or systems.
- various implementations described herein can be used in any circuit in which speed and noise immunity are desired, including non-memory circuits.
- the data storage device 102 may respond to a request 132 from the host device to read or write data from/to the data storage device 102 . More particularly, the host device may interface with a memory controller 110 , which may be configured to control data transfer from/to a memory 104 and a buffer 108 .
- the host device may be, for example, a mobile telephone, a music or video player, a personal digital assistant (PDA), a gaming device, an electronic-book reader, a camera, a computer (such as a laptop or notebook computer), any other electronic device, or any combination thereof that is configured to be operatively coupled to the data storage device 102 .
- the host device may be configured to send instructions to the data storage device 102 , such as read/write request 132 .
- the data storage device 102 may be a memory card, such as a Secure Digital SD.®. card, a microSD.®. card, a miniSD..TM. card (trademarks of SD-3C LLC, Wilmington, Del.), a MultiMediaCard..TM. (MMC..TM.) card (trademark of JEDEC Solid State Technology Association, Arlington, Va.), or a CompactFlash.®. (CF) card (trademark of SanDisk Corporation, Milpitas, Calif.).
- the data storage device 102 may be an embedded memory in the host device, such as eMMC.®. (trademark of JEDEC Solid State Technology Association, Arlington, Va.) and eSD, as illustrative examples.
- data storage device 102 includes the memory controller 110 , the memory 104 , and the buffer 108 .
- the memory 104 may be a solid state non-volatile memory, such as a flash memory.
- the memory 104 may include a NAND flash memory array.
- the memory controller 110 may be configured to receive messages, such as the read/write request 132 from the host device.
- the read/write request 132 may include a request for read access or a request for write access to the memory 104 .
- the controller 110 may be configured to control retrieval of data from the memory 104 that is requested by the host device and to control sending of requested data to the host device.
- the controller 110 may be configured to control recording of data to the memory 104 that is requested by the host device and to initiate reception of requested data from the host device.
- the memory 104 may include stored data, addressable in terms of data blocks, such as data block 0 120 through data block N 126 .
- the memory 104 may include first data block (Data 1) 122 that is sequentially followed by second data block (Data 2) 124 .
- each data block may correspond to one or more word lines of the memory 104 , portions of a word line, such as sectors, or data stored in multiple sequential memory addresses of the memory 104 , as illustrative, non-limiting examples.
- the memory 104 is illustrated as storing the data blocks 120 - 126 , it will be appreciated that the memory 104 may, additionally, store other data.
- the buffer 108 may be configured to store data that is accessible to be read from or written to the buffer 108 by the host device.
- the buffer 108 may include a random access memory (RAM) that is accessible by the controller 110 .
- Data read from the memory 104 may be processed prior to being usable by the host device.
- error correction processing such as an error correction coding (ECC) process, may be performed on the data that is read from the memory 104 to identify and correct one or more bit errors that may occur within the memory 104 and/or during a data transfer operation.
- ECC error correction coding
- the error corrected data may be stored within the buffer 108 , such as buffered first data 154 (Data 1) and buffered second data 156 (Data 2), as illustrated in FIG. 1 .
- the read/write request 132 may be sent from the host device and received at the memory controller 110 .
- the memory controller 110 may reserve regions of buffer 108 to facilitate transfer of data between the memory 104 and the host device. For example, in the illustrated implementation, a reserved buffer region (RBR) may be allocated for each of Data 1 154 and Data 2 156 , which correspond, respectively, to Data 1 122 and Data 2 124 .
- RBR reserved buffer region
- an RBR is allocated statically, meaning one or both of the size and location of the RBR is fixed while fulfillng a read/write request execution or during a time period that an associated data path is established.
- memory controller 210 may be configured to receive read/write request 132 from the host device.
- the read/write request 132 may correspond to, and/or include, a plurality of data transfer requests 233 . Responsive to the read/write request, the memory controller 210 may be configured to dynamically reserve at least one RBR 209 from the buffer.
- Memory controller 210 may be configured to assign a dynamic buffer group index (DPGI) to each RBR and associate the DPGI with the read/write request 132 . Then, when memory controller 210 receives a data transfer request 233 (i), the memory controller may be configured to associate the DPGI with the data transfer requests 233 (i) and to select the RBR 209 as having been assigned the DPGI.
- DPGI dynamic buffer group index
- the memory controller 210 may be configured to execute data transfer request 233 (i) using the selected RBR 209 .
- command sequencer 311 and data path manager 316 may be divided into functional blocks labeled as command sequencer 311 and data path manager 316 .
- command sequencer 311 and data path manager 316 may be configured to exchange instructions and information in the following manner.
- command sequencer 311 may receive read/write request 132 .
- read/write request 132 is a write request, particularly where the write request includes a large number of data transfer requests 233 (i).
- command sequencer 311 may transmit to data path manager 316 a request to reserve buffer space. Responsive to the request, the data path manager 316 may, at block 302 , create a dynamic buffer group (DBG). The DBG may also be assigned a respective dynamic buffer group index (DBGI). In an implementation, the data path manager 316 may assign to the DBG some number ‘n’ of discrete buffer regions drawn from a common buffer pool. Accordingly, the data path manager 316 may withdraw (subtract) n buffers from the common buffer pool.
- DBG dynamic buffer group
- DBGI dynamic buffer group index
- Data path manager 316 may then transmit to command sequencer 311 a response that includes the DBGI and the number of available buffers, and/or some other indication of the size of the buffer space assigned to the DBG.
- command sequencer 311 may store the DBGI and use it in subsequent datapath (DP) requests. Command sequencer 311 may then transmit to data path manager 316 a DP setup request.
- DP datapath
- the data path manager 316 may, at block 304 , subtract an amount of buffer space from the DBG corresponding to the DP request, and transmit an acknowledgment of the DP request to the command sequencer 311 . In some implementations, if an amount of available buffer space is insufficient to fulfill the DP request, data path manager 316 may pause the process until sufficient buffer space becomes available.
- command sequencer 311 may, at block 305 , wait for the requested data transfer to be completed. Following completion of the data transfer request, the reserved buffer space may be recycled, and, for example, may be made available for use in a further data transfer request or for other purposes, thereby improving buffer utilization efficiency.
- the data path manager 316 may increment the size of the DBG by an amount corresponding to the size of the recycled buffer space.
- the method 400 may be executed by a memory controller, the memory controller interfacing with a host to execute read/write requests from/to a solid state non-volatile memory, the read/write requests being received from a host.
- a read/write request may be received from the host.
- the read/write request may correspond to or include a number of data transfer requests.
- the read/write request may be received by a command sequencer of the memory controller.
- At block 402 responsive to the read/write request, at least one buffer region may be dynamically reserved from the buffer.
- a dynamic buffer group index (DPGI) may be assigned to each reserved buffer region.
- the DPGI may be assigned by a data path manager of the memory controller.
- the DPGI may be associated with the read/write request.
- at block 405 at least one of the data transfer requests may be received.
- the DPGI may be associated with the at least one data transfer requests.
- one or more reserved buffer regions may be selected, the reserved buffer regions having been assigned the DPGI.
- the at least one data transfer request may be executed using the selected one or more reserved buffer regions.
- the selected one or more reserved buffer regions may be released for reuse.
- the memory controller 510 may be configured to receive, from a host, a read request 532 to read a data block 520 from memory 104 .
- Memory 104 may be a non-volatile memory, such as a NAND flash memory array, for example.
- memory controller 510 may be configured to perform a sense operation on a first portion 522 of the memory 104 , the first portion 522 being within the data block 520 and substantially smaller than the data block 520 .
- Memory controller 510 may be further configured to prepare first results of the sense operation for transfer to the host, and to reserve a reserved buffer region (RBR) 509 , the RBR 509 being at least as large as the first portion 522 and substantially smaller than the data block 520 .
- RBR reserved buffer region
- the RBR 509 may be configured to store the first results, and memory controller 510 may then transfer the first results from the RBR 509 to the host.
- Read request 632 may relate to a data block and include multiple data transfer requests 533 (i).
- command sequencer 611 and data path manager 316 may cause the read request to be fulfilled in the following manner.
- command sequencer 611 may send a sense command to NAND 604 . More particularly, command sequencer 611 may perform a sense operation on a first portion of NAND flash memory array 604 , the first portion being within the data block and substantially smaller than the data block.
- command sequencer 611 may transmit to data path manager 616 a request to reserve buffer space and set up a data path. More particularly, command sequencer 611 may request reserving a region of a buffer, the reserved buffer region being at least as large as the first portion and substantially smaller than the data block.
- the data path manager 616 may set up the requested data path and reserve RBR 609 , RBR 609 being at least as large as the first portion and substantially smaller than the data block.
- Data path manager 616 may then transmit to command sequencer 611 an acknowledgement that the requested data path and RBR 609 have been established.
- Command sequencer 611 may then cause initiation of a data transfer from NAND 604 to RBR 609 .
- command sequencer 611 may send a transfer data command to NAND 604 .
- Data is then transferred, by way of RBR 609 to the host.
- data may be stored in RBR 609 until successful transfer of the data to the host is verified.
- RBR 609 is reserved from a larger buffer pool for a time period significantly smaller than the time required to execute sense operation and set up the data path.
- the buffer memory that is reserved in RBR 609 during data transfer operations can be reused for unrelated processes during, for example, the sense operation.
- buffer utilization efficiency is improved.
- the memory may include a NAND flash memory, for example.
- the method may be executed by a memory controller, the memory controller interfacing with a host to fulfill a read request from a NAND flash memory or other solid state non-volatile memory.
- a request to read a data block of a memory may be received.
- the read request may be received by a command sequencer of the memory controller.
- a sense operation on a first portion of the memory may be performed.
- the first portion is within the data block and substantially smaller than the data block.
- first results of the sense operation may be prepared for transfer to the host.
- a region (RBR) of a buffer may be reserved.
- the RBR advantageously, is at least as large as the first portion and substantially smaller than the data block.
- the read request identifies a smallest requested data unit and a size of the RBR is selected to correspond with the smallest requested data unit.
- a size of the data block may be 16 K and the smallest data unit may be 4 K.
- the first results may be stored in the RBR.
- the first results may be transferred from the RBR to the host.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Memory System (AREA)
Abstract
Description
- This disclosure relates generally to buffer management techniques, and more particularly to techniques for improving buffer utilization efficiency.
- I/O circuits including input buffer memory are utilized in a variety of devices and systems. For example, I/O circuits and buffer memory may be used in connection with nonvolatile memory (NVM) systems for a variety of applications. Some nonvolatile memory systems are embedded in a larger system such as a personal computer, for example, as a Solid State Drive (SSD). Other removable nonvolatile memory systems are connected to a host system and may be interchanged between different host systems. Examples of nonvolatile memory systems include memory cards, USB flash drives, and removable SSDs. Electronic circuit cards, including non-volatile memory cards, have been commercially implemented according to a number of well-known standards. Memory cards are used with personal computers, cellular telephones, personal digital assistants (PDAs), digital still cameras, digital movie cameras, portable audio players and other host electronic devices for the storage of large amounts of data.
- Such cards usually contain a re-programmable non-volatile semiconductor memory cell array along with a controller that controls and supports operation of the memory cell array and interfaces with a host to which the card is connected. Several of the same type of card may be interchanged in a host card slot designed to accept that type of card. Memory card standards include PC Card, CompactFlash™ card (CF™ card), SmartMedia™ card, MultiMediaCard (MMC™), Secure Digital (SD) card, miniSD™ card, Subscriber Identity Module (SIM), Memory Stick™, Memory Stick Duo card and microSD/TransFlash™ memory module standards.
- In response to a read request or a write request from the host, the controller may be configured to manage the NVM and buffer memory, so as to fulfill the request. Request fulfillment should be as speedy and reliable as possible, while minimizing system overhead requirements such as buffer memory capacity. To accomplish these objectives, buffer management techniques that improve buffer utilization efficiency are desirable.
- This disclosure provides examples of circuits, devices, systems, and methods for managing buffer memory. In an implementation, a buffer is managed by receiving, at a memory controller, a read/write request from a host, the read/write request corresponding to a plurality of data transfer requests. The memory controller: (i) dynamically reserves, responsive to the read/write request, at least one buffer region from the buffer; (ii) assigns a dynamic buffer group index (DPGI) to each reserved buffer region; (iii) associates the DPGI with the read/write request; (iv) receives at least one of the data transfer requests; (v) associates the DPGI with the at least one data transfer requests; (vi) selects one or more reserved buffer regions having been assigned the DPGI; and (vii) executes the at least one data transfer request using the selected one or more reserved buffer regions.
- In some implementations the selected one or more reserved buffer regions may be released for reuse. The buffer may be a portion of a non-volatile memory array or a portion of a random access memory.
- In some implementations, the memory controller is in firmware.
- In a further implementation a memory device includes a non-volatile memory array, a buffer memory, and a memory controller. The memory controller is configured to: receive a read/write request from a host, the read/write request corresponding to a plurality of data transfer requests; dynamically reserve, responsive to the read/write request, at least one buffer region from the buffer memory; assign a dynamic buffer group index (DPGI) to each reserved buffer region; associate the DPGI with the read/write request; receive at least one of the data transfer requests; associate the DPGI with the at least one data transfer requests; select one or more reserved buffer regions having been assigned the DPGI; and execute the at least one data transfer request, from the non-volatile memory array to the host, using the selected one or more reserved buffer regions.
- In some implementations data is read from a memory by: (i) receiving, at a memory controller, from a host, a request to read a data block from the memory; (ii) performing a sense operation on a first portion of the NAND flash memory, the first portion being within the data block and substantially smaller than the data block; (iii) preparing first results of the sense operation for transfer to the host; (iv) reserving a first region of a buffer, the reserved buffer region being at least as large as the first portion and substantially smaller than the data block; (v) storing the first results in the reserved buffer region; and (vi) transferring the first results from the reserved buffer region to the host.
- In some implementations a sense operation may be performed on a second portion of the memory, the second portion being within the data block and substantially smaller than the data block; second results of the sense operation may be prepared for transfer to the host, and stored in a second region of the buffer; and the second results may be transferred from the second region of the buffer to the host. The first region and the second region describe an identical single region of the buffer.
- In some implementations, the first region of the buffer may be made available for an unrelated process during the sense operation.
- In some implementations, the request to read a data block may identify a smallest requested data unit and a size of the buffer may be selected to correspond with the smallest requested data unit. A size of the data block may be 16 K and the smallest data unit may be 4 K.
- In a yet further implementation, a memory device includes a non-volatile memory array, a buffer memory, and a memory controller. The memory controller is configured to: receive, at a memory controller, from a host, a request to read a data block from the memory; perform a sense operation on a first portion of the NAND flash memory, the first portion being within the data block and substantially smaller than the data block; prepare first results of the sense operation for transfer to the host; reserve a first region of a buffer, the reserved buffer region being at least as large as the first portion and substantially smaller than the data block; store the first results in the reserved buffer region; and transfer the first results from the reserved buffer region to the host.
-
FIG. 1 illustrates a block diagram of an example system including a memory device. -
FIG. 2 illustrates a block diagram of a system implementation including a memory device. -
FIG. 3 illustrates a logic block diagram of an implementation for managing a buffer of a memory device. -
FIG. 4 illustrates a process flow diagram of an implementation for managing a buffer of a memory device. -
FIG. 5 illustrates a block diagram of a further system implementation including a memory device. -
FIG. 6 illustrates a logic block diagram of an implementation for managing a buffer of a memory device. -
FIG. 7 illustrates a process flow diagram of an implementation for managing a buffer of a memory device. - Like reference numbers and designations in the various drawings indicate like elements.
- This disclosure provides examples of circuits, devices, systems, and methods for managing buffer memory associated with an NVM or flash memory device. Particular implementations described herein relate to circuits, devices, systems, and methods that improve buffer utilization efficiency. In some implementations, buffer utilization efficiency is improved by dynamically allocating buffer space following receipt of read/write request. In some implementations, a region of a buffer is reserved for use during data transfer from a non-volatile memory array, and made available for an unrelated process during a sense operation associated with the data transfer.
- The circuits described herein can be utilized in a variety of applications. In some implementations, the circuits described herein are used in digital electronic devices or systems. For example, in some implementations, the circuits described herein can be used in a memory device. For example, the circuits can be used in solid state memory devices such as memory cards, USB flash drives, and removable SSDs. In some implementations, the circuits can be input/output I/O circuits (or interfaces) for a controller, such as a memory controller. In some implementations, the memory controller can be used in a host interface for a memory card such as, for example, a PC Card, a CF™ card, a SmartMedia™ card, a MMC™ card, an SD card, a miniSD™ card, a SIM card, a Memory Stick™ card, a Memory Stick Duo card, a microSD/TransFlash™ card, a Compact Flash card, or an iNAND card. In some other implementations, the circuits can be used in other devices or systems. Generally, various implementations described herein can be used in any circuit in which speed and noise immunity are desired, including non-memory circuits.
- Referring to
FIG. 1 , a particular embodiment of asystem 100 including adata storage device 102 is illustrated. Thedata storage device 102 may respond to arequest 132 from the host device to read or write data from/to thedata storage device 102. More particularly, the host device may interface with amemory controller 110, which may be configured to control data transfer from/to amemory 104 and abuffer 108. - The host device may be, for example, a mobile telephone, a music or video player, a personal digital assistant (PDA), a gaming device, an electronic-book reader, a camera, a computer (such as a laptop or notebook computer), any other electronic device, or any combination thereof that is configured to be operatively coupled to the
data storage device 102. The host device may be configured to send instructions to thedata storage device 102, such as read/writerequest 132. - The
data storage device 102 may be a memory card, such as a Secure Digital SD.®. card, a microSD.®. card, a miniSD..™. card (trademarks of SD-3C LLC, Wilmington, Del.), a MultiMediaCard..™. (MMC..™.) card (trademark of JEDEC Solid State Technology Association, Arlington, Va.), or a CompactFlash.®. (CF) card (trademark of SanDisk Corporation, Milpitas, Calif.). As another example, thedata storage device 102 may be an embedded memory in the host device, such as eMMC.®. (trademark of JEDEC Solid State Technology Association, Arlington, Va.) and eSD, as illustrative examples. - In the illustrated implementation,
data storage device 102 includes thememory controller 110, thememory 104, and thebuffer 108. Thememory 104 may be a solid state non-volatile memory, such as a flash memory. In some implementations, thememory 104 may include a NAND flash memory array. - The
memory controller 110 may be configured to receive messages, such as the read/write request 132 from the host device. The read/write request 132 may include a request for read access or a request for write access to thememory 104. For example, thecontroller 110 may be configured to control retrieval of data from thememory 104 that is requested by the host device and to control sending of requested data to the host device. Similarly, thecontroller 110 may be configured to control recording of data to thememory 104 that is requested by the host device and to initiate reception of requested data from the host device. - The
memory 104 may include stored data, addressable in terms of data blocks, such as data block 0 120 throughdata block N 126. For example, thememory 104 may include first data block (Data 1) 122 that is sequentially followed by second data block (Data 2) 124. To illustrate, each data block may correspond to one or more word lines of thememory 104, portions of a word line, such as sectors, or data stored in multiple sequential memory addresses of thememory 104, as illustrative, non-limiting examples. Although thememory 104 is illustrated as storing the data blocks 120-126, it will be appreciated that thememory 104 may, additionally, store other data. - The
buffer 108 may be configured to store data that is accessible to be read from or written to thebuffer 108 by the host device. As an illustrative example, thebuffer 108 may include a random access memory (RAM) that is accessible by thecontroller 110. Data read from thememory 104 may be processed prior to being usable by the host device. As an example, error correction processing, such as an error correction coding (ECC) process, may be performed on the data that is read from thememory 104 to identify and correct one or more bit errors that may occur within thememory 104 and/or during a data transfer operation. The error corrected data may be stored within thebuffer 108, such as buffered first data 154 (Data 1) and buffered second data 156 (Data 2), as illustrated inFIG. 1 . - During operation, the read/
write request 132 may be sent from the host device and received at thememory controller 110. In response to receiving the read/write request 132, thememory controller 110 may reserve regions ofbuffer 108 to facilitate transfer of data between thememory 104 and the host device. For example, in the illustrated implementation, a reserved buffer region (RBR) may be allocated for each ofData 1 154 andData 2 156, which correspond, respectively, toData 1 122 andData 2 124. - In the absence of the present teachings, an RBR is allocated statically, meaning one or both of the size and location of the RBR is fixed while fulfillng a read/write request execution or during a time period that an associated data path is established.
- Referring now to
FIG. 2 , asystem 200 wherein buffer memory for a read or write operation is dynamically reserved will be described. In some implementations,memory controller 210 may be configured to receive read/write request 132 from the host device. The read/write request 132 may correspond to, and/or include, a plurality of data transfer requests 233. Responsive to the read/write request, thememory controller 210 may be configured to dynamically reserve at least oneRBR 209 from the buffer. -
Memory controller 210 may be configured to assign a dynamic buffer group index (DPGI) to each RBR and associate the DPGI with the read/write request 132. Then, whenmemory controller 210 receives a data transfer request 233(i), the memory controller may be configured to associate the DPGI with the data transfer requests 233(i) and to select theRBR 209 as having been assigned the DPGI. - Finally, the
memory controller 210 may be configured to execute data transfer request 233(i) using the selectedRBR 209. - Certain features and benefits of the presently disclosed techniques may be better appreciated by referring to
FIG. 3 . For purposes of illustration, certain functionalities ofmemory controller 210 are divided into functional blocks labeled ascommand sequencer 311 anddata path manager 316. To execute read/write request 132, including multiple data transfer requests 233(i),command sequencer 311 anddata path manager 316 may be configured to exchange instructions and information in the following manner. - At
block 301,command sequencer 311 may receive read/write request 132. Although applicable to either read or write operations, the presently disclosed techniques are most advantageous when read/write request 132 is a write request, particularly where the write request includes a large number of data transfer requests 233(i). - Based on the received read/
write request 132,command sequencer 311 may transmit to data path manager 316 a request to reserve buffer space. Responsive to the request, thedata path manager 316 may, atblock 302, create a dynamic buffer group (DBG). The DBG may also be assigned a respective dynamic buffer group index (DBGI). In an implementation, thedata path manager 316 may assign to the DBG some number ‘n’ of discrete buffer regions drawn from a common buffer pool. Accordingly, thedata path manager 316 may withdraw (subtract) n buffers from the common buffer pool. -
Data path manager 316 may then transmit to command sequencer 311 a response that includes the DBGI and the number of available buffers, and/or some other indication of the size of the buffer space assigned to the DBG. - At
block 303,command sequencer 311 may store the DBGI and use it in subsequent datapath (DP) requests.Command sequencer 311 may then transmit to data path manager 316 a DP setup request. - The
data path manager 316 may, atblock 304, subtract an amount of buffer space from the DBG corresponding to the DP request, and transmit an acknowledgment of the DP request to thecommand sequencer 311. In some implementations, if an amount of available buffer space is insufficient to fulfill the DP request,data path manager 316 may pause the process until sufficient buffer space becomes available. - After receipt of the DP request acknowledgement,
command sequencer 311 may, atblock 305, wait for the requested data transfer to be completed. Following completion of the data transfer request, the reserved buffer space may be recycled, and, for example, may be made available for use in a further data transfer request or for other purposes, thereby improving buffer utilization efficiency. - Finally, at
block 306, thedata path manager 316 may increment the size of the DBG by an amount corresponding to the size of the recycled buffer space. - Referring now to
FIG. 4 , amethod 400 for managing a buffer will be described. In some implementations, themethod 400 may be executed by a memory controller, the memory controller interfacing with a host to execute read/write requests from/to a solid state non-volatile memory, the read/write requests being received from a host. - At
block 401, a read/write request may be received from the host. The read/write request may correspond to or include a number of data transfer requests. In some implementations, the read/write request may be received by a command sequencer of the memory controller. - At
block 402, responsive to the read/write request, at least one buffer region may be dynamically reserved from the buffer. Atblock 403, a dynamic buffer group index (DPGI) may be assigned to each reserved buffer region. In some implementations, the DPGI may be assigned by a data path manager of the memory controller. - A
block 404, the DPGI may be associated with the read/write request. Atblock 405, at least one of the data transfer requests may be received. Atblock 406, the DPGI may be associated with the at least one data transfer requests. - At
block 407, one or more reserved buffer regions may be selected, the reserved buffer regions having been assigned the DPGI. - At
block 408, the at least one data transfer request may be executed using the selected one or more reserved buffer regions. Although not illustrated inFIG. 4 , in some implementations it is contemplated that, subsequent to block 408, the selected one or more reserved buffer regions may be released for reuse. - Referring now to
FIG. 5 asystem 500 wherein buffer memory for a read operation is dynamically allocated will be described. Advantageously, buffer memory is reserved for the read operation during a time period when a data transfer operation is actually being executed, and the buffer memory is permitted to be released for other purposes at other times. Thememory controller 510 may be configured to receive, from a host, aread request 532 to read adata block 520 frommemory 104.Memory 104 may be a non-volatile memory, such as a NAND flash memory array, for example. In the illustrated implementation,memory controller 510 may be configured to perform a sense operation on afirst portion 522 of thememory 104, thefirst portion 522 being within the data block 520 and substantially smaller than the data block 520. -
Memory controller 510 may be further configured to prepare first results of the sense operation for transfer to the host, and to reserve a reserved buffer region (RBR) 509, theRBR 509 being at least as large as thefirst portion 522 and substantially smaller than the data block 520. - The
RBR 509 may be configured to store the first results, andmemory controller 510 may then transfer the first results from theRBR 509 to the host. - Certain features and benefits of the presently disclosed techniques may be better appreciated by referring to
FIG. 6 . For purposes of illustration, certain functionalities ofmemory controller 510 have been divided into functional blocks labeled ascommand sequencer 611 anddata path manager 616, andmemory 604 is assumed to be a NAND memory array. Readrequest 632 may relate to a data block and include multiple data transfer requests 533(i). In response to readrequest 632,command sequencer 611 anddata path manager 316 may cause the read request to be fulfilled in the following manner. - After the
command sequencer 611 receives readrequest 632,command sequencer 611 may send a sense command toNAND 604. More particularly,command sequencer 611 may perform a sense operation on a first portion of NANDflash memory array 604, the first portion being within the data block and substantially smaller than the data block. - Also responsive to the received
read request 632,command sequencer 611 may transmit to data path manager 616 a request to reserve buffer space and set up a data path. More particularly,command sequencer 611 may request reserving a region of a buffer, the reserved buffer region being at least as large as the first portion and substantially smaller than the data block. - Responsive to the request, the
data path manager 616 may set up the requested data path andreserve RBR 609,RBR 609 being at least as large as the first portion and substantially smaller than the data block. -
Data path manager 616 may then transmit to commandsequencer 611 an acknowledgement that the requested data path andRBR 609 have been established. -
Command sequencer 611 may then cause initiation of a data transfer fromNAND 604 toRBR 609. In the illustrated implementation,command sequencer 611 may send a transfer data command toNAND 604. Data is then transferred, by way ofRBR 609 to the host. In some implementations, data may be stored inRBR 609 until successful transfer of the data to the host is verified. - Advantageously,
RBR 609 is reserved from a larger buffer pool for a time period significantly smaller than the time required to execute sense operation and set up the data path. As a result, the buffer memory that is reserved inRBR 609 during data transfer operations can be reused for unrelated processes during, for example, the sense operation. As a result, buffer utilization efficiency is improved. - Referring now to
FIG. 7 , amethod 700 for reading data from a memory will be described. In some implementations, the memory may include a NAND flash memory, for example. In some implementations the method may be executed by a memory controller, the memory controller interfacing with a host to fulfill a read request from a NAND flash memory or other solid state non-volatile memory. - At
block 701, a request to read a data block of a memory may be received. In some implementations, the read request may be received by a command sequencer of the memory controller. - At
block 702, responsive to the read request, a sense operation on a first portion of the memory may be performed. Advantageously, the first portion is within the data block and substantially smaller than the data block. - At
block 703, first results of the sense operation may be prepared for transfer to the host. Atblock 704, a region (RBR) of a buffer may be reserved. The RBR, advantageously, is at least as large as the first portion and substantially smaller than the data block. In some implementations, the read request identifies a smallest requested data unit and a size of the RBR is selected to correspond with the smallest requested data unit. For example, a size of the data block may be 16 K and the smallest data unit may be 4 K. - At
block 705, the first results may be stored in the RBR. Atblock 706, the first results may be transferred from the RBR to the host. - Thus, improved buffer management techniques have been disclosed. Various modifications to the implementations described in this disclosure may be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other implementations without departing from the spirit or scope of this disclosure. Thus, the claims are not intended to be limited to the implementations shown herein, but are to be accorded the widest scope consistent with this disclosure, the principles and the novel features disclosed herein.
Claims (20)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/940,050 US8949491B1 (en) | 2013-07-11 | 2013-07-11 | Buffer memory reservation techniques for use with a NAND flash memory |
PCT/US2014/045621 WO2015006242A1 (en) | 2013-07-11 | 2014-07-07 | Buffer management techniques |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/940,050 US8949491B1 (en) | 2013-07-11 | 2013-07-11 | Buffer memory reservation techniques for use with a NAND flash memory |
Publications (2)
Publication Number | Publication Date |
---|---|
US20150019766A1 true US20150019766A1 (en) | 2015-01-15 |
US8949491B1 US8949491B1 (en) | 2015-02-03 |
Family
ID=51225093
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/940,050 Active US8949491B1 (en) | 2013-07-11 | 2013-07-11 | Buffer memory reservation techniques for use with a NAND flash memory |
Country Status (2)
Country | Link |
---|---|
US (1) | US8949491B1 (en) |
WO (1) | WO2015006242A1 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9823853B2 (en) | 2016-03-21 | 2017-11-21 | SK Hynix Inc. | Data storage device including controller for controlling nonvolatile memory devices |
US20170357540A1 (en) * | 2016-06-08 | 2017-12-14 | Oracle International Corporation | Dynamic range-based messaging |
US11210223B2 (en) * | 2019-07-31 | 2021-12-28 | SK Hynix Inc. | Storage device and operating method thereof |
US20230030241A1 (en) * | 2021-07-29 | 2023-02-02 | International Business Machines Corporation | Intersystem processing employing buffer summary groups |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102602694B1 (en) | 2015-12-15 | 2023-11-15 | 삼성전자주식회사 | Method for operating storage controller and method for operating storage device including same |
KR102530071B1 (en) | 2016-03-02 | 2023-05-08 | 삼성전자주식회사 | Non-volatile Memory Device including page buffer and Operating Method thereof |
Citations (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5093912A (en) * | 1989-06-26 | 1992-03-03 | International Business Machines Corporation | Dynamic resource pool expansion and contraction in multiprocessing environments |
US5675797A (en) * | 1994-05-24 | 1997-10-07 | International Business Machines Corporation | Goal-oriented resource allocation manager and performance index technique for servers |
US5784699A (en) * | 1996-05-24 | 1998-07-21 | Oracle Corporation | Dynamic memory allocation in a computer using a bit map index |
US5784698A (en) * | 1995-12-05 | 1998-07-21 | International Business Machines Corporation | Dynamic memory allocation that enalbes efficient use of buffer pool memory segments |
US5872952A (en) * | 1995-04-17 | 1999-02-16 | Synopsys, Inc. | Integrated circuit power net analysis through simulation |
US6088767A (en) * | 1993-04-30 | 2000-07-11 | International Business Machines Corporation | Fileserver buffer manager based on file access operation statistics |
US6279052B1 (en) * | 1998-01-13 | 2001-08-21 | Intel Corporation | Dynamic sizing of FIFOs and packets in high speed serial bus applications |
US6505283B1 (en) * | 1998-10-06 | 2003-01-07 | Canon Kabushiki Kaisha | Efficient memory allocator utilizing a dual free-list structure |
US6515963B1 (en) * | 1999-01-27 | 2003-02-04 | Cisco Technology, Inc. | Per-flow dynamic buffer management |
US6601118B1 (en) * | 1997-07-18 | 2003-07-29 | Micron Technology, Inc. | Dynamic buffer allocation for a computer system |
US6618790B1 (en) * | 2000-09-29 | 2003-09-09 | Intel Corporation | Burst suspend and resume with computer memory |
US20050010723A1 (en) * | 2003-07-12 | 2005-01-13 | Sang-Yeun Cho | Cache memory systems having a flexible buffer memory portion and methods of operating the same |
US20070280111A1 (en) * | 2006-05-30 | 2007-12-06 | Martin Lund | Method and system for adaptive queue and buffer control based on monitoring and active congestion avoidance in a packet network switch |
US7382652B2 (en) * | 2004-06-10 | 2008-06-03 | Kabushiki Kaisha Toshiba | NAND flash memory and blank page search method therefor |
US20080147915A1 (en) * | 2006-09-29 | 2008-06-19 | Alexander Kleymenov | Management of memory buffers for computer programs |
US7405972B1 (en) * | 2007-01-22 | 2008-07-29 | Ememory Technology Inc. | Non-volatile memory array |
US7434021B2 (en) * | 2003-06-19 | 2008-10-07 | Texas Instruments Incorporated | Memory allocation in a multi-processor system |
US20100122016A1 (en) * | 2008-11-12 | 2010-05-13 | Micron Technology | Dynamic slc/mlc blocks allocations for non-volatile memory |
US7801163B2 (en) * | 2001-07-30 | 2010-09-21 | Yishay Mansour | Buffer management policy for shared memory switches |
US20110137889A1 (en) * | 2009-12-09 | 2011-06-09 | Ca, Inc. | System and Method for Prioritizing Data Storage and Distribution |
US20110208896A1 (en) * | 2010-02-25 | 2011-08-25 | Apple Inc. | Dynamically allocating number of bits per cell for memory locations of a non-volatile memory |
US20110320731A1 (en) * | 2010-06-24 | 2011-12-29 | International Business Machines Corporation | On demand allocation of cache buffer slots |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CA2408481C (en) | 2002-10-17 | 2009-10-06 | Ibm Canada Limited-Ibm Canada Limitee | Autonomic reallocation of memory among buffer pools |
US6931497B2 (en) | 2003-01-09 | 2005-08-16 | Emulex Design & Manufacturing Corporation | Shared memory management utilizing a free list of buffer indices |
US7159073B2 (en) | 2003-03-27 | 2007-01-02 | Stmicroelectronics, Inc. | Data storage and caching architecture |
JP4855102B2 (en) | 2006-02-23 | 2012-01-18 | 株式会社日立製作所 | Computer system, management computer, storage system, and storage area allocation control method |
JP4912456B2 (en) | 2009-12-17 | 2012-04-11 | 株式会社日立製作所 | Storage apparatus and control method thereof |
-
2013
- 2013-07-11 US US13/940,050 patent/US8949491B1/en active Active
-
2014
- 2014-07-07 WO PCT/US2014/045621 patent/WO2015006242A1/en active Application Filing
Patent Citations (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5093912A (en) * | 1989-06-26 | 1992-03-03 | International Business Machines Corporation | Dynamic resource pool expansion and contraction in multiprocessing environments |
US6088767A (en) * | 1993-04-30 | 2000-07-11 | International Business Machines Corporation | Fileserver buffer manager based on file access operation statistics |
US5675797A (en) * | 1994-05-24 | 1997-10-07 | International Business Machines Corporation | Goal-oriented resource allocation manager and performance index technique for servers |
US5872952A (en) * | 1995-04-17 | 1999-02-16 | Synopsys, Inc. | Integrated circuit power net analysis through simulation |
US5784698A (en) * | 1995-12-05 | 1998-07-21 | International Business Machines Corporation | Dynamic memory allocation that enalbes efficient use of buffer pool memory segments |
US5784699A (en) * | 1996-05-24 | 1998-07-21 | Oracle Corporation | Dynamic memory allocation in a computer using a bit map index |
US6601118B1 (en) * | 1997-07-18 | 2003-07-29 | Micron Technology, Inc. | Dynamic buffer allocation for a computer system |
US6279052B1 (en) * | 1998-01-13 | 2001-08-21 | Intel Corporation | Dynamic sizing of FIFOs and packets in high speed serial bus applications |
US6505283B1 (en) * | 1998-10-06 | 2003-01-07 | Canon Kabushiki Kaisha | Efficient memory allocator utilizing a dual free-list structure |
US6515963B1 (en) * | 1999-01-27 | 2003-02-04 | Cisco Technology, Inc. | Per-flow dynamic buffer management |
US6618790B1 (en) * | 2000-09-29 | 2003-09-09 | Intel Corporation | Burst suspend and resume with computer memory |
US7801163B2 (en) * | 2001-07-30 | 2010-09-21 | Yishay Mansour | Buffer management policy for shared memory switches |
US7434021B2 (en) * | 2003-06-19 | 2008-10-07 | Texas Instruments Incorporated | Memory allocation in a multi-processor system |
US20050010723A1 (en) * | 2003-07-12 | 2005-01-13 | Sang-Yeun Cho | Cache memory systems having a flexible buffer memory portion and methods of operating the same |
US7382652B2 (en) * | 2004-06-10 | 2008-06-03 | Kabushiki Kaisha Toshiba | NAND flash memory and blank page search method therefor |
US20070280111A1 (en) * | 2006-05-30 | 2007-12-06 | Martin Lund | Method and system for adaptive queue and buffer control based on monitoring and active congestion avoidance in a packet network switch |
US8125904B2 (en) * | 2006-05-30 | 2012-02-28 | Broadcom Corporation | Method and system for adaptive queue and buffer control based on monitoring and active congestion avoidance in a packet network switch |
US20080147915A1 (en) * | 2006-09-29 | 2008-06-19 | Alexander Kleymenov | Management of memory buffers for computer programs |
US7405972B1 (en) * | 2007-01-22 | 2008-07-29 | Ememory Technology Inc. | Non-volatile memory array |
US20100122016A1 (en) * | 2008-11-12 | 2010-05-13 | Micron Technology | Dynamic slc/mlc blocks allocations for non-volatile memory |
US20110137889A1 (en) * | 2009-12-09 | 2011-06-09 | Ca, Inc. | System and Method for Prioritizing Data Storage and Distribution |
US20110208896A1 (en) * | 2010-02-25 | 2011-08-25 | Apple Inc. | Dynamically allocating number of bits per cell for memory locations of a non-volatile memory |
US20110320731A1 (en) * | 2010-06-24 | 2011-12-29 | International Business Machines Corporation | On demand allocation of cache buffer slots |
Non-Patent Citations (1)
Title |
---|
"Goal-oriented dynamic buffer pool management for data base systems" by Jen-Yao Chung, Donald Ferguson, George Wang, Workshop on Quality of Service in Open Distributed Processing, Brisbane Australia, February 20-24, 1995 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9823853B2 (en) | 2016-03-21 | 2017-11-21 | SK Hynix Inc. | Data storage device including controller for controlling nonvolatile memory devices |
US20170357540A1 (en) * | 2016-06-08 | 2017-12-14 | Oracle International Corporation | Dynamic range-based messaging |
US10073723B2 (en) * | 2016-06-08 | 2018-09-11 | Oracle International Corporation | Dynamic range-based messaging |
US11210223B2 (en) * | 2019-07-31 | 2021-12-28 | SK Hynix Inc. | Storage device and operating method thereof |
US20230030241A1 (en) * | 2021-07-29 | 2023-02-02 | International Business Machines Corporation | Intersystem processing employing buffer summary groups |
Also Published As
Publication number | Publication date |
---|---|
US8949491B1 (en) | 2015-02-03 |
WO2015006242A1 (en) | 2015-01-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8949491B1 (en) | Buffer memory reservation techniques for use with a NAND flash memory | |
US8392649B2 (en) | Memory storage device, controller, and method for responding to host write commands triggering data movement | |
US9741442B2 (en) | System and method of reading data from memory concurrently with sending write data to the memory | |
US11630768B2 (en) | Method for managing flash memory module and associated flash memory controller and electronic device | |
US20210133096A1 (en) | Memory system and operating method thereof | |
US10649692B2 (en) | Storage device, system including the same and method of operating the same | |
US9965194B2 (en) | Data writing method, memory control circuit unit and memory storage apparatus which performs data arrangement operation according to usage frequency of physical erasing unit of memory storage apparatus | |
TWI446349B (en) | Non-volatile memory access method and system, and non-volatile memory controller | |
US20150058529A1 (en) | Systems and methods of processing access requests at a data storage device | |
CN107818808B (en) | Data writing method, memory control circuit unit and memory storage device | |
CN113220215B (en) | Dual SLC/QLC programming and resource release | |
US20190391916A1 (en) | Method for managing flash memory module and associated flash memory controller and electronic device | |
US11442664B2 (en) | Memory system and method of operating the same | |
US11461238B2 (en) | Storage device, memory controller, and method for fetching write commands from submission queues to perform full page writes | |
CN103106155B (en) | Memory storage device, memory controller and data transmission method thereof | |
US8914587B2 (en) | Multi-threaded memory operation using block write interruption after a number or threshold of pages have been written in order to service another request | |
US10698819B2 (en) | Memory system and operating method thereof | |
CN112214163A (en) | Memory controller and memory system including the same | |
US9804983B2 (en) | Controlling method, connector, and memory storage device | |
US10466938B2 (en) | Non-volatile memory system using a plurality of mapping units and operating method thereof | |
CN103218308B (en) | Buffer memory management method, memory controller and memory storage device | |
CN110162485B (en) | Memory system and method of operating the same | |
US20200394134A1 (en) | Data storage device and operating method thereof | |
US10310746B2 (en) | Method, associated memory device and controller thereof for performing dynamic resource management | |
KR102343600B1 (en) | Memory controller and storage device including the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SANDISK TECHNOLOGIES INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIN, GARY;JACKSON, ROBERT;WEINBERG, YOAV;AND OTHERS;SIGNING DATES FROM 20130620 TO 20130710;REEL/FRAME:030850/0815 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: SANDISK TECHNOLOGIES LLC, TEXAS Free format text: CHANGE OF NAME;ASSIGNOR:SANDISK TECHNOLOGIES INC;REEL/FRAME:038807/0948 Effective date: 20160516 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) 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 |
|
AS | Assignment |
Owner name: SANDISK TECHNOLOGIES, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SANDISK TECHNOLOGIES LLC;REEL/FRAME:069796/0423 Effective date: 20241227 |