Hybrid drive balancing execution times for non-volatile semiconductor memory and disk

Information

  • Patent Grant
  • 8775720
  • Patent Number
    8,775,720
  • Date Filed
    Thursday, June 9, 2011
    13 years ago
  • Date Issued
    Tuesday, July 8, 2014
    10 years ago
Abstract
A hybrid drive is disclosed comprising a head actuated over a disk, and a non-volatile semiconductor memory (NVSM). A first execution time needed to execute commands in a NVSM command queue is estimated, and a second execution time needed to execute commands in a disk command queue is estimated. An access command is inserted into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times, and one of the first and second execution times is updated in response to an estimated execution time of the access command.
Description
BACKGROUND

Hybrid drives are conventional disk drives augmented with a non-volatile semiconductor memory (NVSM) such as a flash which helps improve certain aspects of the disk drive. For example, the non-volatile semiconductor memory may store boot data in order to expedite the boot operation of a host computer. Another use of a NVSM may be to store frequently accessed data and/or non-sequential data for which the access time is typically much shorter than the disk (which suffers from mechanical latency including seek and rotational latency). Other policies may reduce write amplification of the NVSM in order to maximize its longevity, such as storing frequently written data to the disk (or data having a write/read ratio that exceeds a predetermined threshold).





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1A shows a disk drive according to an embodiment of the present invention comprising a head actuated over a disk and a non-volatile semiconductor memory (NVSM).



FIG. 1B is a flow diagram according to an embodiment of the present invention wherein an access command is inserted into one of a disk command queue or a NVMS command queue based on the execution times of the command queues.



FIG. 2A shows a disk command queue and a NVSM command queue and their corresponding execution times according to an embodiment of the present invention.



FIG. 2B illustrates an embodiment of the present invention wherein access commands are inserted into the NVSM command queue in order to balance the execution times.



FIG. 2C is a flow diagram according to an embodiment of the present invention wherein after executing an access command, the execution time for the corresponding command queue is updated.



FIG. 3 is a flow diagram according to an embodiment of the present invention wherein an access command is inserted into either the disk command queue or the NVSM command queue based on the disk and NVSM execution time for the access command.



FIG. 4A is a flow diagram according to an embodiment of the present invention wherein when an error causes the actual execution time of an access command to be substantially longer than the estimated execution time, commands are transferred between the disk and NVSM command queues to balance the execution times.



FIGS. 4B and 4C illustrate an embodiment of the present invention wherein the execution times remained balanced since the actual execution times are substantially the same as the estimated execution times.



FIG. 4D illustrates an embodiment of the present invention wherein when an error causes the actual execution time to be substantially longer than the estimated execution time when executing a disk access command.



FIG. 4E illustrates an embodiment of the present invention wherein when an error occurs when accessing the disk, one or more access commands are transferred from the disk command queue to the NVSM command queue in order to balance the execution times.



FIG. 5A is a flow diagram according to an embodiment of the present invention wherein when the access command is a write command and the longest execution time exceeds a threshold and the difference between the execution times exceeds a threshold, access commands are transferred between the command queues to balance the execution times.



FIG. 5B is a flow diagram according to an embodiment of the present invention wherein when the access command is a read command and the data is stored on both the disk and the NVSM, then the read command is inserted into one of the command queues so as to balance the execution times.



FIG. 6A is a flow diagram according to an embodiment of the present invention wherein when a decision is made to transfer access commands between the command queues, the access commands are selected based on a migration policy.



FIG. 6B is a flow diagram according to an embodiment of the present invention wherein when a decision is made to transfer access commands between the command queues, the access commands are selected based on the impact on the execution time of the command queues.



FIG. 6C is a flow diagram according to an embodiment of the present invention wherein when a decision is made to transfer access commands between the command queues, the access commands are selected based on a time limit of the access commands.



FIG. 7 is a flow diagram according to an embodiment of the present invention wherein when the access commands of a command queue are re-ordered, the corresponding execution time is updated.



