As is known in the art, computer data is vital to today's organizations, and a significant part of protection against disasters is focused on data protection. As solid-state memory has advanced to the point where cost of memory has become a relatively insignificant factor, organizations can afford to operate with systems that store and process terabytes of data.
Conventional data protection systems include tape backup drives, for storing organizational data on a periodic basis. Such systems suffer from several drawbacks. First, they require a system shutdown during backup, since the data being backed up cannot be used during the backup operation. Second, they limit the points-in-time to which the organization to recover. For example, if data is backed up on a daily basis, there may be several hours of lost data in the event of a disaster. Third, the data recovery process itself takes a long time.
Another conventional data protection system uses data replication, by creating a copy of the organization's data on a secondary backup storage system, and updating the backup occur with changes. The backup storage system may be situated in the same physical location as the production storage system, or in a physically remote location. Data replication systems generally operate either at the application level, or at the file system level, or at the data block level.
Current data protection systems try to provide continuous data protection, which enable the organization to roll back to any specified point-in-time within a recent history. Continuous data protection systems aim to satisfy two conflicting objectives, as best as possible; namely, (i) minimize the down time, in which the organization data is unavailable, during a recovery, and (ii) enable recovery as close a possible to any specified point-in-time within a recent history.
Continuous data protection typically uses a technology referred to as “journaling”, whereby a log is kept of changes made to the backup storage. During a recovery, the journal entries serve as successive “undo” information, enabling rollback of the backup storage to previous points-in-time. Journaling was first implemented in database systems, and was later extended to broader data protection.
In one aspect, a method of consolidating snapshots includes storing snapshots using a journal in a continuous data protection environment. Each entry of the journal corresponds to one of a unique group of DO METADATA stream data blocks and a unique group of UNDO METADATA stream data blocks. The method also includes receiving a user input designating at least two snapshots to consolidate, storing changes to the data blocks from the at least two snapshots in a temporary stream on the journal and consolidating the at least two snapshots by replacing the at least two snapshots in the journal with a single consolidated snapshot comprising the changes for each data block from the temporary stream. Storing changes includes storing only the oldest changes to each disk block in the UNDO METADATA stream data blocks and the latest changes of the DO METADATA stream data blocks.
In another aspect, an apparatus to consolidate snapshots includes circuitry to store snapshots using a journal in a continuous data protection environment. Each entry of the journal corresponds to one of a unique group of DO METADATA stream data blocks and a unique group of UNDO METADATA stream data blocks. The apparatus also includes circuitry to receive a user input designating at least two snapshots to consolidate, store changes to the data blocks from the at least two snapshots in a temporary stream on the journal, storing changes comprising storing one of the oldest changes of the UNDO METADATA stream data blocks and the latest changes of the DO METADATA stream data blocks; and
The source and target sides are connected via a wide area network (WAN) 180. Each host computer and its corresponding storage system are coupled through a storage area network (SAN) that includes network switches, such a fiber channel switches. The communication links between each host computer and its corresponding storage system, may be any appropriate medium suitable for data transfer, such as fiber communication channel links.
Host computers 110 and 130 may each be implemented as one computer, or as a plurality of computers, or as a network of distributed computers. Generally, a host computer runs one or more applications, such as database applications and e-mail servers. Each storage system 120 and 140 includes one or more physical storage devices, such as single disks or redundant arrays of inexpensive disks (RAID). Storage system 140 generally includes a copy of storage system 120, as well as additional data.
In the course of continuous operation, host computer 110 issues I/O requests (write/read operations) to storage system 120 using, for example, small computer system interface (SCSI) commands. Such requests are generally transmitted to storage system 120 with an address that includes a specific device identifier, an offset within the device, and a data size. Offsets are generally granularized to 512 byte blocks. The average size of a write operation issued by the host computer may be, for example, 10 kilobytes (KB); i.e., 20 blocks. For an I/O rate of 50 megabytes (MB) per second, this corresponds to approximately 5,000 write transactions per second.
A replica of write operations issued by host computer 110 to storage system 120 is transmitted to a source-side data protection appliance (DPA) 160. In one example, DPA 160 and its counterpart at the target side DPA 170 include their own internal memories and computing processors. In the architecture illustrated in
DPA 160 and DPA 170 are “initiators”; i.e., the DPAs can issue I/O requests using, for example, SCSI commands, to storage devices of their respective storage systems. Specifically, the DPAs may issue I/O requests to one or more storage devices of their respective storage systems, referred to as “journal volumes”. The DPAs are also programmed with the necessary functionality to act as a “target”; i.e., to reply to I/O requests, such as SCSI commands, issued by other initiators, such as their respective host computer.
DPA 160 sends write transactions over a wide area network 180 to a second DPI 170 at the target side, for incorporation within target storage system 140. DPA 160 may send its write transactions to DPA 170 using a variety of modes of transmission, including inter alia (i) a synchronous mode, (ii) an asynchronous mode, and (iii) a snapshot mode. In synchronous mode, DPA 160 sends each write transaction to DPA 170, receives back an acknowledgement, and in turns sends an acknowledgement back to host computer 110. Host computer waits until receipt of such acknowledgement before issuing further write transactions. In asynchronous mode, DPA 160 sends an acknowledgement to host computer 110 upon receipt of each write transaction, before receiving an acknowledgement back from DPA 170. In snapshot mode, DPA 160 receives several write transactions and combines them into an aggregate “snapshot” of all write activity performed in the multiple write transactions, and sends such snapshots to DPA 170, for incorporation in target storage system 140.
For the sake of clarity, the ensuing discussion assumes that information is transmitted at a write-by-write granularity. During normal operations, the direction of replicate data flow goes from source side to target side. Generally, during data recovery the direction of replicate data flow is reversed, with the target side behaving as if it were the source side, and vice versa. To this end, the target side also includes a switch 190, making the target side symmetric with the source side.
DPA 160 is operative to send write transactions from the source side to the target side. DPA 170 is operative to maintain a journal history of write transactions, as described in detail herein. Journal histories maybe stored in a journal volume. Such journal volume may include one or more physical storage device units, or it may be a part of a storage system. The size of the journal volume determines the size of a journal history that can be stored. A possible size for a journal volume is 500 GB. Since the source side has the capability to act as a target side, a journal volume is also defined at the source side.
It is understood that the exemplary system shown in
It is further understood that in practice the architecture may vary from one organization to another. Thus, although the target side is illustrated as being remote from the source side in
Reference is now made to
Write transactions are transmitted from source side DPA 160 to target side DPA 170. DPA 170 preferably records the received write transactions in four streams. A first stream, referred to as a DO stream, includes new data for writing in the storage system. A second stream, referred to as an DO METADATA stream, includes metadata for the write transaction, such as an identifier, a date & time, a write size, a beginning address in the data volume for writing the new data in, and a pointer to the offset in the do stream where the corresponding data is located. Similarly, a third stream, referred to as an UNDO stream, includes old data that is overwritten in the data volume; and a fourth stream, referred to as an UNDO METADATA, include an identifier, a date & time, a write size, a beginning address in the data volume where data is to be overwritten, and a pointer to the offset in the undo stream where the corresponding old data is located.
In practice each of the four streams holds a plurality of write transaction data. As write transactions are received dynamically by target DPA 170, they are recorded at the end of the DO stream and the end of the DO METADATA stream, prior to committing the transaction. During transaction application, when the various write transactions are applied to the storage system, prior to writing the new DO data into addresses within the storage system, the older data currently located in such addresses is recorded into the UNDO stream.
By recording old data, a journal entry can be used to “undo” a write transaction. To undo a transaction, old data is read from the UNDO stream for writing into addresses within the storage system. Prior to writing the UNDO data into these addresses, the newer data residing in such addresses is recorded in the DO stream.
More specifically, journal history 200 is stored within a specific storage volume, or striped over several volumes, referred to collectively as a “journal volume”. Journal history 200 may have its own partition within a volume.
The journal volume can be partitioned into segments with a pre-defined size, such as 1 MB segments, with each segment identified by a counter. The collection of such segments forms a segment pool for the four journaling streams described hereinabove. Each such stream is structured as an ordered list of segments, into which the stream data is written, and includes two pointers: a beginning pointer that points to the first segment in the list and an end pointer that points to the last segment in the list.
According to a write direction for each stream, write transaction data is appended to the stream either at the end, for a forward direction, or at the beginning, for a backward direction. As each write transaction is received by DPA 170, its size is checked to determine if it can fit within available segments. If not, then one or more segments are chosen from the segment pool and appended to the stream's ordered list of segments.
Thereafter the DO data is written into the DO stream, and the pointer to the appropriate first or last segment is updated. Freeing of segments in the ordered list is performed by simply changing the beginning or the end pointer. Freed segments are returned to the segment pool for re-use.
When a write transaction is received, journaling is thus advanced as follows.
Step 1: The new data is written at the end of the DO stream, assuming a forward write direction, and corresponding metadata is written at the end of the DO METADATA stream.
Step 2: Data is read from the beginning of the DO stream, and corresponding metadata is read from the beginning of the DO METADATA stream.
Step 3: Old data to be overwritten is read from the storage system. The location and size of such old data is determined from the DO METADATA stream.
Step 4: The old data is written at the end of the UNDO stream, and corresponding metadata is written at the end of the UNDO METADATA stream.
Step 5: The new data read at step 2 is written into the storage system, and the beginning and end pointers of the DO and DO METADATA streams are moved appropriately.
Conversely, during a rollback to undo a write transaction, the above operations are reversed, as follows:
Step 1: Read the data and metadata from the end of the UNDO and UNDO METADATA streams.
Step 2: Read from the storage system the data that is to be overwritten. The location and size of such data is determined from the UNDO METADATA stream.
Step 3: Write the data from step 2 at the beginning of the DO stream, and update the DO METADATA stream accordingly.
Step 4: Write the data from step 1 to the storage system, and update the beginning and end pointers of the UNDO and UNDO metadata streams appropriately.
The following example, in conjunction with
Three write transactions are received, as indicated in TABLE I.
The following discussion describes four stages of journaling and data storage; namely,
Stage #1: Enter the three write transactions as journal entries in the journal volume.
Stage #2: Apply the first write transaction to the data volume.
Stage #3: Apply the second write transaction to the data volume.
Stage #4: Rollback the second write transaction, to recover data from an earlier point-in-time.
The write transaction with ID=1 is written to the first 15 blocks of Segment #1. The metadata corresponding to this transaction is written to the first block of Segment #2. The second write transaction with ID=2 is written to the last 5 blocks of Segment #1 and the first 15 blocks of Segment #3. The metadata corresponding to this transaction is written to the second block of Segment #2. The third write transaction with ID=3 is written to the last 5 blocks of Segment #3 and the first 15 blocks of Segment #4. The metadata corresponding to this transaction is written to the third block of Segment #2.
Thus at stage #1, the DO stream in memory includes a list of segments 1, 3, 4; and a beginning pointer to offset=0 in Segment #1 and an end pointer to offset=10 in Segment #4. The DO METADATA stream in memory includes a list of one segment, namely Segment #2; and a beginning pointer to offset=0 in Segment #2 and an end pointer to offset=3 in Segment #2. The UNDO stream and the UNDO METADATA stream are empty. The journal history and the four streams at the end of stage #1 are illustrated in
At stage #2 the write transaction with ID=1 is applied to the storage system. New data to be written is read from the journal volume at the offset and length indicated in the DO METADATA; namely, 15 blocks of data located in blocks 0-14 of journal volume Segment #1. Correspondingly, old data is read from the storage data volume at the offset and length indicated in the UNDO METADATA; namely, 15 blocks of data located in blocks 57-71 of Data Volume #1. The old data is then written into the UNDO stream in the journal volume, and the associated metadata is written into the UNDO METADATA stream in the journal volume. Specifically, for this example, the UNDO data is written into the first 15 blocks of Segment #5, and the UNDO METADATA is written into the first block of Segment #6. The beginning pointer of the UNDO data stream is set to offset=0 in Segment #5, and the end pointer is set to offset=15 in Segment #5. Similarly, the beginning pointer of the UNDO METADATA stream is set to offset=0 on Segment #6, and the end pointer is set to offset=1 in Segment #6.
At this point, the new data that was read from blocks 0-14 of journal volume Segment #1 is written to blocks 57-71 of Data Volume #1. The beginning pointer for the DO stream is moved forward to block 15 of journal volume Segment #1, and the beginning pointer for the DO METADATA stream is moved forward to block 1 of journal volume Segment #2. The journal history and the four streams at the end of stage #2 are illustrated in
At stage #3 the write transaction with ID=2 is applied to the storage system. As above, 20 blocks of new data are read from blocks 15-19 of journal volume Segment #1 and from blocks 0-14 of journal volume Segment #3. Similarly, 20 blocks of old data are read from blocks 87-106 of Data Volume #1. The old data is written to the UNDO stream in the last 5 blocks of journal volume Segment #5 and the first 15 blocks of journal volume Segment #7. The associated metadata is written to the UNDO METADATA stream in the second block of Segment #6. The list of segments in the UNDO stream includes Segment #5 and Segment #7. The end pointer of the UNDO stream is moved to block 15 of Segment #7, and the end pointed of the UNDO METADATA stream is moved to block 2 of Segment #6. Finally, the new data from blocks 15-19 of journal volume Segment #1 and blocks 0-14 of journal volume Segment #3 is written into blocks 87-106 of Data Volume #1. The beginning pointer for the DO stream is moved forward to block 15 of journal volume Segment #3, and the beginning pointer for the DO METADATA stream is moved forward to block 2 of journal volume Segment #2. Segment #1 is freed from the DO stream, for recycling within the segment pool, and the list of segments for the DO stream is changed to Segment #3 and Segment #4. The journal history and the four streams at the end of stage #3 are illustrated in
At stage #4 a rollback to time 10:00:00.00 is performed. i.e., the write transaction with ID=2 is to be undone. The last entry is read from the UNDO METADATA stream, the location of the end of the UNDO METADATA stream being determined by its end pointer, i.e., the metadata before block 2 of journal volume Segment #6 is read, indicating two areas each of 20 blocks; namely, (a) the last 5 blocks of journal volume Segment #5 and the first 15 blocks of journal volume Segment #7, and (b) blocks 87-106 of Data Volume #1. Area (a) is part of the UNDO stream.
The 20 blocks of data from area (b) are read from Data Volume #1 and written to the beginning of the DO stream. As the beginning pointer of the DO stream is set to offset=15 of journal volume Segment #3, 15 blocks are written at the beginning of Segment #3, and the remaining 5 blocks are written to the end of Segment #8. The start pointer for the DO stream is set to block 15 of Segment #8. The list of segments for the DO stream is changed to Segment #8, Segment #3 and Segment #4. The metadata associated with the 20 blocks from area (b) is written to block 1 of Segment #2, and the end pointer of the DO METADATA stream is advanced to block 0 of Segment #2.
The 20 blocks of data in area (a) of the journal volume are then written to area (b) of the data volume. Finally, Segment #7 is freed for recycling in the segment pool, the UNDO stream ending pointer is moved back to Segment #5 of the journal volume, block 15, and the UNDO METADATA stream ending pointed is moved back to Segment #6 of the journal volume, block 1. The journal history and the four streams at the end of stage #4 are illustrated in
It will be appreciated that journal history 200 is used to rollback storage system 140 to the state that it was in at a previous point-in-time. Journal history is also used to selectively access data from storage 140 at such previous point-in-time, without necessarily performing a rollback. Selective access is useful for correcting one or more files that are currently corrupt, or for simply accessing old data.
Journal history 200 from
The present invention provides efficient ways to use journal history 200 by an adaptor to access data that was stored in dynamically changing storage system 140 at a specified point-in-time. As described more fully with respect to
While the host computer is accessing and processing old data that was stored in storage system 140, new data is being generated through new write transactions. To manage the new write transactions, journal generator 310 preferably generates an auxiliary journal history, dedicated to tracking target side data processing that operates on old data.
At step 530 the method generates a data structure for a virtual interface to the storage at the state it was in at a specified earlier point-in-time. In one example, the data structure generated at step 530 is a binary tree, and the data stored in the nodes of the binary tree includes sequential intervals of memory addresses.
Specifically, reference is now made to
The first transaction, with ID=1, writes DATA_A into interval A of memory locations shown in
The journal entries in TABLE II are processed in reverse chronological order; i.e., from ID=4 to ID=1. Such order corresponds to a last-in-first-out order, since the journal entries were written in order from ID=1 to ID=4. As shown in
At time T2 the binary tree the interval D1-D5 is broken down into intervals D1-D3, D4 and D5, and two additional nodes are appended to the binary tree. Finally, at time T2, the interval D1-D3 is broken down into intervals D1, D2 and D3, and two additional nodes are appended to the binary tree, thereby generating the rightmost binary tree shown at the bottom of
The binary tree structure thus generated provides, at a time such as T>T4, indirect access to the data that was in storage system 140 at an earlier time T<T1. For a given memory address, the binary tree is traversed to find an interval containing the given address. If such interval is located in a node of the binary tree, then the node also provides the location in journal history where the data can be extracted. Otherwise, if such interval is not located, then the data can be extracted from the latest state of the storage at time T4.
A disadvantage of the binary tree data structure is that storage of the binary tree requires a significant amount of memory with the DPA 170, and may exceed the DPA memory capacity. In one example, which generally requires less DPA memory, the data structure generated at step 530 includes one or more sorted lists, each list storing data from write transactions in journal history 200, as described in detail herein.
Reference is now made to
An instant recovery request with a specified point-in-time triggers generation of ordered lists, as follows. The UNDO METADATA stream is parsed and binned appropriately according to data volume location. For each bin, a binary tree structure of non-overlapping intervals located within the bin, and ordered by beginning storage address, is generated as described above with respect to
The various corresponding sub-bins of each bin are grouped together into ordered lists, designated by J=1, J=2, etc. The ordered list for J=1 includes the pluralities of memory addresses associated with write transactions subsequent to time T1, that store new data into memory addresses located within the sub-bins associated with J=1. The entries in the list, namely, the various pluralities of memory addresses, are sorted in linear order based on the lowest addresses therein. For example, using the sizes as above, the 10K blocks of memory starting at addresses 24G, 213G, 448G, 601G and 836G would each be stored in the J=1 list; and the 10K blocks of memory starting at addresses 174G, 361G and 589G would each be stored in the J=4 list.
The data within the bins may require a significant amount of memory storage. To this end, the ordered lists themselves are stored within storage system 140; and a filtered sub-list is stored in memory of DPA 170, the filtered sub-list including only every Mth entry from the full list. For example, if M=1000, then each 100th entry in a full list is stored in the sub-list. Alternatively, the filtered sub-list may include only one entry from each GB of storage locations.
The sorted lists and sub-lists thus generated provide a virtual interface to the data that was stored in storage system 140 at time T<T1. Given a specific memory address, the appropriate sub-bin is readily identified. The entries of the corresponding sub-list are searched to identify two bounding addresses, one below and one above the specific memory address. The two entries in the sub-list preferably include pointers to positions in the full lists that they correspond to and, using these pointers, a search is made of the full list between the two pointers. For example, suppose the specified memory address is 24G+178M+223K+66. Then the relevant sub-list is J=1. Suppose further that the entries 24G+13M and 32G+879M are located in the sub-list for J=1 at locations corresponding to locations 122,001 and 123,000 in the full list for J=1. Then the full sorted list can be searched over the 1,000 entries between 122,001 and 123,000 to locate an entry that contains the specified memory address 24G+178M+223K+66. If such an entry is located, then the UNDO data from the corresponding write transaction is the sought after data. Otherwise, if such an entry is not located, then the data currently in storage system 140 is the sought after data.
It may be appreciated that the advantage of combining sub-bins in a cyclical arrangement, as illustrated in
The first and second examples, illustrated in
It will be appreciated that the data structures shown in
The data structures shown in
Referring back to
In general, physical storage systems may store data in a variety of physical devices, such as disks, arrays of disks and disks on key. Physical storage systems include computers that act as controllers, which manage storage of data. Logical units are virtual storage devices, exposed by the controllers. The physical storage systems have the capability of responding to commands issued to logical units.
Generally, a host operating system creates devices for every logical unit it identifies. Such a device is characterized by (i) its logical units, and (ii) its data source; and this characterization is referred to as the device's “personality.” Data may arrive at a first logical unit, A, via a second logical unit, B. In one example, data recovery is achieved by changing a data source.
Reference is now made to
The association of a LUN with one or more memory volumes in storage system 810 is flexible. For example, as shown in
During a recovery rollback, write transactions in journal history 200 are undone, so as to restore storage system 810 to the state it was at, at time T1. Generally it takes a significant amount of time to perform a full rollback of storage system 810. In the meantime, while the rollback is occurring, indirect access to the rolled back data is enabled via the data structures illustrated in
As the user processes the rolled back data via communication LUN 865, an auxiliary journal history is maintained, for recording write transactions applied to the rolled back data, as illustrated in
After the rollback operation is complete, and storage 805 has been rolled back to its earlier state at time T1, the journal history can also be rolled back by deleting the write transactions that were undone during the rollback operation. The auxiliary journal history can then be appended to the rolled back journal, thereby combining the two histories into a single journal going forward. At that point, communication LUN 865 can be switched to a LUN with direct access to storage system 810, resulting in a seamless transition from indirect to direct access, without interruption of the user's data processing.
It will be appreciated that the architecture of
In one aspect of the invention, the journal techniques described herein may be applied to consolidating snapshots. For example, a user may save snapshots daily; however, the user over the course of several months may not need the granularity of having snapshots saved each and every day or may not have the storage capacity to store that much data. In this example, the user may choose to consolidate the daily snapshots to weekly snapshots for daily snapshots older than one month. Further, the user may choose to consolidate the weekly snapshots to monthly snapshots for monthly snapshots older than a year and so forth. In other examples, a user may choose to designate consecutive snapshots to consolidate by selecting a corresponding start time and end time. In another example, in a continuous data protection environment, a user may choose not to include point-in-time snapshots older than a few hours or a few days, for example. In other examples, consolidated snapshots are selected by a user to occur automatically (e.g., daily, weekly, monthly and so forth).
Referring to
In one example, a user may choose to consolidate the snapshots taken from time increment 3 though time increment 8 resulting in a journal 1000′. In particular, a portion 1010 of the journal 1000 is replaced by a portion 1010′. Using the journal 1000′ the snapshot taken at time increments 3 to 7 may no longer be accessed so that the granularity over time increments 3 to 7 is reduced because the intermediate changes are no longer available.
Referring to
Referring to
Once the snapshots selected for consolidation are identified, the temporary stream 1010′ is created (1312) and saved in the journal 340 (1322). The temporary stream 1010′ is formed from reading the data structure 1200 and determining the latest changes for each data storage location 902-908 affected during the selected snapshots and writing them to the temporary stream 1010′. The journal 1000 is updated by replacing the old consolidated area 1010 with the temporary stream 1010′ representing the consolidated snapshot (1336).
In one example, to form the data structure 1200, the relevant parts of the DO metadata stream are read and then the metadata is sorted by data location. If there are several writes to the same location a pointer to the latest write transaction is kept. In order to perform the sorting process, the entire DO METADATA stream is read into memory of the DPA 170. In some examples, the entire DO metadata stream cannot be read because the memory of the DPA 170 is too small. For example, if the total amount of data changed in the DO stream is 1TB and 10 size averages 8 KB, the DO METADATA stream for the IOs will be around 6 GB, which might be more than the memory of the DPA 170. In order to account for this, sorting is done piecemeal. For example, the data locations are divided into portions and the DO METADATA stream is divided into substreams, for example, 50 substreams. Each substream contains metadata of a corresponding portion of the data locations. Each such substream is read into the memory of the DPA 170 and sorted keeping a latest stream pointer for each change to the volume and subsequently saved back to the corresponding substream. Each substream is then pieced back together to form the result in the data structure 1200.
While
The processes described herein (e.g., process 1300) are not limited to use with the hardware and software of
The processes described herein are not limited to the specific embodiments described herein. For example, the processes are not limited to the specific processing order of the processing blocks in
Processing blocks in
Elements of different embodiments described herein may be combined to form other embodiments not specifically set forth above. Other embodiments not specifically described herein are also within the scope of the following claims.
This patent application is a continuation-in-part to application Ser. No. 11/609,560 filed Dec. 12, 2006 now U.S. Pat. No. 7,774,565 and entitled “METHODS AND APPARATUS FOR POINT IN TIME DATA ACCESS AND RECOVERY,” which claims priority to Application Ser. No. 60/752,665 filed Dec. 21, 2005 and entitled “ANY POINT IN TIME DATA ACCESS AND RECOVERY” and both applications are incorporated herein in their entirety.
Number | Name | Date | Kind |
---|---|---|---|
5170480 | Mohan et al. | Dec 1992 | A |
5388254 | Betz et al. | Feb 1995 | A |
5499367 | Bamford et al. | Mar 1996 | A |
5864837 | Maimone | Jan 1999 | A |
5879459 | Gadgil et al. | Mar 1999 | A |
5990899 | Whitten | Nov 1999 | A |
6042652 | Hyun et al. | Mar 2000 | A |
6065018 | Beier et al. | May 2000 | A |
6143659 | Leem | Nov 2000 | A |
6148340 | Bittinger et al. | Nov 2000 | A |
6174377 | Doering et al. | Jan 2001 | B1 |
6174809 | Kang et al. | Jan 2001 | B1 |
6203613 | Gates et al. | Mar 2001 | B1 |
6260125 | McDowell | Jul 2001 | B1 |
6270572 | Kim et al. | Aug 2001 | B1 |
6272534 | Guha | Aug 2001 | B1 |
6287965 | Kang et al. | Sep 2001 | B1 |
6467023 | DeKoning et al. | Oct 2002 | B1 |
6574657 | Dickinson | Jun 2003 | B1 |
6621493 | Whitten | Sep 2003 | B1 |
6804676 | Bains, II | Oct 2004 | B1 |
6877109 | Delaney et al. | Apr 2005 | B2 |
6947981 | Lubbers et al. | Sep 2005 | B2 |
7043610 | Horn et al. | May 2006 | B2 |
7076620 | Takeda et al. | Jul 2006 | B2 |
7111197 | Kingsbury et al. | Sep 2006 | B2 |
7117327 | Hirakawa et al. | Oct 2006 | B2 |
7120768 | Mizuno et al. | Oct 2006 | B2 |
7130975 | Suishu et al. | Oct 2006 | B2 |
7139927 | Park et al. | Nov 2006 | B2 |
7159088 | Hirakawa et al. | Jan 2007 | B2 |
7167963 | Hirakawa et al. | Jan 2007 | B2 |
7222136 | Brown et al. | May 2007 | B1 |
7296008 | Passerini et al. | Nov 2007 | B2 |
7328373 | Kawamura et al. | Feb 2008 | B2 |
7360113 | Anderson et al. | Apr 2008 | B2 |
7383465 | van Rietschote et al. | Jun 2008 | B1 |
7426618 | Vu et al. | Sep 2008 | B2 |
7472307 | Daniels et al. | Dec 2008 | B2 |
7516287 | Ahal et al. | Apr 2009 | B2 |
7519625 | Honami et al. | Apr 2009 | B2 |
7519628 | Leverett | Apr 2009 | B1 |
7546485 | Cochran et al. | Jun 2009 | B2 |
7577867 | Lewin et al. | Aug 2009 | B2 |
7606868 | Le et al. | Oct 2009 | B1 |
7606940 | Yamagami | Oct 2009 | B2 |
7627612 | Ahal et al. | Dec 2009 | B2 |
7627687 | Ahal et al. | Dec 2009 | B2 |
7757057 | Sangapu et al. | Jul 2010 | B2 |
7774391 | Le et al. | Aug 2010 | B1 |
20020129168 | Kanai et al. | Sep 2002 | A1 |
20030061537 | Cha et al. | Mar 2003 | A1 |
20030110278 | Anderson | Jun 2003 | A1 |
20030196147 | Hirata et al. | Oct 2003 | A1 |
20040205092 | Longo et al. | Oct 2004 | A1 |
20040250032 | Ji et al. | Dec 2004 | A1 |
20040254964 | Kodama et al. | Dec 2004 | A1 |
20050015663 | Armangau et al. | Jan 2005 | A1 |
20050028022 | Amano | Feb 2005 | A1 |
20050049924 | DeBettencourt et al. | Mar 2005 | A1 |
20050172092 | Lam et al. | Aug 2005 | A1 |
20050273655 | Chow et al. | Dec 2005 | A1 |
20060031647 | Hirakawa et al. | Feb 2006 | A1 |
20060047996 | Anderson et al. | Mar 2006 | A1 |
20060047999 | Passerini et al. | Mar 2006 | A1 |
20060064416 | Sim-Tang | Mar 2006 | A1 |
20060107007 | Hirakawa et al. | May 2006 | A1 |
20060117211 | Matsunami et al. | Jun 2006 | A1 |
20060161810 | Bao | Jul 2006 | A1 |
20060195670 | Iwamura et al. | Aug 2006 | A1 |
20060212462 | Heller et al. | Sep 2006 | A1 |
20070005740 | DiFalco et al. | Jan 2007 | A1 |
20070055833 | Vu et al. | Mar 2007 | A1 |
20070162513 | Lewin et al. | Jul 2007 | A1 |
20070162520 | Petersen et al. | Jul 2007 | A1 |
20070180304 | Kano | Aug 2007 | A1 |
20070198602 | Ngo et al. | Aug 2007 | A1 |
20070198791 | Iwamura et al. | Aug 2007 | A1 |
20070220311 | Lewin et al. | Sep 2007 | A1 |
20070266053 | Ahal et al. | Nov 2007 | A1 |
20080082591 | Ahal et al. | Apr 2008 | A1 |
20080082592 | Ahal et al. | Apr 2008 | A1 |
20080082770 | Ahal et al. | Apr 2008 | A1 |
20100036886 | Bouloy et al. | Feb 2010 | A1 |
Number | Date | Country |
---|---|---|
1154358 | Nov 2001 | EP |
1 154 356 | Nov 2010 | EP |
WO 00 45581 | Aug 2000 | WO |
Number | Date | Country | |
---|---|---|---|
60752665 | Dec 2005 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11609560 | Dec 2006 | US |
Child | 12057652 | US |