Writing data in a distributed data storage system

Abstract
Methods, systems, and apparatuses, including computer programs encoded on computer-readable media, for receiving a write request that includes data and a client address at which to store the data. The data is segmented into the one or more storage units. A storage unit identifier for each of the one or more storage units is computed that uniquely identifies content of a storage unit. A mapping between each storage unit identifier to a block server is determined. The mapping is sent to a plurality of metadata servers to provide the mapping in case of failure of the metadata server. For each of the one or more storage units, the storage unit and the corresponding storage unit identifier is sent to a block server. The block server stores the storage unit and information on where the storage unit is stored on the block server for the storage unit identifier. Multiple client addresses associated with a storage unit with the same storage unit identifier are mapped to a single storage unit.
Description
BACKGROUND

Particular embodiments generally relate to a distributed data storage system.


A unit of data, such as a file or object, includes one or more storage units (e.g., bytes), and can be stored and retrieved from a storage medium. For example, disk drives in storage systems are divided into logical blocks that are addressed using logical block addresses (LBAs). The disk drives use spinning disks where a read/write head is used to read/write data to/from the drive. It is desirable to store an entire file in a contiguous range of addresses on the spinning disk. For example, the file may be divided into blocks or extents of a fixed size. Each block of the file may be stored in a contiguous section of the spinning disk. The file is then accessed using an offset and length of the file. The contiguous range of addresses is used because disks are good at sequential access, but suffer performance degradation when random access to different non-contiguous locations is needed.


Storage systems typically do not have a mechanism to minimize the amount of storage used when duplicate copies of data are stored. Duplicate data may occur at different locations within a single file or between different independent files all in the same file system. However, because clients store data based on addresses in the storage medium, duplicate data is typically stored. For example, a first client stores a first file in a first range of addresses and a second client stores a second file in a second range of addresses. Even if duplicate data is found in the first file and the second file, storage systems prefer to store the first file and the second file in separate contiguous locations so that the data for either file can be accessed sequentially.


Some storage systems, such as a write-anywhere file layout (WAFL), a logical volume manager (LVM), or new technology file system (NTFS), allow multiple objects to refer to the same blocks through a tree structure to allow for efficient storage of previous versions. For example, a snapshot feature may eliminate some duplicate data caused by multiple versions of the same file, but this is only to the extent that different versions are created and controlled by the file system itself.


Some data storage systems can identify and eliminate duplicate copies of data within or between files. However, these systems typically deal with monolithic systems. For example, the elimination may occur on a single computer system.


SUMMARY

In one embodiment, a method is provided for accessing data that includes one or more storage units. An access request for data is received. The access request includes a client address for the data. A metadata server determines a mapping between the client address and one or more storage unit identifiers for the data. Each of the one or more storage unit identifiers uniquely identifies content of a storage unit and the metadata server stores mappings on storage unit identifiers that are referenced by client addresses. The one or more storage unit identifiers are sent to one or more block servers. The one or more block servers service the request using the one or more storage unit identifiers where the one or more block servers store information on where a storage unit is stored on a block server for a storage unit identifier. Also, multiple client addresses associated with a storage unit with a same storage unit identifier are mapped to a single storage unit stored in a storage medium for a block server.


In one embodiment, the access request is a write request. The method further includes determining a block server in the one or more block servers based on a storage unit identifier in the one or more storage unit identifiers, wherein different block servers are associated with different ranges of storage unit identifiers and sending the storage unit identifier and the storage unit to the block server associated with the storage unit identifier.


In one embodiment, the access request is a read request. The method further includes: determining a storage unit identifier in the one or more storage unit identifiers for a storage unit in the one or more storage units; determining a block server in the one or more block servers that is storing the storage unit based on the storage unit identifier, wherein different block servers are associated with different ranges of storage unit identifiers; and sending the read request with the storage unit identifier to the determined block server.


In one embodiment, the data includes a plurality of storage units associated with the client address and the plurality of storage units are stored in a non-contiguous address space on a plurality of block servers.


In one embodiment, the storage medium includes a solid state storage device.


In one embodiment, a non-transitory computer-readable storage medium contains instructions for accessing data that includes one or more storage units. The instructions are for controlling a computer system to be operable to: receive an access request for data, the access request including a client address for the data; determine, by a metadata server, a mapping between the client address and one or more storage unit identifiers for the data, each of the one or more storage unit identifiers uniquely identifying content of a storage unit, wherein the metadata server stores mappings on storage unit identifiers that are referenced by client addresses; and send the one or more storage unit identifiers to one or more block servers, the one or more block servers servicing the request using the one or more storage unit identifiers, wherein the one or more block servers store information on where a storage unit is stored on a block server for a storage unit identifier, wherein multiple client addresses associated with a storage unit with a same storage unit identifier are mapped to a single storage unit stored in a storage medium for a block server.


In one embodiment, a system includes a metadata server configured to: store mappings on storage unit identifiers that are referenced by client addresses; receive an access request for data, the access request including a client address for the data; and compute one or more storage unit identifiers for the data, each of the one or more storage unit identifiers uniquely identifying content of a storage unit. The system also includes a plurality of block servers wherein block servers are associated with different ranges of storage unit identifiers and store information on where a storage unit is stored on a block server for a storage unit identifier, wherein each block server is configured to: receive a storage unit in the one or more storage units if a storage unit identifier corresponds to the range of storage unit identifiers associated with the block server; and service the request using the received storage unit identifier. Also, multiple client addresses associated with a storage unit with a same storage unit identifier are mapped to a single storage unit stored in a storage medium in a block server.


The following detailed description and accompanying drawings provide a better understanding of the nature and advantages of the present invention.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 depicts a system for a distributed data storage system according to one embodiment.



FIG. 2 depicts an example of metadata according to one embodiment.



FIG. 3 depicts a more detailed example of the system according to one embodiment.



FIG. 4A depicts a simplified flowchart of a method for writing data at a metadata server according to one embodiment.



FIG. 4B depicts a simplified flowchart for processing a write request at a block server according to one embodiment.



FIG. 5A depicts a simplified flowchart of a method for processing a read request at the metadata server according to one embodiment.



FIG. 5B depicts a simplified flowchart of a method for processing a read request at the block server according to one embodiment.



FIG. 6A depicts a simplified flowchart of a method for computing a Bloom filter at the metadata server according to one embodiment.



FIG. 6B depicts a simplified flowchart of a method for processing a Bloom filter at the block server according to one embodiment.



FIG. 7 depicts a more detailed example of the system according to one embodiment.





DETAILED DESCRIPTION

Described herein are techniques for a distributed data storage system. In the following description, for purposes of explanation, numerous examples and specific details are set forth in order to provide a thorough understanding of embodiments of the present invention. Particular embodiments as defined by the claims may include some or all of the features in these examples alone or in combination with other features described below, and may further include modifications and equivalents of the features and concepts described herein.


Overview



FIG. 1 depicts a system 100 for a distributed data storage system according to one embodiment. System 100 includes a client layer 102, a metadata layer 104, and a block server layer 106.


Client layer 102 includes one or more clients 108a-108n. Metadata layer 104 includes one or more metadata servers 110a-110n. Block server layer 106 includes one or more block servers 112a-112n. Although the parts of system 100 are shown as being logically separate, entities may be combined in different fashions. For example, the functions of any of the layers may be combined into a single process or single machine (e.g., a computing device) and multiple functions or all functions may exist on one machine or across multiple machines. Also, when operating across multiple machines, the machines may communicate using a network interface, such as a local area network (LAN) or a wide area network (WAN). In one embodiment, one or more metadata servers 110 may be combined with one or more block servers 112 in a single machine. Entities in system 100 may be virtualized entities. For example, multiple virtual block servers 112 may be included on a machine. Entities may also be included in a cluster, where computing resources of the cluster are virtualized such that the computing resources appear as a single entity.


Clients 108 include client processes that may exist on one or more physical machines. When the term “client 108” is used in the disclosure, the action being performed may be performed by a client process. A client process is responsible for storing, retrieving, and deleting data in system 100. A client process may address pieces of data depending on the nature of the storage system and the format of the data stored. For example, the client process may reference data using a client address. The client address may take different forms. For example, in a storage system that uses file storage, client 108 may reference a particular volume or partition, and a file name. With object storage, the client address may be a unique object name. For block storage, the client address may be a volume or partition, and a block address. Clients 108 communicate with metadata layer 104 using different protocols, such as small computer system interface (SCSI), Internet small computer system interface (ISCSI), fibre channel (FC), common Internet file system (CIFS), network file system (NFS), hypertext transfer protocol (HTTP), web-based distributed authoring and versioning (WebDAV), or a custom protocol.


Block servers 112 store data for clients 108. In one embodiment, data may be broken up into one or more storage units. Data may be segmented into data blocks. Data blocks may be of a fixed size, may be initially a fixed size but compressed, or may be of a variable size. Data blocks may also be segmented based on the contextual content of the block in a larger data string. Maintaining segmentation of the blocks on a write (and corresponding re-assembly on a read) may occur in client layer 102 and/or metadata layer 104. Also, compression may occur in client layer 102, metadata layer 104, and/or block server layer 106.


In one example, data may be stored in a volume that is referenced by client 108. A volume may be made up of one or more volume slices. The data associated with the volume includes a list of volume slices for that volume. A volume slice is a list of blocks for a portion of a volume. A block is the raw data for a volume and may be the smallest addressable unit of data. In one embodiment, a data block may be referred to as a storage unit. However, a storage unit may also refer to other subsets of data. For discussion purposes, the term data block will be used instead of a storage unit.


Block servers 112 store data on a storage medium. The storage medium may include different medium formats. For example, electromechanical disk storage or solid state storage drive may be used. Electromechanical disk storage may include spinning disks that use movable read/write heads to read/write to/from different locations of the spinning disks. Inserting the read/write head at various random locations results in slower data access than if data is read from a sequential location. A solid state storage drive uses a solid state memory to store persistent data. Solid state drives use microchips that store data in non-volatile memory chips and contain no moving parts. Also, solid state drives can perform random access and parallel reads/writes efficiently.


Data blocks may be stored in block server layer 106 based on unique block identifiers. A block identifier is an identifier that is determined based on the content of the data block. The block identifier is unique to that block of data. For example, blocks with the same content have the same block identifier, but blocks with different content have different block identifiers. Block servers 112 maintain a mapping between a block identifier and the location of the data block in a storage medium of block server 112. As will be discussed in more detail below, data blocks with the same block identifiers are not stored multiple times on a block server 112 when received in multiple client write requests.


Metadata layer 104 stores metadata that maps between client layer 102 and block server layer 106. For example, metadata servers 110 map between the client addressing used by clients 108 (e.g., file names, object names, block numbers, etc.) and block layer addressing (e.g., block identifiers) used in block server layer 106. Clients 108 may perform access based on client addresses. However, block servers 112 do not store data based on client addresses. Rather, as will be discussed in more detail below, block servers 112 store data based on unique block identifiers for the data.



FIG. 2 depicts an example of metadata according to one embodiment. At 200, the metadata includes a client address 202 and block identifiers 204. Client address 202 is the address referenced by client to perform access to data. For example, when clients want to read, write, or delete data, the client address for that data is used. The client address references the address in which client 102 thinks the data is stored in block server layer 106. The client address may use different formats. For example, client address 202 may reference a particular volume or partition, and a file name. With object storage, client address 202 may be a unique object name. For block storage, client address 202 may include a volume or partition, and a block address.


At 204, an example of metadata for file-oriented storage is shown. A file name 206 is the name of a file. A list of block identifiers 208 is then associated with file name 206. The block identifiers may be hexadecimal numbers, but other representations may be used. Additional metadata may also be included, such as inode numbers, directory pointers, modification dates, file size, etc. Block identifiers are identifiers that uniquely identify the data of the file. For example, each block identifier uniquely identifies a data block in the file.


At 210, metadata for a block-based system is shown. A volume name 212 is the name of the volume. A list of blocks 214 identifies blocks in the volume using block addresses. Also, a list of block identifiers 208 is associated with the lists of blocks 214. The client address in this case may be a volume name 212 and one or more block addresses in lists of blocks 214.



FIG. 3 depicts a more detailed example of system 100 according to one embodiment. FIG. 3 shows how data is stored in system 100. A client 108a (client 1) and a client 108b (client 2) may both wish to read and/or write data. For example, client 1 may wish to write data to a volume at a client address 1. For example, client address 1 may be a target name of the volume and a list of block identifiers (logical block addresses). The data that client 1 wishes to write includes data blocks A F, K, and L.