FIG. 8A illustrates an embodiment of the present invention wherein an access command may be an internal access command, such as a garbage collection read or write command.



FIG. 8B illustrates an embodiment of the present invention wherein a garbage collection read command generated while garbage collecting the NVSM may be inserted into the disk command queue in order to balance the execution times.



FIG. 8C illustrates an embodiment of the present invention wherein a garbage collection write command generated while garbage collecting the NVSM may be inserted into the disk command queue in order to balance the execution times.





DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION


FIG. 1A shows a hybrid drive according to an embodiment of the present invention comprising a head 2 actuated over a disk 4, and a non-volatile semiconductor memory (NVSM) 6. The hybrid drive further comprises control circuitry 8 operable to execute the flow diagram of FIG. 1B wherein a first execution time needed to execute commands in a NVSM command queue 10 is estimated, and a second execution time needed to execute commands in a disk command queue 12 is estimated (step 14). When an access command is received or internally generated (step 16), it is inserted into (or transferred to) a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times (step 18), and one of the first and second execution times is updated in response to an estimated execution time of the access command (step 20).


In the embodiment of FIG. 1A, any suitable NVSM 6 may be employed, such as any suitable electrically erasable/programmable memory (e.g., a flash memory). In one embodiment, the NVSM 6 comprises a plurality of blocks, where each block comprises a plurality of memory segments referred to as pages. The blocks are programmed a page at a time, and an entire block is erased in a unitary operation. In embodiments described in more detail below, a garbage collection operation may be executed on previously written blocks in order to copy valid pages to new blocks (or to the disk) so that the previously written blocks may be erased and re-used.


The disk 4 shown in the embodiment of FIG. 1A comprises a plurality of data tracks 22 defined by servo sectors 240-24N, wherein each data track comprises a plurality of data sectors accessed indirectly through a logical block address (LBA). The control circuitry 8 processes a read signal 26 emanating from the head 2 to demodulate the servo sectors 240-24N into a position error signal (PES) representing a position error of the head relative to a target data track. The control circuitry 8 comprises a servo compensator for filtering the PES to generate a control signal 28 applied to a voice coil motor (VCM) 30 that rotates an actuator arm 32 about a pivot in order to actuate the head 2 radially over the disk 4 in a direction that reduces the PES.



FIG. 2A shows a disk command queue comprising a plurality of access commands and a corresponding execution time, and a NVSM command queue comprising a plurality of access commands and a corresponding execution time. In one embodiment, the execution time for the disk command queue is based on the data rate of the disk, the amount of data in each access command, and the mechanical latency in seeking the head to a target track and waiting for the disk to rotate to a target data sector. A rotational position optimization (RPO) algorithm may be employed to sort the commands in the disk command queue in an order that minimizes the mechanical latency, and in one embodiment the RPO algorithm may also be used to estimate the execution time for all of the access commands stored in the disk command queue. When an access command is inserted into the disk command queue, the RPO algorithm may reorder the access commands and then update the estimated execution time. In one embodiment, the execution time for the NVSM command queue is based on the data rate of the semiconductor memory and the amount of data in each access command. In one embodiment, the write data rate of the NVSM may differ from the read data rate, and therefore the execution time for the NVSM command queue may also be based on the types of access commands.


In yet another embodiment, the execution time of the NVSM may be based on the frequency of access to each individual memory device within the NVSM. For example, if a number of access commands in the NVSM command queue are targeted to a single memory device within the NVSM, it will reduce the throughput of the NVSM and therefore increase the execution time of the NVSM command queue.


In the example of FIG. 2A, the execution time for the disk command queue is longer than the execution time for the NVSM command queue. Therefore in an embodiment shown in FIG. 2B, when an access command is received or internally generated it is inserted into the NVSM command queue in order to closer balance the execution times. FIG. 2C is a flow diagram according to an embodiment of the present invention wherein when an access command is selected for execution from one of the command queues (step 34), the selected access command is executed (step 36) and the execution time for the corresponding command queue is updated (step 38). In one embodiment, the execution time is updated by subtracting the estimated execution time for the access command that was executed.



