This disclosure is generally related to the field of data storage. More specifically, this disclosure is related to a method and system for facilitating a storage server with hybrid memory for journaling and data storage.
Today, various storage systems are being used to store and access the ever-increasing amount of digital content. A storage system can include storage servers with one or more storage devices or drives (such as a solid-state drive (SSD)). Data can be stored in a non-volatile storage media of an SSD, e.g., in Not-And flash (NAND) flash. As storage systems continue to develop with increased capacity and bandwidth requirements, storage systems may require network updates along with other enhancements in architecture and design in order to maintain or increase the performance and efficiency of such storage systems. Two enhancements can include journaling and compression.
In a journal drive or region, data can be updated with sufficient throughput to meet high-speed Ethernet (e.g., 200 Gigabyte (Gb) and beyond) and can result in a reduction in access latency. Compression in a storage server or system can be developed to reduce both the amount of data transferred through various fabrics and the utilization of storage capacity. One current solution involves using a fast storage medium as the “journal drive” for sufficient output and endurance, and using a Non-Volatile Memory Express (NVMe) SSD as the “data drive,” as described below in relation to
Thus, while journaling and compression can result in improvements in developing storage systems, the challenge remains to provide consistent optimization in compatibility, efficiency, and collaboration.
One embodiment provides a system which facilitates data management. During operation, the system receives, by a first memory device, data to be written to a first non-volatile memory of the first memory device and to a second non-volatile memory of a storage drive distinct from the first memory device. The system performs, by the first memory device on the received data, a compression operation and erasure code (EC)-encoding to obtain a compressed EC codeword. The system initiates a first write operation and a second write operation in parallel, wherein the first write operation comprises writing a first part of the compressed EC codeword to the first non-volatile memory, and wherein the second write operation comprises writing the first part of the compressed EC codeword to the second non-volatile memory.
In some embodiments, the system receives, from a second memory device, at least one part of other compressed EC codewords. The system performs error correction code (ECC)-encoding on the received at least one part to obtain at least one ECC-encoded part. The system initiates a third write operation and a fourth write operation in parallel, wherein the third write operation comprises writing the at least one ECC-encoded part to the first non-volatile memory, and wherein the fourth write operation comprises writing the at least one ECC-encoded part to the second non-volatile memory.
In some embodiments, the first memory device and the second memory device operate in a distributed storage system.
In some embodiments, the system transmits a remainder of the compressed EC codeword to a second memory device, wherein the remainder comprises all parts except the first part of the compressed EC codeword, wherein the remainder is received by a controller of the second memory device, and wherein the controller of the second memory device performs error correction code (ECC)-encoding on the received remainder of the compressed EC codeword.
In some embodiments, responsive to completing the first write operation, the system generates an acknowledgment of the completion destined for a requesting host.
In some embodiments, the compression operation and EC-encoding are performed by a controller of the first memory device.
In some embodiments, writing the first part of the compressed EC codeword to the first non-volatile memory comprises accessing, by the controller, the first non-volatile memory of the first memory device via a first interface which manages communication with the first non-volatile memory via multiple channels. A respective channel of the multiple channels includes a NAND switch which allows the respective channel to serve as a plurality of channels by which to access the first non-volatile memory.
In some embodiments, the controller comprises: the first interface; a second interface which manages communication with a host; a volatile memory controller; a plurality of parallel compression engines; an erasure code (EC) encoder module; and a plurality of error correction code (ECC) encoder modules.
In some embodiments, the system receives a request to read second data stored in the first non-volatile memory, wherein the second data comprises the first part of the compressed EC codeword. The system retrieves the stored second data from the first non-volatile memory. The system performs, by an ECC decoder module of the controller, ECC-decoding on the retrieved second data to obtain ECC-decoded data. Responsive to determining that a recovery operation involving erasure code decoding is to be performed on the ECC-decoded data, the system performs, by an EC decoder module of the controller, EC-decoding on the ECC-decoded data. The system performs, by a decompression module of the controller, decompression on the ECC-decoded data to obtain decompressed data. The system returns, to a requesting host or application, the decompressed data.
In some embodiments, the first non-volatile memory comprises single-level cell (SLC) Not-And (NAND) flash memory.
In some embodiments, the system initiates the first and second write operations by performing error correction code (ECC)-encoding on the first part of the compressed EC codeword to obtain an ECC-encoded first part. Writing the first part of the compressed EC codeword to the first non-volatile memory comprises writing the ECC-encoded first part to the first non-volatile memory. The first part of the compressed EC codeword is written to the second non-volatile memory of the storage via a Peripheral Component Interconnect Express (PCIe) bus.
In the figures, like reference numerals refer to the same figure elements.
The following description is presented to enable any person skilled in the art to make and use the embodiments, and is provided in the context of a particular application and its requirements. Various modifications to the disclosed embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be applied to other embodiments and applications without departing from the spirit and scope of the present disclosure. Thus, the embodiments described herein are not limited to the embodiments shown, but are to be accorded the widest scope consistent with the principles and features disclosed herein.
Overview
The embodiments described herein provide a system which facilitates efficient data compression based on error correction code (ECC)-encoding and reorganization of data placement.
As storage systems continue to develop with increased capacity and bandwidth requirements, storage systems may require network updates along with other enhancements in architecture and design in order to maintain or increase the performance and efficiency of such storage systems. Two enhancements can include journaling and compression.
In a journal drive or region, data can be updated with sufficient throughput to meet high-speed Ethernet (e.g., 200 Gb and beyond) and can result in a reduction in access latency. Compression in a storage server or system can be developed to reduce both the amount of data transferred through various fabrics and the utilization of storage capacity. One current solution involves using a fast storage medium as the “journal drive” for sufficient output and endurance, and using an NVMe SSD as the “data drive,” as described below in relation to
Thus, while journaling and compression can result in improvements in developing storage systems, the challenge remains to provide consistent optimization in compatibility, efficiency, and collaboration.
The embodiments described herein provide a system which addresses this challenge by providing a memory device (e.g., a “hybrid memory device” or a “hybrid DIMM”) which integrates a journal drive, a data buffer, compression, and erasure code (EC)-encoding/decoding. Given a plurality of servers in a storage cluster, a server can receive data via a NIC and transfer the data to a data buffer in the hybrid DIMM, where the data is organized into the appropriate format for the journal drive and the storage drive. A controller in the hybrid DIMM can perform compression and EC-encoding to obtain a compressed EC codeword. The hybrid DIMM can retain a part of the compressed EC codeword (the “local part”) and also distribute the remainder of the compressed EC codeword to other servers in the storage cluster. The controller can also receive parts of other compressed EC codewords from the other servers in the storage cluster. The controller can write the local part, and the received parts of the other compressed EC codewords, to the integrated journal drive. The integrated journal drive can be implemented as SLC NAND flash memory and accessed via multiple channels via the backend of the controller. The controller can also write the local part, and the received parts of the other compressed EC codewords, to the storage drive, e.g., via a PCIe bus. An exemplary hybrid DIMM is described below in relation to
The system can acknowledge the write as complete as soon as the local part and the received parts are moved to a write buffer of the integrated journal drive. Thus, by not waiting for a completion of the write operation to the storage drive (which transfer occurs over the PCIe bus), the system can provide a reduced write latency, which can result in an improved efficiency for the server and the overall storage cluster. An exemplary environment for facilitating journaling and data storage, including communications between these components, is described below in relation to
Thus, the described embodiments provide a system which can use a hybrid DIMM (memory device) which adopts a transparent collaboration with CPUs using known protocols, and can also utilize a hybrid DIMM controller with enhanced throughput to match the high-speed network by: reducing the amount of data moved back and forth between memory components; increasing the parallelism of the write path; and accelerating the access to the NAND itself (i.e., reducing the access latency).
The described embodiments thus solve the technological problem of improving the efficiency and performance of a storage system by providing a technological solution based on the hybrid memory device, the hybrid memory device controller, the compression and EC-encoding functionality in the hybrid memory device controller, and the communications between the various memory components.
A “distributed storage system,” a “storage system,” or a “storage cluster” can include multiple storage servers. A “storage server” or a “storage system” can refer to a computing device which can include multiple storage devices or storage drives. A “storage device” or a “storage drive” refers to a device or a drive with a non-volatile memory which can provide persistent storage of data, e.g., a solid-state drive (SSD), or a flash-based storage device. A storage system can also be a computer system.
“Non-volatile memory” refers to storage media which may be used for persistent storage of data, e.g., flash memory of a NAND die of an SSD, magnetoresistive random access memory (MRAM), phase change memory (PCM), resistive random access memory (ReRAM), or another non-volatile memory.
A “memory device” refers to a device which may be used for both persistent and non-persistent storage of data. In this disclosure, an example of a memory device is referred to as a “hybrid memory device” or a “hybrid DIMM,” which can include: a DDR interface; a volatile memory; a controller; a compression/decompression module; a non-volatile memory (e.g., SLC NAND) which serves as a journal region or drive, or for storage of journal data; and multiple channels via which to access the non-volatile memory of the hybrid memory device. An exemplary hybrid memory device or hybrid DIMM is described below in relation to
“Volatile memory” refers to media which may be used to store data temporarily and in which power is required to maintain the stored data. Examples of volatile memory include DDR DRAM.
A “computing device” refers to any server, device, node, entity, drive, or any other entity which can provide any computing capabilities.
Exemplary Environment for Journaling and Data Storage in the Prior Art
During operation, NIC 108 can receive data from a client, such as a host or application (via a communication 120). The system can hold the data temporarily in data buffer 106 (e.g., sent to data buffer 106 via a communication 122), where the data can be converted to the appropriate format for journal drives 112 (“original journal data”) and data storage drives 114 (“data”). For the original journal data, the system can send the original journal data back to NIC 108 for compression (via a communication 124) and subsequent erasure code (EC)-encoding (e.g., sent to data buffer 106 via a communication 126). The system can send the EC-encoded data to the data buffers of other servers in a same storage cluster (via communications 128 and 130) and to journal drives 112 (via a communication 132). In addition, the system depicted in environment 100 can receive part of a compressed and EC-protected codeword which is to be stored in journal drive 112 (e.g., journal data from the other servers) (via a communication 134). The system can write this received journal data to data buffer 106 (via a communication 136) and to journal drives 112 (via a communication 138).
For the data, the system can process the data in parallel, which can include: moving the data from data buffer 106 to NIC 108 for compression (similar to communication 124); moving the compressed data from NIC 108 to data buffer 106 for EC-encoding (similar to communication 126); moving the compressed EC-encoded data from data buffer 106 to the data buffers of other storage servers (similar to communications 128 and 130); and moving the compressed EC-encoded data from data buffer 106 to data storage drives 114 (via a communication 140).
Thus, environment 100 depicts a system or server which includes many communications between the NIC, the DIMMs, the journal drives, and the data storage drives (involving a memory bus), as well as communications to other servers in a same storage cluster or distributed storage system (involving, e.g., a PCIe bus). These communications can result in long data paths, which can result in a bottleneck which affects the bandwidth of both the PCIe bus and the memory bus. Latency over the PCIe bus can also introduce latency issues. Moreover, in order to match the high-throughput Ethernet, the selection of the journal drives may be limited to high-end devices with a significant or non-trivial cost.
Exemplary Environment for Journaling and Data Storage Using a Hybrid Memory Device
In general, journal drives may be sequentially written to with high throughput and high endurance, but only read from in order to perform data recovery in abnormal conditions (i.e., not frequently). Furthermore, the limited number of PCIe lanes supported by CPUs may result in a challenge for journal writing. At the same time, data compression and EC-encoding may be most efficiently performed in close physical proximity to the data buffer. When these operations are not performed close to the data buffer, the bi-directional transfer can consume a considerable amount of both PCIe bandwidth and the memory bus bandwidth, as described above in relation to
The embodiments described herein address the challenges associated with prior art environment 100 of
During operation, NIC 212 can receive data from a client, such as a host or application (via a communication 220). The system can transfer the received original client data from NIC 212 to DRAM 206 (via a communication 222), where the data can be converted to the appropriate format for the journal drives (“original journal data”) and the data storage drives (“data”). Controller 208 can perform (finish) compression and EC-encoding of the data to obtain a compressed EC codeword. Controller 208 can retain a first part of the compressed EC codeword (the “local part”), and distribute or send the remainder of the compressed EC codeword to other servers in the cluster via NIC 212 (via communications 224 and 226). The system depicted in environment 200 can also receive at least one part of other compressed EC codewords from other servers, where the at least one part is to be stored in journal storage 210 (e.g., journal data from the other servers) (via a communication 232). The system can transfer the at least one part of the other compressed EC codewords to DRAM 206 (via a communication 234). The system can flush or write both the first part of the compressed EC codeword (e.g., the local part) and the received at least one part of the other compressed EC codewords from controller 208 to journal 210 (via a communication 230). The system can write data via communication 230 to journal storage 210 via multiple channels, as described below in relation to
The system can also write both the first part of the compressed EC codeword (e.g., the local part) and the received at least one part of the other compressed EC codewords from controller 208 to data storage drives 214 (via a communication 228), e.g., via a PCIe bus.
Thus, environment 200 depicts how the communications with and within hybrid DIMMs 204 can result in a reduction in the consumption of bandwidth for handling journal data and in the compression, as both the compression and EC-encoding operations occur close to journal storage 210 (e.g., in controller with compression 208). Furthermore, the described system can result in a reduction in latency of write operations. As long as the data is moved into the write buffer of journal storage 210, the write operations (which include both the journal data and the data) may be considered as complete. This can result in the reduction of the latency involved in operations over the PCIe bus. Therefore, by shortening the write path for the journal data, the described embodiments can achieve an improvement in the performance of each individual server as well as the overall storage cluster or distributed storage system.
Exemplary Hybrid Memory Device
Hybrid DIMM 300 can adopt a conventional DDR interface (as shown by DDR interface 350), which allows the memory device to remain compatible with known CPU protocols. Hybrid DIMM 300 can also expose the same DRAM capacity as in a conventional system. However, the controller of hybrid DIMM 300 (i.e., journal controller 322) can also access the data buffer portion of the DIMM. That is, journal controller 322 can access a data buffer region of DRAM ranks 332-240. Journal controller 322 can also integrate both the compression operation (as shown by compression module 324) and the EC functions (as described below in relation to
Recall that the journal drive may require high throughput. The described embodiments provide multiple channels 320 which can be active in parallel to accommodate the large amount of data involved in journaling (e.g., data which is handled or processed and stored in journal 310), as described below in relation to
Exemplary Controller of a Hybrid Memory Device
During operation, a host or application can communicate with controller 400 via DDR interface 402, unlike in a conventional controller which may use a host interface. DRAM controller 404 can communicate with and manage DRAM in the hybrid DIMM which can serve as the system memory. This DRAM (not shown in
In addition, hybrid DIMM controller 400 can receive at least one part of other compressed EC codewords for journaling and data storage. Because the received at least one part of the other compressed EC codewords has already undergone both compression and EC-encoding, hybrid DIMM controller 400 can bypass parallel compression engines 406 and EC encoder 412, and send the at least one part of the other compressed EC codewords to ECC encoder module 414 (via a communication 460). That is, the system, by hybrid DIMM controller 400, can send the received at least one part of the other compressed EC codewords to ECC encoder module 414 while bypassing parallel compression engines 406 and EC encoder 412.
The hybrid DIMM can include multiple channels, where each channel can include a NAND switch which allows a respective channel to serve as a plurality of channels by which to access the non-volatile memory of the hybrid DIMM. For example, multiple channel NAND interface 420 can include multiple channels, such as a channel 450, which can include a NAND switch 430. NAND switch 430 can provide a plurality of channels (such as two channels: a NAND channel A 432; and a NAND channel B 434) by which to access the non-volatile memory of the hybrid DIMM, e.g., SLC NAND flash memory. By using the NAND switches in this manner to increase the number of available channels via which to write data, the system can provide a backend channel which branches into several NAND channels for issuing a significant number of batches of write requests in a time measurement of a unit used to measure the latency. For example, a hybrid DIMM controller which communicates with or accesses a non-volatile memory can include 16 channels, where each channel can include a NAND switch which provides access to two NAND dies via two separate NAND channels. In this example, the NAND interface (e.g., multiple channel NAND interface 420) can double the number of available channels from 16 to 32 over which to write data to the non-volatile memory. This increase can result in an improved and more efficient system, in terms of both increased bandwidth and decreased access latency.
Thus, when writing the first part of the EC codeword in the local journal drive as well as the at least one part of the other compressed EC codewords (received by hybrid DIMM controller 400), the system can perform ECC-encoding and send the ECC-encoded part to the non-volatile memory, e.g., via a communication 448 to multiple channel NAND interface 420 and via, e.g., a communication 450 through NAND switch 430 to multiple NAND channels 432 and 434.
Note that controller 400 depicts a design which facilitates an improved and more efficient write operation, since write operations which are used to write data to the journal drive are generally more frequent than read operations which are used to retrieve data from the journal drive. As a result, the write path as depicted is designed to result in an increased bandwidth. The system can also include a lightweight read path 440 which does not need to account for a high frequency of operations, since read operations of the journal drive may occur only in the event of a fault for data recovery.
Lightweight read path 440 can include: an ECC decoder 442; an EC decoder 444; and a decompression module 446. During operation, the system can receive a request to read data stored in the non-volatile memory of the hybrid DIMM. The system can retrieve the requested data from the hybrid DIMM (specifically from a NAND flash via multiple channel NAND interface 420, via a communication 452). ECC decoder 442 can perform an ECC-decoding on the retrieved data. If the system determines that a recovery operation involving erasure code (EC)-decoding is to be performed on the ECC-decoded data, the system can transmit the ECC-decoded data to the EC decoder module (via a communication 454), which can perform an EC-decoding on the ECC-decoded data and send the EC-decoded data to decompression module 446 (via a communication 456). Subsequently, decompression module 446 can perform decompression on the EC-decoded (or on the ECC-decoded data if EC-decoding did not occur) to obtain decompressed data, and transmit the decompressed data back to a requesting host or application (via a communication 458).
Exemplary Method for Facilitating Journaling and Data Storage in a Storage Cluster
The system initiates a first write operation and a second write operation in parallel, wherein the first write operation comprises writing a first part of the compressed EC codeword to the first non-volatile memory, and wherein the second write operation comprises writing the first part of the compressed EC codeword to the second non-volatile memory (operation 506). The system can write the first part of the compressed EC codeword to the first non-volatile memory by accessing, by the controller, the first non-volatile memory of the first memory device via a first interface which manages communication with the first non-volatile memory via multiple channels. A respective channel of the multiple channels includes a NAND switch which allows the respective channel to serve as a plurality of channels by which to access the first non-volatile memory, as described above in relation to
Thus, the described embodiments provide a distributed storage system in which a hybrid memory device (e.g., a hybrid DIMM) integrates the data buffer, the journal drive, compression operations, and erasure coding operations, where the integration can result in saving on the consumption of resources and bandwidth as well as reducing the latency involved in write operations associated with journal drives or journal data. The hybrid DIMM can provide a transparent collaboration with CPUs using known protocols, and the hybrid DIMM controller can provide an enhanced throughput which can match a high-speed network by reducing the amount of memory which is copied/transferred, increasing the parallelism of the write path, and accelerating the access to the non-volatile memory (e.g., NAND).
Exemplary Computer System and Apparatus
Content-processing system 618 can include instructions, which when executed by computer system 600, can cause computer system 600 or processor 602 to perform methods and/or processes described in this disclosure. Specifically, content-processing system 618 can include instructions for receiving and transmitting data packets, including data to be written or read, an EC codeword or part of an EC codeword, EC-encoded/decoded data, ECC-encoded/decoded data, compressed or decompressed data, and an input/output (I/O) request (e.g., a read request or a write request) (communication module 620).
Content-processing system 618 can further include instructions for receiving, by a first memory device, data to be written to a first non-volatile memory of the first memory device and to a second non-volatile memory of a storage drive distinct from the first memory device (communication module 620). Content-processing system 618 can include instructions for performing, by the first memory device on the received data, a compression operation and erasure code (EC)-encoding to obtain a compressed EC codeword (data compression/decompressing module 622 and EC-encoding/decoding module 624). Content-processing system 618 can also include instructions for initiating a first write operation and a second write operation in parallel, wherein the first write operation comprises writing a first part of the compressed EC codeword to the first non-volatile memory, and wherein the second write operation comprises writing the first part of the compressed EC codeword to the second non-volatile memory (data-writing module 626).
Content-processing system 618 can additionally include instructions for receiving, from a second memory device, at least one part of other compressed EC codewords (communication module 620). Content-processing system 618 can include instructions for performing error correction code (ECC)-encoding on the received at least one part to obtain at least one ECC-encoded part (ECC-encoding/decoding module 628). Content-processing system 618 can include instructions for initiating a third write operation and a fourth write operation in parallel (data-writing module 626).
Content-processing system 618 can also include instructions for responsive to completing the first write operation, generating an acknowledgment of the completion destined for a requesting host (acknowledgment-managing module 630). Content-processing system 618 can include instructions for accessing, by the controller, the first non-volatile memory of the first memory device via a first interface which manages communication with the first non-volatile memory via multiple channels, wherein a respective channel of the multiple channels includes a NAND switch which allows the respective channel to serve as a plurality of channels by which to access the first non-volatile memory (channels-managing module 632).
Content-processing system 618 can further include instructions for receiving a request to read second data stored in the first non-volatile memory, wherein the second data comprises the first part of the compressed EC codeword (communication module 620). Content-processing system 618 can include instructions for retrieving the stored second data from the first non-volatile memory (data-reading module 634). Content-processing system 618 can include instructions for performing, by an ECC decoder module of the controller, ECC-decoding on the retrieved second data to obtain ECC-decoded data (ECC-encoding/decoding module 628). Content-processing system 618 can include instructions for, responsive to determining that a recovery operation involving erasure code decoding is to be performed on the ECC-decoded data, performing, by an EC decoder module of the controller, EC-decoding on the ECC-decoded data (EC-encoding/decoding module 624). Content-processing system 618 can include instructions for performing, by a decompression module of the controller, decompression on the ECC-decoded data to obtain decompressed data (data-compressing/decompressing module 622). Content-processing system 618 can include instructions for returning, to a requesting host or application, the decompressed data (communication module 620).
Data 636 can include any data that is required as input or generated as output by the methods and/or processes described in this disclosure. Specifically, data 636 can store at least: data; a data block; a request; a read request; a write request; compressed or decompressed data; encoded or decoded data; EC-encoded or EC-decoded data; ECC-encoded or ECC-decoded data; an EC codeword; a first part and a remainder of an EC codeword; an indicator of a memory device or a storage device; an ECC-encoded or ECC-decoded part; an indicator or identifier of a controller of a memory device; an acknowledgment of a completion of a request; an indicator of multiple channels, one or more NAND switches, and an associated plurality of channels; an indicator of an interface, a volatile memory controller, parallel compression engines, an EC encoder/decoder modules, and an ECC encoder/decoder module; an indicator of SLC NAND flash memory; an initiation of a write operation; and an indicator or identifier of a PCIe bus.
Apparatus 700 can comprise modules or units 702-716 which are configured to perform functions or operations similar to modules 620-634 of computer system 600 of
The data structures and code described in this detailed description are typically stored on a computer-readable storage medium, which may be any device or medium that can store code and/or data for use by a computer system. The computer-readable storage medium includes, but is not limited to, volatile memory, non-volatile memory, magnetic and optical storage devices such as disk drives, magnetic tape, CDs (compact discs), DVDs (digital versatile discs or digital video discs), or other media capable of storing computer-readable media now known or later developed.
The methods and processes described in the detailed description section can be embodied as code and/or data, which can be stored in a computer-readable storage medium as described above. When a computer system reads and executes the code and/or data stored on the computer-readable storage medium, the computer system performs the methods and processes embodied as data structures and code and stored within the computer-readable storage medium.
Furthermore, the methods and processes described above can be included in hardware modules. For example, the hardware modules can include, but are not limited to, application-specific integrated circuit (ASIC) chips, field-programmable gate arrays (FPGAs), and other programmable-logic devices now known or later developed. When the hardware modules are activated, the hardware modules perform the methods and processes included within the hardware modules.
The foregoing embodiments described herein have been presented for purposes of illustration and description only. They are not intended to be exhaustive or to limit the embodiments described herein to the forms disclosed. Accordingly, many modifications and variations will be apparent to practitioners skilled in the art. Additionally, the above disclosure is not intended to limit the embodiments described herein. The scope of the embodiments described herein is defined by the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
3893071 | Bossen | Jul 1975 | A |
4562494 | Bond | Dec 1985 | A |
4718067 | Peters | Jan 1988 | A |
4775932 | Oxley | Oct 1988 | A |
4858040 | Hazebrouck | Aug 1989 | A |
5394382 | Hu | Feb 1995 | A |
5602693 | Brunnett | Feb 1997 | A |
5715471 | Otsuka | Feb 1998 | A |
5732093 | Huang | Mar 1998 | A |
5802551 | Komatsu | Sep 1998 | A |
5930167 | Lee | Jul 1999 | A |
6098185 | Wilson | Aug 2000 | A |
6148377 | Carter | Nov 2000 | A |
6226650 | Mahajan et al. | May 2001 | B1 |
6243795 | Yang | Jun 2001 | B1 |
6457104 | Tremaine | Sep 2002 | B1 |
6658478 | Singhal | Dec 2003 | B1 |
6795894 | Neufeld | Sep 2004 | B1 |
7351072 | Muff | Apr 2008 | B2 |
7565454 | Zuberi | Jul 2009 | B2 |
7599139 | Bombet | Oct 2009 | B1 |
7953899 | Hooper | May 2011 | B1 |
7958433 | Yoon | Jun 2011 | B1 |
8085569 | Kim | Dec 2011 | B2 |
8144512 | Huang | Mar 2012 | B2 |
8166233 | Schibilla | Apr 2012 | B2 |
8260924 | Koretz | Sep 2012 | B2 |
8281061 | Radke | Oct 2012 | B2 |
8452819 | Sorenson, III | May 2013 | B1 |
8516284 | Chan | Aug 2013 | B2 |
8527544 | Colgrove | Sep 2013 | B1 |
8751763 | Ramarao | Jun 2014 | B1 |
8819367 | Fallone | Aug 2014 | B1 |
8825937 | Atkisson | Sep 2014 | B2 |
8832688 | Tang | Sep 2014 | B2 |
8868825 | Hayes | Oct 2014 | B1 |
8904061 | O'Brien, III | Dec 2014 | B1 |
8949208 | Xu | Feb 2015 | B1 |
9015561 | Hu | Apr 2015 | B1 |
9031296 | Kaempfer | May 2015 | B2 |
9043545 | Kimmel | May 2015 | B2 |
9088300 | Chen | Jul 2015 | B1 |
9092223 | Pani | Jul 2015 | B1 |
9129628 | Fallone | Sep 2015 | B1 |
9141176 | Chen | Sep 2015 | B1 |
9208817 | Li | Dec 2015 | B1 |
9213627 | Van Acht | Dec 2015 | B2 |
9258014 | Anderson | Feb 2016 | B2 |
9280472 | Dang | Mar 2016 | B1 |
9280487 | Candelaria | Mar 2016 | B2 |
9311939 | Malina | Apr 2016 | B1 |
9336340 | Dong | May 2016 | B1 |
9436595 | Benitez | Sep 2016 | B1 |
9495263 | Pang | Nov 2016 | B2 |
9529601 | Dharmadhikari | Dec 2016 | B1 |
9529670 | O'Connor | Dec 2016 | B2 |
9575982 | Sankara Subramanian | Feb 2017 | B1 |
9588698 | Karamcheti | Mar 2017 | B1 |
9588977 | Wang | Mar 2017 | B1 |
9607631 | Rausch | Mar 2017 | B2 |
9671971 | Trika | Jun 2017 | B2 |
9722632 | Anderson | Aug 2017 | B2 |
9747202 | Shaharabany | Aug 2017 | B1 |
9830084 | Thakkar | Nov 2017 | B2 |
9852076 | Garg | Dec 2017 | B1 |
9875053 | Frid | Jan 2018 | B2 |
9912530 | Singatwaria | Mar 2018 | B2 |
9933973 | Luby | Apr 2018 | B2 |
9946596 | Hashimoto | Apr 2018 | B2 |
10013169 | Fisher | Jul 2018 | B2 |
10199066 | Feldman | Feb 2019 | B1 |
10229735 | Natarajan | Mar 2019 | B1 |
10235198 | Qiu | Mar 2019 | B2 |
10268390 | Warfield | Apr 2019 | B2 |
10318467 | Barzik | Jun 2019 | B2 |
10361722 | Lee | Jul 2019 | B2 |
10417086 | Lin | Sep 2019 | B2 |
10437670 | Koltsidas | Oct 2019 | B1 |
10459663 | Agombar | Oct 2019 | B2 |
10459794 | Baek | Oct 2019 | B2 |
10484019 | Weinberg | Nov 2019 | B2 |
10530391 | Galbraith | Jan 2020 | B2 |
10635529 | Bolkhovitin | Apr 2020 | B2 |
10642522 | Li | May 2020 | B2 |
10649657 | Zaidman | May 2020 | B2 |
10678432 | Dreier | Jun 2020 | B1 |
10756816 | Dreier | Aug 2020 | B1 |
10928847 | Suresh | Feb 2021 | B2 |
20010032324 | Slaughter | Oct 2001 | A1 |
20020010783 | Primak | Jan 2002 | A1 |
20020039260 | Kilmer | Apr 2002 | A1 |
20020073358 | Atkinson | Jun 2002 | A1 |
20020095403 | Chandrasekaran | Jul 2002 | A1 |
20020112085 | Berg | Aug 2002 | A1 |
20020161890 | Chen | Oct 2002 | A1 |
20030074319 | Jaquette | Apr 2003 | A1 |
20030145274 | Hwang | Jul 2003 | A1 |
20030163594 | Aasheim | Aug 2003 | A1 |
20030163633 | Aasheim | Aug 2003 | A1 |
20030217080 | White | Nov 2003 | A1 |
20040010545 | Pandya | Jan 2004 | A1 |
20040066741 | Dinker | Apr 2004 | A1 |
20040103238 | Avraham | May 2004 | A1 |
20040143718 | Chen | Jul 2004 | A1 |
20040255171 | Zimmer | Dec 2004 | A1 |
20040267752 | Wong | Dec 2004 | A1 |
20040268278 | Hoberman | Dec 2004 | A1 |
20050038954 | Saliba | Feb 2005 | A1 |
20050097126 | Cabrera | May 2005 | A1 |
20050138325 | Hofstee | Jun 2005 | A1 |
20050144358 | Conley | Jun 2005 | A1 |
20050149827 | Lambert | Jul 2005 | A1 |
20050174670 | Dunn | Aug 2005 | A1 |
20050177672 | Rao | Aug 2005 | A1 |
20050177755 | Fung | Aug 2005 | A1 |
20050195635 | Conley | Sep 2005 | A1 |
20050235067 | Creta | Oct 2005 | A1 |
20050235171 | Igari | Oct 2005 | A1 |
20060031709 | Hiraiwa | Feb 2006 | A1 |
20060101197 | Georgis | May 2006 | A1 |
20060156012 | Beeson | Jul 2006 | A1 |
20060184813 | Bui | Aug 2006 | A1 |
20070033323 | Gorobets | Feb 2007 | A1 |
20070061502 | Lasser | Mar 2007 | A1 |
20070101096 | Gorobets | May 2007 | A1 |
20070250756 | Gower | Oct 2007 | A1 |
20070266011 | Rohrs | Nov 2007 | A1 |
20070283081 | Lasser | Dec 2007 | A1 |
20070283104 | Wellwood | Dec 2007 | A1 |
20070285980 | Shimizu | Dec 2007 | A1 |
20080034154 | Lee | Feb 2008 | A1 |
20080065805 | Wu | Mar 2008 | A1 |
20080082731 | Karamcheti | Apr 2008 | A1 |
20080112238 | Kim | May 2008 | A1 |
20080163033 | Yim | Jul 2008 | A1 |
20080301532 | Uchikawa | Dec 2008 | A1 |
20090006667 | Lin | Jan 2009 | A1 |
20090089544 | Liu | Apr 2009 | A1 |
20090113219 | Aharonov | Apr 2009 | A1 |
20090125788 | Wheeler | May 2009 | A1 |
20090183052 | Kanno | Jul 2009 | A1 |
20090254705 | Abali | Oct 2009 | A1 |
20090282275 | Yermalayeu | Nov 2009 | A1 |
20090287956 | Flynn | Nov 2009 | A1 |
20090307249 | Koifman | Dec 2009 | A1 |
20090307426 | Galloway | Dec 2009 | A1 |
20090310412 | Jang | Dec 2009 | A1 |
20100031000 | Flynn | Feb 2010 | A1 |
20100169470 | Takashige | Jul 2010 | A1 |
20100217952 | Iyer | Aug 2010 | A1 |
20100229224 | Etchegoyen | Sep 2010 | A1 |
20100241848 | Smith | Sep 2010 | A1 |
20100321999 | Yoo | Dec 2010 | A1 |
20100325367 | Kornegay | Dec 2010 | A1 |
20100332922 | Chang | Dec 2010 | A1 |
20110031546 | Uenaka | Feb 2011 | A1 |
20110055458 | Kuehne | Mar 2011 | A1 |
20110055471 | Thatcher | Mar 2011 | A1 |
20110060722 | Li | Mar 2011 | A1 |
20110072204 | Chang | Mar 2011 | A1 |
20110099418 | Chen | Apr 2011 | A1 |
20110153903 | Hinkle | Jun 2011 | A1 |
20110161784 | Selinger | Jun 2011 | A1 |
20110191525 | Hsu | Aug 2011 | A1 |
20110218969 | Anglin | Sep 2011 | A1 |
20110231598 | Hatsuda | Sep 2011 | A1 |
20110239083 | Kanno | Sep 2011 | A1 |
20110252188 | Weingarten | Oct 2011 | A1 |
20110258514 | Lasser | Oct 2011 | A1 |
20110289263 | McWilliams | Nov 2011 | A1 |
20110289280 | Koseki | Nov 2011 | A1 |
20110292538 | Haga | Dec 2011 | A1 |
20110296411 | Tang | Dec 2011 | A1 |
20110299317 | Shaeffer | Dec 2011 | A1 |
20110302353 | Confalonieri | Dec 2011 | A1 |
20120017037 | Riddle | Jan 2012 | A1 |
20120039117 | Webb | Feb 2012 | A1 |
20120084523 | Littlefield | Apr 2012 | A1 |
20120089774 | Kelkar | Apr 2012 | A1 |
20120096330 | Przybylski | Apr 2012 | A1 |
20120117399 | Chan | May 2012 | A1 |
20120147021 | Cheng | Jun 2012 | A1 |
20120151253 | Horn | Jun 2012 | A1 |
20120159099 | Lindamood | Jun 2012 | A1 |
20120159289 | Piccirillo | Jun 2012 | A1 |
20120173792 | Lassa | Jul 2012 | A1 |
20120203958 | Jones | Aug 2012 | A1 |
20120210095 | Nellans | Aug 2012 | A1 |
20120233523 | Krishnamoorthy | Sep 2012 | A1 |
20120246392 | Cheon | Sep 2012 | A1 |
20120278579 | Goss | Nov 2012 | A1 |
20120284587 | Yu | Nov 2012 | A1 |
20120324312 | Moyer | Dec 2012 | A1 |
20120331207 | Lassa | Dec 2012 | A1 |
20130013880 | Tashiro | Jan 2013 | A1 |
20130016970 | Koka | Jan 2013 | A1 |
20130018852 | Barton | Jan 2013 | A1 |
20130024605 | Sharon | Jan 2013 | A1 |
20130054822 | Mordani | Feb 2013 | A1 |
20130061029 | Huff | Mar 2013 | A1 |
20130073798 | Kang | Mar 2013 | A1 |
20130080391 | Raichstein | Mar 2013 | A1 |
20130145085 | Yu | Jun 2013 | A1 |
20130145089 | Eleftheriou | Jun 2013 | A1 |
20130151759 | Shim | Jun 2013 | A1 |
20130159251 | Skrenta | Jun 2013 | A1 |
20130159723 | Brandt | Jun 2013 | A1 |
20130166820 | Batwara | Jun 2013 | A1 |
20130173845 | Aslam | Jul 2013 | A1 |
20130191601 | Peterson | Jul 2013 | A1 |
20130205183 | Fillingim | Aug 2013 | A1 |
20130219131 | Alexandron | Aug 2013 | A1 |
20130227347 | Cho | Aug 2013 | A1 |
20130238955 | Antonio | Sep 2013 | A1 |
20130254622 | Kanno | Sep 2013 | A1 |
20130318283 | Small | Nov 2013 | A1 |
20130318395 | Kalavade | Nov 2013 | A1 |
20130329492 | Yang | Dec 2013 | A1 |
20140006688 | Yu | Jan 2014 | A1 |
20140019650 | Li | Jan 2014 | A1 |
20140025638 | Hu | Jan 2014 | A1 |
20140082273 | Segev | Mar 2014 | A1 |
20140082412 | Matsumura | Mar 2014 | A1 |
20140095769 | Borkenhagen | Apr 2014 | A1 |
20140095827 | Wei | Apr 2014 | A1 |
20140108414 | Stillerman | Apr 2014 | A1 |
20140108891 | Strasser | Apr 2014 | A1 |
20140164447 | Tarafdar | Jun 2014 | A1 |
20140164879 | Tam | Jun 2014 | A1 |
20140181532 | Camp | Jun 2014 | A1 |
20140195564 | Talagala | Jul 2014 | A1 |
20140215129 | Kuzmin | Jul 2014 | A1 |
20140223079 | Zhang | Aug 2014 | A1 |
20140233950 | Luo | Aug 2014 | A1 |
20140250259 | Ke | Sep 2014 | A1 |
20140279927 | Constantinescu | Sep 2014 | A1 |
20140304452 | De La Iglesia | Oct 2014 | A1 |
20140310574 | Yu | Oct 2014 | A1 |
20140359229 | Cota-Robles | Dec 2014 | A1 |
20140365707 | Talagala | Dec 2014 | A1 |
20150019798 | Huang | Jan 2015 | A1 |
20150082317 | You | Mar 2015 | A1 |
20150106556 | Yu | Apr 2015 | A1 |
20150106559 | Cho | Apr 2015 | A1 |
20150121031 | Feng | Apr 2015 | A1 |
20150142752 | Chennamsetty | May 2015 | A1 |
20150143030 | Gorobets | May 2015 | A1 |
20150199234 | Choi | Jul 2015 | A1 |
20150227316 | Warfield | Aug 2015 | A1 |
20150234845 | Moore | Aug 2015 | A1 |
20150269964 | Fallone | Sep 2015 | A1 |
20150277937 | Swanson | Oct 2015 | A1 |
20150286477 | Mathur | Oct 2015 | A1 |
20150294684 | Qjang | Oct 2015 | A1 |
20150301964 | Brinicombe | Oct 2015 | A1 |
20150304108 | Obukhov | Oct 2015 | A1 |
20150310916 | Leem | Oct 2015 | A1 |
20150317095 | Voigt | Nov 2015 | A1 |
20150341123 | Nagarajan | Nov 2015 | A1 |
20150347025 | Law | Dec 2015 | A1 |
20150363271 | Haustein | Dec 2015 | A1 |
20150363328 | Candelaria | Dec 2015 | A1 |
20150372597 | Luo | Dec 2015 | A1 |
20160014039 | Reddy | Jan 2016 | A1 |
20160026575 | Samanta | Jan 2016 | A1 |
20160041760 | Kuang | Feb 2016 | A1 |
20160048327 | Jayasena | Feb 2016 | A1 |
20160048341 | Constantinescu | Feb 2016 | A1 |
20160054922 | Awasthi | Feb 2016 | A1 |
20160062885 | Ryu | Mar 2016 | A1 |
20160077749 | Ravimohan | Mar 2016 | A1 |
20160077764 | Ori | Mar 2016 | A1 |
20160077968 | Sela | Mar 2016 | A1 |
20160098344 | Gorobets | Apr 2016 | A1 |
20160098350 | Tang | Apr 2016 | A1 |
20160103631 | Ke | Apr 2016 | A1 |
20160110254 | Cronie | Apr 2016 | A1 |
20160132237 | Jeong | May 2016 | A1 |
20160154601 | Chen | Jun 2016 | A1 |
20160155750 | Yasuda | Jun 2016 | A1 |
20160162187 | Lee | Jun 2016 | A1 |
20160179399 | Melik-Martirosian | Jun 2016 | A1 |
20160188223 | Camp | Jun 2016 | A1 |
20160188890 | Naeimi | Jun 2016 | A1 |
20160203000 | Parmar | Jul 2016 | A1 |
20160224267 | Yang | Aug 2016 | A1 |
20160232103 | Schmisseur | Aug 2016 | A1 |
20160234297 | Ambach | Aug 2016 | A1 |
20160239074 | Lee | Aug 2016 | A1 |
20160239380 | Wideman | Aug 2016 | A1 |
20160274636 | Kim | Sep 2016 | A1 |
20160306699 | Resch | Oct 2016 | A1 |
20160306853 | Sabaa | Oct 2016 | A1 |
20160321002 | Jung | Nov 2016 | A1 |
20160335085 | Scalabrino | Nov 2016 | A1 |
20160342345 | Kankani | Nov 2016 | A1 |
20160343429 | Nieuwejaar | Nov 2016 | A1 |
20160350002 | Vergis | Dec 2016 | A1 |
20160350385 | Poder | Dec 2016 | A1 |
20160364146 | Kuttner | Dec 2016 | A1 |
20160381442 | Heanue | Dec 2016 | A1 |
20170004037 | Park | Jan 2017 | A1 |
20170010652 | Huang | Jan 2017 | A1 |
20170075583 | Alexander | Mar 2017 | A1 |
20170075594 | Badam | Mar 2017 | A1 |
20170091110 | Ash | Mar 2017 | A1 |
20170109199 | Chen | Apr 2017 | A1 |
20170109232 | Cha | Apr 2017 | A1 |
20170123655 | Sinclair | May 2017 | A1 |
20170147499 | Mohan | May 2017 | A1 |
20170161202 | Erez | Jun 2017 | A1 |
20170162235 | De | Jun 2017 | A1 |
20170168986 | Sajeepa | Jun 2017 | A1 |
20170177217 | Kanno | Jun 2017 | A1 |
20170177259 | Motwani | Jun 2017 | A1 |
20170185498 | Gao | Jun 2017 | A1 |
20170192848 | Pamies-Juarez | Jul 2017 | A1 |
20170199823 | Hayes | Jul 2017 | A1 |
20170212708 | Suhas | Jul 2017 | A1 |
20170220254 | Warfield | Aug 2017 | A1 |
20170221519 | Matsuo | Aug 2017 | A1 |
20170228157 | Yang | Aug 2017 | A1 |
20170242722 | Qiu | Aug 2017 | A1 |
20170249162 | Tsirkin | Aug 2017 | A1 |
20170262176 | Kanno | Sep 2017 | A1 |
20170262178 | Hashimoto | Sep 2017 | A1 |
20170262217 | Pradhan | Sep 2017 | A1 |
20170269998 | Jung | Sep 2017 | A1 |
20170279460 | Camp | Sep 2017 | A1 |
20170285976 | Durham | Oct 2017 | A1 |
20170286311 | Juenemann | Oct 2017 | A1 |
20170322888 | Booth | Nov 2017 | A1 |
20170344470 | Yang | Nov 2017 | A1 |
20170344491 | Pandurangan | Nov 2017 | A1 |
20170353576 | Guim Bernat | Dec 2017 | A1 |
20180024772 | Madraswala | Jan 2018 | A1 |
20180024779 | Kojima | Jan 2018 | A1 |
20180033491 | Marelli | Feb 2018 | A1 |
20180052797 | Barzik | Feb 2018 | A1 |
20180067847 | Oh | Mar 2018 | A1 |
20180069658 | Benisty | Mar 2018 | A1 |
20180074730 | Inoue | Mar 2018 | A1 |
20180076828 | Kanno | Mar 2018 | A1 |
20180088867 | Kaminaga | Mar 2018 | A1 |
20180107591 | Smith | Apr 2018 | A1 |
20180113631 | Zhang | Apr 2018 | A1 |
20180143780 | Cho | May 2018 | A1 |
20180150640 | Li | May 2018 | A1 |
20180165038 | Authement | Jun 2018 | A1 |
20180165169 | Camp | Jun 2018 | A1 |
20180165340 | Agarwal | Jun 2018 | A1 |
20180167268 | Liguori | Jun 2018 | A1 |
20180173620 | Cen | Jun 2018 | A1 |
20180188970 | Liu | Jul 2018 | A1 |
20180189175 | Ji | Jul 2018 | A1 |
20180189182 | Wang | Jul 2018 | A1 |
20180212951 | Goodrum | Jul 2018 | A1 |
20180219561 | Litsyn | Aug 2018 | A1 |
20180226124 | Perner | Aug 2018 | A1 |
20180232151 | Badam | Aug 2018 | A1 |
20180260148 | Klein | Sep 2018 | A1 |
20180270110 | Chugtu | Sep 2018 | A1 |
20180293014 | Ravimohan | Oct 2018 | A1 |
20180300203 | Kathpal | Oct 2018 | A1 |
20180321864 | Benisty | Nov 2018 | A1 |
20180322024 | Nagao | Nov 2018 | A1 |
20180329776 | Lai | Nov 2018 | A1 |
20180336921 | Ryun | Nov 2018 | A1 |
20180349396 | Blagojevic | Dec 2018 | A1 |
20180356992 | Lamberts | Dec 2018 | A1 |
20180357126 | Dhuse | Dec 2018 | A1 |
20180373428 | Kan | Dec 2018 | A1 |
20180373655 | Liu | Dec 2018 | A1 |
20180373664 | Vijayrao | Dec 2018 | A1 |
20190012111 | Li | Jan 2019 | A1 |
20190050327 | Li | Feb 2019 | A1 |
20190065085 | Jean | Feb 2019 | A1 |
20190073261 | Halbert | Mar 2019 | A1 |
20190073262 | Chen | Mar 2019 | A1 |
20190087089 | Yoshida | Mar 2019 | A1 |
20190087115 | Li | Mar 2019 | A1 |
20190087328 | Kanno | Mar 2019 | A1 |
20190116127 | Pismenny | Apr 2019 | A1 |
20190171532 | Abadi | Jun 2019 | A1 |
20190172820 | Meyers | Jun 2019 | A1 |
20190196748 | Badam | Jun 2019 | A1 |
20190196907 | Khan | Jun 2019 | A1 |
20190205206 | Hornung | Jul 2019 | A1 |
20190212949 | Pletka | Jul 2019 | A1 |
20190220392 | Lin | Jul 2019 | A1 |
20190227927 | Miao | Jul 2019 | A1 |
20190272242 | Kachare | Sep 2019 | A1 |
20190278654 | Kaynak | Sep 2019 | A1 |
20190317901 | Kachare | Oct 2019 | A1 |
20190339998 | Momchilov | Nov 2019 | A1 |
20190377632 | Oh | Dec 2019 | A1 |
20190377821 | Pleshachkov | Dec 2019 | A1 |
20190391748 | Li | Dec 2019 | A1 |
20200004456 | Williams | Jan 2020 | A1 |
20200004674 | Williams | Jan 2020 | A1 |
20200013458 | Schreck | Jan 2020 | A1 |
20200042223 | Li | Feb 2020 | A1 |
20200042387 | Shani | Feb 2020 | A1 |
20200089430 | Kanno | Mar 2020 | A1 |
20200097189 | Tao | Mar 2020 | A1 |
20200143885 | Kim | May 2020 | A1 |
20200159425 | Flynn | May 2020 | A1 |
20200167091 | Haridas | May 2020 | A1 |
20200225875 | Oh | Jul 2020 | A1 |
20200242021 | Gholamipour | Jul 2020 | A1 |
20200250032 | Goyal | Aug 2020 | A1 |
20200257598 | Yazovitsky | Aug 2020 | A1 |
20200326855 | Wu | Oct 2020 | A1 |
20200328192 | Zaman | Oct 2020 | A1 |
20200348888 | Kim | Nov 2020 | A1 |
20200387327 | Hsieh | Dec 2020 | A1 |
20200401334 | Saxena | Dec 2020 | A1 |
20200409791 | Devriendt | Dec 2020 | A1 |
20210010338 | Santos | Jan 2021 | A1 |
20210089392 | Shirakawa | Mar 2021 | A1 |
20210103388 | Choi | Apr 2021 | A1 |
Number | Date | Country |
---|---|---|
2003022209 | Jan 2003 | JP |
2011175422 | Sep 2011 | JP |
9418634 | Aug 1994 | WO |
1994018634 | Aug 1994 | WO |
Entry |
---|
https://web.archive.org/web/20071130235034/http://en.wikipedia.org:80/wiki/logical_block_addressing wikipedia screen shot retriefed on wayback Nov. 20, 2007 showing both physical and logical addressing used historically to access data on storage devices (Year: 2007). |
Ivan Picoli, Carla Pasco, Bjorn Jonsson, Luc Bouganim, Philippe Bonnet. “uFLIP-OC: Understanding Flash I/O Patterns on Open-Channel Solid-State Drives.” APSys'17, Sep. 2017, Mumbai, India, pp. 1-7, 2017, <10.1145/3124680.3124741 >. <hal-01654985>. |
EMC Powerpath Load Balancing and Failover Comparison with native MPIO operating system solutions. Feb. 2011. |
Tsuchiya, Yoshihiro et al. “DBLK: Deduplication for Primary Block Storage”, MSST 2011, Denver, CO, May 23-27, 2011 pp. 1-5. |
Chen Feng, et al. “CAFTL: A Content-Aware Flash Translation Layer Enhancing the Lifespan of Flash Memory based Solid State Devices”< FAST '11, San Jose, CA Feb. 15-17, 2011, pp. 1-14. |
Wu, Huijun et al. “HPDedup: A Hybrid Prioritized Data Deduplication Mechanism for Primary Storage in the Cloud”, Cornell Univ. arXiv: 1702.08153v2[cs.DC], Apr. 16, 2017, pp. 1-14https://www.syncids.com/#. |
WOW: Wise Ordering for Writes—Combining Spatial and Temporal Locality in Non-Volatile Caches by Gill (Year: 2005). |
Helen H. W. Chan et al. “HashKV: Enabling Efficient Updated in KV Storage via Hashing”, https://www.usenix.org/conference/atc18/presentation/chan, (Year: 2018). |
S. Hong and D. Shin, “NAND Flash-Based Disk Cache Using SLC/MLC Combined Flash Memory,” 2010 International Workshop on Storage Network Architecture and Parallel I/Os, Incline Village, NV, 2010, pp. 21-30. |
Arpaci-Dusseau et al. “Operating Systems: Three Easy Pieces”, Originally published 2015; Pertinent: Chapter 44; flash-based SSDs, available at http://pages.cs.wisc.edu/˜remzi/OSTEP/. |
Jimenex, X., Novo, D. and P. Ienne, “Pheonix:Reviving MLC Blocks as SLC to Extend NAND Flash Devices Lifetime, ”Design, Automation & Text in Europe Conference & Exhibition (DATE), 2013. |
Yang, T. Wu, H. and W. Sun, “GD-FTL: Improving the Performance and Lifetime of TLC SSD by Downgrading Worn-out Blocks,” IEEE 37th International Performance Computing and Communications Conference (IPCCC), 2018. |
C. Wu, D. Wu, H. Chou and C. Cheng, “Rethink the Design of Flash Translation Layers in a Component-Based View”, in IEEE Acess, vol. 5, pp. 12895-12912, 2017. |
Po-Liang Wu, Yuan-Hao Chang and T. Kuo, “A file-system-aware FTL design for flash-memory storage systems,” 2009, pp. 393-398. |
S. Choudhuri and T. Givargis, “Preformance improvement of block based NAND flash translation layer”, 2007 5th IEEE/ACM/IFIP International Conference on Hardware/Software Codesign and Systems Synthesis (CODES+ISSS). Saizburg, 2007, pp. 257-262. |
A. Zuck, O. Kishon and S. Toledo. “LSDM: Improving the Preformance of Mobile Storage with a Log-Structured Address Remapping Device Driver”, 2014 Eighth International Conference on Next Generation Mobile Apps, Services and Technologies, Oxford, 2014, pp. 221-228. |
J. Jung and Y. Won, “nvramdisk: A Transactional Block Device Driver for Non-Volatile RAM”, in IEEE Transactions on Computers, vol. 65, No. 2, pp. 589-600, Feb. 1, 2016. |
Te I et al. (Pensieve: a Machine Assisted SSD Layer for Extending the Lifetime: (Year: 2018). |
ARM (“Cortex-R5 and Cortex-R5F”, Technical reference Manual, Revision r1p1) (Year:2011). |