Client 2 may wish to write data at client address 2. For example, client address 2 may reference a different volume than client address 1 and a different list of block identifiers. Other formats of client addressing may also be used. For discussion purposes, client address 1 and client address 2 are used to reference the respective data blocks and data block identifiers. The data that client 2 wishes to write may include data blocks F, K, B, and A. Accordingly, data blocks A, F, and K are duplicates between the data that client 1 and client 2 wish to write.


Metadata layer 104 is shown as including metadata server 110a (metadata server 1) and metadata server 110b (metadata server 2). Different metadata servers may be associated with different client addresses. For example, different metadata servers 110 may manage different volumes of data. In this example, metadata server 1 is designated as handling client address 1 and metadata server 2 is designated as handling client address 2.


For each client address, a list of block identifiers is stored. The block identifiers represent data blocks associated with the client address. For example, for client address 1, the block identifiers of block ID A, block ID F, block ID K, and block ID L are stored and associated with client address 1. Each block identifier is associated with a block of data. Similarly, in metadata server 2, client address 2 is associated with block IDs F, K, B, and A.


Block server layer 106 includes block servers 112a, 112b, and 112c (block servers 1, 2, 3, respectively). In one embodiment, block servers 112 are assigned to different ranges of block identifiers. For example, block server 1 is assigned to store data for block identifiers A-E, block server 2 stores data for block identifiers F-J, and block server 3 stores data for block identifiers K-O. In this case, data for a client address may not be stored in sequential locations on a storage medium in a single block server 112. Rather, the data is stored based on the block identifier determined for data.


Block server 1 stores data for block identifier A and block identifier B. Block server 1 maintains a mapping between the block identifier and the location on the storage medium where the data associated with block identifier A is stored. For example, block identifier A is mapped to a location 1 where data for block identifier A is stored on block server 1 and block identifier B is mapped to a location 2 where data for block identifier B is stored on block server 1. Also, block server 2 stores data for block identifier F in location 3 on block server 2, and block server 3 stores data for block identifiers K and L in locations 4 and 5, respectively, in block server 3.


Particular embodiments allow for the real time de-duplication of data. For example, client address 1 is associated with data for blocks A, F, K, and L and client address 2 is associated with data for blocks F, K, B, and A. Blocks A, B, and K are duplicated across client address 1 and client address 2. Although not shown in this example, de-duplication may also occur within data for a single client address. Instead of storing two copies of blocks A, B, and K, block server 1 stores one copy each of data block A and data block B. Also, block server 3 stores one copy of data block K. Thus, duplicate blocks A, B, and K are not stored in block servers 112. This may efficiently use data storage on block servers 112. Using the above scheme, the blocks for a client address may not be stored in sequential locations on a storage medium 114. For example, for client address 1, block A is stored on block server 1 in storage medium 114a, block F is stored on block server 2 in storage medium 114b, and blocks K and L are stored on block server 3 in storage medium 114c.


In one embodiment, storage medium 114 in block server 112 may be a solid state device, such as non-volatile memory (e.g., flash memory). The solid state device may be electrically programmed and erased. The data blocks may be stored on the solid state device and persist when block server 112 is powered off. Solid state devices allow random access to data in an efficient manner and include no physical moving parts. For example, the random access is more efficient using solid state devices than if a spinning disk is used. Thus, data stored in data blocks for a client address in a non-contiguous address space and even different block servers 112 may still be accessed efficiently.


In one embodiment, storage medium 114 may include multiple solid state drives (e.g., flash memory drives). Each drive may store data for a portion of the block identifiers. Although a solid state device is described, it will be understood that spinning disks may also be used with particular embodiments.


Particular embodiments may perform reading, writing, and deleting of data. The following will describe each process separately.


Write Requests



FIG. 4A depicts a simplified flowchart 400 of a method for writing data at metadata server 110 according to one embodiment. At 402, a request for writing data is received from client 108 for a client address. At 404, metadata server 110 segments the data into blocks. At 406, metadata server 110 may manipulate the data blocks. For example, the data blocks may be compressed. However, compression may not be performed.


At 408, metadata server 110 computes a block identifier for each data block. In one embodiment, a unique block identifier is determined for each data block. For example, a cryptographic hash, such as a secure hash algorithm (SHA)-1, SHA-256, or message-digest algorithm 5 (MD-5), over the data block may be used. The hash value (or a variant of a computed hash value) is then used as the block identifier.


At 410, metadata server 110 determines one or more block servers in which to store the data blocks. To determine which block servers 112 to use, a mapping between the block identifier and a list of block servers 112 is determined. As discussed above, different block servers 112 service different ranges of block identifiers. Different methods may be used to map between block identifiers and block servers 112, such as a table that maps each range of block identifiers to one or more block servers 112, consistent hashing, or a straight hash of the identifier.


At 412, block servers 112 are sent a request to store the data block. For example, different block servers associated with the different block identifiers are sent different requests.



FIG. 4B depicts a simplified flowchart 450 for processing a write request at a block server 112 according to one embodiment. At 452, block server 112 receives the request to store a data block. The method will be described with respect to one block server 112; however, it will be understood that multiple block servers 112 may receive different write requests for different block identifiers.


At 454, block server 112 determines if the block identifier already exists on the block server. For example, if the data block identified by the block identifier is already stored on block server 112, block server 112 may already have stored a mapping between the block identifier and a location on a storage medium 114.


At 456, if the data block is already stored, then the data block is not stored again. Some other data may need to be updated if the data block has already been stored. For example, an “in use” flag may be set for use during data deletion, which will be described later.


If the data block does not exist, then at 458, the data block is stored in a location by block server 112. Block server 112 may also compress the data block if it has not been compressed already. At 460, a mapping between the block identifier and the location is stored.


At 462, block server 112 updates metadata server 110 to indicate the data block was already stored or the data block was just stored. Also, metadata server 110 may insert a mapping between the client address and the block ID upon receiving the indication.


Referring to FIG. 3, the write process will be described. In one example, client 108a may wish to write data to client address 1. Data blocks A, F, K, and L are received at metadata server 110a (or 110b). A hash value for each data block is determined. Metadata server 110a then determines which block servers 112 are assigned to service the write request based on the block identifiers. In this case, data block A is sent to block server 112a, data block F is sent to block server 112b, and data blocks K and L are sent to block server 112c. Once each block server 112 stores the respective block(s), confirmation is received at metadata server 110a and the block identifiers are stored with client address 1.


Client 108b may then wish to write data to client address 2. Data blocks F, K, B, and A are received at metadata server 110a (or 110b). A hash value for each data block is determined. Metadata server 110a then determines data blocks A and B are sent to block server 112a, data block F is sent to block server 112b, and data block K is sent to block server 112c. Block server 112a determines that data block A exists on storage medium 114a and thus does not need to be stored again. However, data block B is not located on storage medium 114a and is stored. Confirmation that data blocks A and B have been stored is sent to metadata server 110a. Block server 112b determines that data block F has already been stored and thus does not store data block F again. Confirmation that data block F has been stored is sent to metadata server 110a. Block server 112c determines that data block K has already been stored and thus does not store data block K again. Confirmation that data block K has been stored is sent to metadata server 110a. Once each block server 112 stores the respective block(s), metadata server 110a stores the block identifiers with client address 2.


Read Requests


A read request will now be described. FIG. 5A depicts a simplified flowchart 500 of a method for processing a read request at metadata server 110 according to one embodiment. At 502, a request for reading data at a client address is received from client 108 at metadata server 110. The request may reference a client address, but not specific block servers 112. This is because metadata layer 104 is abstracting block server layer 106 from client layer 102. In this case, client 108 may assume that data has been stored with respect to the client address in a sequential manner in block server layer 106.


At 504, metadata server 110 determines block identifiers for the requested data. For example, metadata server 110 may look up a mapping of the client address to block identifiers.


At 506, metadata server 110 determines which block servers 112 are currently storing the data for each block identifier. As discussed above, data for different block identifiers may be stored on different block servers 112 that service different ranges of block identifiers. Metadata server 110 determines the different block servers 112 based on the ranges of block identifiers determined. At 508, metadata server 110 sends a request to each block server 112 that manages a block identifier.



FIG. 5B depicts a simplified flowchart 550 of a method for processing a read request at a block server 112 according to one embodiment. The method is described with respect to a single block server 112; however, the method may be applied to all block servers 112 that are sent requests.


At 552, block server 112 receives a request for a data block identifier. At 554, block server 112 locates the requested data block based on the block identifier. For example, block server 112 may access a mapping between the block identifier and the location of the stored block data. Different methods may be used to access the location, such as an on-disk hash table or tree, an in-memory hash table or tree, a sorted list of data blocks, or a database of block identifiers.


At 556, once the data block is located, block server 112 retrieves the requested data block. If the data block was compressed by block server 112, it may be decompressed before being returned to client 108. In one embodiment, block server 112 may return the data block to client 108 directly, or the data block may be returned to the metadata server 110 that requested the data block.


Referring to FIG. 3, in one example, client 108a may wish to read data from client address 1. A read request for client address 1 is received at metadata server 110a (or 110b). Because of the de-duplication of data, the data blocks A, F, K, and L may not have been stored on a contiguous address space for client address 1. Metadata server 110a determines the block identifiers for the data blocks. The associated block servers 112 for the block identifiers are then determined. A read request is then sent to the determined block servers 112. For example, block server 112a is sent a read request for data block A, block server 112b is sent a read request for data block F, and block server 112c is sent a read request for data blocks K and L. Block servers 112a-c retrieve the data blocks based on the block identifiers and send the data blocks to metadata server 110a. Metadata server 110a then sends the data blocks to client 108a.


Data Deletion


The deletion of data will now be described. Data may be deleted from system 100 when a client address in which the data is stored is overwritten with other data or when a client address becomes invalid (e.g., a file or object is deleted). However, because there is not a 1:1 mapping between client addresses and stored data blocks (e.g., because there are multiple client addresses that have the same data block referenced by the same block identifier), system 100 needs to make sure that data is only deleted when it is no longer needed. For example, a data block should not be deleted if it is being referenced by another client address.


Block servers 112 do not know which clients 112 are referencing the data blocks. This is because metadata server 110 is used to abstract the client addresses. Accordingly, block servers 112 cannot remove an overwritten or deleted block because block servers 112 do not know if other clients 108 are using this data block. Because metadata server 110 knows which data blocks are in use by client 108, block servers 112 and metadata servers 110 need to efficiently communicate to determine which data blocks are in use and which are not in use. “In use” means a data block is currently referenced by a client 108 and “not in use” means a data block is not referenced by any clients 108.


Different methods may be used to perform the deletion. One method for tracking which data blocks can be deleted is referred to as “garbage collection.” Garbage collection is where an algorithm periodically runs to identify data that is no longer needed and then deletes the no long needed data.


One method of garbage collection may be a mark and sweep method that involves block servers 112 first marking all of their current block identifiers using a marker that indicates a block is “not in use”. This may be an indication that the data block is not being used. Next, each metadata server 110 sends a list of the block identifiers that are currently valid (stored at valid client addresses) to block servers 112. Each list may only contain the block identifiers that correspond to each block server 112. Each block server 112 then marks each data block in the list as “in use”. Once all the lists have been processed, block server 112 can remove any data blocks whose block identifiers are still marked as “not in use” because these data blocks are no longer being referenced by any client addresses. Any blocks that are written during the garbage collection process may automatically be marked as “in use” so they are not removed at the end of the process. This process removes the data blocks; however, it requires large lists of addresses to be communicated between metadata servers 110 and block servers 112. This may cause significant overhead if communication occurs over a LAN or WAN network.


A second method of garbage collection may be referred to as a Bloom filter mark and sweep. FIGS. 6A and 6B depict methods for performing a Bloom filter mark and sweep method according to one embodiment. The methods use a filter, such as a Bloom filter, to reduce an amount of data that is communicated between metadata servers 110 and block servers 112. Although a Bloom filter is discussed, other filters may be used. A Bloom filter is a type of bit field that may be used for membership testing. A Bloom filter is a compact representation of a set of data that can be used to later test for the presence of individual elements. For example, the elements A, B, C, and D may be represented in a Bloom filter. Block server 112 can test whether any of the elements are in the Bloom filter. However, the Bloom filter may not be used to generate the list of elements A, B, C, and D.