FIG. 3 is a flow diagram according to an embodiment of the present invention wherein when an access command is received or internally generated (step 16) an estimated execution time for the access command is computed for the NVSM command queue and for the disk command queue (step 40). The access command is then inserted into one of the command queues based on the execution times of the command queues and the estimated execution time for the access command (step 42). In one embodiment, an updated execution time for each command queue is estimated based on the addition of the access command to each command queue. The updated execution times are then compared in order to determine which command queue to insert the access command (e.g., insert the access command into the command queue that results in the best balance of execution times).



FIG. 4A is a flow diagram according to an embodiment of the present invention wherein when an access command is selected for execution from one of the command queues (step 44), the selected access command is executed (step 46). If the actual execution time for the access command is substantially longer than an estimated execution time (step 48), an access command is transferred to the other command queue (step 50) in order to balance the execution times for the command queues. This embodiment is illustrated in FIG. 4B wherein an access command selected from the disk command queue has an estimated execution time that corresponds to the execution time for two commands in the NVSM command queue. If the actual execution time of the access commands substantially matches the estimated execution time (no access errors), then the execution times remain substantially balanced as illustrated in FIG. 4C. FIG. 4D illustrates an example where an error in accessing the disk causes the actual execution time for a selected access command to be substantially longer (e.g., due to retry operations). As a result, more access commands are executed from the NVSM command queue resulting in an imbalance in the execution times. Accordingly, in one embodiment one or more commands are transferred from the disk command queue to the NVSM command queue as illustrated in FIG. 4E. The access commands that are transferred may be selected using any suitable algorithm, including one of embodiments disclosed below with reference to FIGS. 6A-6C.


An error may also occur when accessing the NVSM (during write or read operations) which may significantly extend the actual execution time of an access command. For example, a write/read error to a page in a target block may require the entire block be relocated to a new block which may take a significant amount of time. Accordingly, in one embodiment when an actual execution time of an NVSM access command is substantially longer than an estimated execution time, one or more access commands are transferred from the NVSM command queue to the disk command queue in order to balance the execution times.



FIG. 5A is a flow diagram according to an embodiment of the present invention wherein when the access command is a write command (step 52), the write command is inserted into one of the disk and NVSM command queue based on a migration policy (step 54). Any suitable migration policy may be employed, such as inserting write commands identifying sequentially accessed logical block addresses (LBAs) into the disk command queue and non-sequentially accessed LBAs into the NVSM command queue. Another migration policy may include inserting write commands identifying frequently written LBAs into the disk command queue in order to reduce write amplification of the NVSM. After inserting the write command into the respective command queue based on the migration policy, the updated execution times are evaluated to determine whether either execution time exceeds a threshold (step 56). If one of the execution times exceeds a threshold, indicating that there is a high workload of access commands, the difference between the execution times is evaluated. If the difference between the execution times exceeds a threshold (step 58), indicating the execution times require rebalancing, one or more eligible access commands are transferred between the disk and NVSM command queues, thereby overriding the migration policy in order to balance the execution times (step 60). In this embodiment, the performance benefit of balancing the execution times to better utilize the bandwidth of both channels outweighs the benefit of the migration policy. In one embodiment, a hysteresis may be employed at the threshold comparison of step 56 to prevent thrashing.


In one embodiment, one or more of the access commands may be ineligible for transfer because they identify LBAs that are pinned to one of the disk or the NVSM. For example, LBAs that identify certain operating system data may be pinned to the NVSM to ensure the performance benefit of accessing the system data from the NVSM is maintained. The access commands that are eligible for transfer may be selected using any suitable algorithm, including one of embodiments disclosed below with reference to FIGS. 6A-6C.



