Disk drives are commonly used to store data in computers, databases, digital video records, and other devices. A disk drive comprises a rotating magnetic disk and a head actuated over the disk to magnetically write data to and read data from the disk. The disk drive may write data to and read data from the disk in response to write/read commands from a host that used the disk drive for data storage. When the disk drive receives a force unit access write command it writes force unit access write data directly to the disk instead of just a cache before it completes the command to the host. In the case of shingled magnetic recording, metadata corresponding to the force unit access write data will also typically be written to the disk. This can cause a large accumulation of metadata in the disk. This can be undesirable because the metadata can take up space which could be used for storage of valid data.
The features and advantages of the present embodiments of the present invention will become more apparent from the detailed description set forth below when taken in conjunction with the drawings, wherein:
In the following detailed description, numerous specific details are set forth to provide a full understanding of the present invention. It will be apparent, however, to one ordinarily skilled in the art that the present invention may be practiced without some of these specific details. In other instances, well-known structures and techniques have not been shown in detail to avoid unnecessarily obscuring the present invention.
The disk drive 100 also comprises a controller 10 that performs various operations of the disk drive 100 described herein. The controller 10 may be implemented using one or more processors for executing instructions and may further include memory, such as a volatile or non-volatile memory, for storing data (e.g., data being processed) and/or instructions. The instructions may be executed by the one or more processors to perform the various functions of the controller 10 described herein. The one or more processors may include a microcontroller, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), hard-wired logic, analog circuitry and/or a combination thereof.
The disk 60 comprises a number of radially spaced, concentric tracks 4. The tracks 4 can overlap, and thus can be shingled. Each track 4 may be divided into a number of sectors (shown in
To write data to the disk 60, the controller 10 may first position the head 50 at a desired track 4 on the disk 60 by sending a control signal input 28 (e.g., control current) to the VCM 20. The controller 10 may include a servo control system that positions the head 50 using the VCM 20 based on position information read from one or more servo wedges 220-22N. The controller 10 processes data to be written to the disk 60 into a write signal 26, which is outputted to the head 50. The head 50 converts the write signal 26 into a magnetic field that magnetizes the surface of the disk 60 based on the write signal, thereby magnetically writing the data to the disk 60.
To read data from the disk 60, the controller 10 positions the head 50 at a desired track 4 on the disk 60. The head 50 generates a read signal based on the magnetization of the disk surface under the head 50. The controller 10 receives and processes the read signal 26 into data, thereby reading the data from the disk 60.
The controller 10 may write data to and read data from the disk 60 in response to write/read commands from a host (e.g., host processor). When the controller 10 receives a host write command including data to be written to the disk 60, the controller 10 may temporarily hold the data from the host in a cache 128 (e.g., DRAM) and write the data from the cache 128 to the disk 60 using the head 50. When the controller 10 receives a host read command requesting data stored on the disk 60, the controller 10 may read the requested data from the disk 60, temporarily hold the read data in the cache and send the read data from the cache to the host.
However, when the controller 10 receives a force unit access command from a host, the controller 10 writes force unit access write data to the cache 128 as part of the cache data. The controller 10 then writes the force unit access write data and also a metadata corresponding to the force unit access write data to a first location in the disk 60. The metadata can be, for example, a header in front of the write data, a footer after the write data, and/or a write log that is many sectors before or after the write data containing metadata for nearby sectors. The metadata can include logical-to-physical mapping information, such as what Logical Block Address (LBA) is found in Physical Block Addresses (PBA) near the metadata. Wherever it is located, the metadata can be used to update a mapping table in case a power loss is encountered before the mapping table is updated and stored in non-volatile memory. The first location can be part of, for example, a first shingled zone.
As seen in
In one embodiment, when writing to a shingled zone allocated for force unit access write data, the controller 10 can determine which shingled zone allocated for force unit access write data is closest to the head 50 when the controller 10 receives a force unit access write command from the host. The controller 10 can then control the head 50 to write the force unit access write data and its corresponding metadata onto that shingled zone allocated for force unit access write data which is closest to the head 50. For example, in
The controller 10 can also repeat the above process for additional force unit access write commands and write, for example, a subsequent force unit access write data to a second location. The second location can be located, for example, in the first shingled zone, or in a shingled zone different from the first shingled zone. The second shingled zone can also be a shingled zone allocated for force unit access write data.
Furthermore, although in
In one embodiment, after the metadata is written on the disk 60, the controller 10 can transmit a write complete status to the host. Instead of erasing or overwriting the force unit access write data in the cache 128, the controller 10 maintains the force unit access write data in the cache. When the cache 128 is full or when a cache flush should be performed, the controller 10 writes the cache data including the force unit access write data to the disk 60 at a third location. The third location can be located in a different location than the first location, and the second location. The third location can be selected, for example, to be located sequentially after a location in the plurality of the tracks that the head 50 was performing a write operation on before the cache flush. Alternatively, the force unit access write data can be written at a time separate from a cache flush.
When the first location and the second location are part of the first shingled zone, the third location can be part of a second shingled zone. However, when the first location is part of the first shingled zone, and the second location is part of the second shingled zone, the third location can be part of a third shingled zone. The controller 10 can also write a metadata corresponding to the cache data in the third location.
After the cache data and the metadata corresponding to the cache data has been written to the third location, the controller 10 can optionally update the mapping table entry for the force unit access write data to point to the new physical location. Also, in one embodiment, when the first location and the second location are part of the first shingled zone, the controller 10 can decrement a first valid data counter corresponding to the first shingled zone and increment a second valid data counter corresponding to the second shingled zone. In another embodiment, when the first location is part of the first shingled zone, and the second location is part of the second shingled zone, the controller 10 can decrement a first valid data counter corresponding to the first shingled zone, and a second valid data counter corresponding to the second shingled zone. The controller 10 can also increment a third valid data counter corresponding to the third shingled zone, which contains the third location.
Although the examples disclosed herein may utilize a valid data counter to keep track of the number of valid data in a shingled zone, in one embodiment, the controller 10 can utilize other means for keeping track of the number of valid data in a shingled zone. For example, in one embodiment the controller 10 can compare the metadata to the mapping table to determine whether the data in the physical location on the disk is valid or invalid.
In one embodiment, the controller 10 can perform garbage collection on the disk 60. During garbage collection, the controller 10 can move valid data from a first shingled zone to a second shingled zone in order to reduce an amount of valid data in the first shingled zone or ensure that the first shingled zone contains no valid data. Garbage collection can free up contiguous space for valid data to be written in one or more shingled zones. When there is no valid data in a shingled zone, garbage collection can be simplified or eliminated as all the data in the shingled zone is invalid and can be overwritten. Likewise, when there is a reduced amount of valid data in a shingled zone, garbage collection may be simplified as there will be less valid data to gather and relocate.
Although the examples disclosed herein may depict a single force unit access write data being written to a single sector from a single force unit access write command, in one embodiment, one or more force unit access write data can be written to multiple sectors from a single force unit access write command.
In
The sectors 1301-13018 can be located in a second location. As can be seen, the second location is at a different location than the first location. In one embodiment, the second location can be a second shingled zone, different than the first shingled zone. Optionally, the second shingled zone can be a shingled zone allocated for force unit access write data. In one embodiment, the second location can be selected to be located sequentially after a location in the plurality of tracks that the head 50 was performing a write operation on before the cache flush.
In one embodiment, after the cache data and the metadata corresponding to the cache data are written at the second location, a first valid data counter corresponding to the first shingled zone is decremented, while a second valid data counter corresponding to the second shingled zone is incremented.
For example, as seen in
For example, the table 130b is the updated table 130a and indicates valid data counters corresponding to the various zones after the cache flush. As seen in table 130b, the first valid data counter corresponding to the first shingled zone (zone 1) is decremented to indicate that there is now no valid data in the first shingled zone (zone 1). That is, the first location no longer contains any valid data, and any data in the shingled zone can be overwritten. Furthermore, the second valid data counter corresponding to the second shingled zone (zone 6) is incremented to indicate that there is now five valid data in the second shingled zone (zone 6).
In
Furthermore, the controller 10 writes a metadata corresponding to the cache data in the sector 1304. In one embodiment, a metadata for the half a track containing the fourth location is also written in sector 13018. As can be seen, instead of using three metadata in
As seen in
However, instead of writing all of the force unit access write data in
For example, the controller can write a first force unit access write data and its corresponding metadata to the sectors 1101, and 1102. The sectors 1101 and 1102 are located in a first location. The first location can be a first shingled zone. Furthermore, in
The controller can also write a third force unit access write data, a fourth force unit access write data, and their corresponding metadata to the sectors 1201, 1202, 1203, and 1204 respectively. The sectors 1201, 1202, 1203, and 1204, are located in a second location and a third location different from the first location. The second location and the third location can be a second shingled zone different from the first shingled zone. Furthermore, in
As seen in
In one embodiment, the controller 10 can write the force unit access write data contained in the cache data together during a cache flush, and continue to write data from other write commands from the host after the cache flush is completed. The other write commands from the host need not be force unit access write commands. In such a case, the force unit access write data can be located in adjacent sectors such as sectors 1301-1303 instead of 1301, 1305, and 13013. In addition, the data written adjacent the force unit access write data need not be cache data. Furthermore, in one embodiment, the force unit access write data need not be written to the beginning sectors of the half-track during a cache flush, and could be written, for example, in the sectors 1306-1308. In such a case, the head 50 could write data from other write commands from the host before and after the cache flush.
In
In
In
In the updated table 130b, the first valid data counter indicates that the first shingled zone (zone 1) now includes only 9 valid data since the force unit access write data located in sector 1101 is now invalid data, and the second valid data counter indicates that the second shingled zone (zone 2) now includes only 4 valid data since the force unit access write data located in the sectors 1201 and 1203 are now invalid data. Furthermore, the third valid data indicates that there are now 17 valid data since force unit access write data and other data are located in the sectors 1301-13018.
In one embodiment, the present invention is a process as shown in
In Step 1710, a first force unit access write data and a first metadata corresponding to the first force unit access write data are written to a first location on a disk. For example, the controller 10 can write the first force unit access write data and a first metadata corresponding to the first force unit access write data to a first location on a disk 60. The first location can be, for example, a first shingled zone. The first shingled zone can optionally be a shingled zone allocated for force unit access write data. In one embodiment, the first shingled zone can be, for example, a shingled zone located closest to a position of the head 50 when the controller 10 received a force unit access write command from the host. In the case of dynamic mapping, the first shingled zone need not be a shingled zone allocated for force unit access write data, but instead could be any other location in the disk 60.
In Step 1715, a first write complete status is transmitted to a host. For example, the controller 10 can transmit a first write complete status to the host. In Step 1720, the first force unit access write data is maintained in the cache as part of the cache data. For example, the controller 10 can maintain the first force unit access write data in the cache 128 as part of the cache data.
In Step 1725, a write data is written to the cache as part of the cache data. For example, the controller 10 can write a write data to the cache 128 as part of the cache data. The write data can be, for example, a second force unit access write data. The controller 10 can write the second force unit access write data to the cache 128 in response to a second force unit access write command from the host. Furthermore, the second force unit access write data can be written, for example, to a second location. The second location can be, for example, a second shingled zone. The second shingled zone can be, for example, a shingled zone located closest to a position of the head 50 when the controller 10 received a force unit access write command from the host. In the case of dynamic mapping, the second shingled zone need not be a shingled zone allocated for force unit access write data, but instead could be any other location in the disk 60.
In Step 1730, the write data is maintained in the cache as part of the cache data. For example, the controller 10 can maintain the write data in the cache 128 as part of the cache data. In Step 1735, the cache data is written to a third location on the disk. For example, the controller 10 can write the cache data to a third location on the disk. The third location can be part of, for example, a second shingled zone when the first location and the second location are part of the first shingled zone. In the case of dynamic mapping, the second shingled zone need not be a shingled zone allocated for force unit access write data, but instead could be any other location in the disk 60.
When the first location is part of the first shingled zone and the second location is part of the second shingled zone, the third location can be part of a third shingled zone different from the first shingled zone and the second shingled zone. The third shingled zone can optionally be a shingled zone allocated for force unit access write data. In the case of dynamic mapping, the third shingled zone need not be a shingled zone allocated for force unit access write data, but instead could be any other location in the disk 60.
Furthermore, the third location, regardless of whether it is part of the second shingled zone or the third shingled zone can optionally be selected to be located sequentially after a location in the plurality of tracks that the head was performing a write operation on before the cache flush.
In Step 1740, a second metadata corresponding to the cache data is written to the disk. For example, the controller 10 writes the second metadata corresponding to the cache data to the third location.
In Step 1745, a valid data counter is decremented. For example, the controller 10 can decrement a first valid data counter corresponding to the first shingled zone and a second valid data counter corresponding to the second shingled zone. Furthermore, the controller 10 can also increment a third valid data counter corresponding to the third shingled zone.
When the first location and the second location are part of the first shingled zone, and the third location is part of the second shingled zone, then the controller 10 decrements a first valid data counter corresponding to the first shingled zone. The controller 10 can also increment a second valid data counter corresponding to the second shingled zone.
Although the above description utilizes shingled zones, the disk 60 can utilize segments of varying sizes instead of or in addition to the shingled zones. Furthermore, the segments can be zones instead of shingled zones. Optionally, one or more of the segments can be dedicated to force unit access write data.
For example, in
Those of ordinary skill would appreciate that the various illustrative logical blocks, modules, and algorithm steps described in connection with the examples disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. Furthermore, the present invention can also be embodied on a machine readable medium causing a processor or computer to perform or execute certain functions.
To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed apparatus and methods.
The steps of a method or algorithm described in connection with the examples disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The steps of the method or algorithm may also be performed in an alternate order from those provided in the examples. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such that the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuit (ASIC). The ASIC may reside in a wireless modem. In the alternative, the processor and the storage medium may reside as discrete components in the wireless modem.
The previous description of the disclosed examples is provided to enable any person of ordinary skill in the art to make or use the disclosed methods and apparatus. Various modifications to these examples will be readily apparent to those skilled in the art, and the principles defined herein may be applied to other examples without departing from the spirit or scope of the disclosed method and apparatus. The described embodiments are to be considered in all respects only as illustrative and not restrictive and the scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.
Number | Name | Date | Kind |
---|---|---|---|
5530850 | Ford et al. | Jun 1996 | A |
5613066 | Matsushima et al. | Mar 1997 | A |
5813025 | Murphy et al. | Sep 1998 | A |
5822142 | Hicken | Oct 1998 | A |
6018789 | Sokolov et al. | Jan 2000 | A |
6035351 | Billings et al. | Mar 2000 | A |
6065095 | Sokolov et al. | May 2000 | A |
6078452 | Kittilson et al. | Jun 2000 | A |
6081447 | Lofgren et al. | Jun 2000 | A |
6092149 | Hicken et al. | Jul 2000 | A |
6092150 | Sokolov et al. | Jul 2000 | A |
6092231 | Sze | Jul 2000 | A |
6094707 | Sokolov et al. | Jul 2000 | A |
6105104 | Guttmann et al. | Aug 2000 | A |
6111717 | Cloke et al. | Aug 2000 | A |
6112277 | Bui et al. | Aug 2000 | A |
6145052 | Howe et al. | Nov 2000 | A |
6175686 | Noda | Jan 2001 | B1 |
6175893 | D'Souza et al. | Jan 2001 | B1 |
6178056 | Cloke et al. | Jan 2001 | B1 |
6191712 | Still | Feb 2001 | B1 |
6191909 | Cloke et al. | Feb 2001 | B1 |
6195218 | Guttmann et al. | Feb 2001 | B1 |
6205494 | Williams | Mar 2001 | B1 |
6208477 | Cloke et al. | Mar 2001 | B1 |
6223303 | Billings et al. | Apr 2001 | B1 |
6230233 | Lofgren et al. | May 2001 | B1 |
6246346 | Cloke et al. | Jun 2001 | B1 |
6249393 | Billings et al. | Jun 2001 | B1 |
6256695 | Williams | Jul 2001 | B1 |
6262857 | Hull et al. | Jul 2001 | B1 |
6263459 | Schibilla | Jul 2001 | B1 |
6272694 | Weaver et al. | Aug 2001 | B1 |
6278568 | Cloke et al. | Aug 2001 | B1 |
6279089 | Schibilla et al. | Aug 2001 | B1 |
6289484 | Rothberg et al. | Sep 2001 | B1 |
6292912 | Cloke et al. | Sep 2001 | B1 |
6310740 | Dunbar et al. | Oct 2001 | B1 |
6317850 | Rothberg | Nov 2001 | B1 |
6324604 | Don et al. | Nov 2001 | B1 |
6327106 | Rothberg | Dec 2001 | B1 |
6337778 | Gagne | Jan 2002 | B1 |
6369969 | Christiansen et al. | Apr 2002 | B1 |
6384999 | Schibilla | May 2002 | B1 |
6385711 | Colligan | May 2002 | B1 |
6388833 | Golowka et al. | May 2002 | B1 |
6405342 | Lee | Jun 2002 | B1 |
6408357 | Hanmann et al. | Jun 2002 | B1 |
6408406 | Parris | Jun 2002 | B1 |
6411452 | Cloke | Jun 2002 | B1 |
6411458 | Billings et al. | Jun 2002 | B1 |
6412083 | Rothberg et al. | Jun 2002 | B1 |
6415349 | Hull et al. | Jul 2002 | B1 |
6425128 | Krapf et al. | Jul 2002 | B1 |
6441981 | Cloke et al. | Aug 2002 | B1 |
6442328 | Elliott et al. | Aug 2002 | B1 |
6445524 | Nazarian et al. | Sep 2002 | B1 |
6449767 | Krapf et al. | Sep 2002 | B1 |
6453115 | Boyle | Sep 2002 | B1 |
6470420 | Hospodor | Oct 2002 | B1 |
6480020 | Jung et al. | Nov 2002 | B1 |
6480349 | Kim et al. | Nov 2002 | B1 |
6480932 | Vallis et al. | Nov 2002 | B1 |
6483986 | Krapf | Nov 2002 | B1 |
6487032 | Cloke et al. | Nov 2002 | B1 |
6490635 | Holmes | Dec 2002 | B1 |
6493173 | Kim et al. | Dec 2002 | B1 |
6499083 | Hamlin | Dec 2002 | B1 |
6519104 | Cloke et al. | Feb 2003 | B1 |
6525892 | Dunbar et al. | Feb 2003 | B1 |
6532517 | Wagner et al. | Mar 2003 | B1 |
6545830 | Briggs et al. | Apr 2003 | B1 |
6546489 | Frank, Jr. et al. | Apr 2003 | B1 |
6550021 | Dalphy et al. | Apr 2003 | B1 |
6552880 | Dunbar et al. | Apr 2003 | B1 |
6553457 | Wilkins et al. | Apr 2003 | B1 |
6578106 | Price | Jun 2003 | B1 |
6580573 | Hull et al. | Jun 2003 | B1 |
6594183 | Lofgren et al. | Jul 2003 | B1 |
6600620 | Krounbi et al. | Jul 2003 | B1 |
6601137 | Castro et al. | Jul 2003 | B1 |
6603622 | Christiansen et al. | Aug 2003 | B1 |
6603625 | Hospodor et al. | Aug 2003 | B1 |
6604220 | Lee | Aug 2003 | B1 |
6606682 | Dang et al. | Aug 2003 | B1 |
6606714 | Thelin | Aug 2003 | B1 |
6606717 | Yu et al. | Aug 2003 | B1 |
6611393 | Nguyen et al. | Aug 2003 | B1 |
6615312 | Hamlin et al. | Sep 2003 | B1 |
6639748 | Christiansen et al. | Oct 2003 | B1 |
6647481 | Luu et al. | Nov 2003 | B1 |
6654193 | Thelin | Nov 2003 | B1 |
6657810 | Kupferman | Dec 2003 | B1 |
6661591 | Rothberg | Dec 2003 | B1 |
6665772 | Hamlin | Dec 2003 | B1 |
6687073 | Kupferman | Feb 2004 | B1 |
6687078 | Kim | Feb 2004 | B1 |
6687850 | Rothberg | Feb 2004 | B1 |
6690523 | Nguyen et al. | Feb 2004 | B1 |
6690882 | Hanmann et al. | Feb 2004 | B1 |
6691198 | Hamlin | Feb 2004 | B1 |
6691213 | Luu et al. | Feb 2004 | B1 |
6691255 | Rothberg et al. | Feb 2004 | B1 |
6693760 | Krounbi et al. | Feb 2004 | B1 |
6694477 | Lee | Feb 2004 | B1 |
6697914 | Hospodor et al. | Feb 2004 | B1 |
6704153 | Rothberg et al. | Mar 2004 | B1 |
6708251 | Boyle et al. | Mar 2004 | B1 |
6710951 | Cloke | Mar 2004 | B1 |
6711628 | Thelin | Mar 2004 | B1 |
6711635 | Wang | Mar 2004 | B1 |
6711660 | Milne et al. | Mar 2004 | B1 |
6715044 | Lofgren et al. | Mar 2004 | B2 |
RE38502 | Yonemitsu et al. | Apr 2004 | E |
6724982 | Hamlin | Apr 2004 | B1 |
6725329 | Ng et al. | Apr 2004 | B1 |
6735650 | Rothberg | May 2004 | B1 |
6735693 | Hamlin | May 2004 | B1 |
6744772 | Eneboe et al. | Jun 2004 | B1 |
6745283 | Dang | Jun 2004 | B1 |
6751402 | Elliott et al. | Jun 2004 | B1 |
6751686 | Takasugi et al. | Jun 2004 | B2 |
6757481 | Nazarian et al. | Jun 2004 | B1 |
6772281 | Hamlin | Aug 2004 | B2 |
6781826 | Goldstone et al. | Aug 2004 | B1 |
6782449 | Codilian et al. | Aug 2004 | B1 |
6791779 | Singh et al. | Sep 2004 | B1 |
6792486 | Hanan et al. | Sep 2004 | B1 |
6799274 | Hamlin | Sep 2004 | B1 |
6811427 | Garrett et al. | Nov 2004 | B2 |
6826003 | Subrahmanyam | Nov 2004 | B1 |
6826614 | Hanmann et al. | Nov 2004 | B1 |
6832041 | Boyle | Dec 2004 | B1 |
6832929 | Garrett et al. | Dec 2004 | B2 |
6845405 | Thelin | Jan 2005 | B1 |
6845427 | Atai-Azimi | Jan 2005 | B1 |
6850443 | Lofgren et al. | Feb 2005 | B2 |
6851055 | Boyle et al. | Feb 2005 | B1 |
6851063 | Boyle et al. | Feb 2005 | B1 |
6853731 | Boyle et al. | Feb 2005 | B1 |
6854022 | Thelin | Feb 2005 | B1 |
6862660 | Wilkins et al. | Mar 2005 | B1 |
6880043 | Castro et al. | Apr 2005 | B1 |
6882486 | Kupferman | Apr 2005 | B1 |
6884085 | Goldstone | Apr 2005 | B1 |
6888831 | Hospodor et al. | May 2005 | B1 |
6892217 | Hanmann et al. | May 2005 | B1 |
6892249 | Codilian et al. | May 2005 | B1 |
6892313 | Codilian et al. | May 2005 | B1 |
6895455 | Rothberg | May 2005 | B1 |
6895500 | Rothberg | May 2005 | B1 |
6898730 | Hanan | May 2005 | B1 |
6910099 | Wang et al. | Jun 2005 | B1 |
6928470 | Hamlin | Aug 2005 | B1 |
6931439 | Hanmann et al. | Aug 2005 | B1 |
6934104 | Kupferman | Aug 2005 | B1 |
6934713 | Schwartz et al. | Aug 2005 | B2 |
6940873 | Boyle et al. | Sep 2005 | B2 |
6943978 | Lee | Sep 2005 | B1 |
6948165 | Luu et al. | Sep 2005 | B1 |
6950267 | Liu et al. | Sep 2005 | B1 |
6954733 | Ellis et al. | Oct 2005 | B1 |
6961814 | Thelin et al. | Nov 2005 | B1 |
6965489 | Lee et al. | Nov 2005 | B1 |
6965563 | Hospodor et al. | Nov 2005 | B1 |
6965966 | Rothberg et al. | Nov 2005 | B1 |
6967799 | Lee | Nov 2005 | B1 |
6968422 | Codilian et al. | Nov 2005 | B1 |
6968450 | Rothberg et al. | Nov 2005 | B1 |
6973495 | Milne et al. | Dec 2005 | B1 |
6973570 | Hamlin | Dec 2005 | B1 |
6976190 | Goldstone | Dec 2005 | B1 |
6983316 | Milne et al. | Jan 2006 | B1 |
6986007 | Procyk et al. | Jan 2006 | B1 |
6986154 | Price et al. | Jan 2006 | B1 |
6988178 | Shirai et al. | Jan 2006 | B1 |
6995933 | Codilian et al. | Feb 2006 | B1 |
6996501 | Rothberg | Feb 2006 | B1 |
6996669 | Dang et al. | Feb 2006 | B1 |
7002926 | Eneboe et al. | Feb 2006 | B1 |
7003674 | Hamlin | Feb 2006 | B1 |
7006316 | Sargenti, Jr. et al. | Feb 2006 | B1 |
7009820 | Hogg | Mar 2006 | B1 |
7023639 | Kupferman | Apr 2006 | B1 |
7024491 | Hanmann et al. | Apr 2006 | B1 |
7024549 | Luu et al. | Apr 2006 | B1 |
7024614 | Thelin et al. | Apr 2006 | B1 |
7027716 | Boyle et al. | Apr 2006 | B1 |
7028174 | Atai-Azimi et al. | Apr 2006 | B1 |
7031902 | Catiller | Apr 2006 | B1 |
7046465 | Kupferman | May 2006 | B1 |
7046488 | Hogg | May 2006 | B1 |
7050252 | Vallis | May 2006 | B1 |
7054937 | Milne et al. | May 2006 | B1 |
7055000 | Severtson | May 2006 | B1 |
7055167 | Masters | May 2006 | B1 |
7057836 | Kupferman | Jun 2006 | B1 |
7062398 | Rothberg | Jun 2006 | B1 |
7075746 | Kupferman | Jul 2006 | B1 |
7076603 | Chheda | Jul 2006 | B1 |
7076604 | Thelin | Jul 2006 | B1 |
7082494 | Thelin et al. | Jul 2006 | B1 |
7088538 | Codilian et al. | Aug 2006 | B1 |
7088545 | Singh et al. | Aug 2006 | B1 |
7092186 | Hogg | Aug 2006 | B1 |
7095577 | Codilian et al. | Aug 2006 | B1 |
7099095 | Subrahmanyam et al. | Aug 2006 | B1 |
7099993 | Keeler | Aug 2006 | B2 |
7106537 | Bennett | Sep 2006 | B1 |
7106947 | Boyle et al. | Sep 2006 | B2 |
7110202 | Vasquez | Sep 2006 | B1 |
7111116 | Boyle et al. | Sep 2006 | B1 |
7114029 | Thelin | Sep 2006 | B1 |
7120737 | Thelin | Oct 2006 | B1 |
7120806 | Codilian et al. | Oct 2006 | B1 |
7126776 | Warren, Jr. et al. | Oct 2006 | B1 |
7129763 | Bennett et al. | Oct 2006 | B1 |
7133600 | Boyle | Nov 2006 | B1 |
7136244 | Rothberg | Nov 2006 | B1 |
7146094 | Boyle | Dec 2006 | B1 |
7149046 | Coker et al. | Dec 2006 | B1 |
7150036 | Milne et al. | Dec 2006 | B1 |
7155616 | Hamlin | Dec 2006 | B1 |
7171108 | Masters et al. | Jan 2007 | B1 |
7171110 | Wilshire | Jan 2007 | B1 |
7194576 | Boyle | Mar 2007 | B1 |
7200698 | Rothberg | Apr 2007 | B1 |
7205805 | Bennett | Apr 2007 | B1 |
7206497 | Boyle et al. | Apr 2007 | B1 |
7215496 | Kupferman et al. | May 2007 | B1 |
7215771 | Hamlin | May 2007 | B1 |
7237054 | Cain et al. | Jun 2007 | B1 |
7240161 | Boyle | Jul 2007 | B1 |
7249365 | Price et al. | Jul 2007 | B1 |
7263709 | Krapf | Aug 2007 | B1 |
7274639 | Codilian et al. | Sep 2007 | B1 |
7274659 | Hospodor | Sep 2007 | B2 |
7275116 | Hanmann et al. | Sep 2007 | B1 |
7280302 | Masiewicz | Oct 2007 | B1 |
7292774 | Masters et al. | Nov 2007 | B1 |
7292775 | Boyle et al. | Nov 2007 | B1 |
7296284 | Price et al. | Nov 2007 | B1 |
7302501 | Cain et al. | Nov 2007 | B1 |
7302579 | Cain et al. | Nov 2007 | B1 |
7318088 | Mann | Jan 2008 | B1 |
7319806 | Willner et al. | Jan 2008 | B1 |
7325244 | Boyle et al. | Jan 2008 | B2 |
7330323 | Singh et al. | Feb 2008 | B1 |
7330417 | Billau et al. | Feb 2008 | B2 |
7346790 | Klein | Mar 2008 | B1 |
7366641 | Masiewicz et al. | Apr 2008 | B1 |
7369340 | Dang et al. | May 2008 | B1 |
7369343 | Yeo et al. | May 2008 | B1 |
7372650 | Kupferman | May 2008 | B1 |
7380147 | Sun | May 2008 | B1 |
7392340 | Dang et al. | Jun 2008 | B1 |
7404013 | Masiewicz | Jul 2008 | B1 |
7406545 | Rothberg et al. | Jul 2008 | B1 |
7415571 | Hanan | Aug 2008 | B1 |
7436610 | Thelin | Oct 2008 | B1 |
7437502 | Coker | Oct 2008 | B1 |
7440214 | Ell et al. | Oct 2008 | B1 |
7451344 | Rothberg | Nov 2008 | B1 |
7461202 | Forrer, Jr. et al. | Dec 2008 | B2 |
7471483 | Ferris et al. | Dec 2008 | B1 |
7471486 | Coker et al. | Dec 2008 | B1 |
7486060 | Bennett | Feb 2009 | B1 |
7490212 | Kasiraj et al. | Feb 2009 | B2 |
7496493 | Stevens | Feb 2009 | B1 |
7518819 | Yu et al. | Apr 2009 | B1 |
7526184 | Parkinen et al. | Apr 2009 | B1 |
7539924 | Vasquez et al. | May 2009 | B1 |
7543117 | Hanan | Jun 2009 | B1 |
7551383 | Kupferman | Jun 2009 | B1 |
7562282 | Rothberg | Jul 2009 | B1 |
7574558 | Morley et al. | Aug 2009 | B2 |
7577973 | Kapner, III et al. | Aug 2009 | B1 |
7596797 | Kapner, III et al. | Sep 2009 | B1 |
7599139 | Bombet et al. | Oct 2009 | B1 |
7619841 | Kupferman | Nov 2009 | B1 |
7647544 | Masiewicz | Jan 2010 | B1 |
7649704 | Bombet et al. | Jan 2010 | B1 |
7653927 | Kapner, III et al. | Jan 2010 | B1 |
7656603 | Feb 2010 | B1 | |
7656763 | Jin et al. | Feb 2010 | B1 |
7657149 | Boyle | Feb 2010 | B2 |
7672072 | Boyle et al. | Mar 2010 | B1 |
7673075 | Masiewicz | Mar 2010 | B1 |
7688540 | Mei et al. | Mar 2010 | B1 |
7724461 | McFadyen et al. | May 2010 | B1 |
7725584 | Hanmann et al. | May 2010 | B1 |
7730295 | Lee | Jun 2010 | B1 |
7760458 | Trinh | Jul 2010 | B1 |
7768776 | Szeremeta et al. | Aug 2010 | B1 |
7804657 | Hogg et al. | Sep 2010 | B1 |
7813954 | Price et al. | Oct 2010 | B1 |
7827320 | Stevens | Nov 2010 | B1 |
7839588 | Dang et al. | Nov 2010 | B1 |
7843660 | Yeo | Nov 2010 | B1 |
7852596 | Boyle et al. | Dec 2010 | B2 |
7859782 | Lee | Dec 2010 | B1 |
7872822 | Rothberg | Jan 2011 | B1 |
7898756 | Wang | Mar 2011 | B1 |
7898762 | Guo et al. | Mar 2011 | B1 |
7900037 | Fallone et al. | Mar 2011 | B1 |
7904640 | Yano et al. | Mar 2011 | B2 |
7907364 | Boyle et al. | Mar 2011 | B2 |
7929234 | Boyle et al. | Apr 2011 | B1 |
7933087 | Tsai et al. | Apr 2011 | B1 |
7933090 | Jung et al. | Apr 2011 | B1 |
7934030 | Sargenti, Jr. et al. | Apr 2011 | B1 |
7940491 | Szeremeta et al. | May 2011 | B2 |
7944639 | Wang | May 2011 | B1 |
7945727 | Rothberg et al. | May 2011 | B2 |
7949564 | Hughes et al. | May 2011 | B1 |
7974029 | Tsai et al. | Jul 2011 | B2 |
7974039 | Xu et al. | Jul 2011 | B1 |
7982993 | Tsai et al. | Jul 2011 | B1 |
7984200 | Bombet et al. | Jul 2011 | B1 |
7990648 | Wang | Aug 2011 | B1 |
7992179 | Kapner, Iii et al. | Aug 2011 | B1 |
8004785 | Tsai et al. | Aug 2011 | B1 |
8006027 | Stevens et al. | Aug 2011 | B1 |
8014094 | Jin | Sep 2011 | B1 |
8014977 | Masiewicz et al. | Sep 2011 | B1 |
8019914 | Vasquez et al. | Sep 2011 | B1 |
8040625 | Boyle et al. | Oct 2011 | B1 |
8078943 | Lee | Dec 2011 | B1 |
8079045 | Krapf et al. | Dec 2011 | B2 |
8082433 | Fallone et al. | Dec 2011 | B1 |
8085487 | Jung et al. | Dec 2011 | B1 |
8089719 | Dakroub | Jan 2012 | B1 |
8090902 | Bennett et al. | Jan 2012 | B1 |
8090906 | Blaha et al. | Jan 2012 | B1 |
8091112 | Elliott et al. | Jan 2012 | B1 |
8094396 | Zhang et al. | Jan 2012 | B1 |
8094401 | Peng et al. | Jan 2012 | B1 |
8116020 | Lee | Feb 2012 | B1 |
8116025 | Chan et al. | Feb 2012 | B1 |
8134793 | Vasquez et al. | Mar 2012 | B1 |
8134798 | Thelin et al. | Mar 2012 | B1 |
8139301 | Li et al. | Mar 2012 | B1 |
8139310 | Hogg | Mar 2012 | B1 |
8144419 | Liu | Mar 2012 | B1 |
8145452 | Masiewicz et al. | Mar 2012 | B1 |
8149528 | Suratman et al. | Apr 2012 | B1 |
8154812 | Boyle et al. | Apr 2012 | B1 |
8159768 | Miyamura | Apr 2012 | B1 |
8161328 | Wilshire | Apr 2012 | B1 |
8164849 | Szeremeta et al. | Apr 2012 | B1 |
8174780 | Tsai et al. | May 2012 | B1 |
8190575 | Ong et al. | May 2012 | B1 |
8194338 | Zhang | Jun 2012 | B1 |
8194340 | Boyle et al. | Jun 2012 | B1 |
8194341 | Boyle | Jun 2012 | B1 |
8201066 | Wang | Jun 2012 | B1 |
8271692 | Dinh et al. | Sep 2012 | B1 |
8279550 | Hogg | Oct 2012 | B1 |
8281218 | Ybarra et al. | Oct 2012 | B1 |
8285923 | Stevens | Oct 2012 | B2 |
8289656 | Huber | Oct 2012 | B1 |
8305705 | Roohr | Nov 2012 | B1 |
8307156 | Codilian et al. | Nov 2012 | B1 |
8310775 | Boguslawski et al. | Nov 2012 | B1 |
8315006 | Chahwan et al. | Nov 2012 | B1 |
8316263 | Gough et al. | Nov 2012 | B1 |
8320067 | Tsai et al. | Nov 2012 | B1 |
8324974 | Bennett | Dec 2012 | B1 |
8332695 | Dalphy et al. | Dec 2012 | B2 |
8341337 | Ong et al. | Dec 2012 | B1 |
8350628 | Bennett | Jan 2013 | B1 |
8356184 | Meyer et al. | Jan 2013 | B1 |
8370683 | Ryan et al. | Feb 2013 | B1 |
8375225 | Ybarra | Feb 2013 | B1 |
8375274 | Bonke | Feb 2013 | B1 |
8380922 | Deforest et al. | Feb 2013 | B1 |
8390948 | Hogg | Mar 2013 | B2 |
8390952 | Szeremeta | Mar 2013 | B1 |
8392689 | Lott | Mar 2013 | B1 |
8407393 | Yolar et al. | Mar 2013 | B1 |
8413010 | Vasquez et al. | Apr 2013 | B1 |
8417566 | Price et al. | Apr 2013 | B2 |
8421663 | Bennett | Apr 2013 | B1 |
8422172 | Dakroub et al. | Apr 2013 | B1 |
8427771 | Tsai | Apr 2013 | B1 |
8429343 | Tsai | Apr 2013 | B1 |
8433937 | Wheelock et al. | Apr 2013 | B1 |
8433977 | Vasquez et al. | Apr 2013 | B1 |
8458526 | Dalphy et al. | Jun 2013 | B2 |
8462466 | Huber | Jun 2013 | B2 |
8467151 | Huber | Jun 2013 | B1 |
8489841 | Strecke et al. | Jul 2013 | B1 |
8493679 | Boguslawski et al. | Jul 2013 | B1 |
8498074 | Mobley et al. | Jul 2013 | B1 |
8499198 | Messenger et al. | Jul 2013 | B1 |
8512049 | Huber et al. | Aug 2013 | B1 |
8514506 | Li et al. | Aug 2013 | B1 |
8531791 | Reid et al. | Sep 2013 | B1 |
8554741 | Malina | Oct 2013 | B1 |
8560759 | Boyle et al. | Oct 2013 | B1 |
8565053 | Chung | Oct 2013 | B1 |
8576511 | Coker et al. | Nov 2013 | B1 |
8578100 | Huynh et al. | Nov 2013 | B1 |
8578242 | Burton et al. | Nov 2013 | B1 |
8589773 | Wang et al. | Nov 2013 | B1 |
8593753 | Anderson | Nov 2013 | B1 |
8595432 | Vinson et al. | Nov 2013 | B1 |
8599510 | Fallone | Dec 2013 | B1 |
8601248 | Thorsted | Dec 2013 | B2 |
8611032 | Champion et al. | Dec 2013 | B2 |
8612650 | Carrie et al. | Dec 2013 | B1 |
8612706 | Madril et al. | Dec 2013 | B1 |
8612798 | Tsai | Dec 2013 | B1 |
8619383 | Jung et al. | Dec 2013 | B1 |
8621115 | Bombet et al. | Dec 2013 | B1 |
8621133 | Boyle | Dec 2013 | B1 |
8626463 | Stevens et al. | Jan 2014 | B2 |
8630052 | Jung et al. | Jan 2014 | B1 |
8630056 | Ong | Jan 2014 | B1 |
8631188 | Heath et al. | Jan 2014 | B1 |
8634158 | Chahwan et al. | Jan 2014 | B1 |
8635412 | Wilshire | Jan 2014 | B1 |
8640007 | Schulze | Jan 2014 | B1 |
8654619 | Cheng | Feb 2014 | B1 |
8661193 | Cobos et al. | Feb 2014 | B1 |
8667248 | Neppalli | Mar 2014 | B1 |
8670205 | Malina et al. | Mar 2014 | B1 |
8683295 | Syu et al. | Mar 2014 | B1 |
8683457 | Hughes et al. | Mar 2014 | B1 |
8687306 | Coker et al. | Apr 2014 | B1 |
8693133 | Lee et al. | Apr 2014 | B1 |
8694841 | Chung et al. | Apr 2014 | B1 |
8699159 | Malina | Apr 2014 | B1 |
8699171 | Boyle | Apr 2014 | B1 |
8699172 | Gunderson et al. | Apr 2014 | B1 |
8699175 | Olds et al. | Apr 2014 | B1 |
8699185 | Teh et al. | Apr 2014 | B1 |
8700850 | Lalouette | Apr 2014 | B1 |
8743502 | Bonke et al. | Jun 2014 | B1 |
8749910 | Dang et al. | Jun 2014 | B1 |
8751699 | Tsai et al. | Jun 2014 | B1 |
8755141 | Dang | Jun 2014 | B1 |
8755143 | Wilson et al. | Jun 2014 | B2 |
8756361 | Pruett et al. | Jun 2014 | B1 |
8756382 | Carlson et al. | Jun 2014 | B1 |
8769593 | Elliot et al. | Jul 2014 | B1 |
8773802 | Anderson et al. | Jul 2014 | B1 |
8780478 | Huynh et al. | Jul 2014 | B1 |
8782334 | Boyle et al. | Jul 2014 | B1 |
8793532 | Tsai et al. | Jul 2014 | B1 |
8797669 | Burton | Aug 2014 | B1 |
8799977 | Kapner, Iii et al. | Aug 2014 | B1 |
8819375 | Pruett et al. | Aug 2014 | B1 |
8825976 | Jones | Sep 2014 | B1 |
8825977 | Syu et al. | Sep 2014 | B1 |
20040019718 | Schauer et al. | Jan 2004 | A1 |
20040255093 | Forrer, Jr. et al. | Dec 2004 | A1 |
20050036381 | Hassner et al. | Feb 2005 | A1 |
20050071537 | New et al. | Mar 2005 | A1 |
20090113702 | Hogg | May 2009 | A1 |
20100306551 | Meyer et al. | Dec 2010 | A1 |
20110226729 | Hogg | Sep 2011 | A1 |
20110283065 | Kurashige | Nov 2011 | A1 |
20120159042 | Lott et al. | Jun 2012 | A1 |
20120275050 | Wilson et al. | Nov 2012 | A1 |
20120281963 | Krapf et al. | Nov 2012 | A1 |
20120324980 | Nguyen et al. | Dec 2012 | A1 |
20140201424 | Chen et al. | Jul 2014 | A1 |