In exchange for the reduction in size, a small possibility of an error may be introduced. For example, a small percentage chance exists that an element may appear to be present when it is in fact not. This chance of error may be controlled by selecting a size for the Bloom filter based on a number of possible elements that can be stored on block server 112. Additionally, an error may not be fatal because the result of the error is that an element will just not be deleted when it is actually “not in use”. Accordingly, an error in which a data block is deleted when it is still being referenced by client 108 does not occur.



FIG. 6A depicts a simplified flowchart 600 of a method for computing a Bloom filter at metadata server 110 according to one embodiment. At 602, block servers 112 mark all data block identifiers as “not in use”. At 604, each metadata server 110 computes a Bloom filter for in-use block identifiers. A single Bloom filter that includes all metadata on metadata server 110 for all block servers 112 might be computed. Also, multiple Bloom filters for subsets of metadata on metadata server 110 for each block server 112 may be computed. The more metadata that is encompassed by the Bloom filter, the larger the Bloom filter is, which requires more memory and more network bandwidth to transmit. When multiple Bloom filters are used, such as one Bloom filter for each block server 112 or multiple Bloom filters for each block server 112, Bloom filters may be constructed serially or in parallel. Constructing Bloom filters in parallel may require more memory, but reduces the number of times metadata is read to build the Bloom filters. Similarly, combining Bloom filters before processing on block server 112 allows for fewer passes through the list of data blocks on block server 112, but may require larger Bloom filters and more memory.


At 606, each metadata server 110 communicates a Bloom filter containing the valid block identifiers for a specific block server 112 to that block server 112. For example, each block server 112 may reference a range of block identifiers. Metadata server 110 may compute a Bloom filter for data block identifiers in each range. A Bloom filter is then sent to each respective block server 112. In another embodiment, a Bloom filter for the entire range of data block identifiers may also be computed and sent to each block server 112.



FIG. 6B depicts a simplified flowchart 650 of a method for processing a Bloom filter at block server 112 according to one embodiment. Although the method is described with respect to one block server 112, the method may be performed by multiple block servers 112. At 652, a block server 112 checks each block identifier present on the block server against the received Bloom filter.


At 654, if the Bloom filter indicates the block identifier is in use, block server 112 marks the block identifiers as “in use”. Block server 112 may perform this check individually for each Bloom filter from each metadata server 110, or block server 112 can combine the Bloom filters (using a standard OR method) and perform the check against combined filters at one time.


At 656, block server 112 removes any data blocks whose block identifier is still marked “not in use” because they are no longer referenced by any client address. Any blocks written during the garbage collection process may automatically be marked as “in use” so they are not removed at the end of the process.


In one example, Bloom filters for each block server 112 may be constructed in parallel on metadata server 110. The amount of metadata contained in each filter may be limited. For example, a fixed Bloom filter size is selected (e.g., defined by available memory) and created for each block server 112. Metadata on metadata server 110 is processed and Bloom filters are updated with data block identifiers in the metadata. When each Bloom filter reaches the optimal threshold of bits set (e.g., 50%), the Bloom filter is sent to block server 112 and a new Bloom filter is started for that block server 112. Block servers 112 process each Bloom filter as the Bloom filter arrives rather than combining Bloom filters from multiple metadata servers 110.


The Bloom filter mark and sweep method reduces network communication bandwidth needed between metadata servers 110 and block servers 112. A small percentage chance that a block may be indicated as “in use” when it is no longer actually in use may occur, but a block will not be marked as “not in use” if the data block was actually still in use. Thus, the integrity of the data storage system is not at risk.


Bloom filters are useful because the filter may be used to represent block identifiers that are referenced by multiple client addresses once. Thus, even if a block identifier is associated with multiple client addresses, the block identifier can only be included once in the Bloom filter. This saves space, but also allows robust testing of whether a data block is in use. Also, the Bloom filter does not increase in size when multiple copies of the same block identifier are included.


Another method of garbage collection may be tracking which data blocks can be deleted from the system using a reference count for each data block stored on block servers 112. Each time a given block identifier is written into a storage medium, a reference count for that data block is incremented (starting at 1 the first time a block identifier is written). When a data block is overwritten or deleted by client 108, a reference count is decremented until it reaches zero. At this point, no client addresses reference the block identifier and a corresponding block data may be deleted.


This method may operate in real time. For example, when a block is no longer needed, the data block can be immediately detected and deleted to free space for other data blocks. However, if any reference count is incorrectly incremented or decremented, a data block may either be deleted when it is still being referenced by a client 108 or not be deleted although it is no longer being referenced.


Redundancy


Data redundancy is provided to allow system 100 to continue operation in the event of a failure. One method is to have each storage medium 114 used by block servers 112 implement a local redundancy technology, such as redundant array of independent disks (RAID), to spread data over multiple storage media 114 to survive the failure of an individual storage medium. However, in some cases, this method may not survive the failure of an entire metadata server 112 or block server 112. The data redundancy is different from de-duplication in that block servers 112 may store a data block (or metadata) once on a storage medium 114 in response to a write from a client 108. The data block may be replicated using additional writes to other storage media 114 found in different block servers 112 or different storage media 114 in the same block server 112.


In one embodiment, for metadata servers 110, failures may be handled by replicating the metadata to one or more additional metadata servers 110. Thus, if one metadata server 110 fails, the additional copies of metadata may be used to continue accessing the data. Replication may be performed by client 102 or directly by metadata server 110 in a chained or fanned-out fashion. For example, client 102 may send multiple read/write requests to multiple metadata servers 110. Also, metadata servers 110 may replicate the write requests to other metadata servers 110.


For block servers 112a, replication may also be performed where each data block is replicated to one or more additional block servers 112. In this way, a block may always be read and/or written to even if a specific block server 112 is unavailable. The mapping from block identifiers to data blocks may take into account the amount of redundancy required and map a block identifier to multiple block servers 112 where the data block can be stored and retrieved. Replication may be performed by a client 108 writing to each block server 112 to enable the replication. Also, a replication may be performed from a block server 112 to another block server 112 in a chained or fanned-out fashion.


The above method of redundancy uses additional write commands to replicate data. Clients 108, metadata servers 110, and/or block servers 112 can thus perform the redundancy algorithm without modification of what commands are used. In other conventional methods, such as RAID, a RAID controller or specialized RAID software is needed. Also, in RAID, multiple copies of data are mirrored between storage devices inside the same system, or a parity system is used to spread the data between multiple storage devices in the same system. Particular embodiments store multiple copies on different block servers 112 on different physical machines, increasing the recoverability in case of entire system failure.


Another method that can be used to handle block server failure is the use of an erasure code, such as a Reed-Solomon code, to spread the data for a single block across multiple block servers in such a way that even if a single block server 112 is unavailable, the data from other block servers 112 can be used to reconstruct the original data block. For example, the code may be used to recover the data from a failed block server 112. This method may require less data storage space allowing for a configurable amount of redundancy.


Measuring Space Used


The actual space used by a subset of client data stored in system 100 may need to be measured. Conventionally, determining the space used by a particular client address (e.g., file, volume, or object) within a storage system is determined by measuring the amount of space dedicated to a client address. This is because of the 1:1 mapping between client address and space. However, in particular embodiments, client data is split into data blocks and only unique data blocks are stored, which may make it difficult to determine how much actual storage space is consumed by a single piece of client data or a group of client data. For example, if two objects have the exact same content, the space required is the size of one object rather than both.


Different methods may be used to determine the actual space used by a subset of client data. A first method to determine the space being used creates a list of unique blocks used by the client data that is being measured. In one embodiment, metadata servers 110 are aware of the block identifiers for each piece of client data. Once the list of data blocks has been determined, a total size of the data is calculated based on the size of each block in the list, or by a multiplication if fixed-size blocks are being used.


A second method uses a filter, such as a Bloom filter. In this case, the Bloom filter is used as a size counter. The Bloom filter is first emptied. The list of block identifiers contained in the client data that is being measured is then processed sequentially. For each block identifier, it is determined if the block identifier is present in a Bloom filter. If the block identifier is, the process continues to the next block identifier. If the block identifier is not, the block identifier is added to the Bloom filter and a size counter is incremented by the size of the block corresponding to the block identifier (or a fixed value if fixed-size blocks are being used). In the second method, a large list of block identifiers is not kept. Instead, a smaller Bloom filter and size counter are used.


A third method uses a Bloom filter, but not a size counter. A Bloom filter may start out empty and a list of block identifiers contained in the client data being measured is sequentially processed. For each block identifier, the Bloom filter is checked to see if the block identifier is present. If the block identifier is, the process proceeds to the next block identifier. If the block identifier is not, the block identifier is added to the Bloom filter. At the end of the process, the number of block identifiers included in the Bloom filter may be estimated, such as using the following formula: n=log (z/m)/((k*log((1−1/m)))), where z corresponds to the number of zero bits in the Bloom filter, n corresponds to the total number of bits in the Bloom filter, and k corresponds to the number of hash functions used when constructing the Bloom filter. To determine the approximate size of the client data, n is multiplied by the block size (for fixed-size blocks) or by an average or estimate of the block size (for variable size blocks). This method may be executed in parallel or on multiple metadata servers 110. Each metadata server 110 may compute its own Bloom filter using the subset of client data it maintained. Finally, the Bloom filters from all metadata servers 110 may be combined (using an OR operation), and the formula used above estimates a total amount of unique data.


Detailed Example of System



FIG. 7 depicts a more detailed example of system 100 according to one embodiment. In this example, metadata layer 104 may include a redirector server 702 and multiple volume servers 704. Each volume server 704 may be associated with a plurality of slice servers 706.


In this example, client 108a wants to connect to a volume (e.g., client address). Client 108a communicates with redirector server 702, identifies itself by initiator name, and also indicates a volume by target name that client 108a wants to connect to. Different volume servers 704 may be responsible for different volumes. In this case, redirector server 702 is used to redirect the request to a specific volume server 704. To client 108, redirector server 702 may represent a single point of contact. The request from client 108a then is redirected to a specific volume server 704. For example, redirector server 702 may use a database of volumes to determine which volume server 704 is a primary volume server for the requested target name. The request from client 108a is then directed to the specific volume server 704 causing client 108a to connect directly to the specific volume server 704. Communications between client 108a and the specific volume server 704 may then proceed without redirector server 702.


Volume server 704 performs functions as described with respect to metadata server 110. For each volume stored on volume server 704, a list of block identifiers is stored with one block identifier for each logical block on the volume. Each volume may be replicated between one or more volume servers 704 and the metadata for each volume may be synchronized between each of the volume servers 704 hosting that volume. If volume server 704 fails, redirector server 702 may direct client 108 to an alternate volume server 704.


In one embodiment, the metadata being stored on volume server 704 may be too large for one volume server 704. Thus, multiple slice servers 706 may be associated with each volume server 704. The metadata may be divided into slices and a slice of metadata may be stored on each slice server 706. When a request for a volume is received at volume server 704, volume server 704 determines which slice server 706 contains metadata for that volume. Volume server 704 then routes the request to the appropriate slice server 706. Accordingly, slice server 706 adds an additional layer of abstraction to volume server 704.


When client 108 writes blocks of data (e.g., via the iSCSI protocol), volume server 704 may compress the data blocks and buffer the written data to local storage. Replication of the data to other volume servers 704 may also be performed. After a period of time that may vary based on the space available for buffering on volume server 704, the data blocks are sent to one or more block servers 112 based on their block identifier, and metadata in volume server 704 is updated with the block identifiers. The delay introduced by this buffering reduces the amount of data written to block servers 112. If a specific client address is overwritten during the delay period, only the newer data blocks are sent to block servers 112.


When client 108 reads data blocks, volume server 704 determines if the client address is in a local volume server buffer. If so, the data may be returned from the local buffer. This may be faster than accessing block servers 112. If the data blocks are not stored in the local volume server buffer, the block identifiers for the requested data blocks are determined using the metadata. Requests are sent to block servers 112 that correspond to block identifiers to read the data blocks. As data is returned from block servers 112 to volume servers 704, the data is sent back to client 108 to satisfy the request.


CONCLUSION

Particular embodiments provide many advantages. For example, data is stored in a space-efficient manner including de-duplication of data both within a file or object and between files and objects that may be logically related to each other. The data de-duplication occurs in real time or near real time without adding significant latency or overhead. Data may be spread among a number of block servers 112, each of which may include multiple storage devices, allowing system 100 to handle storage of extremely large amounts of data. The data may be stored in any format, such as files, objects, fixed-size blocks, and variable size blocks.