FIG. 5B is a flow diagram according to an embodiment of the present invention wherein when the access command is a read command (step 62), the read command is evaluated to determine whether the data is stored on both the disk and the NVSM (step 64). If the data is stored on both the disk and NVSM, the read command is inserted into one of the disk and NVSM command queue based on the execution times of the command queues (step 66) to balance the execution times. If the data is stored on only one of the disk and NVSM, the read command is inserted into the respective command queue (step 68), and then one or more of the pending access commands is transferred between the command queues in order to balance the execution times (step 70).


Any suitable algorithm may be employed to select access commands to transfer between the command queues in order to balance the execution times. FIG. 6A is a flow diagram according to an embodiment of the present invention wherein when a transfer of an access command is needed to balance the execution times (step 72), the access commands to transfer are selected based on a migration policy, such as transferring read commands from the disk command queue to the NVSM command queue to reduce write amplification of the NVSM (step 74). In another embodiment, write commands that are more appropriately suited for storing in the NVSM are selected for transfer to the NVSM command queue, such as write commands that are near non-sequential or write commands that identify LBAs having a lower write frequency than the LBAs of other write commands.



FIG. 6B is a flow diagram according to an embodiment of the present invention wherein when a transfer of an access command is needed to balance the execution times (step 76), the access commands to transfer are selected based on the resulting impact on the execution time of the command queues (step 78). For example, in one embodiment an access command may be transferred from the NVSM command queue to the disk command queue that results in the shortest execution time for the disk command queue (most optimal for the RPO algorithm). In another example, multiple short access commands may be transferred from the disk command queue to the NVSM command queue rather than one longer access command in order to maximally reduce the execution time of the disk command queue (by reducing the total number of access commands for the RPO algorithm).



FIG. 6C is a flow diagram according to an embodiment of the present invention wherein when a transfer of an access command is needed to balance the execution times (step 80), the access commands to transfer are selected based on an execution time limit of the access commands (step 82). In this embodiment, each access command may be assigned an execution time limit within which the access command must be executed. If for example an access command in the disk command queue is reaching its execution time limit, it may be selected for transfer to the NVSM command queue in order to expedite its execution, as well as avoid disrupting the order of execution of disk access commands determined by the RPO algorithm.



FIG. 7 is a flow diagram according to an embodiment of the present invention wherein it may be necessary to re-order one of the command queues (step 84), such as when a command is inserted into the command queue, or when a pending access command is selected for out-of-order execution. After re-ordering the command queue (step 86), the execution time for the reordered command queue is updated (step 88) and the updated execution time evaluated to determine whether a rebalancing of execution times is needed.


Access commands may be received from a host, and in one embodiment, a large host access command may be split into two access commands in order to balance the execution times of the command queues. In one embodiment, a large host access command may be divided in half and the two resulting access commands inserted into the NVSM command queue or the disk command queue in order to balance the execution times. In another embodiment, a large host access command may be divided by a fraction that is based on the execution times of the command queues. For example, to balance the execution times two-thirds of a host access command may be inserted into the NVSM command queue and the remaining third inserted into the disk command queue (or vice versa depending on the execution times of the command queues).


In another embodiment, access commands may be generated internally by the hybrid drive. For example, in one embodiment the NVSM may require periodic garbage collection wherein the valid pages of previously written blocks are copied to new blocks so that the old blocks may be erased and reused. Accordingly, the garbage collection operation may generate internal read commands to read valid data corresponding to valid pages of an old block, and internal write commands to write the valid data to a new block or to the disk. FIG. 8A illustrates an example wherein the NVSM command queue comprises a number of host write and read commands (H_W and H_R), as well as two garbage collection read commands (GC_R).


In an embodiment illustrated in FIG. 8B, a copy of valid data in a block of the NVSM may be stored on the disk, and therefore a garbage collection read command (GC_R) stored in the NVSM command queue may be transferred to the disk command queue in order to balance the execution times of the command queues. The valid data is read from the disk and written to a new block in the NVSM so that the old block may be erased and reused while retaining a copy of the data in both the NVSM and on the disk. In another embodiment, a garbage collection read command may be inserted into the disk command queue when generated (rather than transferred from the NVSM command queue).


