A distributed storage system may include a plurality of storage devices (e.g., storage arrays) to provide data storage to a plurality of nodes. The plurality of storage devices and the plurality of nodes may be situated in the same physical location, or in one or more physically remote locations. The plurality of nodes may be coupled to the storage devices by a high-speed interconnect, such as a switch fabric.
A method for data defragmentation is disclosed, including: selecting a file that is stored in a content-addressable storage system, the file including a plurality of blocks, and the storage system including a plurality of deduplication chunks; arranging the plurality of blocks in block groups, each block group including a set of consecutive blocks having a combined size that matches a deduplication chunk size of the storage system; aligning each block group with a different one of the plurality of deduplication chunks of the storage system, such that the blocks in each block group are stored in the storage system in an order that is based on the order in which the blocks are positioned within the file.
A method for data defragmentation is disclosed, including: selecting a file that is stored in a content-addressable storage system, the file including a plurality of blocks, and the storage system including a plurality of deduplication chunks; arranging the plurality of blocks in block groups, each block group including a set of consecutive blocks having a combined size that matches a deduplication chunk size of the storage system; aligning each block group with a different one of the plurality of deduplication chunks of the storage system, such that the blocks in each block group are stored in the storage system in an order that is based on the order in which the blocks are positioned within the file.
A method for data defragmentation is disclosed, including: selecting a file that is stored in a content-addressable storage system, the file including a plurality of blocks, and the storage system including a plurality of deduplication chunks; arranging the plurality of blocks in block groups, each block group including a set of consecutive blocks having a combined size that matches a deduplication chunk size of the storage system; aligning each block group with a different one of the plurality of deduplication chunks of the storage system, such that the blocks in each block group are stored in the storage system in an order that is based on the order in which the blocks are positioned within the file.
Other aspects, features, and advantages of the claimed invention will become more fully apparent from the following detailed description, the appended claims, and the accompanying drawings in which like reference numerals identify similar or identical elements. Reference numerals that are introduced in the specification in association with a drawing figure may be repeated in one or more subsequent figures without additional description in the specification in order to provide context for other features.
When a file (e.g., file 200, shown in
In some implementations, the metadata may include: (i) an address-to-hash mapping, and (ii) a hash-to-physical-location mapping. The address-to-hash mapping may map a given offset (e.g., a logical block address) where the first data item is requested to be stored to the hash digest of the first data item. The hash-to-physical-location mapping may map the hash digest of the first data item to the physical location where a copy of the data item is already stored. After they are generated, the address-to-hash mapping and the hash-to-physical-address mapping may be used to retrieve the already-stored copy of the data item, in a well-known fashion, when a read request is received at the storage system for the given offset.
As noted above, the storage system 110 is a content-addressable storage system, which is to be distinguished from location-addressable storage systems. According to aspects of the disclosure, a content-addressable storage system may include any suitable type of storage system that performs deduplication and uses content-based addressing to store data. By contrast, a location-addressable storage system may include any suitable type of storage system that uses location-based addressing to store data. When content-based addressing is used to store data, the physical location on the physical medium where the data is stored is selected, at least in part, based on the content of the data. As discussed above, content-based addressing may include generating a hash digest for data and subsequently using the hash-digest to store and retrieve the data from one or more storage devices that are part of a storage system. On the other hand, when location-based addressing is used, the physical location where the data is stored is selected based on a provided offset, rather than on the data's contents. Further information about methods for performing content-based addressing and location-based addressing can be found in U.S. patent application Ser. No. 16/261,174 titled “SUB-LUN NON-DEDUPLICATED TIER IN A CAS STORAGE TO REDUCE MAPPING INFORMATION AND IMPROVE MEMORY EFFICIENCY,” which is herein incorporated by reference.
According to the present example, the file blocks 210 are each 4 KB in size, and each of the file blocks constitutes a different portion of the file 200. Specifically, the file block 210A may include the first 4 KB of the file 200, the file block 210B may include the second 4 KB of the file 200, the file block 210C may include the third 4 KB of the file 200, the file block 210D may include the fourth 4 KB of the file 200, the file block 210E may include the fifth 4 KB of the file 200, the file block 210F may include the sixth 4 KB of the file 200, the file block 210G may include the sixth 4 KB of the file 200 and the file block 210H may include the eight block 4 KB of the file 200. As illustrated, the blocks 210 are positioned in a specific order within the file 200. Specifically, the file block 210A is positioned first in the file, the file block 210B is positioned second within the file 200, the file block 210C is positioned third within the file 200, the file block 210D is positioned fourth within the file, the file block 210E is positioned fifth within the file 200, the file block 210F is positioned sixth within the file 200, the file block 210G is positioned seventh within the file 200, and the file block 210H is positioned eight within the file 200.
The order in which the file blocks 210 are stored on the storage array 112 may affect how well is the file 200 deduplicated by the storage system 110. In this regard,
According to the example of
Aligning group 402A with chunk 118B may include writing each of the blocks 210 in group 402A to a different one of the offsets (e.g., logical block addresses) that are associated with the chunk 1188B, such that the blocks 210 are written to the chunk 118B in the order in which they occur within the file 200. In accordance with this arrangement: the first block in the group 402A (i.e., the block in the group 402A that is located the closest to the beginning of the file 200 among all blocks in the group 402A) is written to the first offset in the set of offsets that are associated with the chunk 118B (i.e., the smallest offset among all offsets that are associated with the chunk 118B); the second block 210 in the group 402A is written to the second smallest offset in the chunk 118B; the third block 210 in the group 402A is written to the third smallest offset in the chunk 118B; and the last block in the group 402A (i.e., the block in the group 402A that is located the furthest away to the beginning of the file 200 among all blocks in the group 402A) is written to the last offset in the set of offsets that are associated with the chunk 118B (i.e., the largest offset among all offsets that are associated with the chunk 118B).
Aligning group 402B with chunk 118A may include writing each of the blocks 210 in group 402B to a different one of the offsets (e.g., logical block addresses) that are associated with the chunk 118A, such that the blocks 210 are written to the chunk 118A in the order in which they occur within the file 200. In accordance with this arrangement: the first block in the group 402B (i.e., the block in the group 402B that is located the closest to the beginning of the file 200 among all blocks in the group 402B) is written to the first offset in the set of offsets that are associated with the chunk 118A (i.e., the smallest offset among all offsets that are associated with the chunk 118A); the second block 210 in the group 402B is written to the second smallest offset in the chunk 118A; the third block 210 in the group 402B is written to the third smallest offset in the chunk 118A; and the last block in the group 402B (i.e., the block in the group 402B that is located the furthest away to the beginning of the file 200 among all blocks in the group 402B) is written to the last offset in the set of offsets that are associated with the chunk 118A (i.e., the largest offset among all offsets that are associated with the chunk 118A).
At stage 430, file copy 200B is retrieved from the storage array 112 and a plurality file blocks 210 that make up the file copy 200B is identified. At stage 440, the file blocks 210 of the file copy 200B are arranged in groups 402C and 402D. As illustrated, the file blocks 210 in each of the groups 402C and 402D are arranged in the order in which the file blocks 210 occur in the file 200, and the combined size of the file blocks in each of the groups 402C and 402D is equal to the size of the chunks 118C and 118D. After file block 210 are arranged in the groups 402C and 402D, group 402C is aligned with chunk 118C, and group 402D is aligned with chunk 118D.
The alignment of groups 402C and 402D may be performed in the same manner as discussed with respect to groups 402A and 402C. However, when each of groups 402C and 402D is written to the storage system 110, the contents of each of the groups 402C and 402D will be deduplicated. Specifically, because group 402C is identical to group 402A, chunk 118C will be deduplicated when its content is written to the storage array 112. As a result of the deduplication, instead of storing a second copy of the contents of groups 402A/C, the storage system 110 may only generate metadata that maps the offsets (e.g., logical block addresses) associated with chunk 118C to the physical location where the contents of chunk 118B was stored at stage 420. Furthermore, because group 402D is identical to group 402B, chunk 118D will be deduplicated when its content is written to the storage array 112. As a result of the deduplication, instead of storing a second copy of the contents of groups 402B/D, the storage system 110 may only generate metadata that maps the offsets (e.g., logical block addresses) associated with chunk 118D to the physical location where the contents of chunk 118A was stored at stage 420.
In some respects,
In some respects,
According to aspects of the disclosure, the host system executing the process 500 may identify the type of the storage system by retrieving, from a memory, a file that identifies the manufacturer of the storage system and/or other information associated with the storage system that is indicative of the storage system's type. Additionally or alternatively, in some implementations, the host system may determine the type of the storage system by executing a handshake with the storage system, which involves the host system transmitting to the storage system a request asking the storage system to identify its type and receiving at the host system a response from the storage system that includes an indication of the type of the storage system.
At step 702, a volume in a content-addressable storage system is identified. At step 704, a file system associated with the volume is identified. At step 706, a file system block size of the file system is identified. At step 708, a deduplication chunk size of the storage system is identified. The deduplication chunk size of the storage system may be the size of all (or at least some) of the deduplication chunks that are part of the storage system. At step 710, a group size is determined based on the file system block size and the deduplication chunk size of the storage system. According to the present example, the group size is determined by dividing the deduplication chunk size by the file system block size. At step 712, one of the files in the file system is selected. In some implementations, the selected file may be one whose size is greater than or equal to the deduplication chunk size of the storage system. In some implementations, the file may be the same or similar to the file copy 200A, which is discussed above with respect to
According to the present example, the combined size of the file blocks in a group matches the deduplication chunk size of the storage system when the combined size is equal to the deduplication chunk size. However, alternative implementations are possible in which the combined size matches the deduplication chunk size when the combined size and the deduplication chunk size are within a predetermined distance from one another.
According to the present example, aligning a group of file blocks with a deduplication chunk may include writing each of the file blocks to a different offset (e.g., logical block address) that is associated with the deduplication chunk, such that the file blocks in the group are written in a standardized order that is based on the order in which the file blocks occur within the file. As discussed above with respect to
According to the present example, each of the groups determined at step 716 includes a set of consecutive file blocks. However alternative implementations are possible in which any of the groups determined at step 716 may include non-consecutive blocks, as long as the blocks are selected for inclusion in the group based on the order in which the blocks occur in the file. As can be readily appreciated, the process 700 may operate to remove duplicative copies of the same file, for as long as the files' blocks are grouped in a predictable manner that results in the same data chunks being generated for each copy of the file.
In some implementations, aligning a group of file blocks with a deduplication chunk may include moving one or more of the file blocks from one physical location in the storage system to another physical location in the storage system. Additionally or alternatively, in some implementations, aligning a group of file blocks with a deduplication chunk may include modifying a file map associated with the file, as discussed above with respect to
Reference herein to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the claimed subject matter. The appearances of the phrase “in one embodiment” in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments necessarily mutually exclusive of other embodiments. The same applies to the term “implementation.” Although in the example of
As used in this application, the word “exemplary” is used herein to mean serving as an example, instance, or illustration. Any aspect or design described herein as “exemplary” is not necessarily to be construed as preferred or advantageous over other aspects or designs. Rather, use of the word exemplary is intended to present concepts in a concrete fashion.
Additionally, the term “or” is intended to mean an inclusive “or” rather than an exclusive “or”. That is, unless specified otherwise, or clear from context, “X employs A or B” is intended to mean any of the natural inclusive permutations. That is, if X employs A; X employs B; or X employs both A and B, then “X employs A or B” is satisfied under any of the foregoing instances. In addition, the articles “a” and “an” as used in this application and the appended claims should generally be construed to mean “one or more” unless specified otherwise or clear from context to be directed to a singular form.
To the extent directional terms are used in the specification and claims (e.g., upper, lower, parallel, perpendicular, etc.), these terms are merely intended to assist in describing and claiming the invention and are not intended to limit the claims in any way. Such terms, do not require exactness (e.g., exact perpendicularity or exact parallelism, etc.), but instead it is intended that normal tolerances and ranges apply. Similarly, unless explicitly stated otherwise, each numerical value and range should be interpreted as being approximate as if the word “about”, “substantially” or “approximately” preceded the value of the value or range.
Moreover, the terms “system,” “component,” “module,” “interface,”, “model” or the like are generally intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution. For example, a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a controller and the controller can be a component. One or more components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
Although the subject matter described herein may be described in the context of illustrative implementations to process one or more computing application features/operations for a computing application having user-interactive components the subject matter is not limited to these particular embodiments. Rather, the techniques described herein can be applied to any suitable type of user-interactive component execution management methods, systems, platforms, and/or apparatus.
While the exemplary embodiments have been described with respect to processes of circuits, including possible implementation as a single integrated circuit, a multi-chip module, a single card, or a multi-card circuit pack, the described embodiments are not so limited. As would be apparent to one skilled in the art, various functions of circuit elements may also be implemented as processing blocks in a software program. Such software may be employed in, for example, a digital signal processor, micro-controller, or general-purpose computer.
Some embodiments might be implemented in the form of methods and apparatuses for practicing those methods. Described embodiments might also be implemented in the form of program code embodied in tangible media, such as magnetic recording media, optical recording media, solid state memory, floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the claimed invention. Described embodiments might also be implemented in the form of program code, for example, whether stored in a storage medium, loaded into and/or executed by a machine, or transmitted over some transmission medium or carrier, such as over electrical wiring or cabling, through fiber optics, or via electromagnetic radiation, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for practicing the claimed invention. When implemented on a general-purpose processor, the program code segments combine with the processor to provide a unique device that operates analogously to specific logic circuits. Described embodiments might also be implemented in the form of a bitstream or other sequence of signal values electrically or optically transmitted through a medium, stored magnetic-field variations in a magnetic recording medium, etc., generated using a method and/or an apparatus of the claimed invention.
It should be understood that the steps of the exemplary methods set forth herein are not necessarily required to be performed in the order described, and the order of the steps of such methods should be understood to be merely exemplary. Likewise, additional steps may be included in such methods, and certain steps may be omitted or combined, in methods consistent with various embodiments.
Also, for purposes of this description, the terms “couple,” “coupling,” “coupled,” “connect,” “connecting,” or “connected” refer to any manner known in the art or later developed in which energy is allowed to be transferred between two or more elements, and the interposition of one or more additional elements is contemplated, although not required. Conversely, the terms “directly coupled,” “directly connected,” etc., imply the absence of such additional elements.
As used herein in reference to an element and a standard, the term “compatible” means that the element communicates with other elements in a manner wholly or partially specified by the standard, and would be recognized by other elements as sufficiently capable of communicating with the other elements in the manner specified by the standard. The compatible element does not need to operate internally in a manner specified by the standard.
It will be further understood that various changes in the details, materials, and arrangements of the parts which have been described and illustrated in order to explain the nature of the claimed invention might be made by those skilled in the art without departing from the scope of the following claims.
Number | Name | Date | Kind |
---|---|---|---|
7203741 | Marco et al. | Apr 2007 | B2 |
7567188 | Anglin et al. | Jul 2009 | B1 |
7719443 | Natanzon | May 2010 | B1 |
7840536 | Ahal et al. | Nov 2010 | B1 |
7840662 | Natanzon | Nov 2010 | B1 |
7844856 | Ahal et al. | Nov 2010 | B1 |
7860836 | Natanzon et al. | Dec 2010 | B1 |
7882286 | Natanzon et al. | Feb 2011 | B1 |
7934262 | Natanzon et al. | Apr 2011 | B1 |
7958372 | Natanzon | Jun 2011 | B1 |
8037162 | Marco et al. | Oct 2011 | B2 |
8041940 | Natanzon et al. | Oct 2011 | B1 |
8060713 | Natanzon | Nov 2011 | B1 |
8060714 | Natanzon | Nov 2011 | B1 |
8103937 | Natanzon et al. | Jan 2012 | B1 |
8108634 | Natanzon et al. | Jan 2012 | B1 |
8214612 | Natanzon | Jul 2012 | B1 |
8250149 | Marco et al. | Aug 2012 | B2 |
8271441 | Natanzon et al. | Sep 2012 | B1 |
8271447 | Natanzon et al. | Sep 2012 | B1 |
8332687 | Natanzon et al. | Dec 2012 | B1 |
8335761 | Natanzon | Dec 2012 | B1 |
8335771 | Natanzon et al. | Dec 2012 | B1 |
8341115 | Natanzon et al. | Dec 2012 | B1 |
8370648 | Natanzon | Feb 2013 | B1 |
8380885 | Natanzon | Feb 2013 | B1 |
8392680 | Natanzon et al. | Mar 2013 | B1 |
8407438 | Ranade | Mar 2013 | B1 |
8429362 | Natanzon et al. | Apr 2013 | B1 |
8433869 | Natanzon et al. | Apr 2013 | B1 |
8438135 | Natanzon et al. | May 2013 | B1 |
8464101 | Natanzon et al. | Jun 2013 | B1 |
8478955 | Natanzon et al. | Jul 2013 | B1 |
8495032 | Anglin et al. | Jul 2013 | B2 |
8495304 | Natanzon et al. | Jul 2013 | B1 |
8510279 | Natanzon et al. | Aug 2013 | B1 |
8521691 | Natanzon | Aug 2013 | B1 |
8521694 | Natanzon | Aug 2013 | B1 |
8543609 | Natanzon | Sep 2013 | B1 |
8583885 | Natanzon | Nov 2013 | B1 |
8600945 | Natanzon et al. | Dec 2013 | B1 |
8601085 | Ives et al. | Dec 2013 | B1 |
8627012 | Derbeko et al. | Jan 2014 | B1 |
8639899 | Kawakami et al. | Jan 2014 | B2 |
8682870 | Gardner | Mar 2014 | B1 |
8683592 | Dotan et al. | Mar 2014 | B1 |
8694700 | Natanzon et al. | Apr 2014 | B1 |
8706700 | Natanzon et al. | Apr 2014 | B1 |
8712962 | Natanzon et al. | Apr 2014 | B1 |
8719497 | Don et al. | May 2014 | B1 |
8725691 | Natanzon | May 2014 | B1 |
8725692 | Natanzon et al. | May 2014 | B1 |
8726066 | Natanzon et al. | May 2014 | B1 |
8738813 | Natanzon et al. | May 2014 | B1 |
8745004 | Natanzon et al. | Jun 2014 | B1 |
8751828 | Raizen et al. | Jun 2014 | B1 |
8769336 | Natanzon et al. | Jul 2014 | B1 |
8788466 | Anglin et al. | Jul 2014 | B2 |
8805786 | Natanzon | Aug 2014 | B1 |
8806161 | Natanzon | Aug 2014 | B1 |
8825848 | Dotan et al. | Sep 2014 | B1 |
8832399 | Natanzon et al. | Sep 2014 | B1 |
8850143 | Natanzon | Sep 2014 | B1 |
8850144 | Natanzon et al. | Sep 2014 | B1 |
8862546 | Natanzon et al. | Oct 2014 | B1 |
8892835 | Natanzon et al. | Nov 2014 | B1 |
8898112 | Natanzon et al. | Nov 2014 | B1 |
8898409 | Natanzon et al. | Nov 2014 | B1 |
8898515 | Natanzon | Nov 2014 | B1 |
8898519 | Natanzon et al. | Nov 2014 | B1 |
8914595 | Natanzon | Dec 2014 | B1 |
8924668 | Natanzon | Dec 2014 | B1 |
8930500 | Marco et al. | Jan 2015 | B2 |
8930947 | Derbeko et al. | Jan 2015 | B1 |
8935498 | Natanzon | Jan 2015 | B1 |
8943032 | Xu | Jan 2015 | B1 |
8949180 | Natanzon et al. | Feb 2015 | B1 |
8954673 | Natanzon et al. | Feb 2015 | B1 |
8954796 | Cohen et al. | Feb 2015 | B1 |
8959054 | Natanzon | Feb 2015 | B1 |
8977593 | Natanzon et al. | Mar 2015 | B1 |
8977826 | Meiri et al. | Mar 2015 | B1 |
8996460 | Frank et al. | Mar 2015 | B1 |
8996461 | Natanzon et al. | Mar 2015 | B1 |
8996827 | Natanzon | Mar 2015 | B1 |
9003138 | Natanzon et al. | Apr 2015 | B1 |
9026696 | Natanzon et al. | May 2015 | B1 |
9031913 | Natanzon | May 2015 | B1 |
9032160 | Natanzon et al. | May 2015 | B1 |
9037818 | Natanzon et al. | May 2015 | B1 |
9063994 | Natanzon et al. | Jun 2015 | B1 |
9069479 | Natanzon | Jun 2015 | B1 |
9069709 | Natanzon et al. | Jun 2015 | B1 |
9081754 | Natanzon et al. | Jul 2015 | B1 |
9081842 | Natanzon et al. | Jul 2015 | B1 |
9087008 | Natanzon | Jul 2015 | B1 |
9087112 | Natanzon et al. | Jul 2015 | B1 |
9104529 | Derbeko et al. | Aug 2015 | B1 |
9110914 | Frank et al. | Aug 2015 | B1 |
9116811 | Derbeko et al. | Aug 2015 | B1 |
9128628 | Natanzon et al. | Sep 2015 | B1 |
9128855 | Natanzon et al. | Sep 2015 | B1 |
9134914 | Derbeko et al. | Sep 2015 | B1 |
9135119 | Natanzon et al. | Sep 2015 | B1 |
9135120 | Natanzon | Sep 2015 | B1 |
9146878 | Cohen et al. | Sep 2015 | B1 |
9152339 | Cohen et al. | Oct 2015 | B1 |
9152578 | Saad et al. | Oct 2015 | B1 |
9152814 | Natanzon | Oct 2015 | B1 |
9158578 | Derbeko et al. | Oct 2015 | B1 |
9158630 | Natanzon | Oct 2015 | B1 |
9160526 | Raizen et al. | Oct 2015 | B1 |
9177670 | Derbeko et al. | Nov 2015 | B1 |
9189339 | Cohen et al. | Nov 2015 | B1 |
9189341 | Natanzon et al. | Nov 2015 | B1 |
9201736 | Moore et al. | Dec 2015 | B1 |
9223659 | Natanzon et al. | Dec 2015 | B1 |
9225529 | Natanzon et al. | Dec 2015 | B1 |
9235481 | Natanzon et al. | Jan 2016 | B1 |
9235524 | Derbeko et al. | Jan 2016 | B1 |
9235632 | Natanzon | Jan 2016 | B1 |
9244997 | Natanzon et al. | Jan 2016 | B1 |
9256605 | Natanzon | Feb 2016 | B1 |
9274718 | Natanzon et al. | Mar 2016 | B1 |
9275063 | Natanzon | Mar 2016 | B1 |
9286052 | Solan et al. | Mar 2016 | B1 |
9305009 | Bono et al. | Apr 2016 | B1 |
9323750 | Natanzon et al. | Apr 2016 | B2 |
9330155 | Bono et al. | May 2016 | B1 |
9336094 | Wolfson et al. | May 2016 | B1 |
9336230 | Natanzon | May 2016 | B1 |
9367260 | Natanzon | Jun 2016 | B1 |
9378096 | Erel et al. | Jun 2016 | B1 |
9378219 | Bono et al. | Jun 2016 | B1 |
9378261 | Bono et al. | Jun 2016 | B1 |
9383937 | Frank et al. | Jul 2016 | B1 |
9389800 | Natanzon et al. | Jul 2016 | B1 |
9405481 | Cohen et al. | Aug 2016 | B1 |
9405684 | Derbeko et al. | Aug 2016 | B1 |
9405765 | Natanzon | Aug 2016 | B1 |
9411535 | Shemer et al. | Aug 2016 | B1 |
9459804 | Natanzon et al. | Oct 2016 | B1 |
9460028 | Raizen et al. | Oct 2016 | B1 |
9471579 | Natanzon | Oct 2016 | B1 |
9477407 | Marshak et al. | Oct 2016 | B1 |
9501542 | Natanzon | Nov 2016 | B1 |
9507732 | Natanzon et al. | Nov 2016 | B1 |
9507845 | Natanzon et al. | Nov 2016 | B1 |
9514138 | Natanzon et al. | Dec 2016 | B1 |
9524218 | Veprinsky et al. | Dec 2016 | B1 |
9529885 | Natanzon et al. | Dec 2016 | B1 |
9535800 | Natanzon et al. | Jan 2017 | B1 |
9535801 | Natanzon et al. | Jan 2017 | B1 |
9547459 | BenHanokh et al. | Jan 2017 | B1 |
9547591 | Natanzon et al. | Jan 2017 | B1 |
9552405 | Moore et al. | Jan 2017 | B1 |
9557921 | Cohen et al. | Jan 2017 | B1 |
9557925 | Natanzon | Jan 2017 | B1 |
9563517 | Natanzon et al. | Feb 2017 | B1 |
9563684 | Natanzon et al. | Feb 2017 | B1 |
9575851 | Natanzon et al. | Feb 2017 | B1 |
9575857 | Natanzon | Feb 2017 | B1 |
9575894 | Natanzon et al. | Feb 2017 | B1 |
9582382 | Natanzon et al. | Feb 2017 | B1 |
9588703 | Natanzon et al. | Mar 2017 | B1 |
9588847 | Natanzon et al. | Mar 2017 | B1 |
9594822 | Natanzon et al. | Mar 2017 | B1 |
9600377 | Cohen et al. | Mar 2017 | B1 |
9619543 | Natanzon et al. | Apr 2017 | B1 |
9632881 | Natanzon | Apr 2017 | B1 |
9665305 | Natanzon et al. | May 2017 | B1 |
9710177 | Natanzon | Jul 2017 | B1 |
9720596 | Bono | Aug 2017 | B1 |
9720618 | Panidis et al. | Aug 2017 | B1 |
9722788 | Natanzon et al. | Aug 2017 | B1 |
9727429 | Moore et al. | Aug 2017 | B1 |
9733969 | Derbeko et al. | Aug 2017 | B2 |
9737111 | Lustik | Aug 2017 | B2 |
9740572 | Natanzon et al. | Aug 2017 | B1 |
9740573 | Natanzon | Aug 2017 | B1 |
9740880 | Natanzon et al. | Aug 2017 | B1 |
9749300 | Cale et al. | Aug 2017 | B1 |
9772789 | Natanzon et al. | Sep 2017 | B1 |
9798472 | Natanzon et al. | Oct 2017 | B1 |
9798490 | Natanzon | Oct 2017 | B1 |
9804934 | Natanzon et al. | Oct 2017 | B1 |
9811431 | Natanzon et al. | Nov 2017 | B1 |
9823865 | Natanzon et al. | Nov 2017 | B1 |
9823973 | Natanzon | Nov 2017 | B1 |
9832261 | Don et al. | Nov 2017 | B2 |
9846698 | Panidis et al. | Dec 2017 | B1 |
9875042 | Natanzon et al. | Jan 2018 | B1 |
9875162 | Panidis et al. | Jan 2018 | B1 |
9880777 | Bono et al. | Jan 2018 | B1 |
9881014 | Bono et al. | Jan 2018 | B1 |
9910620 | Veprinsky et al. | Mar 2018 | B1 |
9910621 | Golan et al. | Mar 2018 | B1 |
9910735 | Natanzon | Mar 2018 | B1 |
9910739 | Natanzon et al. | Mar 2018 | B1 |
9917854 | Natanzon et al. | Mar 2018 | B2 |
9921955 | Derbeko et al. | Mar 2018 | B1 |
9933957 | Cohen et al. | Apr 2018 | B1 |
9934302 | Cohen et al. | Apr 2018 | B1 |
9940205 | Natanzon | Apr 2018 | B2 |
9940460 | Derbeko et al. | Apr 2018 | B1 |
9946649 | Natanzon et al. | Apr 2018 | B1 |
9959061 | Natanzon et al. | May 2018 | B1 |
9965306 | Natanzon et al. | May 2018 | B1 |
9990256 | Natanzon | Jun 2018 | B1 |
9996539 | Natanzon | Jun 2018 | B1 |
10001942 | Sharma et al. | Jun 2018 | B1 |
10007626 | Saad et al. | Jun 2018 | B1 |
10019194 | Baruch et al. | Jul 2018 | B1 |
10025931 | Natanzon et al. | Jul 2018 | B1 |
10031675 | Veprinsky et al. | Jul 2018 | B1 |
10031690 | Panidis et al. | Jul 2018 | B1 |
10031692 | Elron et al. | Jul 2018 | B2 |
10031703 | Natanzon et al. | Jul 2018 | B1 |
10037251 | Bono et al. | Jul 2018 | B1 |
10042579 | Natanzon | Aug 2018 | B1 |
10042751 | Veprinsky et al. | Aug 2018 | B1 |
10055146 | Natanzon et al. | Aug 2018 | B1 |
10055148 | Natanzon et al. | Aug 2018 | B1 |
10061666 | Natanzon et al. | Aug 2018 | B1 |
10067694 | Natanzon et al. | Sep 2018 | B1 |
10067837 | Natanzon et al. | Sep 2018 | B1 |
10078459 | Natanzon et al. | Sep 2018 | B1 |
10082980 | Cohen et al. | Sep 2018 | B1 |
10083093 | Natanzon et al. | Sep 2018 | B1 |
10095489 | Liberman et al. | Oct 2018 | B1 |
10101943 | Ayzenberg et al. | Oct 2018 | B1 |
10108356 | Natanzon et al. | Oct 2018 | B1 |
10108507 | Natanzon | Oct 2018 | B1 |
10108645 | Bigman et al. | Oct 2018 | B1 |
10114581 | Natanzon et al. | Oct 2018 | B1 |
10120787 | Shemer et al. | Nov 2018 | B1 |
10120925 | Natanzon et al. | Nov 2018 | B1 |
10126946 | Natanzon et al. | Nov 2018 | B1 |
10133874 | Natanzon et al. | Nov 2018 | B1 |
10140039 | Baruch et al. | Nov 2018 | B1 |
10146436 | Natanzon et al. | Dec 2018 | B1 |
10146639 | Natanzon et al. | Dec 2018 | B1 |
10146675 | Shemer et al. | Dec 2018 | B1 |
10146961 | Baruch et al. | Dec 2018 | B1 |
10148751 | Natanzon | Dec 2018 | B1 |
10152246 | Lieberman et al. | Dec 2018 | B1 |
10152267 | Ayzenberg et al. | Dec 2018 | B1 |
10152384 | Amit et al. | Dec 2018 | B1 |
10157014 | Panidis et al. | Dec 2018 | B1 |
10158483 | Newman | Dec 2018 | B1 |
10185583 | Natanzon et al. | Jan 2019 | B1 |
10191677 | Natanzon et al. | Jan 2019 | B1 |
10191687 | Baruch et al. | Jan 2019 | B1 |
10191755 | Natanzon et al. | Jan 2019 | B1 |
10203904 | Natanzon et al. | Feb 2019 | B1 |
10210073 | Baruch et al. | Feb 2019 | B1 |
10223007 | Natanzon et al. | Mar 2019 | B1 |
10223023 | Natanzon et al. | Mar 2019 | B1 |
10223131 | Lieberman et al. | Mar 2019 | B1 |
10229006 | Natanzon et al. | Mar 2019 | B1 |
10229056 | Panidis et al. | Mar 2019 | B1 |
10235055 | Saad et al. | Mar 2019 | B1 |
10235060 | Baruch et al. | Mar 2019 | B1 |
10235061 | Natanzon et al. | Mar 2019 | B1 |
10235064 | Natanzon et al. | Mar 2019 | B1 |
10235087 | Baruch et al. | Mar 2019 | B1 |
10235088 | Baruch et al. | Mar 2019 | B1 |
10235090 | Baruch et al. | Mar 2019 | B1 |
10235091 | Ayzenberg et al. | Mar 2019 | B1 |
10235092 | Natanzon et al. | Mar 2019 | B1 |
10235145 | Natanzon et al. | Mar 2019 | B1 |
10235196 | Natanzon et al. | Mar 2019 | B1 |
10235247 | Natanzon et al. | Mar 2019 | B1 |
10235249 | Natanzon et al. | Mar 2019 | B1 |
10235252 | Lieberman et al. | Mar 2019 | B1 |
10250679 | Natanzon et al. | Apr 2019 | B1 |
10255137 | Panidis et al. | Apr 2019 | B1 |
10255291 | Natanzon et al. | Apr 2019 | B1 |
10496314 | Sharma et al. | Dec 2019 | B2 |
20100036887 | Anglin et al. | Feb 2010 | A1 |
20100082558 | Anglin et al. | Apr 2010 | A1 |
20110131390 | Srinivasan et al. | Jun 2011 | A1 |
20120131025 | Cheung | May 2012 | A1 |
20120233417 | Kalach | Sep 2012 | A1 |
20140115182 | Sabaa | Apr 2014 | A1 |
20150026135 | Aronovich | Jan 2015 | A1 |
20150234710 | Berrington | Aug 2015 | A1 |
20180173449 | Sharma et al. | Jun 2018 | A1 |
20180181339 | Sharma et al. | Jun 2018 | A1 |
20180349054 | AlAwfi | Dec 2018 | A1 |
Entry |
---|
Non Final Office Action dated Jun. 15, 2020, U.S. Appl. No. 16/261,174, 36 pages. |
Response to Office Action filed on Feb. 9, 2021 for U.S. Appl. No. 16/261,174; 13 pages. |
U.S. Appl. No. 14/496,783, filed Sep. 25, 2014, Natanzon et al. |
U.S. Appl. No. 14/496,790, filed Sep. 25, 2014, Cohen et al. |
U.S. Appl. No. 14/559,036, filed Dec. 3, 2014, Natanzon et al. |
U.S. Appl. No. 14/753,389, filed Jun. 29, 2015, Nir et al. |
U.S. Appl. No. 14/976,719, filed Dec. 21, 2015, Natanzon. |
U.S. Appl. No. 14/978,378, filed Dec. 22, 2015, Bigman et al. |
U.S. Appl. No. 15/085,148, filed Mar. 30, 2016, Baruch et al. |
U.S. Appl. No. 15/274,362, filed Sep. 23, 2016, Baruch et al. |
U.S. Appl. No. 15/275,768, filed Sep. 26, 2016, Natanzon et al. |
U.S. Appl. No. 15/275,756, filed Sep. 26, 2016, Natanzon et al. |
U.S. Appl. No. 15/379,940, filed Dec. 15, 2016, Baruch et al. |
U.S. Appl. No. 15/386,754, filed Dec. 21, 2016, Shemer et al. |
U.S. Appl. No. 15/380,013, filed Dec. 15, 2016, Baruch et al. |
U.S. Appl. No. 15/390,996, filed Dec. 27, 2016, Natanzon et al. |
U.S. Appl. No. 15/391,030, filed Dec. 27, 2016, Shemer et al. |
U.S. Appl. No. 15/970,243, filed May 3, 2018, Schneider et al. |
U.S. Appl. No. 16/052,037, filed Aug. 1, 2018, Schneider et al. |
U.S. Appl. No. 16/048,763, filed Jul. 30, 2018, Schneider et al. |
U.S. Appl. No. 16/050,400, filed Jul. 31, 2018, Alkalay et al. |
U.S. Appl. No. 16/179,295, filed Nov. 2, 2018, Natanzon et al. |
U.S. Appl. No. 16/261,174, filed Jan. 29, 2019, Natanzon et al. |
Final Office Action dated Nov. 12, 2020 for U.S. Appl. No. 16/261,174; 26 pages. |
Response to Office Action filed on Sep. 8, 2020 for U.S. Appl. No. 16/261,174; 14 pages. |
Supplemental Response filed on Mar. 10, 2021 for U.S. Appl. No. 16/261,174; 15 pages. |
Notice of Allowance dated May 11, 2021 for U.S. Appl. No. 16/261,174; 10 Pages. |
Number | Date | Country | |
---|---|---|---|
20200311030 A1 | Oct 2020 | US |