When data is deleted from system 100, it may be removed in an efficient manner. For example, the garbage collection method may be used. Data may also be compressed and de-compressed to save space in a manner that is transparent to client 108. Also, data may be stored in a redundant fashion such that the loss of any entity in metadata layer 104 or block server layer 106 will not impact the ability to store or retrieve data from system 100. Further, the actual space used by a subset of the data, taking into account the effects of de-duplication, may be efficiently calculated.


Particular embodiments may use solid state storage devices. For example, solid state storage devices allow random access or random addressing of data that is as fast or nearly as fast as sequential access on a spinning disk. Also, solid state devices allow parallel reads/writes, which are not possible in spinning disks. The attributes of solid state devices thus lend themselves to particular embodiments because data for a client address may be stored in random non-sequential locations and/or different block servers 106. Because solid state devices may be randomly accessed very fast, particular embodiments may provide the de-duplication of data to use less storage space but provide access efficiency as compared to spinning disks that store data sequentially and also may store duplicate data.


Particular embodiments may be implemented in a non-transitory computer-readable storage medium for use by or in connection with the instruction execution system, apparatus, system, or machine. The computer-readable storage medium contains instructions for controlling a computer system to perform a method described by particular embodiments. The instructions, when executed by one or more computer processors, may be operable to perform that which is described in particular embodiments.


As used in the description herein and throughout the claims that follow, “a”, “an”, and “the” includes plural references unless the context clearly dictates otherwise. Also, as used in the description herein and throughout the claims that follow, the meaning of “in” includes “in” and “on” unless the context clearly dictates otherwise.


The above description illustrates various embodiments of the present invention along with examples of how aspects of the present invention may be implemented. The above examples and embodiments should not be deemed to be the only embodiments, and are presented to illustrate the flexibility and advantages of the present invention as defined by the following claims. Based on the above disclosure and the following claims, other arrangements, embodiments, implementations and equivalents may be employed without departing from the scope of the invention as defined by the claims.

Claims
  • 1. A method for writing data, the data including one or more storage units, the method comprising: receiving a write request, the write request including the data and a client address at which to store the data;segmenting the data into the one or more storage units;computing a storage unit identifier for each of the one or more storage units, wherein the storage unit identifier for each storage unit uniquely identifies content of the storage unit;determining, by a metadata server, a mapping between each storage unit identifier to two or more block servers;replicating the mapping to one or more other metadata servers to provide the mapping in case of failure of the metadata server; andfor each of the one or more storage units, sending the storage unit and the corresponding storage unit identifier to each of the two or more block servers based upon the mapping, wherein each block server stores the storage unit and information on where the storage unit is stored on the block server for the storage unit identifier, and wherein multiple client addresses associated with a storage unit with a same storage unit identifier are mapped to a single storage unit stored in a storage medium for a block server.
  • 2. The method of claim 1, wherein the replication is performed by a client in one of a chained or fanned-out fashion.
  • 3. The method of claim 2, further comprising storing the mapping between each storage unit identifier to the two or more block servers.
  • 4. The method of claim 1, further comprising receiving a confirmation from each of the two or more block servers that the storage unit has been stored on the block server.
  • 5. The method of claim 1, wherein a client sends multiple write requests to the one or more other metadata servers.
  • 6. The method of claim 1, wherein the metadata server replicates the mapping to the one or more other metadata servers to provide the mapping in case of failure of the metadata server.
  • 7. The method of claim 1, wherein an erasure code is used to spread the storage units across multiple block servers such that even if a single block server is unavailable, the storage units from other block servers can be used to reconstruct the data.
  • 8. The method of claim 1, further comprising redundantly storing the mapping between the client address and one or more storage unit identifiers in multiple metadata servers using an erasure code.
  • 9. A non-transitory computer-readable storage medium containing instructions for writing data, the data including one or more storage units, the instructions for controlling a computer system to perform operations comprising: receiving a write request, the write request including the data and a client address at which to store the data;segmenting the data into the one or more storage units;computing a storage unit identifier for each of the one or more storage units, wherein the storage unit identifier for each storage unit uniquely identifies content of the storage unit;determining, by a metadata server, a mapping between each storage unit identifier to two or more block servers;replicating, by the metadata server, the mapping to one or more other metadata servers to provide the mapping in case of failure of the metadata server; andfor each of the one or more storage units, sending the storage unit and the corresponding storage unit identifier to each of the two or more block servers based upon the mapping, wherein each block server stores the storage unit and information on where the storage unit is stored on the block server for the storage unit identifier, and wherein multiple client addresses associated with a storage unit with a same storage unit identifier are mapped to a single storage unit stored in a storage medium for a block server.
  • 10. The non-transitory computer-readable storage medium of claim 9, wherein the operations further comprise receiving a confirmation from each of the two or more block servers that the storage unit has been stored on the block server.
  • 11. The non-transitory computer-readable storage medium of claim 9, wherein the operations further comprise storing the mapping between each storage unit identifier to the two or more block servers.
  • 12. The non-transitory computer-readable storage medium of claim 9, wherein the mapping between each storage unit identifier to the two or more block servers comprises hashing the storage unit identifier.
  • 13. The non-transitory computer-readable storage medium of claim 9, wherein each of the two or more block servers updates an in use flag corresponding to the storage unit.
  • 14. The non-transitory computer-readable storage medium of claim 9, wherein each of the two or more block servers compress the storage unit prior to storing the storage unit.
  • 15. The non-transitory computer-readable storage medium of claim 9, wherein the operations further comprise using an erasure code to spread the storage units across multiple block servers such that even if a single block server is unavailable, the storage units from other block servers can be used to reconstruct the data.
  • 16. The non-transitory computer-readable storage medium of claim 9, wherein the operations further comprise redundantly storing the mapping between the client address and one or more storage unit identifiers in multiple metadata servers using an erasure code.
  • 17. A system comprising: a metadata server comprising a processor and a non-transitory machine-readable medium having stored therein instructions, which when executed by the processor cause the metadata server to:receive a write request, the write request including the data and a client address at which to store the data;segment the data into the one or more storage units;compute a storage unit identifier for each of the one or more storage units, wherein the storage unit identifier for each storage unit uniquely identifies content of the storage unit;determine a mapping between each storage unit identifier to two or more block servers;replicate the mapping to one or more other metadata servers to provide the mapping in case of failure of the metadata server; andfor each of the one or more storage units, send the storage unit and the corresponding storage unit identifier to each of the two or more block servers based upon the mapping, and wherein multiple client addresses associated with a storage unit with a same storage unit identifier are mapped to a single storage unit stored in a storage medium for a block server; and
  • 18. The system of claim 17, wherein the replication is performed by a client in one of a chained or fanned-out fashion.
  • 19. The system of claim 17, wherein the metadata server replicates the mapping to the one or more other metadata servers to provide the mapping in case of failure of the metadata server.
  • 20. The system of claim 17, wherein an erasure code is used to spread the storage units across multiple block servers such that even if a single block server is unavailable, the storage units from other block servers can be used to reconstruct the data.
CROSS REFERENCE TO RELATED APPLICATIONS

The present application is a continuation of U.S. application Ser. No. 16/021,421, filed Jun. 28, 2018, now U.S. Pat. No. 10,717,944, which is a continuation of U.S. application Ser. No. 15/358,601, filed Nov. 22, 2016, now U.S. Pat. No. 10,037,146, which is a continuation of U.S. application Ser. No. 14/684,956, filed Apr. 13, 2015, now U.S. Pat. No. 9,507,537, which is a continuation of U.S. application Ser. No. 14/454,197, filed Aug. 7, 2014, now U.S. Pat. No. 9,383,933, which is a continuation of U.S. application Ser. No. 13/041,122, filed Mar. 4, 2011, now U.S. Pat. No. 8,819,208, which claims priority to U.S. Provisional Application No. 61/310,863, filed Mar. 5, 2010, the contents of which are incorporated herein by reference in their entirety.