In an embodiment illustrated in FIG. 8C, a garbage collection write command (GC_W) generated for a valid page in the NVSM may be inserted into the disk command queue rather than the NVSM command queue in order to balance the execution times of the command queues. In this embodiment, the valid data is read from a block of the NVSM, and when the garbage collection write command is executed, the valid data is effectively migrated to the disk rather then being written to a new block in the NVSM. In an alternative embodiment, a garbage collection write command may be transferred from the NVSM command queue to the disk command queue in order to balance the execution times of the command queues.


Any suitable control circuitry may be employed to implement the flow diagrams in the embodiments of the present invention, such as any suitable integrated circuit or circuits. For example, the control circuitry may be implemented within a read channel integrated circuit, or in a component separate from the read channel, such as a disk controller and/or NVSM controller, or certain steps described above may be performed by a read channel and others by a disk controller and/or NVSM controller. In one embodiment, the read channel and controllers are implemented as separate integrated circuits, and in an alternative embodiment they are fabricated into a single integrated circuit or system on a chip (SOC). In addition, the control circuitry may include a suitable preamp circuit implemented as a separate integrated circuit, integrated into the read channel or disk controller circuit, or integrated into an SOC.


In one embodiment, the control circuitry comprises a microprocessor executing instructions, the instructions being operable to cause the microprocessor to perform the steps of the flow diagrams described herein. The instructions may be stored in any computer-readable medium. In one embodiment, they may be stored on a non-volatile semiconductor memory external to the microprocessor, or integrated with the microprocessor in a SOC. In another embodiment, the instructions are stored on the disk and read into a volatile semiconductor memory when the hybrid drive is powered on. In yet another embodiment, the control circuitry comprises suitable logic circuitry, such as state machine circuitry.

