In any die of a solid-state drive (SSD), there are likely to be a number of bad memory blocks, due to process technology and manufacturing variations, among other factors. Moreover, every block's endurance varies. In the early life of a die, most of the blocks are good. There are, however, some initial failures. During the bulk of the life of the die, random bit errors occur. Eventually, towards the end of life of the die, a wear effect manifests itself, in which the error rate increases. Every block goes through this lifecycle, albeit potentially at a different rate. Indeed, some blocks take a long time to go through this lifecycle, while others take a comparatively shorter period of time. To provide an adequate safety margin, however, conventional SSD systems are provisioned according to the worst-performing blocks.
Bits in a flash memory may be read incorrectly (i.e., develop bit errors) after being programmed. The charge level on a flash cell will change due to several conditions (e.g., time, temperature, accesses to other pages in the block, etc.). Eventually, when an affected cell is read, the wrong value is returned. Flash manufacturers specify a maximum number of bit errors for a flash page based on the process technology, cell design, lab testing, simulation, operating conditions, and the like. The bit error specification is usually specified as P errors per M bytes. In some cases, the controller manufacturer is responsible for implementing an Error Correcting Code (ECC), which satisfies or exceeds the specification. Types of ECC include Reed Solomon, BCH and Low-Density Parity-Check (LDPC) codes, which are methods of correcting bit errors in a block of data bits. The life (measured in Program/Erase (PE) cycles) of a flash device specified by a flash manufacturer is based on the implementation of the specified error correction requirements. Flash manufacturers provide extra bytes in a flash page to accommodate the number of expected ECC bits plus a small amount of space for other metadata such as, for example, Cyclic Redundancy Check (CRC) field, sector number, and the like.
The Open NAND flash Interface (ONFI) specification, version 2.3, defines a flash Page as containing a data area and a spare area. The spare area is intended for use in holding ECC checkbits and metadata, while the data area is assumed to contain sector (e.g. logical block) data. Errors can occur in data portions of specific pages and in entire pages. Different ECC codes and different error correction strategies are required for each type of error.
The page register 104 may be configured to enable the controller 102 to read data from and store data to the array. The array of flash memory devices may comprise a plurality of flash memory devices in one or more die (e.g., 128 die). The flash memory devices may comprise a plurality of flash blocks, such as shown at 109 in
Each of the flash blocks 109 may comprise a plurality of physical pages such as flash pages (F-Pages) 208. Each F-Page 208 may be of a fixed size such as, for example, 16 KB. The size of the F-Page 208, according to one embodiment, may be defined as the size of the minimum unit of program for a given flash device. As also shown in
According to one embodiment, each F-Page 208 may be configured to fit one or more E-Pages 210 within its boundaries. For example, given 16 KB wide F-Pages 208 and a fixed size of 2 KB per E-Page 210, eight E-Pages 210 fit within a single F-Page 208, as shown in
The E-Pages, data portions, and ECC portions need not be arranged according to the example arrangement of
Indeed, to bridge between physical addressing on the SSD and logical block addressing by the host, a logical page (L-Page) construct is introduced. An L-Page, denoted by the reference numeral 212 in
As shown in
Where the LBA size is 512 or 512+ bytes, a maximum of, for example, eight sequential LBAs may be packed into a 4 KB L-Page 212, given that an uncompressed L-Page 212 may be 4 KB to 4 KB+. It is to be noted that, according to one embodiment, the exact logical size of an L-Page 212 is unimportant as, after compression, the physical size may span from few bytes at minimum size to thousands of bytes at full size. For example, for 4 TB SSD device, 30 bits of addressing may be used to address each L-Page 112 to cover for an amount of L-Pages that could potentially be present in such a SSD.
Similarly, the compressed L-Page associated with L-Page number L-Page 2 is stored entirely within E-Page 1004, and begins at an offset therein of 400 bytes and extends only 696 bytes within E-Page 1004, thereby remaining entirely within the starting and ending address range designated as E-Page 1004. The compressed L-Page associated with L-Page number L-Page 3 starts within E-Page 1004 at an offset of 1,120 bytes (just 24 bytes away from the boundary of L-Page 2) and extends 4,096 bytes past E-Page 1005 and into E-Page 1006. Therefore, the L-Page associated with L-Page number L-Page 3 spans a portion of E-Page 1004, all of E-Page 1005 and a portion of E-Page 1006. Finally, the L-Page associated with L-Page number L-Page 4 begins within E-Page 1006 at an offset of 1,144 bytes, and extends 3,128 bytes to fully span E-Page 1007, to cross an F-Page boundary into E-Page 1008 of the next F-Page.
Collectively, each of these constituent identifier fields (E-Page, offset, length and ECC) making up each entry of the address translation map 250 may be, for example, 8 bytes in size. That is, for an exemplary 4 TB drive, the address of the E-Page may be 32 bits in size, the offset may be 12 bits (for E-Page data portions up to 4 KB) in size, the length may be 13 bits and the ECC field may be provided. Such an 8 byte entry may be created each time an L-Page is written or modified, to enable the controller 102 to keep track of the data (written in L-Pages) within the flash storage. As illustrated above, this 8-byte entry in the address translation map 250 may be termed a logical page number or LPN. It is to be noted that, in the case of a 4 KB sector size, the LBA is the same as the LPN. The LPN, therefore, may constitute the index of the L-Page within the logical-to-physical address translation table 250 and comprise the address of the entry within the non-volatile memory. Therefore, when the controller 102 receives a read command from the host 118, the LPN may be derived from the supplied LBA and used to index into the address translation map 250 to extract the location of the data to be read in the flash memory. When the controller 102 receives a write command from the host 118, the LPN may be constructed from the LBA and the address translation map 250 may be modified. For example, a new entry therein may be created. Depending upon the size of the volatile memory storing the address translation map 250, the LPN may be stored in a single entry or broken into, for example, two entries. For example, a first entry may identify the E-Page containing the starting address of the L-Page in question (plus ECC bits) and a second entry may identify the offset and length (plus ECC bits). Together, these two entries may correspond and point to a single L-Page within the flash memory. In other embodiments, the specific format of the address translation map entries may be different from the examples shown above.
The variable data portion sizes within the E-Pages are used in various ways to accommodate changing conditions of the memory blocks in the array of flash memory devices. The condition of the blocks is further discussed below with reference to
According to one embodiment, a data storage device may be configured to determine which of a plurality of ECC profiles to apply and/or to adjust the size of the ECC portion 116 and to correspondingly adjust a size of the data portion 114 of the E-Pages 210 in one or more F-Pages and/or one or more blocks, based at least in part on a condition of the block(s). The condition of the block may include, for example, a PE count of the block, an ECC error rate, flash error information, temperature, dwell time (time between erasure events), and internal flash state information, or most any other measurable physical characteristic such as operating conditions, temperature, age and the like. According to one embodiment, the controller may be configured to adjust the size of the ECC portion and/or the size of the data portion, based on host-provided metadata (generated as a result of host-specified data set management commands such as the TRIM command, for example) and/or overall free space in the data storage device. In doing so, one embodiment may operate to extend the useful life of the blocks from an initial PE count PE, as shown at 300 in
As suggested in
As shown in
In mid-life, the SSD's ability to balance the size of the data portion and the strength of the ECC is at its peak, resulting in an efficient use of E-Pages to optimize lifespan. As shown, mid-life is a relatively stable period in the lifespan of the SSD, as shown by the relatively flat failure rate curve. Therefore, a somewhat greater number of bytes may be utilized for the ECC as shown at 116MID as compared to 116EARLY. The space within an E-Page at mid-life reserved for the data portion 114MID may then be, according to one embodiment, comparatively smaller than the space reserved for the data portion of an early life E-Page, as shown at 114EARLY. A comparatively smaller data portion 114MID, moreover, may only yield a relatively smaller amount of additional free space, and consequently, only result in a relatively small increase in overprovisioning. Yet, this comparatively smaller data portion 114MID may nevertheless, be greater than would be the case if the block had been provisioned for worst case failure rate, as is conventionally done.
Toward late or end of life, the data portion 114LATE may be adjusted smaller still, to make room within the E-Page for an even stronger (e.g., larger) ECC portion 116LATE. As one embodiment increases the useable life of the SSD through adjustments of the sizes of the data and ECC portions and selection of the ECC profile, the ECC strength, in late life/end of life, may need to be increased relative to the ECC portion size conventionally used. Through judicious selection of the ECC strength at the time of generating, therefore, the maximum PE count of the SSD may be increased over that conventionally possible in the case in which the sizes of both the data portion and the ECC portion of the E-Pages are static. This is because in early and mid-life, the space allocated to ECC is smaller than may be required according to conventional practice, in which the sizes of the ECC and data portions are static. According to one embodiment, even the increase in the ECC portion size and corresponding decrease in the data portion size in late/end of life is not sufficient to negate the gains achieved through the increased size of the data portion in early and mid-life, resulting in a net increase in the PE count over the useful lifetime of the data storage device. Moreover, according to one embodiment and as described below, leveraging the variably-sized data portions of F-Pages and the use of cross-F-Page error correction (also called “outer” error correction, as opposed to the ECC portions which are called “inner” error correction), the useful life of an SSD, as measured by the number of PE cycles, may be increased still further.
One embodiment supports and tracks block-level configuration of the ECC dynamically, over the life cycle of the SSD. Beyond adjusting the ECC over the lifecycle, different ECCs may be used for different blocks based on block quality. Weak blocks may be provided with additional ECC, whereas comparatively stronger blocks may be provided with a relatively weaker ECC in a relatively smaller ECC portion 116, thereby yielding additional free space and a consequent increase in overprovisioning.
According to one embodiment, the controller 102 may be configured to increase the size of the ECC portion and correspondingly decrease the size of the data portion of one or more of the E-Pages when the PE count reaches a first pre-determined threshold PETH1, as the SSD transitions from early life to mid-life. Also according to one embodiment, the controller 102 may be configured to further increase the size of the ECC portion and again correspondingly decrease the size of the data portion of one or more of the E-Pages when the PE count reaches a second pre-determined threshold PETH2, as the SSD transitions from mid-life to late life/end of life. The second pre-determined threshold PETH2 may be higher than the first predetermined PE threshold PETH1. It is to be understood that the life stages (early, mid and late/end) described and shown herein are but exemplary stages and that a lesser or greater granularity (e.g., number) of life stages may be defined, with a correspondingly reduced or increased number of predetermined PE thresholds. Alternatively, the threshold governing the adjustments in the ECC portion and the data portions of the physical pages may be wholly independent of (or not solely dependent on) the PE count. Thus, embodiments are not to be limited to adjustments in the relative sizes of the data and ECC portions of physical pages based on a PE count. Indeed, other factors may drive or contribute such adjustments, such as the overprovisioning amount, free space, operating modes, operating temperatures, criticality of the data, safety margins and the like.
According to one embodiment, the choice of the strength (and the size) of the ECC portion may be made by a selection, by the controller 102, of one of a plurality of ECC profiles. According to one embodiment, such selection may be made at runtime. This selection may determine which of the plurality of ECC profiles to apply to one or more of the blocks, F-Pages or E-Pages. At least some of the ECC profiles may define different ECC strengths and, therefore, correspond to error correction codes that occupy a greater or lesser number of bytes and that are able to correct a greater or lesser amount of data (e.g., number of bits, symbols) stored in the physical pages. Given a fixed physical page size, the ECC profiles may dictate how many bytes are allocated to data in the data portion 114 and how many bytes are allocated to ECC in the ECC portion 116. Each profile may be associated with a different number. For example, 16 ECC profiles may be defined, which 16 ECC profiles, therefore, are addressable using 4 bits. The ECC profiles may be stored within or may be otherwise accessible to the controller 102 and may be selected based upon the condition of the E-Page(s), F-Page(s) or block(s) to be programmed.
According to one embodiment, the controller 102 may be further configured to determine which of the plurality of ECC profiles is to be applied across the E-Pages within the F-Pages of a block 109, at the time of generating the block 109. This, in turn, implies the ability for the controller 102 to apply different ones of the plurality of ECC profiles to different ones of the plurality of blocks 109, F-Pages 208 and/or E-Pages 210. For example, the controller 102 may be configured to select a first one of the plurality of ECC profiles to generate F-Pages 208 of a first block 109 and to select a second one of the plurality of ECC profiles to generate F-Pages 208 of a second block 109. In early and/or mid-life, the controller 102 may be configured to increase overprovisioning of the SSD by decreasing the size of the ECC portion 116 and correspondingly increasing the size of the data portion 114 of E-Pages 210 of a block 109 when, for example, the PE count of the block 109 is below a pre-determined or dynamically-selected or calculated threshold (e.g., PETH1 or PETH2).
According to one embodiment, the controller 102 may be further configured to determine which of the plurality of ECC profiles to apply to a block 109, F-Page 208 or E-Page 210 based on an error rate. When the error rate within a particular block 109, F-Page 208 or E-Page 210 is low, upon the next programming, the controller 102 may select an ECC profile defining a relatively smaller ECC portion 116 and a correspondingly greater data portion 114 for the particular E-Page 210, or E-Page(s) residing in the particular block 109 or F-Page 208. For example, the error rate may be based on a prior occurrence of ECC errors within a block 109, F-Page 208 or E-Page 210.
With reference back to
According to one embodiment, any given block 109 may comprise a first E-Page having an ECC portion of a first size and a second E-Page having an ECC portion of a second size that is different from the first size. The second size, according to one embodiment, may be selected based on the location of the second E-Page within the block. In one embodiment, the different ECC portion sizes are selected based on the physical location, within a memory block of the F-Pages in which the first and second E-Pages reside. This F-Page location-based ECC profile selection may be useful in selecting the ECC profile to apply to particular F-Pages within a block. For example, the first F-Page of a block (such as F-Page 0 in
It is to be noted that, should the strongest ECC format be ineffective in error-correcting data stored in the E-Pages of a given block, that block may be switched to lower page only (assuming MLC memory is used), meaning that instead of storing two bits per cell, only one bit per cell is stored. The Block Type field within the block information structure 500 may also indicate whether the block associated therewith is a fully bad block by storing, for example, a 0xFh value therein. Such a bad block is, in this manner, flagged as being thereafter unavailable for data storage, thereby potentially decreasing free space and overprovisioning. According to one embodiment, an ECC profile may be defined and selected to cause the controller 102 to skip an invalid F-Page during programming. This would be recognized by the controller 102, which would not program the invalid F-Page and would skip to the next sequential F-Page of the block.
The block information data structure 500, as shown in
According to one embodiment, a structure known as an S-Journal may be configured to contain mapping information for a given S-Block. More precisely, according to one embodiment, S-Journals contain the mapping information for a predetermined range of E-Pages within a given S-Block.
According to one embodiment, the controller 102 may further be configured to generate one or more error correction codes across the F-Pages of an S-Page and to store the generated error correction code within that or those F-Pages of the S-Page that have the largest F-Page data portion. The one or more F-Pages used to store the generated error correction code are termed “Check Pages.” Such cross-F-Page error correction codes may also be characterized as “outer” error correction codes, and operate in an orthogonal manner to the “inner” error codes to provide an additional layer of data protection. That is, the generated cross-F-Page error correction code(s) may be stored in the F-Page or F-Pages having the largest F-Page data portion(s), as such portions are shown in
According to one embodiment, the controller 102 may be further configured to generate and store the E-Page error correction code at runtime, upon generating each E-Page. In contrast, the controller 102 may be configured to complete the generation and storage of the cross-F-Page error correction code (e.g., the R-S or other FEC code) after the data (e.g., user data) have been stored in the F-Pages within the S-Page. According to one embodiment and as suggested in
According to one embodiment, the controller 102 may be further configured to set a flag in a block information data structure (such as 500 in
It is to be noted that one or more additional F-Pages in the S-Page may be designated as Check Pages and configured to store a cross-F-Page error correction code. The decision to generate and store additional cross-F-Page error correction codes may depend on one or more factors. For example, additional cross-F-Page error correction codes may be generated and stored based on the configuration of the memory array, the performance of the memory array (e.g., tracked number of E-Page ECC errors, correctable or uncorrectable, and/or both) and/or the use-profile of predetermined portions of the memory array. Indeed, some combinations of configurations, performance and use-profiles may recommend designating a greater number of Check Pages than would otherwise be the case. For example, some areas of the memory array storing critical information may be provisioned with a comparatively greater number of Check Pages per S-Page than other areas of the memory array. For example, S-Pages storing file system information such as S-Journals may be provisioned with a comparatively greater number of Check Pages than S-Pages that do not store such file system information. Therefore, according to one embodiment, different S-Pages may comprise a different number of Check Pages and the positions of such Check Pages are not fixed across S-Pages.
According to one embodiment, the controller 102 may be configured to periodically determine (e.g., upon each Program-Erase (PE) cycle) the strength of E-Page error correction code to generate within the variably-sized ECC portion of each E-Page, the strength of the cross-F-Page error correction code to generate within the S-Page being generated and which F-Page(s) within the S-Page being generated that should be designated as the Check Page(s). Therefore, the strength of both the E-Page ECC, the cross-F-Page error correction code and the number of Check Pages may be dynamically determined and varied across, for example, S-Pages.
As described relative to
While certain embodiments of the disclosure have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the disclosure. Indeed, the novel methods, devices and systems described herein may be embodied in a variety of other forms. Furthermore, various omissions, substitutions and changes in the form of the methods and systems described herein may be made without departing from the spirit of the disclosure. The accompanying claims and their equivalents are intended to cover such forms or modifications as would fall within the scope and spirit of the disclosure. For example, those skilled in the art will appreciate that in various embodiments, the actual structures (such as, for example, the structure of the SSD blocks or the structure of the physical or logical pages) may differ from those shown in the figures. Depending on the embodiment, certain of the steps described in the example above may be removed, others may be added. Also, the features and attributes of the specific embodiments disclosed above may be combined in different ways to form additional embodiments, all of which fall within the scope of the present disclosure. Although the present disclosure provides certain preferred embodiments and applications, other embodiments that are apparent to those of ordinary skill in the art, including embodiments which do not provide all of the features and advantages set forth herein, are also within the scope of this disclosure. Accordingly, the scope of the present disclosure is intended to be defined only by reference to the appended claims.
This application claims priority to provisional U.S. Patent Application Ser. No. 61/732,830, filed on Dec. 3, 2012, which is hereby incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5621660 | Chaddha et al. | Apr 1997 | A |
5768535 | Chaddha et al. | Jun 1998 | A |
6011868 | van den Branden et al. | Jan 2000 | A |
6289471 | Gordon | Sep 2001 | B1 |
6856556 | Hajeck | Feb 2005 | B1 |
6895547 | Eleftheriou et al. | May 2005 | B2 |
6934904 | Talagala et al. | Aug 2005 | B2 |
7072417 | Burd et al. | Jul 2006 | B1 |
7126857 | Hajeck | Oct 2006 | B2 |
7129862 | Shirdhonkar et al. | Oct 2006 | B1 |
7149846 | Hetrick | Dec 2006 | B2 |
7263651 | Xia et al. | Aug 2007 | B2 |
7346832 | Richardson et al. | Mar 2008 | B2 |
7395490 | Richardson et al. | Jul 2008 | B2 |
7409492 | Tanaka et al. | Aug 2008 | B2 |
7430136 | Merry, Jr. et al. | Sep 2008 | B2 |
7447807 | Merry et al. | Nov 2008 | B1 |
7500172 | Shen et al. | Mar 2009 | B2 |
7502256 | Merry, Jr. et al. | Mar 2009 | B2 |
7509441 | Merry et al. | Mar 2009 | B1 |
7596643 | Merry, Jr. et al. | Sep 2009 | B2 |
7653778 | Merry, Jr. et al. | Jan 2010 | B2 |
7657816 | Cohen et al. | Feb 2010 | B2 |
7685337 | Merry, Jr. et al. | Mar 2010 | B2 |
7685338 | Merry, Jr. et al. | Mar 2010 | B2 |
7685374 | Diggs et al. | Mar 2010 | B2 |
7733712 | Walston et al. | Jun 2010 | B1 |
7739576 | Radke | Jun 2010 | B2 |
7765373 | Merry et al. | Jul 2010 | B1 |
7797611 | Dholakia et al. | Sep 2010 | B2 |
7809994 | Gorobets | Oct 2010 | B2 |
7814393 | Kyung et al. | Oct 2010 | B2 |
7898855 | Merry, Jr. et al. | Mar 2011 | B2 |
7912991 | Merry et al. | Mar 2011 | B1 |
7913149 | Gribok et al. | Mar 2011 | B2 |
7936603 | Merry, Jr. et al. | May 2011 | B2 |
7962792 | Diggs et al. | Jun 2011 | B2 |
8078918 | Diggs et al. | Dec 2011 | B2 |
8090899 | Syu | Jan 2012 | B1 |
8095851 | Diggs et al. | Jan 2012 | B2 |
8108692 | Merry et al. | Jan 2012 | B1 |
8122185 | Merry, Jr. et al. | Feb 2012 | B2 |
8127048 | Merry et al. | Feb 2012 | B1 |
8135903 | Kan | Mar 2012 | B1 |
8151020 | Merry, Jr. et al. | Apr 2012 | B2 |
8161227 | Diggs et al. | Apr 2012 | B1 |
8161345 | Graef | Apr 2012 | B2 |
8166245 | Diggs et al. | Apr 2012 | B2 |
8176284 | Frost et al. | May 2012 | B2 |
8176360 | Frost et al. | May 2012 | B2 |
8179292 | Nakagawa | May 2012 | B2 |
8181089 | Fernandes et al. | May 2012 | B1 |
8243525 | Kan | Aug 2012 | B1 |
8254172 | Kan | Aug 2012 | B1 |
8261012 | Kan | Sep 2012 | B2 |
8296625 | Diggs et al. | Oct 2012 | B2 |
8312207 | Merry, Jr. et al. | Nov 2012 | B2 |
8316176 | Phan et al. | Nov 2012 | B1 |
8339919 | Lee | Dec 2012 | B1 |
8341339 | Boyle et al. | Dec 2012 | B1 |
8375151 | Kan | Feb 2013 | B1 |
8392635 | Booth et al. | Mar 2013 | B2 |
8397107 | Syu et al. | Mar 2013 | B1 |
8407449 | Colon et al. | Mar 2013 | B1 |
8423722 | Deforest et al. | Apr 2013 | B1 |
8433858 | Diggs et al. | Apr 2013 | B1 |
8443167 | Fallone et al. | May 2013 | B1 |
8447920 | Syu | May 2013 | B1 |
8458435 | Rainey, III et al. | Jun 2013 | B1 |
8478930 | Syu | Jul 2013 | B1 |
8489854 | Colon et al. | Jul 2013 | B1 |
8503237 | Horn | Aug 2013 | B1 |
8521972 | Boyle et al. | Aug 2013 | B1 |
8549236 | Diggs et al. | Oct 2013 | B2 |
8583835 | Kan | Nov 2013 | B1 |
8601311 | Horn | Dec 2013 | B2 |
8601313 | Horn | Dec 2013 | B1 |
8612669 | Syu et al. | Dec 2013 | B1 |
8612804 | Kang et al. | Dec 2013 | B1 |
8615681 | Horn | Dec 2013 | B2 |
8638602 | Horn | Jan 2014 | B1 |
8639872 | Boyle et al. | Jan 2014 | B1 |
8683113 | Abasto et al. | Mar 2014 | B2 |
8700834 | Horn et al. | Apr 2014 | B2 |
8700950 | Syu | Apr 2014 | B1 |
8700951 | Call et al. | Apr 2014 | B1 |
8706985 | Boyle et al. | Apr 2014 | B1 |
8707104 | Jean | Apr 2014 | B1 |
8713066 | Lo et al. | Apr 2014 | B1 |
8713357 | Jean et al. | Apr 2014 | B1 |
8719531 | Strange et al. | May 2014 | B2 |
8724422 | Agness et al. | May 2014 | B1 |
8725931 | Kang | May 2014 | B1 |
8745277 | Kan | Jun 2014 | B2 |
8751728 | Syu et al. | Jun 2014 | B1 |
8769190 | Syu et al. | Jul 2014 | B1 |
8769232 | Suryabudi et al. | Jul 2014 | B2 |
8775720 | Meyer et al. | Jul 2014 | B1 |
8782327 | Kang et al. | Jul 2014 | B1 |
8788778 | Boyle | Jul 2014 | B1 |
8788779 | Horn | Jul 2014 | B1 |
8788880 | Gosla et al. | Jul 2014 | B1 |
8793429 | Call et al. | Jul 2014 | B1 |
20030037298 | Eleftheriou et al. | Feb 2003 | A1 |
20040098659 | Bjerke et al. | May 2004 | A1 |
20050204253 | Sukhobok et al. | Sep 2005 | A1 |
20050216821 | Harada | Sep 2005 | A1 |
20050246617 | Kyung et al. | Nov 2005 | A1 |
20060036925 | Kyung et al. | Feb 2006 | A1 |
20060036933 | Blankenship et al. | Feb 2006 | A1 |
20060085593 | Lubbers et al. | Apr 2006 | A1 |
20070124648 | Dholakia et al. | May 2007 | A1 |
20080141054 | Danilak | Jun 2008 | A1 |
20080155160 | McDaniel | Jun 2008 | A1 |
20080168304 | Flynn et al. | Jul 2008 | A1 |
20080195900 | Chang et al. | Aug 2008 | A1 |
20080244353 | Dholakia et al. | Oct 2008 | A1 |
20080282128 | Lee et al. | Nov 2008 | A1 |
20080301521 | Gunnam et al. | Dec 2008 | A1 |
20080316819 | Lee | Dec 2008 | A1 |
20090070652 | Myung et al. | Mar 2009 | A1 |
20090193184 | Yu et al. | Jul 2009 | A1 |
20090240873 | Yu et al. | Sep 2009 | A1 |
20090241008 | Kim et al. | Sep 2009 | A1 |
20090241009 | Kong et al. | Sep 2009 | A1 |
20090249159 | Lee et al. | Oct 2009 | A1 |
20090259805 | Kilzer et al. | Oct 2009 | A1 |
20100017650 | Chin et al. | Jan 2010 | A1 |
20100020611 | Park | Jan 2010 | A1 |
20100049914 | Goodwin | Feb 2010 | A1 |
20100083071 | Shen et al. | Apr 2010 | A1 |
20100100788 | Yang et al. | Apr 2010 | A1 |
20100107030 | Graef | Apr 2010 | A1 |
20100125695 | Wu et al. | May 2010 | A1 |
20100131819 | Graef | May 2010 | A1 |
20100174849 | Walston et al. | Jul 2010 | A1 |
20100250793 | Syu | Sep 2010 | A1 |
20100262890 | Radke | Oct 2010 | A1 |
20100268985 | Larsen et al. | Oct 2010 | A1 |
20100275088 | Graef | Oct 2010 | A1 |
20100315874 | Ghodsi | Dec 2010 | A1 |
20110041039 | Harari et al. | Feb 2011 | A1 |
20110066793 | Burd | Mar 2011 | A1 |
20110087855 | Frost et al. | Apr 2011 | A1 |
20110099323 | Syu | Apr 2011 | A1 |
20110126078 | Ueng et al. | May 2011 | A1 |
20110179333 | Wesel et al. | Jul 2011 | A1 |
20110191649 | Lim et al. | Aug 2011 | A1 |
20110213919 | Frost et al. | Sep 2011 | A1 |
20110214037 | Okamura et al. | Sep 2011 | A1 |
20110231737 | Dachiku | Sep 2011 | A1 |
20110231739 | Kim | Sep 2011 | A1 |
20110239088 | Post | Sep 2011 | A1 |
20110246862 | Graef | Oct 2011 | A1 |
20110252294 | Ng et al. | Oct 2011 | A1 |
20110283049 | Kang et al. | Nov 2011 | A1 |
20110296273 | Rub | Dec 2011 | A1 |
20110302477 | Goss et al. | Dec 2011 | A1 |
20120072654 | Olbrich et al. | Mar 2012 | A1 |
20120079189 | Colgrove et al. | Mar 2012 | A1 |
20120084506 | Colgrove et al. | Apr 2012 | A1 |
20120084507 | Colgrove et al. | Apr 2012 | A1 |
20120260020 | Suryabudi et al. | Oct 2012 | A1 |
20120272000 | Shalvi | Oct 2012 | A1 |
20120278531 | Horn | Nov 2012 | A1 |
20120284460 | Guda | Nov 2012 | A1 |
20120324191 | Strange et al. | Dec 2012 | A1 |
20130054980 | Frost et al. | Feb 2013 | A1 |
20130132638 | Horn et al. | May 2013 | A1 |
20130145106 | Kan | Jun 2013 | A1 |
20130290793 | Booth et al. | Oct 2013 | A1 |
20140059405 | Syu et al. | Feb 2014 | A1 |
20140101369 | Tomlin et al. | Apr 2014 | A1 |
20140115427 | Lu | Apr 2014 | A1 |
20140133220 | Danilak et al. | May 2014 | A1 |
20140136753 | Tomlin et al. | May 2014 | A1 |
20140149826 | Lu et al. | May 2014 | A1 |
20140157078 | Danilak et al. | Jun 2014 | A1 |
20140181432 | Horn | Jun 2014 | A1 |
20140223255 | Lu et al. | Aug 2014 | A1 |
Number | Date | Country |
---|---|---|
2008102819 | Oct 2006 | JP |
1020100076447 | Aug 2011 | KR |
100929371 | Nov 2011 | KR |
2012058328 | May 2012 | WO |
2014065967 | May 2014 | WO |
2014084960 | Jun 2014 | WO |
2014088684 | Jun 2014 | WO |
Entry |
---|
International Search Report and Written Opinion dated Feb. 18, 2014 from PCT/US2013/068578, International Filing Date: Nov. 5, 2013, Applicant: Western Digital Technologies, Inc., 11 pages. |
Shayan S. Garani, U.S. Appl. No. 13/417,057, filed Mar. 9, 2012, 30 pages. |
Guangming Lu, et. al. U.S. Appl. No. 13/718,289, filed Dec. 18, 2012, 27 pages. |
Guangming Lu, et. al. U.S. Appl. No. 13/742,243, filed Jan. 15,2013, (This application Claims Priority from U.S. Appl. No. 61/738,764, filed Dec. 18, 2012), 22 pages. |
Guangming Lu, et. al. U.S. Appl. No. 13/742,248, filed Jan. 15,2013, (This application Claims Priority from U.S. Appl. No. 61/738,732, filed Dec. 18, 2012), 32 pages. |
Shayan S. Garani, et. al., U.S. Appl. No. 13/725,965, filed Dec. 21, 2012, 31 pages. |
Number | Date | Country | |
---|---|---|---|
20140157078 A1 | Jun 2014 | US |
Number | Date | Country | |
---|---|---|---|
61732830 | Dec 2012 | US |