US Referenced Citations (787)
Number Name Date Kind
5138697 Yamamoto et al. Aug 1992 A
5375216 Moyer et al. Dec 1994 A
5459857 Ludlam et al. Oct 1995 A
5511190 Sharma et al. Apr 1996 A
5542089 Lindsay et al. Jul 1996 A
5592432 Vishlitzky et al. Jan 1997 A
5603001 Sukegawa et al. Feb 1997 A
5611073 Malpure et al. Mar 1997 A
5734859 Yorimitsu et al. Mar 1998 A
5734898 He Mar 1998 A
5751993 Ofek et al. May 1998 A
5860082 Smith et al. Jan 1999 A
5864698 Krau et al. Jan 1999 A
5890161 Helland et al. Mar 1999 A
5937425 Ban Aug 1999 A
5974421 Krishnaswamy et al. Oct 1999 A
5991862 Ruane Nov 1999 A
6047283 Braun et al. Apr 2000 A
6067541 Raju et al. May 2000 A
6081900 Subramaniam et al. Jun 2000 A
6219800 Johnson et al. Apr 2001 B1
6257756 Zarubinsky et al. Jul 2001 B1
6275898 DeKoning Aug 2001 B1
6347337 Shah et al. Feb 2002 B1
6363385 Kedem et al. Mar 2002 B1
6385699 Bozman et al. May 2002 B1
6397307 Ohran May 2002 B2
6434555 Frolund et al. Aug 2002 B1
6434662 Greene et al. Aug 2002 B1
6526478 Kirby Feb 2003 B1
6553384 Frey et al. Apr 2003 B1
6560196 Wei May 2003 B1
6567817 Vanleer et al. May 2003 B1
6578158 Deitz et al. Jun 2003 B1
6604155 Chong, Jr. Aug 2003 B1
6609176 Mizuno Aug 2003 B1
6640312 Thomson Oct 2003 B1
6681389 Engel et al. Jan 2004 B1
6704839 Butterworth et al. Mar 2004 B2
6728843 Pong et al. Apr 2004 B1
6741698 Jensen May 2004 B1
6779003 Midgley et al. Aug 2004 B1
6795890 Sugai et al. Sep 2004 B1
6895500 Rothberg May 2005 B1
6904470 Ofer et al. Jun 2005 B1
6912645 Dorward et al. Jun 2005 B2
6917898 Kirubalaratnam et al. Jul 2005 B1
6928521 Burton et al. Aug 2005 B1
6928526 Zhu et al. Aug 2005 B1
6961865 Ganesh et al. Nov 2005 B1
7003565 Hind et al. Feb 2006 B2
7028218 Schwarm et al. Apr 2006 B2
7039694 Kampe et al. May 2006 B2
7047358 Lee et al. May 2006 B2
7055058 Lee et al. May 2006 B2
7065619 Zhu et al. Jun 2006 B1
7093086 Van Rietschote Aug 2006 B1
7110913 Monroe et al. Sep 2006 B2
7152142 Guha Dec 2006 B1
7167951 Blades et al. Jan 2007 B2
7174379 Agarwal et al. Feb 2007 B2
7177853 Ezra et al. Feb 2007 B1
7188149 Kishimoto et al. Mar 2007 B2
7191357 Holland et al. Mar 2007 B2
7219260 De Forest et al. May 2007 B1
7249150 Watanabe et al. Jul 2007 B1
7251663 Smith Jul 2007 B1
7257690 Baird Aug 2007 B1
7305579 Williams Dec 2007 B2
7325059 Barach et al. Jan 2008 B2
7334094 Fair Feb 2008 B2
7334095 Fair et al. Feb 2008 B1
7366865 Lakshmanamurthy et al. Apr 2008 B2
7370048 Loeb May 2008 B2
7373345 Carpentier et al. May 2008 B2
7394944 Boskovic et al. Jul 2008 B2
7395283 Atzmony et al. Jul 2008 B1
7395352 Lam et al. Jul 2008 B1
7415653 Bonwick et al. Aug 2008 B1
7451167 Bali et al. Nov 2008 B2
7454592 Shah et al. Nov 2008 B1
7457864 Chambliss et al. Nov 2008 B2
7464125 Orszag et al. Dec 2008 B1
7519725 Alvarez et al. Apr 2009 B2
7526685 Maso et al. Apr 2009 B2
7529780 Braginsky et al. May 2009 B1
7529830 Fujii May 2009 B2
7543100 Singhal et al. Jun 2009 B2
7543178 McNeill et al. Jun 2009 B2
7562101 Jernigan, IV et al. Jul 2009 B1
7562203 Scott et al. Jul 2009 B2
7603391 Federwisch et al. Oct 2009 B1
7603529 Machardy et al. Oct 2009 B1
7624112 Ganesh et al. Nov 2009 B2
7644087 Barkai et al. Jan 2010 B2
7668885 Wittke et al. Feb 2010 B2
7680837 Yamato Mar 2010 B2
7681076 Sarma Mar 2010 B1
7689716 Short et al. Mar 2010 B2
7701948 Rabje et al. Apr 2010 B2
7730153 Gole et al. Jun 2010 B1
7739614 Hackworth Jun 2010 B1
7743035 Chen et al. Jun 2010 B2
7757056 Fair Jul 2010 B1
7797279 Starling et al. Sep 2010 B1
7805266 Dasu et al. Sep 2010 B1
7805583 Todd et al. Sep 2010 B1
7814064 Vingralek Oct 2010 B2
7817562 Kemeny Oct 2010 B1
7818525 Frost et al. Oct 2010 B1
7831736 Thompson Nov 2010 B1
7831769 Wen et al. Nov 2010 B1
7849098 Scales et al. Dec 2010 B1
7849281 Malhotra et al. Dec 2010 B2
7873619 Faibish et al. Jan 2011 B1
7899791 Gole Mar 2011 B1
7917726 Hummel et al. Mar 2011 B2
7921169 Jacobs et al. Apr 2011 B2
7921325 Kondo et al. Apr 2011 B2
7949693 Mason et al. May 2011 B1
7953878 Trimble May 2011 B1
7962709 Agrawal Jun 2011 B2
7987167 Kazar et al. Jul 2011 B1
7996636 Prakash et al. Aug 2011 B1
8055745 Atluri Nov 2011 B2
8060797 Hida et al. Nov 2011 B2
8074019 Gupta et al. Dec 2011 B2
8078918 Diggs et al. Dec 2011 B2
8082390 Fan et al. Dec 2011 B1
8086585 Brashers et al. Dec 2011 B1
8089969 Rabie et al. Jan 2012 B2
8090908 Bolen et al. Jan 2012 B1
8099396 Novick et al. Jan 2012 B1
8099554 Solomon et al. Jan 2012 B1
8122213 Cherian et al. Feb 2012 B2
8127182 Sivaperuman et al. Feb 2012 B2
8131926 Lubbers et al. Mar 2012 B2
8140821 Raizen et al. Mar 2012 B1
8140860 Haswell Mar 2012 B2
8145838 Miller et al. Mar 2012 B1
8156016 Zhang Apr 2012 B2
8156290 Vanninen et al. Apr 2012 B1
8156306 Raizen et al. Apr 2012 B1
8184807 Kato et al. May 2012 B2
8205065 Matze Jun 2012 B2
8209587 Taylor et al. Jun 2012 B1
8214868 Hamilton et al. Jul 2012 B2
8224935 Bandopadhyay et al. Jul 2012 B1
8225135 Barrall et al. Jul 2012 B2
8244978 Kegel et al. Aug 2012 B2
8250116 Mazzagatti et al. Aug 2012 B2
8261085 Fernandez Sep 2012 B1
8312231 Li Nov 2012 B1
8327103 Can et al. Dec 2012 B1
8341457 Spry et al. Dec 2012 B2
8369217 Bostica et al. Feb 2013 B2
8417987 Goel et al. Apr 2013 B1
8429096 Soundararajan et al. Apr 2013 B1
8429282 Ahuja et al. Apr 2013 B1
8452929 Bennett May 2013 B2
8463825 Harty et al. Jun 2013 B1
8468368 Gladwin et al. Jun 2013 B2
8484439 Frailong et al. Jul 2013 B1
8489811 Corbett et al. Jul 2013 B1
8495417 Jernigan, IV et al. Jul 2013 B2
8510265 Boone et al. Aug 2013 B1
8515965 Mital et al. Aug 2013 B2
8520855 Kohno et al. Aug 2013 B1
8533410 Corbett et al. Sep 2013 B1
8539008 Faith et al. Sep 2013 B2
8543611 Mirtich et al. Sep 2013 B1
8549154 Colrain et al. Oct 2013 B2
8555019 Montgomery et al. Oct 2013 B2
8560879 Goel Oct 2013 B1
8566508 Borchers et al. Oct 2013 B2
8566617 Clifford Oct 2013 B1
8572091 Sivasubramanian et al. Oct 2013 B1
8577850 Genda et al. Nov 2013 B1
8583865 Sade et al. Nov 2013 B1
8589550 Faibish et al. Nov 2013 B1
8589625 Colgrove et al. Nov 2013 B2
8595434 Northcutt et al. Nov 2013 B2
8595595 Grcanac et al. Nov 2013 B1
8600949 Periyagaram et al. Dec 2013 B2
8645664 Colgrove et al. Feb 2014 B1
8645698 Yi et al. Feb 2014 B2
8671265 Wright Mar 2014 B2
8706692 Luthra et al. Apr 2014 B1
8706701 Stefanov et al. Apr 2014 B1
8712963 Douglis et al. Apr 2014 B1
8732426 Colgrove et al. May 2014 B2
8745338 Yadav et al. Jun 2014 B1
8751763 Ramarao Jun 2014 B1
8762654 Yang et al. Jun 2014 B1
8775868 Colgrove et al. Jul 2014 B2
8782439 Resch Jul 2014 B2
8787580 Hodges et al. Jul 2014 B2
8799571 Desroches et al. Aug 2014 B1
8799601 Chen et al. Aug 2014 B1
8799705 Hallak et al. Aug 2014 B2
8806160 Colgrove et al. Aug 2014 B2
8812450 Kesavan et al. Aug 2014 B1
8824686 Ishii et al. Sep 2014 B1
8826023 Harmer et al. Sep 2014 B1
8832373 Colgrove et al. Sep 2014 B2
8843711 Yadav et al. Sep 2014 B1
8849764 Long et al. Sep 2014 B1
8850108 Hayes et al. Sep 2014 B1
8850216 Mikhailov et al. Sep 2014 B1
8855318 Patnala et al. Oct 2014 B1
8856593 Eckhardt et al. Oct 2014 B2
8868868 Maheshwari et al. Oct 2014 B1
8874842 Kimmel et al. Oct 2014 B1
8880787 Kimmel et al. Nov 2014 B1
8880788 Sundaram et al. Nov 2014 B1
8892818 Zheng et al. Nov 2014 B1
8904137 Zhang et al. Dec 2014 B1
8904231 Coatney et al. Dec 2014 B2
8922928 Powell Dec 2014 B2
8930778 Cohen Jan 2015 B2
8943032 Xu et al. Jan 2015 B1
8943282 Armangau et al. Jan 2015 B1
8949568 Wei et al. Feb 2015 B2
8977781 Yokoi et al. Mar 2015 B1
8996468 Mattox Mar 2015 B1
8996535 Kimmel et al. Mar 2015 B1
8996790 Segal et al. Mar 2015 B1
8996797 Zheng et al. Mar 2015 B1
9003162 Lomet et al. Apr 2015 B2
9009449 Chou et al. Apr 2015 B2
9021303 Desouter et al. Apr 2015 B1
9026694 Davidson et al. May 2015 B1
9037544 Zheng et al. May 2015 B1
9047211 Wood et al. Jun 2015 B2
9058119 Ray, III et al. Jun 2015 B1
9092142 Nashimoto et al. Jul 2015 B2
9152684 Zheng et al. Oct 2015 B2
9170746 Sundaram et al. Oct 2015 B2
9195939 Goyal et al. Nov 2015 B1
9201742 Bulkowski et al. Dec 2015 B2
9201804 Egyed Dec 2015 B1
9225801 McMullen et al. Dec 2015 B1
9229642 Shu et al. Jan 2016 B2
9256549 Kimmel et al. Feb 2016 B2
9268502 Zheng et al. Feb 2016 B2
9274901 Veerla et al. Mar 2016 B2
9286413 Coates et al. Mar 2016 B1
9298417 Muddu et al. Mar 2016 B1
9367241 Sundaram et al. Jun 2016 B2
9378043 Zhang et al. Jun 2016 B1
9389958 Sundaram et al. Jul 2016 B2
9405783 Kimmel et al. Aug 2016 B2
9411620 Wang et al. Aug 2016 B2
9413680 Kusters et al. Aug 2016 B1
9418131 Halevi et al. Aug 2016 B1
9438665 Vasanth et al. Sep 2016 B1
9459856 Curzi et al. Oct 2016 B2
9460009 Taylor et al. Oct 2016 B1
9471680 Elsner et al. Oct 2016 B2
9483349 Sundaram et al. Nov 2016 B2
9537827 McMullen et al. Jan 2017 B1
9572091 Lee et al. Feb 2017 B2
9606874 Moore et al. Mar 2017 B2
9639293 Guo et al. May 2017 B2
9639546 Gorski et al. May 2017 B1
9652405 Shain et al. May 2017 B1
9690703 Jess et al. Jun 2017 B1
9779123 Sen et al. Oct 2017 B2
9785525 Watanabe et al. Oct 2017 B2
9798497 Schick et al. Oct 2017 B1
9817858 Eisenreich et al. Nov 2017 B2
9846642 Choi et al. Dec 2017 B2
9852076 Garg et al. Dec 2017 B1
9953351 Sivasubramanian et al. Apr 2018 B1
9954946 Shetty et al. Apr 2018 B2
10216966 McClanahan et al. Feb 2019 B2
10516582 Wright et al. Dec 2019 B2
10565230 Zheng et al. Feb 2020 B2
10642763 Longo et al. May 2020 B2
10997098 Longo et al. May 2021 B2
20010056543 Isomura et al. Dec 2001 A1
20020073354 Schroiff et al. Jun 2002 A1
20020091897 Chiu et al. Jul 2002 A1
20020116569 Kim et al. Aug 2002 A1
20020156891 Ulrich et al. Oct 2002 A1
20020158898 Hsieh et al. Oct 2002 A1
20020174419 Alvarez et al. Nov 2002 A1
20020175938 Hackworth Nov 2002 A1
20020188711 Meyer et al. Dec 2002 A1
20030005147 Enns et al. Jan 2003 A1
20030084251 Gaither et al. May 2003 A1
20030105928 Ash et al. Jun 2003 A1
20030115204 Greenblatt et al. Jun 2003 A1
20030115282 Rose Jun 2003 A1
20030120869 Lee et al. Jun 2003 A1
20030126118 Burton et al. Jul 2003 A1
20030126143 Roussopoulos et al. Jul 2003 A1
20030135729 Mason et al. Jul 2003 A1
20030145041 Dunham et al. Jul 2003 A1
20030159007 Sawdon et al. Aug 2003 A1
20030163628 Lin et al. Aug 2003 A1
20030172059 Andrei Sep 2003 A1
20030182312 Chen et al. Sep 2003 A1
20030182322 Manley et al. Sep 2003 A1
20030191916 McBrearty et al. Oct 2003 A1
20030195895 Nowicki et al. Oct 2003 A1
20030200388 Hetrick Oct 2003 A1
20030212872 Patterson et al. Nov 2003 A1
20030223445 Lodha Dec 2003 A1
20040003173 Yao et al. Jan 2004 A1
20040052254 Hooper Mar 2004 A1
20040054656 Leung et al. Mar 2004 A1
20040107281 Bose et al. Jun 2004 A1
20040133590 Henderson et al. Jul 2004 A1
20040133622 Clubb et al. Jul 2004 A1
20040133742 Vasudevan et al. Jul 2004 A1
20040153544 Kelliher et al. Aug 2004 A1
20040153863 Klotz et al. Aug 2004 A1
20040158549 Matena et al. Aug 2004 A1
20040186858 McGovern et al. Sep 2004 A1
20040205166 Demoney Oct 2004 A1
20040210794 Frey et al. Oct 2004 A1
20040215792 Koning et al. Oct 2004 A1
20040267836 Armangau et al. Dec 2004 A1
20040267932 Voellm et al. Dec 2004 A1
20050010653 McCanne Jan 2005 A1
20050027817 Novik et al. Feb 2005 A1
20050039156 Cai et al. Feb 2005 A1
20050043834 Rotariu et al. Feb 2005 A1
20050044244 Warwick et al. Feb 2005 A1
20050076113 Klotz et al. Apr 2005 A1
20050076115 Andrews et al. Apr 2005 A1
20050080923 Elzur Apr 2005 A1
20050091261 Wu et al. Apr 2005 A1
20050108472 Kanai et al. May 2005 A1
20050119996 Ohata et al. Jun 2005 A1
20050128951 Chawla et al. Jun 2005 A1
20050138285 Takaoka et al. Jun 2005 A1
20050144514 Ulrich et al. Jun 2005 A1
20050177770 Coatney et al. Aug 2005 A1
20050203930 Bukowski et al. Sep 2005 A1
20050216503 Charlot et al. Sep 2005 A1
20050228885 Winfield et al. Oct 2005 A1
20050246362 Borland Nov 2005 A1
20050246398 Barzilai et al. Nov 2005 A1
20060004957 Hand et al. Jan 2006 A1
20060071845 Stroili et al. Apr 2006 A1
20060072555 St. Hilaire et al. Apr 2006 A1
20060072593 Grippo et al. Apr 2006 A1
20060074977 Kothuri et al. Apr 2006 A1
20060075467 Sanda et al. Apr 2006 A1
20060085166 Ochi et al. Apr 2006 A1
20060101091 Carbajales et al. May 2006 A1
20060101202 Mannen et al. May 2006 A1
20060112155 Earl et al. May 2006 A1
20060129676 Modi et al. Jun 2006 A1
20060136718 Moreillon Jun 2006 A1
20060156059 Kitamura Jul 2006 A1
20060165074 Modi et al. Jul 2006 A1
20060206671 Mello et al. Sep 2006 A1
20060232826 Bar-El Oct 2006 A1
20060253749 Alderegula et al. Nov 2006 A1
20060282662 Whitcomb Dec 2006 A1
20060288151 McKenney Dec 2006 A1
20070016617 Lomet Jan 2007 A1
20070033376 Sinclair et al. Feb 2007 A1
20070033433 Pecone et al. Feb 2007 A1
20070061572 Imai et al. Mar 2007 A1
20070064604 Chen et al. Mar 2007 A1
20070083482 Rathi et al. Apr 2007 A1
20070083722 Per et al. Apr 2007 A1
20070088702 Fridella et al. Apr 2007 A1
20070094452 Fachan Apr 2007 A1
20070106706 Ahrens et al. May 2007 A1
20070109592 Parvathaneni et al. May 2007 A1
20070112723 Alvarez et al. May 2007 A1
20070112955 Clemm et al. May 2007 A1
20070136269 Yamakabe et al. Jun 2007 A1
20070143359 Uppala et al. Jun 2007 A1
20070186066 Desai et al. Aug 2007 A1
20070186127 Desai et al. Aug 2007 A1
20070208537 Savoor et al. Sep 2007 A1
20070208918 Harbin et al. Sep 2007 A1
20070234106 Lecrone et al. Oct 2007 A1
20070245041 Hua et al. Oct 2007 A1
20070255530 Wolff Nov 2007 A1
20070266037 Terry et al. Nov 2007 A1
20070300013 Kitamura Dec 2007 A1
20080019359 Droux et al. Jan 2008 A1
20080065639 Choudhary et al. Mar 2008 A1
20080071939 Tanaka et al. Mar 2008 A1
20080104264 Duerk et al. May 2008 A1
20080126695 Berg May 2008 A1
20080127211 Belsey et al. May 2008 A1
20080155190 Ash et al. Jun 2008 A1
20080162079 Astigarraga et al. Jul 2008 A1
20080162990 Wang et al. Jul 2008 A1
20080165899 Rahman et al. Jul 2008 A1
20080168226 Wang et al. Jul 2008 A1
20080184063 Abdulvahid Jul 2008 A1
20080201535 Hara Aug 2008 A1
20080212938 Sato et al. Sep 2008 A1
20080228691 Shavit et al. Sep 2008 A1
20080244158 Funatsu et al. Oct 2008 A1
20080244354 Wu et al. Oct 2008 A1
20080250270 Bennett Oct 2008 A1
20080270719 Cochran et al. Oct 2008 A1
20090019449 Choi et al. Jan 2009 A1
20090031083 Willis et al. Jan 2009 A1
20090037500 Kirshenbaum Feb 2009 A1
20090037654 Allison et al. Feb 2009 A1
20090043878 Ni Feb 2009 A1
20090083478 Kunimatsu et al. Mar 2009 A1
20090097654 Blake Apr 2009 A1
20090132770 Lin et al. May 2009 A1
20090144497 Withers Jun 2009 A1
20090150537 Fanson Jun 2009 A1
20090157870 Nakadai Jun 2009 A1
20090193206 Ishii et al. Jul 2009 A1
20090204636 Li et al. Aug 2009 A1
20090210611 Mizushima Aug 2009 A1
20090210618 Bates et al. Aug 2009 A1
20090225657 Haggar et al. Sep 2009 A1
20090235022 Bates et al. Sep 2009 A1
20090235110 Kurokawa et al. Sep 2009 A1
20090249001 Narayanan et al. Oct 2009 A1
20090249019 Wu et al. Oct 2009 A1
20090271412 Lacapra et al. Oct 2009 A1
20090276567 Burkey Nov 2009 A1
20090276771 Nickolov et al. Nov 2009 A1
20090285476 Choe et al. Nov 2009 A1
20090299940 Hayes et al. Dec 2009 A1
20090307290 Barsness et al. Dec 2009 A1
20090313451 Inoue et al. Dec 2009 A1
20090313503 Atluri et al. Dec 2009 A1
20090327604 Sato et al. Dec 2009 A1
20100011037 Kazar Jan 2010 A1
20100023726 Aviles Jan 2010 A1
20100030981 Cook Feb 2010 A1
20100031000 Flynn et al. Feb 2010 A1
20100031315 Feng et al. Feb 2010 A1
20100042790 Mondal et al. Feb 2010 A1
20100057792 Ylonen Mar 2010 A1
20100070701 Iyigun et al. Mar 2010 A1
20100077101 Wang et al. Mar 2010 A1
20100077380 Baker et al. Mar 2010 A1
20100082648 Potapov Apr 2010 A1
20100082790 Hussaini et al. Apr 2010 A1
20100122148 Flynn et al. May 2010 A1
20100124196 Bonar et al. May 2010 A1
20100161569 Schreter Jun 2010 A1
20100161574 Davidson et al. Jun 2010 A1
20100161850 Otsuka Jun 2010 A1
20100169415 Leggette et al. Jul 2010 A1
20100174677 Zahavi et al. Jul 2010 A1
20100174714 Asmundsson et al. Jul 2010 A1
20100191713 Lomet et al. Jul 2010 A1
20100199009 Koide Aug 2010 A1
20100199040 Schnapp et al. Aug 2010 A1
20100205353 Miyamoto et al. Aug 2010 A1
20100205390 Arakawa Aug 2010 A1
20100217953 Beaman et al. Aug 2010 A1
20100223385 Gulley et al. Sep 2010 A1
20100228795 Hahn et al. Sep 2010 A1
20100228999 Maheshwari et al. Sep 2010 A1
20100250497 Redlich et al. Sep 2010 A1
20100250712 Ellison et al. Sep 2010 A1
20100262812 Lopez et al. Oct 2010 A1
20100268983 Raghunandan Oct 2010 A1
20100269044 Ivanyi et al. Oct 2010 A1
20100280998 Goebel et al. Nov 2010 A1
20100281080 Rajaram et al. Nov 2010 A1
20100293147 Snow et al. Nov 2010 A1
20100306468 Shionoya Dec 2010 A1
20100309933 Stark et al. Dec 2010 A1
20110004707 Spry et al. Jan 2011 A1
20110022778 Schibilla et al. Jan 2011 A1
20110035548 Kimmel et al. Feb 2011 A1
20110066808 Flynn et al. Mar 2011 A1
20110072008 Mandal et al. Mar 2011 A1
20110078496 Jeddeloh Mar 2011 A1
20110087929 Koshiyama Apr 2011 A1
20110093674 Frame et al. Apr 2011 A1
20110099342 Ozdemir et al. Apr 2011 A1
20110099419 Lucas et al. Apr 2011 A1
20110119412 Orfitelli May 2011 A1
20110119668 Calder et al. May 2011 A1
20110126045 Bennett et al. May 2011 A1
20110153603 Adiba et al. Jun 2011 A1
20110153719 Santoro et al. Jun 2011 A1
20110153972 Laberge Jun 2011 A1
20110154103 Bulusu et al. Jun 2011 A1
20110161293 Vermeulen et al. Jun 2011 A1
20110161725 Allen Jun 2011 A1
20110173401 Usgaonkar et al. Jul 2011 A1
20110191389 Okamoto Aug 2011 A1
20110191522 Condict et al. Aug 2011 A1
20110196842 Timashev et al. Aug 2011 A1
20110202516 Rugg Aug 2011 A1
20110213928 Grube et al. Sep 2011 A1
20110219106 Wright Sep 2011 A1
20110219205 Wright Sep 2011 A1
20110231624 Fukutomi et al. Sep 2011 A1
20110238857 Certain et al. Sep 2011 A1
20110246733 Usgaonkar et al. Oct 2011 A1
20110246821 Eleftheriou et al. Oct 2011 A1
20110283048 Feldman et al. Nov 2011 A1
20110286123 Montgomery et al. Nov 2011 A1
20110289565 Resch et al. Nov 2011 A1
20110296133 Flynn et al. Dec 2011 A1
20110302572 Kuncoro et al. Dec 2011 A1
20110307530 Patterson Dec 2011 A1
20110311051 Resch et al. Dec 2011 A1
20110314346 Vas et al. Dec 2011 A1
20120003940 Hirano et al. Jan 2012 A1
20120011176 Aizman Jan 2012 A1
20120011340 Flynn et al. Jan 2012 A1
20120016840 Lin et al. Jan 2012 A1
20120047115 Subramanya et al. Feb 2012 A1
20120054746 Vaghani et al. Mar 2012 A1
20120063306 Sultan et al. Mar 2012 A1
20120066204 Ball et al. Mar 2012 A1
20120072656 Archak et al. Mar 2012 A1
20120072680 Kimura et al. Mar 2012 A1
20120078856 Linde Mar 2012 A1
20120084506 Colgrove et al. Apr 2012 A1
20120109895 Zwilling et al. May 2012 A1
20120109936 Zhang et al. May 2012 A1
20120124282 Frank et al. May 2012 A1
20120136834 Zhao May 2012 A1
20120143877 Kumar et al. Jun 2012 A1
20120150869 Wang et al. Jun 2012 A1
20120150930 Jin et al. Jun 2012 A1
20120151118 Flynn et al. Jun 2012 A1
20120166715 Frost et al. Jun 2012 A1
20120166749 Eleftheriou et al. Jun 2012 A1
20120185437 Pavlov et al. Jul 2012 A1
20120197844 Wang et al. Aug 2012 A1
20120210095 Nellans et al. Aug 2012 A1
20120226668 Dhamankar et al. Sep 2012 A1
20120226841 Nguyen et al. Sep 2012 A1
20120239869 Chiueh et al. Sep 2012 A1
20120240126 Dice et al. Sep 2012 A1
20120243687 Li et al. Sep 2012 A1
20120246129 Rothschild et al. Sep 2012 A1
20120246392 Cheon Sep 2012 A1
20120271868 Fukatani et al. Oct 2012 A1
20120290629 Beaverson et al. Nov 2012 A1
20120290788 Klemm et al. Nov 2012 A1
20120303876 Benhase et al. Nov 2012 A1
20120310890 Dodd et al. Dec 2012 A1
20120311246 McWilliams et al. Dec 2012 A1
20120311290 White Dec 2012 A1
20120311292 Maniwa et al. Dec 2012 A1
20120311568 Jansen Dec 2012 A1
20120317084 Liu Dec 2012 A1
20120317338 Yi et al. Dec 2012 A1
20120317353 Webman et al. Dec 2012 A1
20120317395 Segev et al. Dec 2012 A1
20120323860 Yasa et al. Dec 2012 A1
20120324150 Moshayedi et al. Dec 2012 A1
20120331471 Ramalingam et al. Dec 2012 A1
20130007097 Sambe et al. Jan 2013 A1
20130007370 Parikh et al. Jan 2013 A1
20130010966 Li et al. Jan 2013 A1
20130013654 Lacapra et al. Jan 2013 A1
20130018722 Libby Jan 2013 A1
20130018854 Condict Jan 2013 A1
20130019057 Stephens et al. Jan 2013 A1
20130024641 Talagala et al. Jan 2013 A1
20130042065 Kasten et al. Feb 2013 A1
20130054927 Raj et al. Feb 2013 A1
20130055358 Short et al. Feb 2013 A1
20130060992 Cho et al. Mar 2013 A1
20130061169 Pearcy et al. Mar 2013 A1
20130073519 Lewis et al. Mar 2013 A1
20130073821 Flynn et al. Mar 2013 A1
20130080679 Bert Mar 2013 A1
20130080720 Nakamura et al. Mar 2013 A1
20130083639 Wharton et al. Apr 2013 A1
20130086006 Colgrove et al. Apr 2013 A1
20130086270 Nishikawa et al. Apr 2013 A1
20130086336 Canepa et al. Apr 2013 A1
20130097341 Oe et al. Apr 2013 A1
20130110783 Wertheimer et al. May 2013 A1
20130110845 Dua May 2013 A1
20130111374 Hamilton et al. May 2013 A1
20130124776 Hallak et al. May 2013 A1
20130138616 Gupta et al. May 2013 A1
20130138862 Motwani et al. May 2013 A1
20130148504 Ungureanu Jun 2013 A1
20130159512 Groves et al. Jun 2013 A1
20130159815 Jung et al. Jun 2013 A1
20130166724 Bairavasundaram et al. Jun 2013 A1
20130166727 Wright et al. Jun 2013 A1
20130166861 Takano et al. Jun 2013 A1
20130173955 Hallak et al. Jul 2013 A1
20130185403 Vachharajani et al. Jul 2013 A1
20130185719 Kar et al. Jul 2013 A1
20130198480 Jones et al. Aug 2013 A1
20130204902 Wang et al. Aug 2013 A1
20130219048 Arvidsson Aug 2013 A1
20130219214 Samanta et al. Aug 2013 A1
20130226877 Nagai et al. Aug 2013 A1
20130227111 Wright et al. Aug 2013 A1
20130227145 Wright et al. Aug 2013 A1
20130227195 Beaverson et al. Aug 2013 A1
20130227201 Talagala et al. Aug 2013 A1
20130227236 Flynn et al. Aug 2013 A1
20130232240 Purusothaman et al. Sep 2013 A1
20130232261 Wright et al. Sep 2013 A1
20130238832 Dronamraju et al. Sep 2013 A1
20130238876 Fiske et al. Sep 2013 A1
20130238932 Resch Sep 2013 A1
20130262404 Daga et al. Oct 2013 A1
20130262412 Hawton et al. Oct 2013 A1
20130262746 Srinivasan Oct 2013 A1
20130262762 Igashira et al. Oct 2013 A1
20130262805 Zheng et al. Oct 2013 A1
20130268497 Baldwin et al. Oct 2013 A1
20130275656 Talagala et al. Oct 2013 A1
20130290249 Merriman et al. Oct 2013 A1
20130290263 Beaverson et al. Oct 2013 A1
20130298170 Elarabawy et al. Nov 2013 A1
20130304998 Palmer et al. Nov 2013 A1
20130305002 Hallak et al. Nov 2013 A1
20130311740 Watanabe et al. Nov 2013 A1
20130325828 Larson et al. Dec 2013 A1
20130326546 Bavishi et al. Dec 2013 A1
20130339629 Alexander et al. Dec 2013 A1
20130346700 Tomlinson et al. Dec 2013 A1
20130346720 Colgrove et al. Dec 2013 A1
20130346810 Kimmel et al. Dec 2013 A1
20140006353 Chen et al. Jan 2014 A1
20140013068 Yamato et al. Jan 2014 A1
20140025986 Kalyanaraman et al. Jan 2014 A1
20140052764 Michael et al. Feb 2014 A1
20140059309 Brown et al. Feb 2014 A1
20140068184 Edwards et al. Mar 2014 A1
20140081906 Geddam et al. Mar 2014 A1
20140081918 Srivas et al. Mar 2014 A1
20140082255 Powell Mar 2014 A1
20140082273 Segev Mar 2014 A1
20140089264 Talagala et al. Mar 2014 A1
20140089683 Miller et al. Mar 2014 A1
20140095758 Smith et al. Apr 2014 A1
20140095803 Kim et al. Apr 2014 A1
20140101115 Ko et al. Apr 2014 A1
20140101298 Shukla et al. Apr 2014 A1
20140108350 Marsden Apr 2014 A1
20140108797 Johnson et al. Apr 2014 A1
20140108863 Nowoczynski et al. Apr 2014 A1
20140129830 Raudaschl May 2014 A1
20140143207 Brewer et al. May 2014 A1
20140143213 Tal et al. May 2014 A1
20140149355 Gupta et al. May 2014 A1
20140149647 Guo et al. May 2014 A1
20140164715 Weiner et al. Jun 2014 A1
20140172811 Green Jun 2014 A1
20140181370 Cohen et al. Jun 2014 A1
20140185615 Ayoub et al. Jul 2014 A1
20140195199 Uluyol Jul 2014 A1
20140195480 Talagala et al. Jul 2014 A1
20140195492 Wilding et al. Jul 2014 A1
20140195564 Talagala et al. Jul 2014 A1
20140208003 Cohen et al. Jul 2014 A1
20140215129 Kuzmin et al. Jul 2014 A1
20140215147 Pan Jul 2014 A1
20140215170 Scarping et al. Jul 2014 A1
20140215262 Li et al. Jul 2014 A1
20140223029 Bhaskar et al. Aug 2014 A1
20140223089 Kang et al. Aug 2014 A1
20140244962 Arges et al. Aug 2014 A1
20140250440 Carter et al. Sep 2014 A1
20140258681 Prasky et al. Sep 2014 A1
20140259000 Desanti et al. Sep 2014 A1
20140279917 Minh et al. Sep 2014 A1
20140279931 Gupta et al. Sep 2014 A1
20140281017 Apte Sep 2014 A1
20140281055 Davda et al. Sep 2014 A1
20140281123 Weber Sep 2014 A1
20140281131 Joshi et al. Sep 2014 A1
20140283118 Anderson et al. Sep 2014 A1
20140289476 Nayak Sep 2014 A1
20140297980 Yamazaki Oct 2014 A1
20140304548 Steffan et al. Oct 2014 A1
20140310231 Sampathkumaran et al. Oct 2014 A1
20140310373 Aviles et al. Oct 2014 A1
20140317093 Sun et al. Oct 2014 A1
20140325117 Canepa et al. Oct 2014 A1
20140325147 Nayak Oct 2014 A1
20140344216 Abercrombie et al. Nov 2014 A1
20140344222 Morris et al. Nov 2014 A1
20140344539 Gordon et al. Nov 2014 A1
20140372384 Long et al. Dec 2014 A1
20140379965 Gole et al. Dec 2014 A1
20140379990 Pan et al. Dec 2014 A1
20140379991 Lomet et al. Dec 2014 A1
20140380092 Kim et al. Dec 2014 A1
20150019792 Swanson et al. Jan 2015 A1
20150032928 Andrews et al. Jan 2015 A1
20150039716 Przykucki, Jr. et al. Feb 2015 A1
20150039745 Degioanni et al. Feb 2015 A1
20150039852 Sen et al. Feb 2015 A1
20150040052 Noel et al. Feb 2015 A1
20150052315 Ghai et al. Feb 2015 A1
20150058577 Earl Feb 2015 A1
20150066852 Beard et al. Mar 2015 A1
20150085665 Kompella et al. Mar 2015 A1
20150085695 Ryckbosch et al. Mar 2015 A1
20150089138 Tao et al. Mar 2015 A1
20150089285 Lim et al. Mar 2015 A1
20150095555 Asnaashari et al. Apr 2015 A1
20150106556 Yu et al. Apr 2015 A1
20150112939 Cantwell et al. Apr 2015 A1
20150120754 Chase et al. Apr 2015 A1
20150121021 Nakamura et al. Apr 2015 A1
20150127922 Camp et al. May 2015 A1
20150134926 Yang et al. May 2015 A1
20150169414 Lalsangi et al. Jun 2015 A1
20150172111 Lalsangi et al. Jun 2015 A1
20150186270 Peng et al. Jul 2015 A1
20150193338 Sundaram et al. Jul 2015 A1
20150199415 Bourbonnais et al. Jul 2015 A1
20150213032 Powell et al. Jul 2015 A1
20150220402 Cantwell et al. Aug 2015 A1
20150234709 Koarashi Aug 2015 A1
20150236926 Wright et al. Aug 2015 A1
20150242478 Cantwell et al. Aug 2015 A1
20150244795 Cantwell et al. Aug 2015 A1
20150253992 Ishiguro et al. Sep 2015 A1
20150254013 Chun Sep 2015 A1
20150261446 Lee Sep 2015 A1
20150261792 Attarde et al. Sep 2015 A1
20150269201 Caso et al. Sep 2015 A1
20150286438 Simionescu et al. Oct 2015 A1
20150288671 Chan et al. Oct 2015 A1
20150293817 Subramanian et al. Oct 2015 A1
20150301964 Brinicombe et al. Oct 2015 A1
20150324236 Gopalan et al. Nov 2015 A1
20150324264 Chinnakkonda et al. Nov 2015 A1
20150339194 Kalos et al. Nov 2015 A1
20150355985 Holtz et al. Dec 2015 A1
20150363328 Candelaria Dec 2015 A1
20150370715 Samanta et al. Dec 2015 A1
20150378613 Koseki Dec 2015 A1
20160004733 Cao et al. Jan 2016 A1
20160011984 Speer et al. Jan 2016 A1
20160026552 Holden et al. Jan 2016 A1
20160034358 Hayasaka et al. Feb 2016 A1
20160034550 Ostler Feb 2016 A1
20160048342 Jia et al. Feb 2016 A1
20160070480 Babu et al. Mar 2016 A1
20160070490 Koarashi et al. Mar 2016 A1
20160070618 Pundir et al. Mar 2016 A1
20160070644 D'Sa et al. Mar 2016 A1
20160070714 D'Sa et al. Mar 2016 A1
20160077744 Pundir et al. Mar 2016 A1
20160092125 Cowling et al. Mar 2016 A1
20160099844 Colgrove et al. Apr 2016 A1
20160139838 D'Sa et al. May 2016 A1
20160139849 Chaw et al. May 2016 A1
20160149763 Ingram et al. May 2016 A1
20160149766 Borowiec et al. May 2016 A1
20160154834 Friedman et al. Jun 2016 A1
20160179410 Haas et al. Jun 2016 A1
20160188370 Razin et al. Jun 2016 A1
20160188430 Nitta et al. Jun 2016 A1
20160203043 Nazari et al. Jul 2016 A1
20160283139 Brooker et al. Sep 2016 A1
20160350192 Doherty et al. Dec 2016 A1
20160371021 Goldberg et al. Dec 2016 A1
20170003892 Sekido et al. Jan 2017 A1
20170017413 Aston et al. Jan 2017 A1
20170031769 Zheng et al. Feb 2017 A1
20170031774 Bolen et al. Feb 2017 A1
20170046257 Babu et al. Feb 2017 A1
20170068599 Chiu et al. Mar 2017 A1
20170083535 Marchukov et al. Mar 2017 A1
20170097873 Krishnamachari et al. Apr 2017 A1
20170109298 Kurita et al. Apr 2017 A1
20170123726 Sinclair et al. May 2017 A1
20170212690 Babu et al. Jul 2017 A1
20170220777 Wang et al. Aug 2017 A1
20170300248 Purohit et al. Oct 2017 A1
20170351543 Kimura Dec 2017 A1
20180287951 Waskiewicz, Jr. et al. Oct 2018 A1
Foreign Referenced Citations (7)
Number Date Country
0726521 Aug 1996 EP
1970821 Sep 2008 EP
2693358 Feb 2014 EP
2735978 May 2014 EP
2006050455 May 2006 WO
2012132943 Oct 2012 WO
2013101947 Jul 2013 WO
Non-Patent Literature Citations (89)
Entry
Extended European Search Report for Application No. 20201330.6 dated Dec. 8, 2020, 7 pages.
Extended European Search Report for Application No. 20205866.5 dated Dec. 8, 2020, 7 pages.
Agrawal, et al., “Design Tradeoffs for SSD Performance,” USENIX Annual Technical Conference, 2008, 14 Pages.
Amit et al., “Strategies for Mitigating the IOTLB Bottleneck,” Technion—Israel Institute of Technology, IBM Research Haifa, WIOSCA 2010—Sixth Annual Workshop on the Interaction between Operating Systems and Computer Architecture, 2010, 12 pages.
Arpaci-Dusseau R., et al., “Log-Structured File Systems,” Operating Systems: Three Easy Pieces published by Arpaci-Dusseau Books, May 25, 2014, 15 pages.
Balakrishnan M., et al., “CORFU: A Shared Log Design for Flash Clusters,” Microsoft Research Silicon Vally, University of California, San Diego, Apr. 2012, https://www.usenix.org/conference/nsdi12/technical-sessions/presentation/balakrishnan, 14 pages.
Ben-Yehuda et al., “The Price of Safety: Evaluating IOMMU Performance,” Proceedings of the Linux Symposium, vol. 1, Jun. 27-30, 2007, pp. 9-20.
Bitton D. et al., “Duplicate Record Elimination in Large Data Files,” Oct. 26, 1999, 11 pages.
Bogaerdt, “cdeftutorial,” http://oss.oetiker.ch/rrdtool/tut/cdeftutorial.en.html Date obtained from the internet, Sep. 9, 2014, 14 pages.
Bogaerdt, “Rates, Normalizing and Consolidating,” http://www.vandenbogaerdl.nl/rrdtool/process.php Date obtained from the internet: Sep. 9, 2014, 5 pages.
Bogaerdt, “rrdtutorial,” http://oss.oetiker.ch/rrdtool/lul/rrdtutorial.en.html Date obtained from the internet, Sep. 9, 2014, 21 pages.
Chris K., et al., “How many primes are there?” Nov. 2001. https://web.archive.org/web/20011120073053/http://primes.utm edu/howmany.shtml.
Cornwellm., “Anatomy of a Solid-state Drive,” ACM Queue-Networks, Oct. 2012, vol. 10 (10), pp. 1-7.
Culik K., et al., “Dense Multiway Trees,” ACM Transactions on Database Systems, Sep. 1981, vol. 6 (3), pp. 486-512.
Debnath B., et al., “FlashStore: High Throughput Persistent Key-Value Store,” Proceedings of the VLDB Endowment VLDB Endowment, Sep. 2010, vol. 3 (1-2), pp. 1414-1425.
Debnath, et al., “ChunkStash: Speeding up In line Storage Deduplication using Flash Memory,” USENIX, USENDXATC '10, Jun. 2010, 15 pages.
Dictionary definition for references, retrieved from: http://www.dictionary.com/browse/reference?s=t on Dec. 23, 2017.
Enclopedia entry for pointers vs. references, retrieved from: https://www.geeksforgeeks.org/pointers-vs-references-cpp/ on Dec. 23, 2017.
Extended European Search Report dated Apr. 9, 2018 for EP Application No. 15855480.8 filed Oct. 22, 2015, 7 pages.
Fan, et al., “MemC3: Compact and Concurrent MemCache with Dumber Caching and Smarter Hashing,” USENIX NSDI '13, Apr. 2013, pp. 371-384.
Gal E., et al., “Algorithms and Data Structures for Flash Memories,” ACM Computing Surveys (CSUR) Archive, Publisher ACM, New York City, NY, USA, Jun. 2005, vol. 37 (2), pp. 138-163.
Gray J., et al., “Flash Disk Opportunity for Server Applications,” Queue—Enterprise Flash Storage, Jul.-Aug. 2008, vol. 6 (4), pp. 18-23.
Gulati et al., “BASIL: Automated IO Load Balancing Across Storage Devices,” Proceedings of the 8th USENIX Conference on File and Storage Technologies, FAST'10, Berkeley, CA, USA, 2010, 14 pages.
Handy J., “SSSI Tech Notes: How Controllers Maximize SSD Life,” SNIA, Jan. 2013, pp. 1-20.
Hwang K., et al., “RAID-x: A New Distributed Disk Array for I/O-centric Cluster Computing,” IEEE High-Performance Distributed Computing, Aug. 2000, pp. 279-286.
IBM Technical Disclosure Bulletin, “Optical Disk Axial Runout Test”, vol. 36, No. 10, NN9310227, Oct. 1, 1993, 3 pages.
Intel, Product Specification—Intel® Solid-State Drive DC S3700, Jun. 2013, 32 pages.
International Search Report and Written Opinion for Application No. PCT/EP2014/071446 dated Apr. 1, 2015, 14 pages.
International Search Report and Written Opinion for Application No. PCT/US2012/071844 dated Mar. 1, 2013, 12 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/035284 dated Apr. 1, 2015, 8 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/055138 dated Dec. 12, 2014, 13 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/058728 dated Dec. 16, 2014, 11 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/060031 dated Jan. 26, 2015, 9 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/071446 dated Apr. 1, 2015, 13 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/071465 dated Mar. 25, 2015, 12 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/071484 dated Mar. 25, 2015, 9 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/071581 dated Apr. 10, 2015, 9 pages.
International Search Report and Written Opinion for Application No. PCT/US2014/071635 dated Mar. 31, 2015, 13 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/016625 dated Sep. 17, 2015, 8 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/021285 dated Jun. 23, 2015, 8 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/024067 dated Jul. 8, 2015, 7 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/048800 dated Nov. 25, 2015, 11 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/048810 dated Dec. 23, 2015, 11 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/048833 dated Nov. 25, 2015, 11 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/056932 dated Jan. 21, 2016, 11 pages.
International Search Report and Written Opinion for Application No. PCT/US2015/057532 dated Feb. 9, 2016, 12 pages.
International Search Report and Written Opinion for Application No. PCT/US2016/059943 dated May 15, 2017, 14 pages.
International Search Report and Written Opinion for Application No. PCT/US2018/025951, dated Jul. 18, 2018, 16 pages.
Jones, M. Tim, “Next-generation Linux file systems: NiLFS(2) and eofs,” IBM, 2009.
Jude Nelson “Syndicate: Building a Virtual Cloud Storage Service Through Service Composition” Princeton University, 2013, pp. 1-14.
Kagel A.S, “two-way merge sort,” Dictionary of Algorithms and Data Structures [online], retrieved on Jan. 28, 2015, Retrieved from the Internet: URL: http://xlinux.nist.gov/dads/HTMUIwowaymrgsrl.html, May 2005, 1 page.
Konishi, R., Sato, K., andY. Amagai, “Filesystem Support for Continuous Snapshotting,” Ottawa Linux Symposium, 2007.
Lamport L., “The Part-Time Parliament,” ACM Transactions on Computer Systems, May 1998, vol. 16 (2), pp. 133-169.
Leventhal A.H., “A File System All its Own,” Communications of the ACM Queue, May 2013, vol. 56 (5), pp. 64-67.
Lim H., et al., “Silt: A Memory-Efficient, High-Performance Key-Value Store,” Proceedings of the 23rd ACM Symposium on Operating Systems Principles (SOSP'11), Oct. 23-26, 2011, pp. 1-13.
Metreveli et al. “CPHash: A Cache-Partitioned Hash Table.” Nov. 2011. https://people.csail.mit.edu/nickolai/papers/metrevelicphash- tr.pdf.
Moshayedi M., et al., “Enterprise SSDs,” ACM Queue—Enterprise Flash Storage, Jul.-Aug. 2008, vol. 6 (4), pp. 32-39.
Odlevak, “Simple Kexec Example”, https://www.linux.com/blog/simple-kexec-example, accessed on Feb. 5, 2019 (Year 2011), 4 pages.
Detiker, “rrdfetch,” http ://oss.oetiker.ch/rrdtool/doc/rrdfetch .en. html, Date obtained from the internet: Sep. 9, 2014, 5 pages.
Detiker, “rrdtool,” http /loss. oetiker.ch/rrdtool/doc/rrdtooLen. html Date obtained from the internet: Sep. 9, 2014, 5 pages.
O'Neil P., at al., “The Log-structured Merge-tree (lsm-tree),” Acta Informatica, 33, 1996, pp. 351-385.
Ongaro D., et al., “In Search of an Understandable Consensus Algorithm,” Stanford University, URL: https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf, May 2013, 14 pages.
Ongaro, et al., “In search of an understandable consensus algorithm (extended version),” 2014, 18 pages.
Pagh R., et al., “Cuckoo Hashing,” Elsevier Science, Dec. 8, 2003, pp. 1-27.
Pagh R., et al., “Cuckoo Hashing for Undergraduates,” IT University of Copenhagen, Mar. 27, 2006, pp. 1-6.
“Pivot Root”, Die.net, retrieved from https://linux.die.net/pivot_rooton Nov. 12, 2012 (Year: 2012).
Rosenblum M., et al., “The Design and Implementation of a Log-Structured File System,” In Proceedings of ACM Transactions on Computer Systems, vol. 10(1),Feb. 1992, pp. 26-52.
Rosenblum M., et al., “The Design and Implementation of a Log-Structured File System,” (SUN00006867-SUN00006881), Jul. 1991, 15 pages.
Rosenblum M., et al., “The Design and Implementation of a Log-Structured File System,”Proceedings of the 13th ACM Symposium on Operating Systems Principles, (SUN00007382-SUN00007396), Jul. 1991, 15 pages.
Rosenblum M., et al., “The LFS Storage Manager,” USENIX Technical Conference, Anaheim, CA, (Sun 00007397-SUN00007412), Jun. 1990, 16 pages.
Rosenblum M., et al., “The LFS Storage Manager,” USENIX Technical Conference, Computer Science Division, lectrical Engin, and Computer Sciences, Anaheim, CA, presented at Summer '90 USENIX Technical Conference, (SUN00006851-SUN00006866), Jun. 1990, 16 pages.
Rosenblum M., “The Design and Implementation of a Log-Structured File System,” UC Berkeley, 1992, pp. 1-101.
Sears., et al., “Blsm: A General Purpose Log Structured Merge Tree,” Proceedings of the 2012 ACM SIGMOD International Conference on Management, 2012, 12 pages.
Seltzer M., et al., “An Implementation of a Log Structured File System for UNIX,” Winter USENIX, San Diego, CA, Jan. 25-29, 1993, pp. 1-18.
Seltzer M.I., et al., “File System Performance and Transaction Support,” University of California at Berkeley Dissertation, 1992, 131 pages.
Smith K., “Garbage Collection,” Sand Force, Flash Memory Summit, Santa Clara, CA, Aug. 2011, pp. 1-9.
Stoica et al. “Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications.” Aug. 2001. ACM. SIGCOMM 01.
Supplementary European Search Report for Application No. EP12863372 dated Jul. 16, 2015, 7 pages.
Texas Instruments, User Guide, TMS320C674x/OMAP-L1 x Processor Serial ATA (SATA) Controller, Mar. 2011, 76 Pages.
Twigg A., et al., “Stratified B-trees and Versioned Dictionaries,” Proceedings of the 3rd US EN IX Conference on Hot Topics in Storage and File Systems, 2011, vol. 11, pp. 1-5.
Waskiewicz, PJ, “Scaling With Multiple Network Namespaces in a Single Application”, Netdev 1.2—The Technical Conferenceon Linux Networking, retrieved from internet: URL; https://netdevconf.orq/1.2/papers/pj-netdev-1.2pdf Dec. 12, 2016, 5 pages.
Wei, Y. and D. Shin, “NAND Flash Storage Device Performance in Linux File System,” 6th International Conference on Computer Sciences and Convergence Information Technology (ICCIT), 2011.
Wikipedia, “Cuckoo hashing,” http://en.wikipedia.org/wiki/Cuckoo_hash, Apr. 2013, pp. 1-5.
Wilkes J., et al., “The Hp Auto Raid Hierarchical Storage System,” Operating System Review, ACM, New York, NY, Dec. 1, 1995, vol. 29 (5), pp. 96-108.
Wu P-L., et al., “A File-System-Aware FTL Design for Flash-Memory Storage Systems,” IEEE, Design, Automation & Test in Europe Conference & Exhibition, 2009, pp. 1-6.
Yossef, “BuildingMurphy-compatible embedded Linux Systems”, Proceedings of the Linux Symposium,Ottawa, Ontario Canada, Jul. 20-23, 2005 (Year: 2005).
Alvarez, Carlos, “NetApp Deduplication for FAS and V-Series Deployment and Implementation Guide,” Technical REport, TR-3505 Version 8, Feb. 2011.
Proceedings of the FAST 2002 Conference on File Storage Technologies, Monterey, California, USA, Jan. 28-30, 2002.
U.S. Appl. No. 13/041,095, David Wright, filed Mar. 4, 2011, 34 pages.
Related Publications (1)
Number Date Country
20200341651 A1 Oct 2020 US
Provisional Applications (1)
Number Date Country
61310863 Mar 2010 US
Continuations (5)
Number Date Country
Parent 16021421 Jun 2018 US
Child 16929017 US
Parent 15358601 Nov 2016 US
Child 16021421 US
Parent 14684956 Apr 2015 US
Child 15358601 US
Parent 14454197 Aug 2014 US
Child 14684956 US
Parent 13041122 Mar 2011 US
Child 14454197 US