Claims
  • 1. A hybrid drive comprising: a disk;a head actuated over the disk;a non-volatile semiconductor memory (NVSM); andcontrol circuitry operable to: generate a NVSM command queue operable to store access commands for the NVSM;generate a disk command queue operable to store access commands for the disk;estimate a first execution time needed to execute the commands in the NVSM command queue;estimate a second execution time needed to execute the commands in the disk command queue;insert an access command into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times;update one of the first and second execution times in response to an estimated execution time of the access command;execute a first pending access command stored in the disk command queue; andwhen an actual execution time of the first pending access command is longer than an estimated execution time of the first pending access command, transfer a second pending access command from the disk command queue to the NVSM command queue.
  • 2. The hybrid drive as recited in claim 1, wherein the control circuitry is further operable to select the second pending access command to transfer in response to an execution time limit assigned to each access command stored in the disk command queue.
  • 3. The hybrid drive as recited in claim 1, wherein when the access command is a write command, the control circuitry is further operable to: insert the access command into one of the NVSM command queue and the disk command queue in response to a migration policy; andwhen one of the first and second execution times exceeds a threshold, transfer a pending access command between the disk command queue and the NVSM command queue.
  • 4. A method of operating a hybrid drive, the hybrid drive comprising a disk, a head actuated over the disk, a non-volatile semiconductor memory (NVSM), the method comprising: estimating a first execution time needed to execute commands in a NVSM command queue;estimating a second execution time needed to execute commands in a disk command queue;inserting an access command into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times;updating one of the first and second execution times in response to an estimated execution time of the access command;executing a first pending access command stored in the disk command queue; andwhen an actual execution time of the first pending access command is longer than an estimated execution time of the first pending access command, transferring a second pending access command from the disk command queue to the NVSM command queue.
  • 5. The method as recited in claim 4, further comprising selecting the second pending access command to transfer in response to an execution time limit assigned to each access command stored in the disk command queue.
  • 6. The method as recited in claim 4, wherein when the access command is a write command, the method further comprising: inserting the access command into one of the NVSM command queue and the disk command queue in response to a migration policy; andwhen one of the first and second execution times exceeds a threshold, transferring a pending access command between the disk command queue and the NVSM command queue.
  • 7. A hybrid drive comprising: a disk;a head actuated over the disk;a non-volatile semiconductor memory (NVSM); andcontrol circuitry operable to: generate a NVSM command queue operable to store access commands for the NVSM;generate a disk command queue operable to store access commands for the disk;estimate a first execution time needed to execute the commands in the NVSM command queue;estimate a second execution time needed to execute the commands in the disk command queue;insert an access command into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times;update one of the first and second execution times in response to an estimated execution time of the access command;insert the access command into one of the NVSM command queue and the disk command queue in response to a migration policy; andwhen one of the first and second execution times exceeds a threshold, transfer a pending access command between the disk command queue and the NVSM command queue.
  • 8. A hybrid drive comprising: a disk;a head actuated over the disk;a non-volatile semiconductor memory (NVSM); andcontrol circuitry operable to: generate a NVSM command queue operable to store access commands for the NVSM;generate a disk command queue operable to store access commands for the disk;estimate a first execution time needed to execute the commands in the NVSM command queue;estimate a second execution time needed to execute the commands in the disk command queue;insert an access command into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times;update one of the first and second execution times in response to an estimated execution time of the access command;when the access command comprises a read command and read data for the read command is stored on the NVSM and not on the disk, insert the read command into the NVSM command queue and transfer a pending access command from the NVSM command queue to the disk command queue in response to the first and second execution times; andwhen the access command comprises a read command and the read data for the read command is stored on the disk and not on the NVSM, insert the read command into the disk command queue and transfer a pending access command from the disk command queue to the NVSM command queue in response to the first and second execution times.
  • 9. The hybrid drive as recited in claim 8, wherein the control circuitry is further operable to: transfer the pending access command from the NVSM command queue to the disk command queue in response to a migration policy; andtransfer the pending access command from the disk command queue to the NVSM command queue in response to the migration policy.
  • 10. The hybrid drive as recited in claim 9, wherein the migration policy transfers a pending read command from the disk command queue to the NVSM command queue to reduce write amplification of the NVSM.
  • 11. A method of operating a hybrid drive, the hybrid drive comprising a disk, a head actuated over the disk, a non-volatile semiconductor memory (NVSM), the method comprising: estimating a first execution time needed to execute commands in a NVSM command queue;estimating a second execution time needed to execute commands in a disk command queue;inserting an access command into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times;updating one of the first and second execution times in response to an estimated execution time of the access command;inserting the access command into one of the NVSM command queue and the disk command queue in response to a migration policy; andwhen one of the first and second execution times exceeds a threshold, transferring a pending access command between the disk command queue and the NVSM command queue.
  • 12. A method of operating a hybrid drive, the hybrid drive comprising a disk, a head actuated over the disk, a non-volatile semiconductor memory (NVSM), the method comprising: estimating a first execution time needed to execute commands in a NVSM command queue;estimating a second execution time needed to execute commands in a disk command queue;inserting an access command into a selected one of the NVSM command queue and the disk command queue in response to the first and second execution times;updating one of the first and second execution times in response to an estimated execution time of the access command;when the access command comprises a read command and read data for the read command is stored on the NVSM and not on the disk, inserting the read command into the NVSM command queue and transferring a pending access command from the NVSM command queue to the disk command queue in response to the first and second execution times; andwhen the access command comprises a read command and the read data for the read command is stored on the disk and not on the NVSM, inserting the read command into the disk command queue and transferring a pending access command from the disk command queue to the NVSM command queue in response to the first and second execution times.
  • 13. The method as recited in claim 12, further comprising: transferring the pending access command from the NVSM command queue to the disk command queue in response to a migration policy; andtransferring the pending access command from the disk command queue to the NVSM command queue in response to the migration policy.
  • 14. The method as recited in claim 13, wherein the migration policy transfers a pending read command from the disk command queue to the NVSM command queue to reduce write amplification of the NVSM.
CROSS-REFERENCE TO RELATED APPLICATIONS

The present application claims priority from co-pending provisional U.S. Patent Application Ser. No. 61/378,842, filed on Aug. 31, 2010, the specification of which is incorporated herein by reference.

US Referenced Citations (118)
Number Name Date Kind
5333138 Richards et al. Jul 1994 A
5420998 Horning May 1995 A
5457786 Roush Oct 1995 A
5581785 Nakamura et al. Dec 1996 A
5586291 Lasker et al. Dec 1996 A
5636355 Ramakrishnan et al. Jun 1997 A
5682273 Hetzler Oct 1997 A
5905901 Klein May 1999 A
5913067 Klein Jun 1999 A
5954820 Hetzler Sep 1999 A
6044439 Ballard et al. Mar 2000 A
6115200 Allen et al. Sep 2000 A
6236527 Uchiike et al. May 2001 B1
6275949 Watanabe Aug 2001 B1
6295577 Anderson et al. Sep 2001 B1
6408357 Hanmann et al. Jun 2002 B1
6429990 Serrano et al. Aug 2002 B2
6437935 Johnson et al. Aug 2002 B1
6614616 Michel et al. Sep 2003 B1
6661591 Rothberg Dec 2003 B1
6662267 Stewart Dec 2003 B2
6687850 Rothberg Feb 2004 B1
6725397 Emberty et al. Apr 2004 B1
6732241 Riedel May 2004 B2
6754021 Kisaka et al. Jun 2004 B2
6798599 Dykes et al. Sep 2004 B2
6807630 Lay et al. Oct 2004 B2
6845456 Menezes et al. Jan 2005 B1
6892313 Codilian et al. May 2005 B1
6909574 Aikawa et al. Jun 2005 B2
6928518 Talagala Aug 2005 B2
6968450 Rothberg et al. Nov 2005 B1
7003620 Avraham et al. Feb 2006 B2
7017037 Fortin et al. Mar 2006 B2
7028174 Atai-Azimi et al. Apr 2006 B1
7076605 Son Jul 2006 B1
7082494 Thelin et al. Jul 2006 B1
7107444 Fortin et al. Sep 2006 B2
7114029 Thelin Sep 2006 B1
7120806 Codilian et al. Oct 2006 B1
7139933 Hsu et al. Nov 2006 B2
7142385 Shimotono et al. Nov 2006 B2
7206948 Brauer Apr 2007 B2
7231198 Loughran Jun 2007 B2
7254721 Tobias et al. Aug 2007 B1
7275166 Kaiju et al. Sep 2007 B2
7334082 Grover et al. Feb 2008 B2
7340647 Aasheim et al. Mar 2008 B2
7350105 Aasheim et al. Mar 2008 B2
7392340 Dang et al. Jun 2008 B1
7395452 Nicholson et al. Jul 2008 B2
7411757 Chu et al. Aug 2008 B2
7421552 Long Sep 2008 B2
7425810 Hobbet et al. Sep 2008 B2
7461202 Forrer, Jr. et al. Dec 2008 B2
7472222 Auerbach et al. Dec 2008 B2
7477477 Maruchi et al. Jan 2009 B2
7509471 Gorobets Mar 2009 B2
7516346 Pinheiro et al. Apr 2009 B2
7552347 Schutte Jun 2009 B2
7610438 Lee et al. Oct 2009 B2
7610445 Manus et al. Oct 2009 B1
7613876 Bruce et al. Nov 2009 B2
7644231 Recio et al. Jan 2010 B2
7647513 Tobias et al. Jan 2010 B2
7685360 Brunnett et al. Mar 2010 B1
7698586 Kim et al. Apr 2010 B2
7752491 Liikanen et al. Jul 2010 B1
7774556 Karamcheti et al. Aug 2010 B2
7984259 English Jul 2011 B1
8060707 Fairhurst et al. Nov 2011 B2
8245003 Suzuki et al. Aug 2012 B2
8286018 Chang et al. Oct 2012 B2
20020083264 Coulson Jun 2002 A1
20030140198 Ninose et al. Jul 2003 A1
20050108473 Le Moal et al. May 2005 A1
20050120251 Fukumori Jun 2005 A1
20060075185 Azzarito et al. Apr 2006 A1
20060195657 Tien et al. Aug 2006 A1
20070006021 Nicholson et al. Jan 2007 A1
20070050540 Klein Mar 2007 A1
20070162693 Nam Jul 2007 A1
20080024899 Chu et al. Jan 2008 A1
20080040537 Kim Feb 2008 A1
20080059694 Lee Mar 2008 A1
20080130156 Chu et al. Jun 2008 A1
20080177938 Yu Jul 2008 A1
20080222353 Nam et al. Sep 2008 A1
20080256287 Lee et al. Oct 2008 A1
20080288714 Salomon et al. Nov 2008 A1
20080307270 Li Dec 2008 A1
20090019218 Sinclair et al. Jan 2009 A1
20090024793 Fontenot et al. Jan 2009 A1
20090031072 Sartore Jan 2009 A1
20090089501 Ahn et al. Apr 2009 A1
20090103203 Yoshida Apr 2009 A1
20090106518 Dow Apr 2009 A1
20090144501 Yim et al. Jun 2009 A2
20090150599 Bennett Jun 2009 A1
20090172249 Matthews Jul 2009 A1
20090172324 Han et al. Jul 2009 A1
20090172499 Olbrich et al. Jul 2009 A1
20090198940 Ash et al. Aug 2009 A1
20090249168 Inoue Oct 2009 A1
20090271562 Sinclair Oct 2009 A1
20090327603 McKean et al. Dec 2009 A1
20100067138 Ooi et al. Mar 2010 A1
20100088459 Arya et al. Apr 2010 A1
20100122030 Peters et al. May 2010 A1
20100169541 Freikorn Jul 2010 A1
20100191922 Dickey et al. Jul 2010 A1
20100195243 Zhu et al. Aug 2010 A1
20100325352 Schuette et al. Dec 2010 A1
20110010490 Kwon et al. Jan 2011 A1
20110106804 Keeler et al. May 2011 A1
20110283128 Farhan et al. Nov 2011 A1
20120317338 Yi et al. Dec 2012 A1
20130024650 Ambat et al. Jan 2013 A1
Non-Patent Literature Citations (7)
Entry
DongKyu Lee; Koh, K.; “PDC-NH: Popular data concentration on NAND flash and hard disk drive,” 2009 10th IEEE/ACM International Conference on Grid Computing, pp. 196-200, Oct. 13-15, 2009.
Gokul Soundararajan, Vijayan Prabhakaran, Mahesh Balakrishan, Ted Wobber, “Extending SSD Lifetimes with Disk-Based Write Caches”, http://research.microsoft.com/pubs/115352/hybrid.pdf, Feb. 2010.
Tao Xie, Deepthi Madathil, “SAIL: Self-Adaptive File Reallocation on Hybrid Disk Arrays”, The 15th Annual IEEE International Conference on High Performance Computing (HiPC 2008), Bangalore, India, Dec. 17-20, 2008.
Non-Volatile Memory Host Controller Interface revision 1.0 specification available for download at http://www.intel.com/standards/nvmhci/index.htm. Ratified on Apr. 14, 2008, 65 pages.
U.S. Appl. No. 12/720,568, filed Mar. 9, 2010, 22 pages.
Payer, et al., “Combo Drive: Optimizing Cost and Performance in a Heterogeneous Storage Device”, http://csl.cse.psu.edu/wish2009—papers/Payer.pdf., Proceedings First Workshop on Integrating Solid-State Memory into the Storage Hierarchy, WISH 2009, Mar. 7, 2009, Washington DC, pp. 1-8.
Xiaojian Wu, A. L. Narasimha Reddy, “Managing Storage Space in a Flash and Disk Hybrid Storage System”, Symposium on Modeling, Analysis & Simulation of Computer and Telecommunication Systems 2009 (MASCOTS '09), Sep. 21-23, 2009, pp. 1-4.
Provisional Applications (1)
Number Date Country
61378842 Aug 2010 US