Movatterモバイル変換


[0]ホーム

URL:


US20100333116A1 - Cloud gateway system for managing data storage to cloud storage sites - Google Patents

Cloud gateway system for managing data storage to cloud storage sites
Download PDF

Info

Publication number
US20100333116A1
US20100333116A1US12/751,953US75195310AUS2010333116A1US 20100333116 A1US20100333116 A1US 20100333116A1US 75195310 AUS75195310 AUS 75195310AUS 2010333116 A1US2010333116 A1US 2010333116A1
Authority
US
United States
Prior art keywords
data
storage
cloud storage
cloud
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/751,953
Inventor
Anand Prahlad
Marcus S. Muller
Rajiv Kottomtharayil
Srinivas Kavuri
Parag Gokhale
Manoj Vijayan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Commvault Systems Inc
Original Assignee
Commvault Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filedlitigationCriticalhttps://patents.darts-ip.com/?family=43381800&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20100333116(A1)"Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Commvault Systems IncfiledCriticalCommvault Systems Inc
Priority to US12/751,953priorityCriticalpatent/US20100333116A1/en
Priority to CA2765624Aprioritypatent/CA2765624C/en
Priority to AU2010266433Aprioritypatent/AU2010266433C1/en
Priority to PCT/US2010/040402prioritypatent/WO2011002777A2/en
Priority to CA2838107Aprioritypatent/CA2838107C/en
Priority to EP10794641.0Aprioritypatent/EP2449477B1/en
Priority to DK10794641.0Tprioritypatent/DK2449477T3/en
Assigned to COMMVAULT SYSTEMS, INC.reassignmentCOMMVAULT SYSTEMS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: MULLER, MARCUS S., PRAHLAD, ANAND, KOTTOMTHARAYIL, RAJIV, GOKHALE, PARAG, KAVURI, SRINIVAS, VIJAYAN, MANOJ
Publication of US20100333116A1publicationCriticalpatent/US20100333116A1/en
Assigned to BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENTreassignmentBANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENTSECURITY INTERESTAssignors: COMMVAULT SYSTEMS, INC.
Assigned to COMMVAULT SYSTEMS, INC.reassignmentCOMMVAULT SYSTEMS, INC.RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: BANK OF AMERICA, N.A.
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Systems and methods are disclosed for performing data storage operations, including content-indexing, containerized deduplication, and policy-driven storage, within a cloud environment. The systems support a variety of clients and cloud storage sites that may connect to the system in a cloud environment that requires data transfer over wide area networks, such as the Internet, which may have appreciable latency and/or packet loss, using various network protocols, including HTTP and FTP. Methods are disclosed for content indexing data stored within a cloud environment to facilitate later searching, including collaborative searching. Methods are also disclosed for performing containerized deduplication to reduce the strain on a system namespace, effectuate cost savings, etc. Methods are disclosed for identifying suitable storage locations, including suitable cloud storage sites, for data files subject to a storage policy. Further, systems and methods for providing a cloud gateway and a scalable data object store within a cloud environment are disclosed, along with other features.

Description

Claims (19)

1. A cloud gateway system for storing, on a target cloud storage site, a secondary copy of an original data set that comprises data blocks, wherein the cloud gateway system is coupled between one or more client computers and one or more cloud storage sites via a network, the cloud gateway system comprising:
a data reception component configured to receive the original data set from a client computer;
a local cache configured to buffer the original data set received from the client computer before the secondary copy of the original data set is stored on the target cloud storage site;
a callback layer configured to intercept calls for the original data set between a file system and the cache and to track the intercepted calls to provide information regarding when the original data set is changed, updated, and/or accessed by the file system;
a data migration component configured to transfer some or all of the original data set buffered in the cache, wherein the data migration component is further configured to receive information from the callback layer regarding when the original data set is changed, updated, and/or accessed by the file system; and
a media agent component, further comprising:
a network agent configured to establish and manage a network connection between the media agent and the target cloud storage site using at least one of HTTP and HTTP over Transport Layer Security/Secure Sockets Layer; and
a cloud storage submodule configured to open, read, and write data files stored on the target cloud storage site and direct the target cloud storage site to perform data storage operations, wherein the cloud storage submodule is further configured to:
convert received file system commands to store a copy of data blocks from the original data set into specific calls specified by an application programming interface utilized by the target cloud storage site; and
transfer at least some of the contents of the local cache over the network connection for storage at the target cloud storage site.
6. A method for storing a secondary copy of an original data set on a cloud storage site using a cloud gateway, wherein the cloud gateway is coupled between one or more client computers and one or more cloud storage sites via a network, the method comprising:
identifying data blocks within a cache of the cloud gateway that satisfy certain criteria,
wherein the original data set comprises data blocks,
wherein the certain criteria are from a storage policy, and
wherein the certain criteria include time-based criteria;
performing block-level deduplication of the identified data blocks to create a deduplicated set of data, wherein the block-level deduplication includes—
determining a size for a container file to utilize when deduplicating the identified data blocks; and
deduplicating at least some of the identified data blocks to create one or more container files containing deduplicated data,
wherein at least one of the container files has the determined size; and
storing the deduplicated set of data on the cloud storage site by:
buffering data for later transmission to the cloud storage site;
repeating the following steps while the data buffer is not full:
receiving a file system request to write a group of data to the cloud storage site; and
adding the group of data to the buffer;
converting a file system request to one or more application program interface calls associated with the cloud storage site; and
transmitting contents of the buffer to the cloud storage site using the one or more application program interface calls associated with the cloud storage site.
7. The method ofclaim 6, further comprising identifying the cloud storage site on which to store the secondary copy of the original data set by:
identifying two or more candidate cloud storage sites;
accessing a storage policy having a set of preferences and storage criteria, wherein the set of preferences and storage criteria includes at least two of the following:
one or more preferred cloud storage sites;
one or more preferred classes or quality of cloud storage sites;
requirements regarding deduplication of the original data set,
requirements regarding encryption of the original data set,
requirements regarding compression of the original data set,
quality of a network connection available to the cloud storage site;
one or more data retention periods;
data characteristics of at least some data in the original data set;
estimated or historic usage associated with operating one or more system components;
frequency with which the original data set was accessed or modified during a particular time period;
a specified level of fault tolerance; and,
one or more geographical locations or political states in which data storage devices for a cloud storage site exist; and
selecting at least one of the two or more of the candidate cloud storage sites based at least in part on the set of preferences and storage criteria in the storage policy.
14. A system for creating a secondary copy of an original data set using a cloud storage site, wherein the original data set is received from one or more client computers, the system comprising:
means for identifying sub-objects of the original data set that satisfy certain criteria, wherein the certain criteria are related a storage policy;
means for performing deduplication of the identified data sub-objects to create a deduplicated set of data; and,
means for storing the deduplicated set of data on the cloud storage site, wherein the means for storing includes:
means for buffering data for later transmission to the cloud storage site;
means for converting file system requests into application program interface calls associated with the cloud storage site; and,
means for transmitting the buffered data to the cloud storage site using the one or more application program interface calls associated with the cloud storage site.
17. A non-transitory computer-readable medium storing instructions that when executed by a processor perform a method for utilizing cloud storage resources to store at least a first portion of at least one data object within a network attached storage (NAS) device, wherein the NAS device includes a NAS file system and a non-volatile data store, and wherein the NAS device is communicatively coupled to access the cloud storage resources, the method comprising:
accessing calls to or from the NAS file system for reading of data from or writing of data to the non-volatile data store of the NAS device,
wherein the at least one data object consists of multiple data blocks,
wherein the non-volatile data store of the NAS device stores the multiple data blocks of the at least one data object;
wherein the NAS file system of the NAS device controls the reading of data from or the writing of data to the multiple data blocks of the at least one data object, and
wherein the accessing includes identifying individual blocks or groups of blocks within the multiple data blocks of the at least one data object that the NAS file system of the NAS device reads data from or writes data to;
based on the accessing, identifying a portion of the multiple data blocks of the at least one data object that satisfies a data storage criteria; and
automatically transferring the identified portion of the multiple data blocks for storage by the cloud storage resources.
18. A stand-alone cloud gateway device, coupled to one or more external computing devices over a network, wherein at least one cloud storage site is also connected to the cloud gateway device via the network, the cloud gateway device comprising:
at least one processor;
a communication component coupled to the at least one processor and associated with a network address for the stand-alone cloud gateway device,
wherein the communication component receives data transfer commands from the one or more external computing devices on the network,
wherein the one or more external computing devices direct the data transfer commands to the cloud gateway device via the network address for the cloud gateway device, and
wherein the data transfer commands direct operation of the cloud gateway device;
a non-volatile, internal data store, coupled to the at least one processor, wherein the internal data store stores data objects;
a data storage component that comprises program code, which when executed by the processor, performs data storage tasks with respect to the internal data store;
a file system that comprises program code, which when executed by the processor, stores and organizes data objects stored in the internal data store;
a network agent that comprises program code, which when executed by the processor, establishes and manages network connections between the media agent component and the cloud storage site; and
a cloud storage submodule that comprises program code, which when executed by the processor—
converts received file system commands to specific application programming interface calls utilized by the cloud storage site; and
transfers the data objects stored in the internal data store to the cloud storage site over the network.
US12/751,9532009-06-302010-03-31Cloud gateway system for managing data storage to cloud storage sitesAbandonedUS20100333116A1 (en)

Priority Applications (7)

Application NumberPriority DateFiling DateTitle
US12/751,953US20100333116A1 (en)2009-06-302010-03-31Cloud gateway system for managing data storage to cloud storage sites
DK10794641.0TDK2449477T3 (en)2009-06-302010-06-29 Data object storage and server for a cloud storage environment
CA2838107ACA2838107C (en)2009-06-302010-06-29Data object store and server for a cloud storage environment
AU2010266433AAU2010266433C1 (en)2009-06-302010-06-29Data object store and server for a cloud storage environment
PCT/US2010/040402WO2011002777A2 (en)2009-06-302010-06-29Data object store and server for a cloud storage environment
CA2765624ACA2765624C (en)2009-06-302010-06-29Data object store and server for a cloud storage environment
EP10794641.0AEP2449477B1 (en)2009-06-302010-06-29Data object store and server for a cloud storage environment

Applications Claiming Priority (4)

Application NumberPriority DateFiling DateTitle
US22199309P2009-06-302009-06-30
US22369509P2009-07-072009-07-07
US29931310P2010-01-282010-01-28
US12/751,953US20100333116A1 (en)2009-06-302010-03-31Cloud gateway system for managing data storage to cloud storage sites

Publications (1)

Publication NumberPublication Date
US20100333116A1true US20100333116A1 (en)2010-12-30

Family

ID=43381800

Family Applications (13)

Application NumberTitlePriority DateFiling Date
US12/751,804Active2031-06-14US8407190B2 (en)2009-06-302010-03-31Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US12/751,713Active2031-05-25US8612439B2 (en)2009-06-302010-03-31Performing data storage operations in a cloud storage environment, including searching, encryption and indexing
US12/751,850Active2031-01-21US8285681B2 (en)2009-06-302010-03-31Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US12/751,651AbandonedUS20100332401A1 (en)2009-06-302010-03-31Performing data storage operations with a cloud storage environment, including automatically selecting among multiple cloud storage sites
US12/751,953AbandonedUS20100333116A1 (en)2009-06-302010-03-31Cloud gateway system for managing data storage to cloud storage sites
US12/751,923Active2032-11-16US8849955B2 (en)2009-06-302010-03-31Cloud storage and networking agents, including agents for utilizing multiple, different cloud storage sites
US13/615,999Active2030-07-12US8849761B2 (en)2009-06-302012-09-14Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US13/850,903Active2030-08-21US9171008B2 (en)2009-06-302013-03-26Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US14/494,674ActiveUS9454537B2 (en)2009-06-302014-09-24Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US15/258,252ActiveUS10248657B2 (en)2009-06-302016-09-07Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US16/276,552Active2030-07-16US11308035B2 (en)2009-06-302019-02-14Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US17/696,742ActiveUS11907168B2 (en)2009-06-302022-03-16Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US18/432,489ActiveUS12321592B2 (en)2009-06-302024-02-05Data object store and server for a cloud storage environment

Family Applications Before (4)

Application NumberTitlePriority DateFiling Date
US12/751,804Active2031-06-14US8407190B2 (en)2009-06-302010-03-31Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US12/751,713Active2031-05-25US8612439B2 (en)2009-06-302010-03-31Performing data storage operations in a cloud storage environment, including searching, encryption and indexing
US12/751,850Active2031-01-21US8285681B2 (en)2009-06-302010-03-31Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US12/751,651AbandonedUS20100332401A1 (en)2009-06-302010-03-31Performing data storage operations with a cloud storage environment, including automatically selecting among multiple cloud storage sites

Family Applications After (8)

Application NumberTitlePriority DateFiling Date
US12/751,923Active2032-11-16US8849955B2 (en)2009-06-302010-03-31Cloud storage and networking agents, including agents for utilizing multiple, different cloud storage sites
US13/615,999Active2030-07-12US8849761B2 (en)2009-06-302012-09-14Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US13/850,903Active2030-08-21US9171008B2 (en)2009-06-302013-03-26Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US14/494,674ActiveUS9454537B2 (en)2009-06-302014-09-24Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US15/258,252ActiveUS10248657B2 (en)2009-06-302016-09-07Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US16/276,552Active2030-07-16US11308035B2 (en)2009-06-302019-02-14Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US17/696,742ActiveUS11907168B2 (en)2009-06-302022-03-16Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US18/432,489ActiveUS12321592B2 (en)2009-06-302024-02-05Data object store and server for a cloud storage environment

Country Status (6)

CountryLink
US (13)US8407190B2 (en)
EP (1)EP2449477B1 (en)
AU (1)AU2010266433C1 (en)
CA (2)CA2838107C (en)
DK (1)DK2449477T3 (en)
WO (1)WO2011002777A2 (en)

Cited By (714)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20090064297A1 (en)*2007-08-302009-03-05Selgas Thomas DSecure credentials control method
US20090080650A1 (en)*2007-09-242009-03-26Selgas Thomas DSecure email communication system
US20090161840A1 (en)*2007-12-202009-06-25Shekhar GuptaSystem and method for guest voicemail box
US20090257596A1 (en)*2008-04-152009-10-15International Business Machines CorporationManaging Document Access
US20110016095A1 (en)*2009-07-162011-01-20International Business Machines CorporationIntegrated Approach for Deduplicating Data in a Distributed Environment that Involves a Source and a Target
US20110022642A1 (en)*2009-07-242011-01-27Demilo DavidPolicy driven cloud storage management and cloud storage policy router
US20110047381A1 (en)*2009-08-212011-02-24Board Of Regents, The University Of Texas SystemSafemashups cloud trust broker
US20110055160A1 (en)*2009-08-282011-03-03Fuji Xerox Co., Ltd.Computer readable medium, information processing method and information processing apparatus
US20110066754A1 (en)*2009-09-152011-03-17Stryker Donald JIntelligent Device and Media Server Selection for Optimized Backup Image Duplication
US20110149344A1 (en)*2009-12-182011-06-23Canon Kabushiki KaishaLog information management system, control method therefor, and storage medium
US20110173626A1 (en)*2010-01-122011-07-14Nec Laboratories America, Inc.Efficient maintenance of job prioritization for profit maximization in cloud service delivery infrastructures
US20110218967A1 (en)*2010-03-082011-09-08Microsoft CorporationPartial Block Based Backups
US20110231698A1 (en)*2010-03-222011-09-22Zlati Andrei CBlock based vss technology in workload migration and disaster recovery in computing system environment
US20110258333A1 (en)*2010-04-162011-10-20Oracle America, Inc.Cloud connector key
US20110276656A1 (en)*2010-05-052011-11-10The Go Daddy Group, Inc.Writing a file to a cloud storage solution
US20110289577A1 (en)*2010-05-192011-11-24Cleversafe, Inc.Accessing data utilizing entity registration in multiple dispersed storage networks
US20110289310A1 (en)*2010-05-202011-11-24Selgas Thomas DCloud computing appliance
US20110302315A1 (en)*2010-06-032011-12-08Microsoft CorporationDistributed services authorization management
US20110314069A1 (en)*2010-06-172011-12-22International Business Machines CorporationData lifecycle management within a cloud computing environment
US20110313902A1 (en)*2010-06-182011-12-22International Business Machines CorporationBudget Management in a Compute Cloud
US20120030671A1 (en)*2010-07-282012-02-02Fujitsu LimitedInformation transmission device, network system, and information transmission method
US20120042055A1 (en)*2010-08-162012-02-16International Business Machines CorporationEnd-to-end provisioning of storage clouds
US20120042061A1 (en)*2010-08-132012-02-16International Business Machines CorporationCalibrating cloud computing environments
WO2012023050A2 (en)2010-08-202012-02-23Overtis Group LimitedSecure cloud computing system and method
WO2012030611A1 (en)*2010-08-312012-03-08Backa Bruce RSystem and method for in-place data migration
US20120066337A1 (en)*2010-09-092012-03-15Riverbed Technology, Inc.Tiered storage interface
US20120096525A1 (en)*2010-10-152012-04-19Anne Louise BolgertSupporting Compliance in a Cloud Environment
US20120102080A1 (en)*2010-05-202012-04-26Hitachi Software Engineering Co., Ltd.Computer system and storage capacity extension method
US20120130874A1 (en)*2010-11-222012-05-24Network Appliance, Inc.Providing security in a cloud storage environment
US20120137001A1 (en)*2010-11-232012-05-31James Michael FerrisSystems and methods for migrating subscribed services in a cloud deployment
US20120136834A1 (en)*2010-11-292012-05-31Computer Associates Think, Inc.Reducing data duplication in cloud storage
US20120150954A1 (en)*2010-12-092012-06-14Quantum CorporationAdaptive collaborative de-duplication
US20120179708A1 (en)*2011-01-102012-07-12International Business Machines CorporationVerifying file versions in a networked computing environment
US20120185555A1 (en)*2011-01-182012-07-19Giorgio RegniMethod for generating universal objects identifiers in distributed multi-purpose storage systems
WO2012094760A1 (en)*2011-01-122012-07-19International Business Machines CorporationMulti-tenant audit awareness in support of cloud environments
US20120203796A1 (en)*2011-02-082012-08-09Microsoft CorporationMedia content location awareness and decision making
US20120204030A1 (en)*2011-02-032012-08-09Afore Solutions Inc.Method and system for cloud based storage
US20120209923A1 (en)*2011-02-122012-08-16Three Laws Mobility, Inc.Systems and methods for regulating access to resources at application run time
US20120216052A1 (en)*2011-01-112012-08-23Safenet, Inc.Efficient volume encryption
US20120221696A1 (en)*2011-02-282012-08-30James Michael FerrisSystems and methods for generating a selection of cloud data distribution service from alternative providers for staging data to host clouds
US20120221636A1 (en)*2011-02-282012-08-30Manik SurtaniMethod and apparatus for using a shared data store for peer discovery
US20120226790A1 (en)*2011-03-032012-09-06Cisco Technology, Inc.Extensible Attribute Summarization
US20120226789A1 (en)*2011-03-032012-09-06Cisco Technology, Inc.Hiearchical Advertisement of Data Center Capabilities and Resources
WO2012125355A1 (en)*2011-03-142012-09-20Amazon Technologies, Inc.Variants of files in a file system
US20120254434A1 (en)*2011-04-012012-10-04Microsoft CorporationPlacement goal-based database instance consolidation
US20120254435A1 (en)*2011-04-012012-10-04Microsoft CorporationPlacement goal-based database instance dynamic consolidation
WO2012134017A1 (en)*2011-03-312012-10-04(주)케이티Method and device for distributing data in consideration of resource in cloud storage system
US20120265836A1 (en)*2011-04-152012-10-18Hitachi, Ltd.File sharing system and file sharing method
WO2012141687A1 (en)*2011-04-122012-10-18Empire Technology Development, LlcA service associated with persistent storage
CN102761596A (en)*2011-04-282012-10-31汤姆森许可贸易公司Method for uploading a file in an on-line storage system and corresponding on-line storage system
US8307177B2 (en)2008-09-052012-11-06Commvault Systems, Inc.Systems and methods for management of virtualization data
US20120296970A1 (en)*2011-05-192012-11-22Buffalo Inc.File managing apparatus for managing access to an online storage service
US20120304233A1 (en)*2011-05-272012-11-29Verizon Patent And Licensing, Inc.Systems and methods for bridging and managing media content associated with separate media content networks
US20120330711A1 (en)*2011-06-272012-12-27Microsoft CorporationResource management for cloud computing platforms
US20130007091A1 (en)*2011-07-012013-01-03Yahoo! Inc.Methods and apparatuses for storing shared data files in distributed file systems
US20130007219A1 (en)*2011-06-302013-01-03Sorenson Iii James ChristopherShadowing Storage Gateway
US20130018929A1 (en)*2011-07-122013-01-17Plair Media Inc.Distributed Storage Method and System
WO2013016043A1 (en)*2011-07-252013-01-31Bank Of America CorporationAn exchange system supporting cloud computing
US20130031158A1 (en)*2010-08-202013-01-31Salsburg Michael AMoving enterprise software applications to a cloud domain
US20130054634A1 (en)*2011-08-292013-02-28At&T Intellectual Property I, L.P.Cloud-To-Cloud Peering
US20130054530A1 (en)*2011-08-292013-02-28Oracle International CorporationLive file system migration
US20130060739A1 (en)*2011-09-012013-03-07Microsoft CorporationOptimization of a Partially Deduplicated File
US8396839B1 (en)*2010-06-252013-03-12Emc CorporationRepresenting de-duplicated file data
US20130067564A1 (en)*2010-04-292013-03-14Nec CorporationAccess management system
KR20130026908A (en)*2011-09-062013-03-14한국전자통신연구원Local apparatus based on cloud and method for reading and storing file
US20130066482A1 (en)*2011-09-132013-03-14Samsung Electronics Co., Ltd.Apparatus and method for executing energy demand response process in an electrical power network
US8407501B2 (en)2011-03-282013-03-26International Business Machines CorporationAllocation of storage resources in a networked computing environment based on energy utilization
US20130080623A1 (en)*2011-09-262013-03-28Limelight Networks, Inc.Dynamic route requests for multiple clouds
US20130086568A1 (en)*2011-09-302013-04-04Oracle International CorporationOptimizations using a bpel compiler
US20130085989A1 (en)*2011-09-302013-04-04Symantec CorporationCloud information migration systems and methods
US20130111262A1 (en)*2010-05-032013-05-02Panzura, Inc.Providing disaster recovery for a distributed filesystem
US20130110779A1 (en)*2010-05-032013-05-02Panzura, Inc.Archiving data for a distributed filesystem
US20130110778A1 (en)*2010-05-032013-05-02Panzura, Inc.Distributing data for a distributed filesystem across multiple cloud storage systems
US20130117240A1 (en)*2010-05-032013-05-09Panzura, Inc.Accessing cached data from a peer cloud controller in a distributed filesystem
US8447732B2 (en)2011-08-022013-05-21International Business Machines CorporationDeduplication in network storage with data residence compliance
US20130132457A1 (en)*2011-11-182013-05-23Computer Associates Think, Inc.System and method for hand-offs in cloud environments
US20130145027A1 (en)*2011-12-012013-06-06Microsoft CorporationRegulatory compliance across diverse entities
WO2012148894A3 (en)*2011-04-282013-07-04Absio CorporationSecure data storage
US8484505B1 (en)2010-09-302013-07-09Emc CorporationSelf recovery
US8495013B2 (en)2010-12-242013-07-23Kt CorporationDistributed storage system and method for storing objects based on locations
US8504870B2 (en)2010-09-302013-08-06Emc CorporationOptimized recovery
US20130219069A1 (en)*2012-02-222013-08-22Computer Associates Think, Inc.System and method for managing virtual hard disks in cloud environments
US8522147B2 (en)2011-09-202013-08-27Go Daddy Operating Company, LLCMethods for verifying person's identity through person's social circle using person's photograph
CN103297492A (en)*2012-02-072013-09-11国际商业机器公司Migrating data between networked computing environments
US8538065B2 (en)2011-09-202013-09-17Go Daddy Operating Company, LLCSystems for verifying person's identity through person's social circle using person's photograph
US8544070B2 (en)2011-05-162013-09-24Novell, Inc.Techniques for non repudiation of storage in cloud or shared storage environments
US8549350B1 (en)2010-09-302013-10-01Emc CorporationMulti-tier recovery
US20130262382A1 (en)*2012-03-292013-10-03Empire Technology Development, LlcDetermining user key-value storage needs from example queries
US20130262210A1 (en)*2012-03-272013-10-03Brandon SavageCloud service or storage use promotion via partnership driven automatic account upgrades
US20130262394A1 (en)*2012-03-302013-10-03Commvault Systems, Inc.Search filtered file system using secondary storage
US8566578B1 (en)*2011-02-172013-10-22Symantec CorporationMethod and system for ensuring compliance in public clouds using fine-grained data ownership based encryption
US20130282737A1 (en)*2010-12-202013-10-24Huawei Technologies Co., Ltd.Method and apparatus for intelligently deploying an application, method and apparatus for processing application access, system for intelligently deploying and scheduling an application
US20130290275A1 (en)*2012-04-302013-10-31Quantum CorporationObject Synthesis
US20130290477A1 (en)*2012-04-272013-10-31Philippe LesageManagement service to manage a file
US20130297535A1 (en)*2012-05-042013-11-07Nokia CorporationMethod and apparatus for presenting cloud-based repositories based on location information
US20130297885A1 (en)*2012-05-072013-11-07International Business Machines CorporationEnhancing data caching performance
US20130311612A1 (en)*2012-05-162013-11-21Rackspace Us, Inc.Indirection Objects in a Cloud Storage System
US20130318242A1 (en)*2012-05-242013-11-28Scalextreme Inc.Remote Management Of Distributed Datacenters
US8601134B1 (en)2011-06-302013-12-03Amazon Technologies, Inc.Remote storage gateway management using gateway-initiated connections
US8607122B2 (en)*2011-11-012013-12-10Cleversafe, Inc.Accessing a large data object in a dispersed storage network
US20130339316A1 (en)*2012-06-192013-12-19International Business Machines CorporationPacking deduplicated data into finite-sized containers
US8639921B1 (en)*2011-06-302014-01-28Amazon Technologies, Inc.Storage gateway security model
US8639989B1 (en)2011-06-302014-01-28Amazon Technologies, Inc.Methods and apparatus for remote gateway monitoring and diagnostics
US20140046708A1 (en)*2012-08-072014-02-13Oracle International CorporationSystems and methods for determining a cloud-based customer lifetime value
US20140053280A1 (en)*2012-08-162014-02-20Futurewei Technologies, Inc.Control Pool Based Enterprise Policy Enabler for Controlled Cloud Access
US20140059200A1 (en)*2012-08-212014-02-27Cisco Technology, Inc.Flow de-duplication for network monitoring
US20140068698A1 (en)*2012-08-312014-03-06International Business Machines CorporationAutomatically Recommending Firewall Rules During Enterprise Information Technology Transformation
WO2013154849A3 (en)*2012-04-112014-03-13Box, Inc.Cloud service enabled to handle a set of files depicted to a user as a single file in a native operating system
US20140074539A1 (en)*2012-09-072014-03-13Oracle International CorporationBusiness attribute driven sizing algorithms
US20140074793A1 (en)*2012-09-072014-03-13Oracle International CorporationService archive support
US20140108717A1 (en)*2012-10-162014-04-17Dell Products L.P.System and Method to Backup Objects on an Object Storage Platform
US8706834B2 (en)2011-06-302014-04-22Amazon Technologies, Inc.Methods and apparatus for remotely updating executing processes
US8707070B2 (en)2007-08-282014-04-22Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US8713364B1 (en)*2010-09-302014-04-29Emc CorporationUnified recovery
US8719445B2 (en)2012-07-032014-05-06Box, Inc.System and method for load balancing multiple file transfer protocol (FTP) servers to service FTP connections for a cloud-based service
US20140129688A1 (en)*2012-11-022014-05-08Rockwell Automation Technologies, Inc.Cloud based drive monitoring solution
WO2012158654A3 (en)*2011-05-142014-05-08Bitcasa, Inc.Cloud file system with server-side deduplication of user-agnostic encrypted files
US20140143543A1 (en)*2012-11-202014-05-22Google Inc.Delegate authorization in cloud-based storage system
US8745003B1 (en)2011-05-132014-06-03Emc CorporationSynchronization of storage using comparisons of fingerprints of blocks
US20140181030A1 (en)*2011-08-312014-06-26Metaswitch Networks LtdIdentifying data items
US20140188812A1 (en)*2012-12-272014-07-03Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US8775870B2 (en)2010-12-222014-07-08Kt CorporationMethod and apparatus for recovering errors in a storage system
US8775376B2 (en)2011-06-302014-07-08International Business Machines CorporationHybrid data backup in a networked computing environment
US20140195635A1 (en)*2011-09-262014-07-10Zte CorporationMethod and system for realizing rest interface of cloud cache in nginx
WO2014074641A3 (en)*2012-11-062014-07-10Tibco Software Inc.Data replication protocol with steady state data distribution and quorum formation
US8782762B2 (en)2011-08-172014-07-15International Business Machines CorporationBuilding data security in a networked computing environment
US8782003B1 (en)*2011-05-132014-07-15Emc CorporationSynchronization of storage using log files and snapshots
US20140201153A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Partial file restore in a data storage system
US20140201154A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Sharing of secondary storage data
US20140201824A1 (en)*2013-01-152014-07-17Symantec CorporationSystems and methods for providing access to data accounts within user profiles via cloud-based storage services
US20140201233A1 (en)*2013-01-152014-07-17Tencent Technology (Shenzhen) Company LimitedMethod, device, and system for uploading data
US8789208B1 (en)2011-10-042014-07-22Amazon Technologies, Inc.Methods and apparatus for controlling snapshot exports
US8788542B2 (en)2008-02-122014-07-22Oracle International CorporationCustomization syntax for multi-layer XML customization
US8793343B1 (en)2011-08-182014-07-29Amazon Technologies, Inc.Redundant storage gateways
US8799223B1 (en)*2011-05-022014-08-05Symantec CorporationTechniques for data backup management
US8799319B2 (en)2008-09-192014-08-05Oracle International CorporationSystem and method for meta-data driven, semi-automated generation of web services based on existing applications
US8806588B2 (en)2011-06-302014-08-12Amazon Technologies, Inc.Storage gateway activation process
US8805779B2 (en)*2012-08-142014-08-12Longsand LimitedApplying an action on a data item according to a classification and a data management policy
US20140245026A1 (en)*2010-01-282014-08-28Twinstrata, IncSystem and method for resource sharing across multi-cloud arrays
US8832039B1 (en)2011-06-302014-09-09Amazon Technologies, Inc.Methods and apparatus for data restore and recovery from a remote data store
US8832249B2 (en)2011-11-302014-09-09At&T Intellectual Property I, L.P.Methods and apparatus to adjust resource allocation in a distributive computing network
TWI452890B (en)*2012-09-172014-09-11Univ Kun ShanChaotic image encryption method for cloud album
US8839254B2 (en)2009-06-262014-09-16Microsoft CorporationPrecomputation for data center load balancing
US20140278807A1 (en)*2013-03-152014-09-18Cloudamize, Inc.Cloud service optimization for cost, performance and configuration
US20140281517A1 (en)*2013-03-122014-09-18Commvault Systems, Inc.File backup with selective encryption
US20140280387A1 (en)*2013-03-122014-09-18Hon Hai Precision Industry Co., Ltd.System and method for expanding storage space of network device
US20140278808A1 (en)*2013-03-152014-09-18Gravitant, Inc.Implementing comparison of cloud service provider package offerings
US8849761B2 (en)2009-06-302014-09-30Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US8849756B2 (en)2011-04-132014-09-30Kt CorporationSelecting data nodes in distributed storage system
US8849469B2 (en)2010-10-282014-09-30Microsoft CorporationData center system that accommodates episodic computation
US8868574B2 (en)2012-07-302014-10-21Box, Inc.System and method for advanced search and filtering mechanisms for enterprise administrators in a cloud-based environment
US8875306B2 (en)2008-02-122014-10-28Oracle International CorporationCustomization restrictions for multi-layer XML customization
US8880841B2 (en)2011-11-152014-11-04International Business Machines CorporationDistributing data among data storage partitions based on a forecasted demand in a networked computing environment
US8886901B1 (en)*2010-12-312014-11-11Emc CorporationPolicy based storage tiering
US8886829B1 (en)*2011-05-062014-11-11Google Inc.Methods and systems for robot cloud computing using slug trails
US8892679B1 (en)2013-09-132014-11-18Box, Inc.Mobile device, methods and user interfaces thereof in a mobile device platform featuring multifunctional access and engagement in a collaborative environment provided by a cloud-based platform
US8892677B1 (en)2010-01-292014-11-18Google Inc.Manipulating objects in hosted storage
US20140365877A1 (en)*2013-06-052014-12-11Apple Inc.File History Tagging
US8914900B2 (en)2012-05-232014-12-16Box, Inc.Methods, architectures and security mechanisms for a third-party application to access content in a cloud-based platform
US8918392B1 (en)*2012-03-292014-12-23Amazon Technologies, Inc.Data storage mapping and management
US8930328B2 (en)*2012-11-132015-01-06Hitachi, Ltd.Storage system, storage system control method, and storage control device
US8930364B1 (en)2012-03-292015-01-06Amazon Technologies, Inc.Intelligent data integration
US8935455B2 (en)2011-06-202015-01-13International Business Machines CorporationStorage allocation based on data set size
US8935203B1 (en)2012-03-292015-01-13Amazon Technologies, Inc.Environment-sensitive distributed data management
US8938534B2 (en)2010-12-302015-01-20Ss8 Networks, Inc.Automatic provisioning of new users of interest for capture on a communication network
US8943356B1 (en)2010-09-302015-01-27Emc CorporationPost backup catalogs
US8950009B2 (en)2012-03-302015-02-03Commvault Systems, Inc.Information management of data associated with multiple cloud services
US8949661B1 (en)2010-09-302015-02-03Emc CorporationFederation of indices
US20150039995A1 (en)*2012-02-172015-02-05Solute GmbhMethod for displaying context-relevant supplementary information
US20150046399A1 (en)*2012-04-122015-02-12Hitachi, Ltd.Computer system, data allocation management method, and program
US8966465B2 (en)2008-02-122015-02-24Oracle International CorporationCustomization creation and update for multi-layer XML customization
US8972612B2 (en)2011-04-052015-03-03SSB Networks, Inc.Collecting asymmetric data and proxy data on a communication network
CN104412564A (en)*2012-06-212015-03-11汤姆逊许可公司 Data backup method and device
US8990151B2 (en)2011-10-142015-03-24Box, Inc.Automatic and semi-automatic tagging features of work items in a shared workspace for metadata tracking in a cloud-based content management system with selective or optional user contribution
US8990307B2 (en)2011-11-162015-03-24Box, Inc.Resource effective incremental updating of a remote client with events which occurred via a cloud-enabled platform
US8996651B2 (en)2011-11-122015-03-31Yang PanSystem and method for delivering media assets in a cloud environment
US8996808B2 (en)2012-05-072015-03-31International Business Machines CorporationEnhancing tiering storage performance
US8996658B2 (en)2008-09-032015-03-31Oracle International CorporationSystem and method for integration of browser-based thin client applications within desktop rich client architecture
US9002932B2 (en)2011-09-272015-04-07Alcatel LucentCloud computing access gateway and method for providing a user terminal access to a cloud provider
US9015123B1 (en)*2013-01-162015-04-21Netapp, Inc.Methods and systems for identifying changed data in an expandable storage volume
US9015601B2 (en)2011-06-212015-04-21Box, Inc.Batch uploading of content to a web-based collaboration environment
US9019123B2 (en)2011-12-222015-04-28Box, Inc.Health check services for web-based collaboration environments
US9026752B1 (en)*2011-12-222015-05-05Emc CorporationEfficiently estimating compression ratio in a deduplicating file system
US9027108B2 (en)2012-05-232015-05-05Box, Inc.Systems and methods for secure file portability between mobile applications on a mobile device
WO2015073708A1 (en)*2013-11-142015-05-21Intralinks, Inc.Litigation support in cloud-hosted file sharing and collaboration
JP2015515216A (en)*2012-04-232015-05-21インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method, system, and computer program for maintaining data redundancy in a data deduplication system in a computing environment
US9043311B1 (en)2011-10-202015-05-26Amazon Technologies, Inc.Indexing data updates associated with an electronic catalog system
US9055052B2 (en)2010-11-222015-06-09Netapp, Inc.Method and system for improving storage security in a cloud computing environment
US9054919B2 (en)2012-04-052015-06-09Box, Inc.Device pinning capability for enterprise cloud service and storage accounts
US9058323B2 (en)2010-12-302015-06-16Ss8 Networks, Inc.System for accessing a set of communication and transaction data associated with a user of interest sourced from multiple different network carriers and for enabling multiple analysts to independently and confidentially access the set of communication and transaction data
US9063738B2 (en)2010-11-222015-06-23Microsoft Technology Licensing, LlcDynamically placing computing jobs
US9063912B2 (en)2011-06-222015-06-23Box, Inc.Multimedia content preview rendering in a cloud content management system
US20150188910A1 (en)*2013-12-262015-07-02Iswind Digital Engineering Inc.Policy group based file protection system, file protection method thereof, and computer readable medium
US20150193640A1 (en)*2012-07-162015-07-09Compellent TechnologiesEncryption/decryption for data storage system with snapshot capability
US9094466B2 (en)2011-04-072015-07-28Hewlett-Packard Development Company, L.P.Maintaining caches of object location information in gateway computing devices using multicast messages
US20150215404A1 (en)*2014-01-272015-07-30Fujitsu LimitedReplication device, replication method, and replication system
US9098424B2 (en)2012-05-072015-08-04International Business Machines CorporationEnhancing data processing performance by cache management of fingerprint index
US9098474B2 (en)2011-10-262015-08-04Box, Inc.Preview pre-generation based on heuristics and algorithmic prediction/assessment of predicted user behavior for enhancement of user experience
US9104671B2 (en)*2011-10-172015-08-11Lenovo (Singapore) Pte. Ltd.Automatic storage media content cataloging
US20150237113A1 (en)*2012-11-062015-08-20Tencent Technology (Shenzhen) Company LimitedMethod and system for file transmission
US9117087B2 (en)2012-09-062015-08-25Box, Inc.System and method for creating a secure channel for inter-application communication based on intents
US9122520B2 (en)2008-09-172015-09-01Oracle International CorporationGeneric wait service: pausing a BPEL process
US20150248418A1 (en)*2013-10-092015-09-03Rahul M. BhardwajTechnology for managing cloud storage
US9128948B1 (en)*2010-09-152015-09-08Symantec CorporationIntegration of deduplicating backup server with cloud storage
US9135462B2 (en)2012-08-292015-09-15Box, Inc.Upload and download streaming encryption to/from a cloud-based platform
US20150261811A1 (en)*2014-03-142015-09-17Netapp, Inc.Methods and systems for detecting data container modification
US9141669B2 (en)2013-01-222015-09-22Go Daddy Operating Company, LLCConfiguring an origin server content delivery using a pulled data list
US9141887B2 (en)2011-10-312015-09-22Hewlett-Packard Development Company, L.P.Rendering permissions for rendering content
US9148417B2 (en)2012-04-272015-09-29Intralinks, Inc.Computerized method and system for managing amendment voting in a networked secure collaborative exchange environment
US9152639B2 (en)2013-01-042015-10-06Hitachi, Ltd.Method and apparatus to transfer file data to a cloud environment
US9158460B2 (en)2011-04-252015-10-13Kt CorporationSelecting data nodes using multiple storage policies in cloud storage system
US9160809B2 (en)2012-11-262015-10-13Go Daddy Operating Company, LLCDNS overriding-based methods of accelerating content delivery
US9170996B2 (en)2013-05-162015-10-27Bank Of America CorporationContent interchange bus
US20150312331A1 (en)*2014-04-252015-10-29Shinkuro, Inc.System and Method for Group Collaboration Using a Distributed Network File Repository
US9197718B2 (en)2011-09-232015-11-24Box, Inc.Central management and control of user-contributed content in a web-based collaboration environment and management console thereof
US9195519B2 (en)2012-09-062015-11-24Box, Inc.Disabling the self-referential appearance of a mobile application in an intent via a background registration
US9195549B1 (en)2010-09-302015-11-24Emc CorporationUnified recovery
US9195636B2 (en)2012-03-072015-11-24Box, Inc.Universal file type preview for mobile devices
TWI510932B (en)*2013-12-272015-12-01Wistron CorpBlock storage gateway module, mediator system for storage, cloud storage system, method for providing access to block storage, mediating method for storage, and content delivery apparatus
US9207993B2 (en)2010-05-132015-12-08Microsoft Technology Licensing, LlcDynamic application placement based on cost and availability of energy in datacenters
US9213684B2 (en)2013-09-132015-12-15Box, Inc.System and method for rendering document in web browser or mobile device regardless of third-party plug-in software
US9219749B2 (en)2012-09-072015-12-22Oracle International CorporationRole-driven notification system including support for collapsing combinations
US9237170B2 (en)2012-07-192016-01-12Box, Inc.Data loss prevention (DLP) methods and architectures by a cloud service
US20160014140A1 (en)*2014-07-142016-01-14Cisco Technology, Inc.Network-based real-time distributed data compliance broker
US20160019210A1 (en)*2014-07-212016-01-21Dropbox, Inc.Sharing unmanaged content using a content management system
US9253176B2 (en)2012-04-272016-02-02Intralinks, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment
US9251360B2 (en)2012-04-272016-02-02Intralinks, Inc.Computerized method and system for managing secure mobile device content viewing in a networked secure collaborative exchange environment
US9251159B1 (en)*2012-03-292016-02-02Emc CorporationPartial block allocation for file system block compression using virtual block metadata
US9262496B2 (en)2012-03-302016-02-16Commvault Systems, Inc.Unified access to personal data
US9268860B2 (en)2012-12-022016-02-23At&T Intellectual Property I, L.P.Methods, systems, and products for personalized monitoring of data
US9280550B1 (en)2010-12-312016-03-08Emc CorporationEfficient storage tiering
US20160072886A1 (en)*2014-09-102016-03-10Panzura, Inc.Sending interim notifications to a client of a distributed filesystem
US9286331B2 (en)2010-05-062016-03-15Go Daddy Operating Company, LLCVerifying and balancing server resources via stored usage data
US9286571B2 (en)2012-04-012016-03-15Empire Technology Development LlcMachine learning for database migration source
US9292833B2 (en)2012-09-142016-03-22Box, Inc.Batching notifications of activities that occur in a web-based collaboration environment
US9292521B1 (en)*2011-10-202016-03-22Amazon Technologies, Inc.Archiving and querying data updates associated with an electronic catalog system
US9298385B2 (en)2013-04-122016-03-29International Business Machines CorporationSystem, method and computer program product for deduplication aware quality of service over data tiering
US9306917B2 (en)2013-01-092016-04-05International Business Machines CorporationTransparent encryption/decryption gateway for cloud storage services
US9311071B2 (en)2012-09-062016-04-12Box, Inc.Force upgrade of a mobile application via a server side configuration file
WO2015167538A3 (en)*2014-04-302016-04-28Hewlett Packard Enterprise Development LpMigrating objects from a source service to a target service
US9342526B2 (en)2012-05-252016-05-17International Business Machines CorporationProviding storage resources upon receipt of a storage service request
US20160140207A1 (en)*2014-11-142016-05-19Symantec CorporationSystems and methods for aggregating information-asset classifications
US9369520B2 (en)2012-08-192016-06-14Box, Inc.Enhancement of upload and/or download performance based on client and/or server feedback information
CN105681273A (en)*2015-12-172016-06-15西安电子科技大学Client data deduplication method
US9372726B2 (en)2013-01-092016-06-21The Research Foundation For The State University Of New YorkGang migration of virtual machines using cluster-wide deduplication
US9384208B2 (en)2013-01-222016-07-05Go Daddy Operating Company, LLCConfiguring a cached website file removal using a pulled data list
US9396245B2 (en)2013-01-022016-07-19Box, Inc.Race condition handling in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9396216B2 (en)2012-05-042016-07-19Box, Inc.Repository redundancy implementation of a system which incrementally updates clients with events that occurred via a cloud-enabled platform
US20160212107A1 (en)*2015-01-212016-07-21Oracle International CorporationTape drive encryption in the data path
WO2016118964A1 (en)*2015-01-252016-07-28Iguazio Systems Ltd.Application-centric object storage
US20160219109A1 (en)*2013-03-122016-07-28Western Digital Technologies, Inc.Cloud storage brokering service
US9405757B2 (en)2012-05-282016-08-02Huawei Technologies Co., Ltd.File storage system, apparatus, and file access method
US9405928B2 (en)2014-09-172016-08-02Commvault Systems, Inc.Deriving encryption rules based on file content
US9413587B2 (en)2012-05-022016-08-09Box, Inc.System and method for a third-party application to access content within a cloud-based platform
US9411986B2 (en)2004-11-152016-08-09Commvault Systems, Inc.System and method for encrypting secondary copies of data
US9417811B2 (en)2012-03-072016-08-16International Business Machines CorporationEfficient inline data de-duplication on a storage system
US9418130B2 (en)2012-11-062016-08-16Tibco Software, Inc.Data replication protocol with efficient update of replica machines
US9417968B2 (en)2014-09-222016-08-16Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9430387B2 (en)2014-07-162016-08-30ClearSky DataDecoupling data and metadata in hierarchical cache system
WO2016138474A1 (en)*2015-02-262016-09-01Bittitan, Inc.Data migration systems and methods including archive migration
US9438493B2 (en)2013-01-312016-09-06Go Daddy Operating Company, LLCMonitoring network entities via a central monitoring system
US9436555B2 (en)2014-09-222016-09-06Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US20160259590A1 (en)*2014-03-272016-09-08Hitachi, Ltd.Storage system and method for deduplicating data
US9444735B2 (en)2014-02-272016-09-13Cisco Technology, Inc.Contextual summarization tag and type match using network subnetting
US9450838B2 (en)2011-06-272016-09-20Microsoft Technology Licensing, LlcResource management for cloud computing platforms
US9467355B2 (en)2012-09-072016-10-11Oracle International CorporationService association model
US9471243B2 (en)*2011-12-152016-10-18Veritas Technologies LlcDynamic storage tiering in a virtual environment
US20160307145A1 (en)*2015-04-142016-10-20International Business Machines CorporationScheduling and simulation system
US9483473B2 (en)2013-09-132016-11-01Box, Inc.High availability architecture for a cloud-based concurrent-access collaboration platform
US9483489B2 (en)2013-01-142016-11-01Commvault Systems, Inc.Partial sharing of secondary storage files in a data storage system
US9489244B2 (en)2013-01-142016-11-08Commvault Systems, Inc.Seamless virtual machine recall in a data storage system
US20160328440A1 (en)*2011-08-172016-11-10International Business Machines CorporationAudit record transformation in a dispersed storage network
US9495404B2 (en)2013-01-112016-11-15Commvault Systems, Inc.Systems and methods to process block-level backup for selective file restoration for virtual machines
US9495364B2 (en)2012-10-042016-11-15Box, Inc.Enhanced quick search features, low-barrier commenting/interactive features in a collaboration platform
US9507795B2 (en)2013-01-112016-11-29Box, Inc.Functionalities, features, and user interface of a synchronization client to a cloud-based environment
US9519526B2 (en)2007-12-052016-12-13Box, Inc.File management system and collaboration service and integration capabilities with third party applications
US9519886B2 (en)2013-09-132016-12-13Box, Inc.Simultaneous editing/accessing of content by collaborator invitation through a web-based or mobile application to a cloud-based collaboration platform
US9531809B1 (en)2012-03-292016-12-27Amazon Technologies, Inc.Distributed data storage controller
US9535909B2 (en)2013-09-132017-01-03Box, Inc.Configurable event-based automation architecture for cloud-based collaboration platforms
US20170004153A1 (en)*2015-06-302017-01-05Spectra Logic CorporationParallel streams to maintain a target data transfer rate
US9553860B2 (en)2012-04-272017-01-24Intralinks, Inc.Email effectivity facility in a networked secure collaborative exchange environment
US9553758B2 (en)2012-09-182017-01-24Box, Inc.Sandboxing individual applications to specific user folders in a cloud-based service
US9557929B2 (en)2010-09-302017-01-31Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US9560019B2 (en)2013-04-102017-01-31International Business Machines CorporationMethod and system for managing security in a computing environment
US9558202B2 (en)2012-08-272017-01-31Box, Inc.Server side techniques for reducing database workload in implementing selective subfolder synchronization in a cloud-based environment
US9569476B2 (en)2013-04-022017-02-14International Business Machines CorporationIntelligent data routing and storage provisioning
US20170054690A1 (en)*2015-08-212017-02-23International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US9591060B1 (en)2013-06-042017-03-07Ca, Inc.Transferring applications between computer systems
CN106487787A (en)*2016-09-302017-03-08四川九洲电器集团有限责任公司A kind of free online multimedium method and server
US20170070531A1 (en)*2015-09-042017-03-09Arbor Networks, Inc.SCALABLE DDoS PROTECTION OF SSL-ENCRYPTED SERVICES
US9602514B2 (en)2014-06-162017-03-21Box, Inc.Enterprise mobility management and verification of a managed application by a content provider
US20170084062A1 (en)*2015-09-232017-03-23Vmware, Inc.Performance diagnostic for virtual machines
US9613064B1 (en)2010-05-032017-04-04Panzura, Inc.Facilitating the recovery of a virtual machine using a distributed filesystem
US9613190B2 (en)2014-04-232017-04-04Intralinks, Inc.Systems and methods of secure data exchange
US9621435B2 (en)2012-09-072017-04-11Oracle International CorporationDeclarative and extensible model for provisioning of cloud based services
US9628268B2 (en)2012-10-172017-04-18Box, Inc.Remote key management in a cloud-based environment
US9635132B1 (en)2011-12-152017-04-25Amazon Technologies, Inc.Service and APIs for remote volume-based block storage
US9633037B2 (en)2013-06-132017-04-25Box, IncSystems and methods for synchronization event building and/or collapsing by a synchronization component of a cloud-based platform
US9639586B2 (en)2013-06-132017-05-02Bank Of America CorporationIdentification of load utility
WO2017074458A1 (en)*2015-10-302017-05-04Hewlett Packard Enterprise Development LpLikelihood of access based object storage in a cloud environment
US9654436B2 (en)2012-11-272017-05-16BitTitan Inc.Systems and methods for migrating mailbox data from systems with limited or restricted remote access
US9652741B2 (en)2011-07-082017-05-16Box, Inc.Desktop application for access and interaction with workspaces in a cloud-based content management system and synchronization mechanisms thereof
US9652389B2 (en)2014-07-162017-05-16ClearSky DataHash discriminator process for hierarchical cache system
US9665349B2 (en)2012-10-052017-05-30Box, Inc.System and method for generating embeddable widgets which enable access to a cloud-based collaboration platform
US20170154090A1 (en)*2015-12-012017-06-01International Business Machines CorporationObject processing
US9678968B1 (en)2010-05-032017-06-13Panzura, Inc.Deleting a file from a distributed filesystem
US9679040B1 (en)2010-05-032017-06-13Panzura, Inc.Performing deduplication in a distributed filesystem
US9678981B1 (en)2010-05-032017-06-13Panzura, Inc.Customizing data management for a distributed filesystem
US9684594B2 (en)2014-07-162017-06-20ClearSky DataWrite back coordination node for cache latency correction
US9684535B2 (en)2012-12-212017-06-20Commvault Systems, Inc.Archiving virtual machines in a data storage system
US9691051B2 (en)2012-05-212017-06-27Box, Inc.Security enhancement through application access control
RU2624576C2 (en)*2011-11-032017-07-04МАЙКРОСОФТ ТЕКНОЛОДЖИ ЛАЙСЕНСИНГ, ЭлЭлСиElectronic discovery in storages
US9705967B2 (en)2012-10-042017-07-11Box, Inc.Corporate user discovery and identification of recommended collaborators in a cloud platform
US9703584B2 (en)2013-01-082017-07-11Commvault Systems, Inc.Virtual server agent load balancing
US9710465B2 (en)2014-09-222017-07-18Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9712510B2 (en)2012-07-062017-07-18Box, Inc.Systems and methods for securely submitting comments among users via external messaging applications in a cloud-based platform
US9729675B2 (en)2012-08-192017-08-08Box, Inc.Enhancement of upload and/or download performance based on client and/or server feedback information
US9729488B2 (en)2010-04-262017-08-08BitTitan Inc.On-demand mailbox synchronization and migration system
US20170235493A1 (en)*2013-01-312017-08-17Vmware, Inc.Low-Cost Backup and Edge Caching Using Unused Disk Blocks
US9740702B2 (en)2012-12-212017-08-22Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US9742738B2 (en)2014-06-172017-08-22Cisco Technology, Inc.Method and apparatus for enforcing storage encryption for data stored in a cloud
US9756022B2 (en)2014-08-292017-09-05Box, Inc.Enhanced remote key management for an enterprise in a cloud-based environment
US9767299B2 (en)2013-03-152017-09-19Mymail Technology, LlcSecure cloud data sharing
US9767113B2 (en)2012-04-232017-09-19International Business Machines CorporationPreserving redundancy in data deduplication systems by designation of virtual address
US9772830B2 (en)2012-01-192017-09-26Syntel, Inc.System and method for modeling cloud rules for migration to the cloud
US9773051B2 (en)2011-11-292017-09-26Box, Inc.Mobile platform file and folder selection functionalities for offline access and synchronization
US20170277729A1 (en)*2016-03-282017-09-28International Business Machines CorporationApplication aware export to object storage of low-reference data in deduplication repositories
US9779103B2 (en)2012-04-232017-10-03International Business Machines CorporationPreserving redundancy in data deduplication systems
US20170286516A1 (en)*2010-12-232017-10-05Eliot HorowitzSystems and methods for managing distributed database deployments
US9792320B2 (en)2012-07-062017-10-17Box, Inc.System and method for performing shard migration to support functions of a cloud-based service
US9794256B2 (en)2012-07-302017-10-17Box, Inc.System and method for advanced control tools for administrators in a cloud-based service
US9792298B1 (en)2010-05-032017-10-17Panzura, Inc.Managing metadata and data storage for a cloud controller in a distributed filesystem
US9805054B2 (en)2011-11-142017-10-31Panzura, Inc.Managing a global namespace for a distributed filesystem
US9805050B2 (en)2013-06-212017-10-31Box, Inc.Maintaining and updating file system shadows on a local device by a synchronization client of a cloud-based platform
US9804928B2 (en)2011-11-142017-10-31Panzura, Inc.Restoring an archived file in a distributed filesystem
US9811532B2 (en)2010-05-032017-11-07Panzura, Inc.Executing a cloud command for a distributed filesystem
US9811662B2 (en)2010-05-032017-11-07Panzura, Inc.Performing anti-virus checks for a distributed filesystem
US9817898B2 (en)2011-11-142017-11-14Microsoft Technology Licensing, LlcLocating relevant content items across multiple disparate content sources
US9823842B2 (en)2014-05-122017-11-21The Research Foundation For The State University Of New YorkGang migration of virtual machines using cluster-wide deduplication
US9824095B1 (en)2010-05-032017-11-21Panzura, Inc.Using overlay metadata in a cloud controller to generate incremental snapshots for a distributed filesystem
US9823977B2 (en)2014-11-202017-11-21Commvault Systems, Inc.Virtual machine change block tracking
US20170339070A1 (en)*2016-05-232017-11-23Cisco Technology, Inc.Inter-cloud broker for hybrid cloud networks
US9830593B2 (en)2014-04-262017-11-28Ss8 Networks, Inc.Cryptographic currency user directory data and enhanced peer-verification ledger synthesis through multi-modal cryptographic key-address mapping
US9851917B2 (en)*2013-03-072017-12-26Postech Academy—Industry FoundationMethod for de-duplicating data and apparatus therefor
US9852149B1 (en)2010-05-032017-12-26Panzura, Inc.Transferring and caching a cloud file in a distributed filesystem
US9852150B2 (en)2010-05-032017-12-26Panzura, Inc.Avoiding client timeouts in a distributed filesystem
US9860322B2 (en)2015-04-082018-01-02Apple Inc.Stateless technique for distributing data uploads
US9860314B2 (en)2014-08-192018-01-02Ciena CorporationData synchronization system and methods in a network using a highly-available key-value storage system
US9864755B2 (en)2013-03-082018-01-09Go Daddy Operating Company, LLCSystems for associating an online file folder with a uniform resource locator
US9866481B2 (en)2011-03-092018-01-09International Business Machines CorporationComprehensive bottleneck detection in a multi-tier enterprise storage system
US20180013827A1 (en)*2015-01-302018-01-11Hitachi, Ltd.File server apparatus
WO2018011914A1 (en)*2016-07-132018-01-18株式会社日立製作所Data archive system and data archive method
US9888062B2 (en)2010-12-242018-02-06Kt CorporationDistributed storage system including a plurality of proxy servers and method for managing objects
US9894119B2 (en)2014-08-292018-02-13Box, Inc.Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US20180052836A1 (en)*2016-08-192018-02-22Charles NichollsSystem, Method and Apparatus for Data Management with Rules on Containers for Collections of Data
US9904801B2 (en)2015-09-102018-02-27International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US9928144B2 (en)2015-03-302018-03-27Commvault Systems, Inc.Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage
US9933804B2 (en)2014-07-112018-04-03Microsoft Technology Licensing, LlcServer installation as a grid condition sensor
US9935894B2 (en)2014-05-082018-04-03Cisco Technology, Inc.Collaborative inter-service scheduling of logical resources in cloud platforms
US9939981B2 (en)2013-09-122018-04-10Commvault Systems, Inc.File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
US9940203B1 (en)*2015-06-112018-04-10EMC IP Holding Company LLCUnified interface for cloud-based backup and restoration
US9940337B2 (en)*2015-05-312018-04-10Vmware, Inc.Predictive probabilistic deduplication of storage
US9953036B2 (en)2013-01-092018-04-24Box, Inc.File system monitoring in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9959420B2 (en)2012-10-022018-05-01Box, Inc.System and method for enhanced security and management mechanisms for enterprise administrators in a cloud-based environment
US9965745B2 (en)2012-02-242018-05-08Box, Inc.System and method for promoting enterprise adoption of a web-based collaboration environment
US9971526B1 (en)*2015-06-292018-05-15Amazon Technologies, Inc.Volume-based key-value store
US9978040B2 (en)2011-07-082018-05-22Box, Inc.Collaboration sessions in a workspace on a cloud-based content management system
US9984079B1 (en)*2012-01-132018-05-29Amazon Technologies, Inc.Managing data storage using storage policy specifications
US9992076B2 (en)2014-10-152018-06-05Cisco Technology, Inc.Dynamic cache allocating techniques for cloud computing systems
US10019449B2 (en)2013-06-132018-07-10Bank Of America CorporationAutomation of MLOAD and TPUMP conversion
US10019364B2 (en)2015-02-172018-07-10Hewlett Packard Enterprise Development LpAccess-based eviction of blocks from solid state drive cache memory
US20180205789A1 (en)*2017-01-192018-07-19International Business Machines CorporationSmart mounting of storage devices
US10033702B2 (en)2015-08-052018-07-24Intralinks, Inc.Systems and methods of secure data exchange
US10034201B2 (en)2015-07-092018-07-24Cisco Technology, Inc.Stateless load-balancing across multiple tunnels
US10037617B2 (en)2015-02-272018-07-31Cisco Technology, Inc.Enhanced user interface systems including dynamic context selection for cloud-based networks
US10038731B2 (en)2014-08-292018-07-31Box, Inc.Managing flow-based interactions with cloud-based shared content
US10050862B2 (en)2015-02-092018-08-14Cisco Technology, Inc.Distributed application framework that uses network and application awareness for placing data
US10051073B1 (en)*2010-12-312018-08-14EMC IP Holding Company LLCCloud information services
US10067780B2 (en)2015-10-062018-09-04Cisco Technology, Inc.Performance-based public cloud selection for a hybrid cloud environment
US10084703B2 (en)2015-12-042018-09-25Cisco Technology, Inc.Infrastructure-exclusive service forwarding
US10089187B1 (en)*2016-03-292018-10-02EMC IP Holding Company LLCScalable cloud backup
US10101913B2 (en)2015-09-022018-10-16Commvault Systems, Inc.Migrating data to disk without interrupting running backup operations
US10110656B2 (en)2013-06-252018-10-23Box, Inc.Systems and methods for providing shell communication in a cloud-based platform
US10122605B2 (en)2014-07-092018-11-06Cisco Technology, IncAnnotation of network activity through different phases of execution
US10133747B2 (en)2012-04-232018-11-20International Business Machines CorporationPreserving redundancy in data deduplication systems by designation of virtual device
US10142346B2 (en)2016-07-282018-11-27Cisco Technology, Inc.Extension of a private cloud end-point group to a public cloud
US10142174B2 (en)2015-08-252018-11-27Oracle International CorporationService deployment infrastructure request provisioning
US20180343302A1 (en)*2017-05-262018-11-29Realtek Semiconductor CorporationData management circuit with network functions and network-based data management method
US10148530B2 (en)2012-09-072018-12-04Oracle International CorporationRule based subscription cloning
US10152251B2 (en)2016-10-252018-12-11Commvault Systems, Inc.Targeted backup of virtual machine
US20180365285A1 (en)*2011-10-142018-12-20Pure Storage, Inc.Data Object Attribute Based Event Detection In a Storage System
US10164896B2 (en)2012-01-182018-12-25International Business Machines CorporationCloud-based content management system
US10162528B2 (en)2016-10-252018-12-25Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10200256B2 (en)2012-09-172019-02-05Box, Inc.System and method of a manipulative handle in an interactive mobile user interface
US10205677B2 (en)2015-11-242019-02-12Cisco Technology, Inc.Cloud resource placement optimization and migration execution in federated clouds
US10212074B2 (en)2011-06-242019-02-19Cisco Technology, Inc.Level of hierarchy in MST for traffic localization and load balancing
US10216639B2 (en)2009-12-112019-02-26Hewlett Packard Enterprise Development LpIdentification of blocks to be retained in a cache based on temperature
US10229134B2 (en)2013-06-252019-03-12Box, Inc.Systems and methods for managing upgrades, migration of user data and improving performance of a cloud-based platform
US20190079942A1 (en)*2013-03-062019-03-14Quest Software Inc.Storage system deduplication with service level agreements
US10234835B2 (en)2014-07-112019-03-19Microsoft Technology Licensing, LlcManagement of computing devices using modulated electricity
US10235383B2 (en)2012-12-192019-03-19Box, Inc.Method and apparatus for synchronization of items with read-only permissions in a cloud-based environment
US10257042B2 (en)2012-01-132019-04-09Cisco Technology, Inc.System and method for managing site-to-site VPNs of a cloud managed network
US10263898B2 (en)2016-07-202019-04-16Cisco Technology, Inc.System and method for implementing universal cloud classification (UCC) as a service (UCCaaS)
US10291705B2 (en)2014-09-102019-05-14Panzura, Inc.Sending interim notifications for namespace operations for a distributed filesystem
US10296422B1 (en)*2015-01-312019-05-21Veritas Technologies LlcLow cost, heterogeneous method of transforming replicated data for consumption in the cloud
US10303555B1 (en)*2017-12-232019-05-28Rubrik, Inc.Tagging data for automatic transfer during backups
TWI661706B (en)*2018-05-232019-06-01蔣永和 Node system using block chain technology and operation method thereof
US10313243B2 (en)2015-02-242019-06-04Commvault Systems, Inc.Intelligent local management of data stream throttling in secondary-copy operations
US10318542B2 (en)2012-03-302019-06-11Commvault Systems, Inc.Information management of mobile device data
US10320683B2 (en)2017-01-302019-06-11Cisco Technology, Inc.Reliable load-balancer using segment routing and real-time application monitoring
US10326817B2 (en)2016-12-202019-06-18Cisco Technology, Inc.System and method for quality-aware recording in large scale collaborate clouds
US10334056B2 (en)*2014-09-262019-06-25Intel CorporationHardware resource access systems and techniques
US10334029B2 (en)2017-01-102019-06-25Cisco Technology, Inc.Forming neighborhood groups from disperse cloud providers
CN109947787A (en)*2017-10-302019-06-28阿里巴巴集团控股有限公司A kind of storage of data hierarchy, hierarchical query method and device
US10346259B2 (en)2012-12-282019-07-09Commvault Systems, Inc.Data recovery using a cloud-based remote data recovery center
US10346188B1 (en)*2014-06-132019-07-09Veritas Technologies LlcBooting virtual machine instances in a distributed data processing architecture
US10356201B2 (en)*2011-01-282019-07-16Level 3 Communications, LlcContent delivery network with deep caching infrastructure
US10353800B2 (en)2017-10-182019-07-16Cisco Technology, Inc.System and method for graph based monitoring and management of distributed systems
US10366094B2 (en)*2016-10-182019-07-30Sap SeData access using aggregation
US10367914B2 (en)2016-01-122019-07-30Cisco Technology, Inc.Attaching service level agreements to application containers and enabling service assurance
US10372371B2 (en)2017-09-142019-08-06International Business Machines CorporationDynamic data relocation using cloud based ranks
US10372363B2 (en)2017-09-142019-08-06International Business Machines CorporationThin provisioning using cloud based ranks
WO2019136430A3 (en)*2018-01-082019-08-08Domos, LlcMethod and apparatus for real time, dynamic management of real estate finance, services, and reporting
US10379910B2 (en)2012-10-262019-08-13Syntel, Inc.System and method for evaluation of migration of applications to the cloud
US10382274B2 (en)2017-06-262019-08-13Cisco Technology, Inc.System and method for wide area zero-configuration network auto configuration
US10382534B1 (en)2015-04-042019-08-13Cisco Technology, Inc.Selective load balancing of network traffic
US10382597B2 (en)2016-07-202019-08-13Cisco Technology, Inc.System and method for transport-layer level identification and isolation of container traffic
US10387073B2 (en)2017-03-292019-08-20Commvault Systems, Inc.External dynamic virtual machine synchronization
US10404799B2 (en)2014-11-192019-09-03Commvault Systems, Inc.Migration to cloud storage from backup
US10417102B2 (en)2016-09-302019-09-17Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including virtual machine distribution logic
US10423626B2 (en)2015-09-252019-09-24Mongodb, Inc.Systems and methods for data conversion and comparison
US10425288B2 (en)2017-07-212019-09-24Cisco Technology, Inc.Container telemetry in data center environments with blade servers and switches
US10432550B2 (en)2015-07-102019-10-01Alibaba Group Holding LimitedMethod and device for computing resource scheduling
US10432532B2 (en)2016-07-122019-10-01Cisco Technology, Inc.Dynamically pinning micro-service to uplink port
US10439877B2 (en)2017-06-262019-10-08Cisco Technology, Inc.Systems and methods for enabling wide area multicast domain name system
US10445414B1 (en)2011-11-162019-10-15Google LlcSystems and methods for collaborative document editing
US10452667B2 (en)2012-07-062019-10-22Box Inc.Identification of people as search results from key-word based searches of content in a cloud-based environment
US10454984B2 (en)2013-03-142019-10-22Cisco Technology, Inc.Method for streaming packet captures from network access devices to a cloud server over HTTP
US10462136B2 (en)2015-10-132019-10-29Cisco Technology, Inc.Hybrid cloud security groups
US10461959B2 (en)2014-04-152019-10-29Cisco Technology, Inc.Programmable infrastructure gateway for enabling hybrid cloud services in a network environment
US10474542B2 (en)2017-03-242019-11-12Commvault Systems, Inc.Time-based virtual machine reversion
US10476982B2 (en)2015-05-152019-11-12Cisco Technology, Inc.Multi-datacenter message queue
US10491748B1 (en)2006-04-032019-11-26Wai WuIntelligent communication routing system and method
US10489357B2 (en)2015-12-152019-11-26Mongodb, Inc.Systems and methods for automating management of distributed databases
US10496669B2 (en)2015-07-022019-12-03Mongodb, Inc.System and method for augmenting consensus election in a distributed database
US10509527B2 (en)2013-09-132019-12-17Box, Inc.Systems and methods for configuring event-based automation in cloud-based collaboration platforms
US10511534B2 (en)2018-04-062019-12-17Cisco Technology, Inc.Stateless distributed load-balancing
US10523657B2 (en)2015-11-162019-12-31Cisco Technology, Inc.Endpoint privacy preservation with cloud conferencing
US10523592B2 (en)2016-10-102019-12-31Cisco Technology, Inc.Orchestration system for migrating user data and services based on user information
US10530854B2 (en)2014-05-302020-01-07Box, Inc.Synchronization of permissioned content in cloud-based environments
WO2020010212A1 (en)*2018-07-032020-01-09Moterum Technologies, Inc.Distributed system architecture for gait monitoring and methods of use
US10541866B2 (en)2017-07-252020-01-21Cisco Technology, Inc.Detecting and resolving multicast traffic performance issues
US10547678B2 (en)2008-09-152020-01-28Commvault Systems, Inc.Data transfer techniques within data storage devices, such as network attached storage performing data migration
US10552191B2 (en)2017-01-262020-02-04Cisco Technology, Inc.Distributed hybrid cloud orchestration model
US10554426B2 (en)2011-01-202020-02-04Box, Inc.Real time notification of activities that occur in a web-based collaboration environment
US10565067B2 (en)2016-03-092020-02-18Commvault Systems, Inc.Virtual server cloud file system for virtual machine backup from cloud operations
US10567344B2 (en)2016-08-232020-02-18Cisco Technology, Inc.Automatic firewall configuration based on aggregated cloud managed information
US10574442B2 (en)2014-08-292020-02-25Box, Inc.Enhanced remote key management for an enterprise in a cloud-based environment
US10581969B2 (en)2017-09-142020-03-03International Business Machines CorporationStorage system using cloud based ranks as replica storage
US10586063B2 (en)2015-03-202020-03-10Samsung Electronics Co., Ltd.Method and apparatus for storing file by using a plurality of cloud storages
US10601693B2 (en)2017-07-242020-03-24Cisco Technology, Inc.System and method for providing scalable flow monitoring in a data center fabric
US10599671B2 (en)2013-01-172020-03-24Box, Inc.Conflict resolution, retry condition management, and handling of problem files for the synchronization client to a cloud-based platform
US20200097259A1 (en)*2015-08-122020-03-26Beijing Gaoyi Information Technology Co., Ltd.Method and system for realizing data tracking by means of software development kit
US10608865B2 (en)2016-07-082020-03-31Cisco Technology, Inc.Reducing ARP/ND flooding in cloud environment
US10614098B2 (en)2010-12-232020-04-07Mongodb, Inc.System and method for determining consensus within a distributed database
US10621050B2 (en)2016-06-272020-04-14Mongodb, Inc.Method and apparatus for restoring data from snapshots
US10621200B2 (en)2010-12-232020-04-14Mongodb, Inc.Method and apparatus for maintaining replica sets
US10630772B2 (en)2014-09-102020-04-21Panzura, Inc.Maintaining global namespace consistency for a distributed filesystem
US10635645B1 (en)2014-05-042020-04-28Veritas Technologies LlcSystems and methods for maintaining aggregate tables in databases
US10635643B2 (en)2016-09-292020-04-28Hewlett Packard Enterprise Development LpTiering data blocks to cloud storage systems
US20200133719A1 (en)*2018-10-242020-04-30EMC IP Holding Company LLCMethod of efficiently migrating data from one tier to another with suspend and resume capability
US20200136948A1 (en)*2018-10-312020-04-30Nutanix, Inc.System and method for managing a remote office branch office location in a virtualized environment
US10642809B2 (en)*2017-06-262020-05-05International Business Machines CorporationImport, export, and copy management for tiered object storage
US10650057B2 (en)2014-07-162020-05-12Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US10673623B2 (en)2015-09-252020-06-02Mongodb, Inc.Systems and methods for hierarchical key management in encrypted distributed databases
US10671571B2 (en)2017-01-312020-06-02Cisco Technology, Inc.Fast network performance in containerized environments for network function virtualization
US10671496B2 (en)2016-05-312020-06-02Mongodb, Inc.Method and apparatus for reading and writing committed data
US10678758B2 (en)2016-11-212020-06-09Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US10692162B2 (en)*2012-07-062020-06-23Sap SeManaging a legal hold on cloud documents
US10708342B2 (en)2015-02-272020-07-07Cisco Technology, Inc.Dynamic troubleshooting workspaces for cloud and network management systems
US10705882B2 (en)2017-12-212020-07-07Cisco Technology, Inc.System and method for resource placement across clouds for data intensive workloads
US10715524B1 (en)*2019-11-142020-07-14Snowflake Inc.External credential-less stages for data warehouse integrations
US10713280B2 (en)2010-12-232020-07-14Mongodb, Inc.Systems and methods for managing distributed database deployments
US10721304B2 (en)2017-09-142020-07-21International Business Machines CorporationStorage system using cloud storage as a rank
US10728361B2 (en)2018-05-292020-07-28Cisco Technology, Inc.System for association of customer information across subscribers
US10725968B2 (en)2013-05-102020-07-28Box, Inc.Top down delete or unsynchronization on delete of and depiction of item synchronization with a synchronization client to a cloud-based platform
US10740355B2 (en)2011-04-012020-08-11Mongodb, Inc.System and method for optimizing data migration in a partitioned database
US10740353B2 (en)2010-12-232020-08-11Mongodb, Inc.Systems and methods for managing distributed database deployments
US10742735B2 (en)2017-12-122020-08-11Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US10754813B1 (en)2011-06-302020-08-25Amazon Technologies, Inc.Methods and apparatus for block storage I/O operations in a storage gateway
US10764266B2 (en)2018-06-192020-09-01Cisco Technology, Inc.Distributed authentication and authorization for rapid scaling of containerized services
US10768971B2 (en)2019-01-302020-09-08Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US10776209B2 (en)2014-11-102020-09-15Commvault Systems, Inc.Cross-platform virtual machine backup and replication
WO2020190021A1 (en)*2019-03-182020-09-24Samsung Electronics Co., Ltd.Method and device for storing a data file in a cloud-based storage
US10789205B1 (en)*2017-04-302020-09-29EMC IP Holding Company LLCCloud data archiving using promoted objects list
US10805235B2 (en)2014-09-262020-10-13Cisco Technology, Inc.Distributed application framework for prioritizing network traffic using application priority awareness
US10819571B2 (en)2018-06-292020-10-27Cisco Technology, Inc.Network traffic optimization using in-situ notification system
US20200349555A1 (en)*2018-01-162020-11-05Zoe Life Technologies Holding AGKnowledge currency units
US20200356292A1 (en)*2019-05-102020-11-12Dell Products, LpSystem and Method for Performance Based Dynamic Optimal Block Size Data Deduplication
US10846266B2 (en)2017-09-142020-11-24Commvault Systems, Inc.Distributed architecture for content indexing emails
US10846074B2 (en)2013-05-102020-11-24Box, Inc.Identification and handling of items to be ignored for synchronization with a cloud-based platform by a synchronization client
US10846180B2 (en)2017-09-142020-11-24Commvault Systems, Inc.Distributed framework for task splitting and task assignments in a content indexing system
US10846411B2 (en)2015-09-252020-11-24Mongodb, Inc.Distributed database systems and methods with encrypted storage engines
US10846305B2 (en)2010-12-232020-11-24Mongodb, Inc.Large distributed database clustering systems and methods
US10866868B2 (en)2017-06-202020-12-15Mongodb, Inc.Systems and methods for optimization of database operations
US10866931B2 (en)2013-10-222020-12-15Box, Inc.Desktop application for accessing a cloud collaboration platform
US10872095B2 (en)2012-07-262020-12-22Mongodb, Inc.Aggregation framework system architecture and method
US10877928B2 (en)2018-03-072020-12-29Commvault Systems, Inc.Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US10892940B2 (en)2017-07-212021-01-12Cisco Technology, Inc.Scalable statistics and analytics mechanisms in cloud networking
US10891199B2 (en)*2015-01-212021-01-12Commvault Systems, Inc.Object-level database restore
US10891198B2 (en)2018-07-302021-01-12Commvault Systems, Inc.Storing data to cloud libraries in cloud native formats
US10895993B2 (en)2012-03-302021-01-19Commvault Systems, Inc.Shared network-available storage that permits concurrent data access
US20210019285A1 (en)*2019-07-162021-01-21Citrix Systems, Inc.File download using deduplication techniques
US10904322B2 (en)2018-06-152021-01-26Cisco Technology, Inc.Systems and methods for scaling down cloud-based servers handling secure connections
US10904342B2 (en)2018-07-302021-01-26Cisco Technology, Inc.Container networking using communication tunnels
US10915492B2 (en)2012-09-192021-02-09Box, Inc.Cloud-based platform enabled with media content indexed for text-based searches and/or metadata extraction
DE112012000274B4 (en)*2011-01-252021-03-04International Business Machines Corporation Protecting the integrity of data on storage media
US20210073084A1 (en)*2017-07-252021-03-11Hubstor Inc.Methods and systems relating to network based storage
US10949308B2 (en)2017-03-152021-03-16Commvault Systems, Inc.Application aware backup of virtual machines
US20210084031A1 (en)*2019-09-132021-03-18Oracle International CorporationMulti-Tenant Identity Cloud Service with On-Premise Authentication Integration
US10956273B2 (en)2016-03-282021-03-23International Business Machines CorporationApplication aware export to object storage of low-reference data in deduplication repositories
US10956201B2 (en)2012-12-282021-03-23Commvault Systems, Inc.Systems and methods for repurposing virtual machines
US20210103397A1 (en)*2019-03-082021-04-08Netapp Inc.Transferring snapshot copy to object store with deduplication preservation and additional compression
US10977277B2 (en)2010-12-232021-04-13Mongodb, Inc.Systems and methods for database zone sharding and API integration
US10990590B2 (en)2012-07-262021-04-27Mongodb, Inc.Aggregation framework system architecture and method
US20210125198A1 (en)*2017-01-272021-04-29Walmart Apollo, LlcSystems and methods for determining customer lifetime value
US10997211B2 (en)2010-12-232021-05-04Mongodb, Inc.Systems and methods for database zone sharding and API integration
US10996974B2 (en)2019-01-302021-05-04Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data, including management of cache storage for virtual machine data
US11005731B2 (en)2017-04-052021-05-11Cisco Technology, Inc.Estimating model parameters for automatic deployment of scalable micro services
US11005682B2 (en)2015-10-062021-05-11Cisco Technology, Inc.Policy-driven switch overlay bypass in a hybrid cloud network environment
US11019083B2 (en)2018-06-202021-05-25Cisco Technology, Inc.System for coordinating distributed website analysis
US20210157848A1 (en)*2020-09-252021-05-27Intel CorporationMethods, apparatus and systems to enforce data boundaries through the use of boundary labels
US11023334B2 (en)2013-01-112021-06-01Commvault Systems, Inc.Table level database restore in a data storage system
US11032146B2 (en)2011-09-302021-06-08Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US11036592B2 (en)2017-09-142021-06-15Commvault Systems, Inc.Distributed content indexing architecture with separately stored file previews
US11044162B2 (en)2016-12-062021-06-22Cisco Technology, Inc.Orchestration of cloud and fog interactions
US20210200723A1 (en)*2013-02-012021-07-01Google LlcAccessing objects in hosted storage
US20210200717A1 (en)*2019-12-262021-07-01Oath Inc.Generating full metadata from partial distributed metadata
KR102271829B1 (en)*2021-02-242021-07-02주식회사 오픈소스컨설팅Method for analyzing cloud migration data of data center using system process information and system thereof
US20210218750A1 (en)*2020-01-092021-07-15Cisco Technology, Inc.Providing multiple namespaces
US20210218807A1 (en)*2020-01-142021-07-15EMC IP Holding Company LLCReal-time replication of object storage in cloud storage
US11074138B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US11086834B2 (en)2017-09-142021-08-10Commvault Systems, Inc.Distributed framework for data proximity-based task splitting in a content indexing system
US20210263892A1 (en)*2012-11-122021-08-26Samsung Electronics Co., Ltd.Method and apparatus for managing storage space on storage device in an electronic apparatus by using context data and user profile data
CN113311809A (en)*2021-05-282021-08-27苗叶Industrial control system-based safe operation and maintenance instruction blocking device and method
US11108858B2 (en)2017-03-282021-08-31Commvault Systems, Inc.Archiving mail servers via a simple mail transfer protocol (SMTP) server
US20210286769A1 (en)*2012-05-202021-09-16Microsoft Technology Licensing, LlcSystem and methods for implementing a server-based hierarchical mass storage system
US11140173B2 (en)2017-03-312021-10-05Baimmt, LlcSystem and method for secure access control
US11159518B2 (en)*2016-03-222021-10-26International Business Machines CorporationContainer independent secure file system for security application containers
US20210342292A1 (en)*2019-07-192021-11-04JFrog Ltd.Data archive release in context of data object
US20210344756A1 (en)*2020-03-262021-11-04EMC IP Holding Company LLCEfficient transfer to and from a deduplicated cloud storage system
US20210397350A1 (en)*2019-06-172021-12-23Huawei Technologies Co., Ltd.Data Processing Method and Apparatus, and Computer-Readable Storage Medium
US11210610B2 (en)2011-10-262021-12-28Box, Inc.Enhanced multimedia content preview rendering in a cloud content management system
US11221939B2 (en)2017-03-312022-01-11Commvault Systems, Inc.Managing data from internet of things devices in a vehicle
US11222043B2 (en)2010-12-232022-01-11Mongodb, Inc.System and method for determining consensus within a distributed database
US11232481B2 (en)2012-01-302022-01-25Box, Inc.Extended applications of multimedia content previews in the cloud-based content management system
US11231876B2 (en)*2019-09-242022-01-25Western Digital Technologies, Inc.Initial data placement in hybrid object storage system
US20220030012A1 (en)*2020-07-272022-01-27International Business Machines CorporationSelective encryption of data in motion
US11263088B2 (en)2017-09-142022-03-01Commvault Systems, Inc.Distributed architecture for tracking content indexing
US11269732B2 (en)2019-03-122022-03-08Commvault Systems, Inc.Managing structured data in a data storage system
US11269734B2 (en)2019-06-172022-03-08Commvault Systems, Inc.Data storage management system for multi-cloud protection, recovery, and migration of databases-as-a-service and/or serverless database management systems
US11288282B2 (en)2015-09-252022-03-29Mongodb, Inc.Distributed database systems and methods with pluggable storage engines
US20220100370A1 (en)*2015-01-202022-03-31Ultrata, LlcObject memory data flow instruction execution
US11294786B2 (en)2017-03-312022-04-05Commvault Systems, Inc.Management of internet of things devices
US20220114684A1 (en)*2019-08-132022-04-14Anil KonaMethod and apparatus for integrated e-discovery
US20220114070A1 (en)*2012-12-282022-04-14Iii Holdings 2, LlcSystem, Method and Computer Readable Medium for Offloaded Computation of Distributed Application Protocols within a Cluster of Data Processing Nodes
US20220113873A1 (en)*2019-03-112022-04-14Commvault Systems, Inc.Skipping data backed up in prior backup operations
US11314687B2 (en)2020-09-242022-04-26Commvault Systems, Inc.Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US11314618B2 (en)2017-03-312022-04-26Commvault Systems, Inc.Management of internet of things devices
US20220129159A1 (en)*2020-10-232022-04-28Netapp, Inc.Creation and use of an efficiency set to estimate an amount of data stored in a data set of a storage system having one or more characteristics
US20220129184A1 (en)*2020-10-262022-04-28EMC IP Holding Company LLCData deduplication (dedup) management
US11321188B2 (en)2020-03-022022-05-03Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11321189B2 (en)2014-04-022022-05-03Commvault Systems, Inc.Information management by a media agent in the absence of communications with a storage manager
US11321281B2 (en)2015-01-152022-05-03Commvault Systems, Inc.Managing structured data in a data storage system
US20220147256A1 (en)*2019-07-262022-05-12Huawei Technologies Co., Ltd.Data Deduplication Method and Apparatus, and Computer Program Product
US20220147255A1 (en)*2019-07-222022-05-12Huawei Technologies Co., Ltd.Method and apparatus for compressing data of storage system, device, and readable storage medium
US20220179970A1 (en)*2020-12-092022-06-09Hitachi, Ltd.Storage system and data deletion method
US11361001B2 (en)*2019-06-272022-06-14Sigma Computing, Inc.Search using data warehouse grants
US11363054B2 (en)*2019-03-282022-06-14Naver Cloud CorporationApparatus and method for analyzing security vulnerabilities
US11361086B2 (en)*2019-12-302022-06-14Microsoft Technology Licensing, LlcReliable datacenter protection at scale
US11366723B2 (en)2019-04-302022-06-21Commvault Systems, Inc.Data storage management system for holistic protection and migration of serverless applications across multi-cloud computing environments
US20220197527A1 (en)*2020-12-232022-06-23Hitachi, Ltd.Storage system and method of data amount reduction in storage system
US11372579B2 (en)*2020-10-222022-06-28EMC IP Holding Company LLCTechniques for generating data sets with specified compression and deduplication ratios
US20220214946A1 (en)*2021-01-042022-07-07EMC IP Holding Company LLCProvider-agnostic management of backup data stored on a cloud-based object storage
US20220217204A1 (en)*2021-01-052022-07-07Nutanix, Inc.Dynamic feedback technique for improving disaster recovery replication performance
US11388233B2 (en)2019-04-302022-07-12Clumio, Inc.Cloud-based data protection service
US20220221997A1 (en)*2021-01-082022-07-14Western Digital Technologies, Inc.Allocating data storage based on aggregate duplicate performance
US11403317B2 (en)2012-07-262022-08-02Mongodb, Inc.Aggregation framework system architecture and method
US20220247817A1 (en)*2021-01-292022-08-04Brother Kogyo Kabushiki KaishaManagement system, management method, management program, and installation program
US20220253222A1 (en)*2019-11-012022-08-11Huawei Technologies Co., Ltd.Data reduction method, apparatus, computing device, and storage medium
US11416279B2 (en)*2020-07-212022-08-16Vmware, Inc.Disks in a virtualized computing environment that are backed by remote storage
US11422900B2 (en)2020-03-022022-08-23Commvault Systems, Inc.Platform-agnostic containerized application data protection
US20220272601A1 (en)*2013-03-122022-08-25Gerald Douglas Hosier, JR.Online Systems and Methods for Advancing Information Organization Sharing and Collective Action
US11442768B2 (en)2020-03-122022-09-13Commvault Systems, Inc.Cross-hypervisor live recovery of virtual machines
US11445022B2 (en)*2017-07-062022-09-13Acronis International GmbhSystem and method for service level agreement based data verification
US11449466B2 (en)*2020-05-192022-09-20EMC IP Holding Company LLCDeleting orphan archived files from storage array using a time-based decision algorithm
US11449394B2 (en)2010-06-042022-09-20Commvault Systems, Inc.Failover systems and methods for performing backup operations, including heterogeneous indexing and load balancing of backup and indexing resources
US11455416B2 (en)2020-05-012022-09-27Kyndryl, Inc.Record-level sensitivity-based data storage in a hybrid multi cloud environment
US20220311822A1 (en)*2021-03-262022-09-29Citrix Systems, Inc.Transferring data between computing systems
US11461229B2 (en)*2019-08-272022-10-04Vmware, Inc.Efficient garbage collection of variable size chunking deduplication
US20220318251A1 (en)*2020-10-052022-10-06Business Mobile AgTechnique For Accessing Archive Data Stored In Relational Databases Through The SAP Archive Information System
US20220317915A1 (en)*2021-04-062022-10-06EMC IP Holding Company LLCData expiration for stream storages
US11467753B2 (en)2020-02-142022-10-11Commvault Systems, Inc.On-demand restore of virtual machine data
US11474753B2 (en)2020-10-302022-10-18Commvault Systems, Inc.Systems and methods for backing up to a virtual tape library
US11481362B2 (en)2017-11-132022-10-25Cisco Technology, Inc.Using persistent memory to enable restartability of bulk load transactions in cloud databases
CN115242815A (en)*2022-07-142022-10-25山石网科通信技术股份有限公司Data cloud storage method and device, management server and user terminal
US11487723B2 (en)*2017-04-282022-11-01Netapp Inc.Object and sequence number management
US11500669B2 (en)2020-05-152022-11-15Commvault Systems, Inc.Live recovery of virtual machines in a public cloud computing environment
US20220382643A1 (en)*2009-05-222022-12-01Commvault Systems, Inc.Block-level single instancing
US11522956B2 (en)*2017-01-152022-12-06Google LlcObject storage in cloud with reference counting using versions
US11531574B2 (en)*2016-11-172022-12-20Cimplrx Co., Ltd.System and method for creating and managing an interactive network of applications
US11546232B1 (en)*2022-01-272023-01-03Hitachi, Ltd.Video analysis and data delivery method
US11544284B2 (en)2012-07-262023-01-03Mongodb, Inc.Aggregation framework system architecture and method
US11550680B2 (en)2018-12-062023-01-10Commvault Systems, Inc.Assigning backup resources in a data storage management system based on failover of partnered data storage resources
US11561866B2 (en)2019-07-102023-01-24Commvault Systems, Inc.Preparing containerized applications for backup using a backup services container and a backup services container-orchestration pod
US20230024060A1 (en)*2021-07-232023-01-26Netapp, Inc.Increasing provisioned storage capacity by means of growing underlying disks within a virtual storage appliance
US11573859B2 (en)2015-04-212023-02-07Commvault Systems, Inc.Content-independent and database management system-independent synthetic full backup of a database based on snapshot technology
US11595474B2 (en)2017-12-282023-02-28Cisco Technology, Inc.Accelerating data replication using multicast and non-volatile memory enabled nodes
US11593194B2 (en)*2015-10-232023-02-28Pure Storage, Inc.Cloud-based providing of one or more corrective measures for a storage system
US20230062644A1 (en)*2021-08-242023-03-02Cohesity, Inc.Partial in-line deduplication and partial post-processing deduplication of data chunks
US11599293B2 (en)2020-10-142023-03-07EMC IP Holding Company LLCConsistent data stream replication and reconstruction in a streaming data storage platform
US11599420B2 (en)2020-07-302023-03-07EMC IP Holding Company LLCOrdered event stream event retention
US11599546B2 (en)2020-05-012023-03-07EMC IP Holding Company LLCStream browser for data streams
US11604759B2 (en)2020-05-012023-03-14EMC IP Holding Company LLCRetention management for data streams
US11604706B2 (en)2021-02-022023-03-14Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
US11604788B2 (en)2019-01-242023-03-14EMC IP Holding Company LLCStoring a non-ordered associative array of pairs using an append-only storage medium
US20230089018A1 (en)*2021-09-232023-03-23EMC IP Holding Company LLCMethod or apparatus to integrate physical file verification and garbage collection (gc) by tracking special segments
US11614893B2 (en)2010-09-152023-03-28Pure Storage, Inc.Optimizing storage device access based on latency
US11615115B2 (en)2010-12-232023-03-28Mongodb, Inc.Systems and methods for managing distributed database deployments
US20230140153A1 (en)*2021-11-032023-05-04Netapp, Inc.Integrating change tracking of storage objects of a distributed object storage database into a distributed storage system
US11656907B2 (en)2004-11-082023-05-23Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US11656951B2 (en)2020-10-282023-05-23Commvault Systems, Inc.Data loss vulnerability detection
US11658916B2 (en)2005-03-162023-05-23Iii Holdings 12, LlcSimple integration of an on-demand compute environment
US11663099B2 (en)2020-03-262023-05-30Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US11675784B2 (en)2021-04-302023-06-13Snowflake Inc.Configuring parallelism parameters for invocation of external table functions
US11675640B2 (en)2019-10-292023-06-13Snowflake Inc.External function invocation by a data system
US20230185614A1 (en)*2021-12-102023-06-15Honda Motor Co., Ltd.System and method for providing decentralized vehicle computing using blockchain
US11681460B2 (en)2021-06-032023-06-20EMC IP Holding Company LLCScaling of an ordered event stream based on a writer group characteristic
US20230195351A1 (en)*2021-12-172023-06-22Samsung Electronics Co., Ltd.Automatic deletion in a persistent storage device
US11687378B2 (en)2019-09-132023-06-27Oracle International CorporationMulti-tenant identity cloud service with on-premise authentication integration and bridge high availability
US20230221864A1 (en)*2022-01-102023-07-13Vmware, Inc.Efficient inline block-level deduplication using a bloom filter and a small in-memory deduplication hash table
US11704037B2 (en)*2020-03-302023-07-18Cohesity, Inc.Deduplicated storage disk space utilization
US11704035B2 (en)2020-03-302023-07-18Pure Storage, Inc.Unified storage on block containers
CN116567001A (en)*2023-05-162023-08-08上海凯翔信息科技有限公司Cloud NAS-based data migration system
US11720290B2 (en)2009-10-302023-08-08Iii Holdings 2, LlcMemcached server functionality in a cluster of data processing nodes
US11727013B2 (en)*2021-04-092023-08-15Snowflake Inc.Optimized processing of data in different formats
US20230259488A1 (en)*2022-01-252023-08-17Hewlett Packard Enterprise Development LpData index for deduplication storage system
US11735282B2 (en)2021-07-222023-08-22EMC IP Holding Company LLCTest data verification for an ordered event stream storage system
US20230273978A1 (en)*2022-02-252023-08-31West SuhanicSystems and methods for generating and using entity specific data assets
US20230273740A1 (en)*2022-02-282023-08-31Hitachi, Ltd.Copy control device and copy control method
US20230275977A1 (en)*2022-02-282023-08-31Comcast Cable Communications, LlcMethods, systems, and apparatuses for signaling server-associated delays in content delivery
US11748018B2 (en)2020-11-212023-09-05The Migration Company PTY LTDDevices and methods for transferring optimized mass data to the cloud
US20230280922A1 (en)*2020-07-022023-09-07Intel CorporationMethods and apparatus to deduplicate duplicate memory in a cloud computing environment
US11755555B2 (en)2020-10-062023-09-12EMC IP Holding Company LLCStoring an ordered associative array of pairs using an append-only storage medium
US11765101B2 (en)2005-04-072023-09-19Iii Holdings 12, LlcOn-demand access to compute resources
US11762715B2 (en)2020-09-302023-09-19EMC IP Holding Company LLCEmploying triggered retention in an ordered event stream storage system
US11775484B2 (en)2019-08-272023-10-03Vmware, Inc.Fast algorithm to find file system difference for deduplication
US20230315681A1 (en)*2019-12-042023-10-05Commvault Systems, Inc.Optimized restoration of deduplicated data stored in cloud-based storage resources
US11792226B2 (en)2019-02-252023-10-17Oracle International CorporationAutomatic api document generation from scim metadata
US11789639B1 (en)*2022-07-202023-10-17Zhejiang LabMethod and apparatus for screening TB-scale incremental data
US11797220B2 (en)2021-08-202023-10-24Cohesity, Inc.Reducing memory usage in storing metadata
US11816065B2 (en)2021-01-112023-11-14EMC IP Holding Company LLCEvent level retention management for data streams
US20230418497A1 (en)*2021-03-092023-12-28Huawei Technologies Co., Ltd.Memory Controller and Method for Improved Deduplication
US20230421537A1 (en)*2022-06-272023-12-28Sap SeCloud comment storage using per-artifact key
US11874733B2 (en)2015-10-232024-01-16Pure Storage, Inc.Recovering a container storage system
US11893029B2 (en)2021-04-092024-02-06Snowflake Inc.Real-time streaming data ingestion into database tables
US11902356B1 (en)*2022-12-212024-02-13International Business Machines CorporationComputer technology for device forwarding downloads
US11916915B2 (en)*2021-03-092024-02-27Jpmorgan Chase Bank, N.A.Method and system for multiplatform file transfer
US20240086364A1 (en)*2022-09-082024-03-14Carl Zeiss Microscopy GmbhMethod and system for translating a data stream
US20240104050A1 (en)*2022-09-232024-03-28Dell Products L.P.Assessing the effectiveness of an archival job
US20240103973A1 (en)*2022-09-262024-03-28Dell Products L.P.Leveraging file-system metadata for direct to cloud object storage optimization
US20240104081A1 (en)*2021-11-032024-03-28Netapp, Inc.Integrating change tracking of storage objects of a distributed object storage database into a distributed storage system
US20240111715A1 (en)*2022-09-302024-04-04Dell Products L.P.Attribute based asset discovery for intelligent protection
US11954537B2 (en)2021-04-222024-04-09EMC IP Holding Company LLCInformation-unit based scaling of an ordered event stream
US11960937B2 (en)2004-03-132024-04-16Iii Holdings 12, LlcSystem and method for an optimizing reservation in time of compute resources based on prioritization function and reservation policy parameter
US11971850B2 (en)2021-10-152024-04-30EMC IP Holding Company LLCDemoted data retention via a tiered ordered event stream data storage system
US12001881B2 (en)2021-04-122024-06-04EMC IP Holding Company LLCEvent prioritization for an ordered event stream
US12008254B2 (en)2021-01-082024-06-11Western Digital Technologies, Inc.Deduplication of storage device encoded data
US12008266B2 (en)2010-09-152024-06-11Pure Storage, Inc.Efficient read by reconstruction
US12009996B2 (en)2004-06-182024-06-11Iii Holdings 12, LlcSystem and method for providing dynamic provisioning within a compute environment
US20240214278A1 (en)*2014-10-022024-06-27Pure Storage, Inc.Providing Emulated Access to a Remotely Managed Storage System
US12032537B2 (en)2021-03-292024-07-09Cohesity, Inc.Deduplicating metadata based on a common sequence of chunk identifiers
US12032855B2 (en)2021-08-062024-07-09Commvault Systems, Inc.Using an application orchestrator computing environment for automatically scaled deployment of data protection resources needed for data in a production cluster distinct from the application orchestrator or in another application orchestrator computing environment
US12034726B1 (en)*2023-05-312024-07-09Cloudflare, Inc.Logging access types based on inserting tenant control headers into requests
US12045204B2 (en)2019-08-272024-07-23Vmware, Inc.Small in-memory cache to speed up chunk store operation for deduplication
US20240289044A1 (en)*2023-02-232024-08-29Dell Products L.P.System and method for determining the security status of a source device based on the security requirement of the destination device
US12079162B2 (en)2020-03-302024-09-03Pure Storage, Inc.Snapshot management in a storage system
US12093190B2 (en)*2019-11-082024-09-17Nec CorporationRecordation of data in accordance with data compression method and counting reading of the data in accordance with data counting method
US20240311013A1 (en)*2021-11-252024-09-19Huawei Technologies Co., Ltd.Data storage system, intelligent network interface card, and compute node
US20240311341A1 (en)*2023-03-162024-09-19Microsoft Technology Licensing, LlcUsing timed oplocks to determine whether a file is eligible for dehydration
US12099513B2 (en)2021-01-192024-09-24EMC IP Holding Company LLCOrdered event stream event annulment in an ordered event stream storage system
US12120040B2 (en)2005-03-162024-10-15Iii Holdings 12, LlcOn-demand compute environment
US12124477B2 (en)*2022-11-292024-10-22Dell Products L.P.Scalable and system-agnostic replication mechanism between on-premises and cloud storage systems
US20240357009A1 (en)*2021-01-312024-10-24Salesforce, Inc.Cookie-based network location of storage nodes in cloud
US12130708B2 (en)2020-07-102024-10-29Commvault Systems, Inc.Cloud-based air-gapped data storage management system
US12135618B2 (en)2022-07-112024-11-05Commvault Systems, Inc.Protecting configuration data in a clustered container system
US20240403270A1 (en)*2022-05-092024-12-05Netapp, Inc.Object versioning support for a file system
US12164797B2 (en)2022-12-212024-12-10Red Hat, Inc.Replicating storage data and metadata in separate storage layers of a distributed storage system
US12235799B2 (en)2020-03-302025-02-25Pure Storage, Inc.Optimizing a transfer of a file system
US20250086139A1 (en)*2023-09-072025-03-13Ownbackup Ltd.Data archiving system
US20250086142A1 (en)*2023-09-072025-03-13Sap SeIn-memory cache with auto-sizing for faster file reading
US20250085846A1 (en)*2023-09-082025-03-13Dell Products, L.P.Writing multiple data objects to object storage
US12271591B2 (en)*2020-07-092025-04-08Huawei Technologies Co., Ltd.Data reduction method and apparatus
US12282673B2 (en)*2023-03-232025-04-22International Business Machines CorporationLimiting deduplication search domains
US20250138740A1 (en)*2023-10-302025-05-01Nutanix, Inc.Inter-cloud shared content data management
US12333185B2 (en)*2021-09-302025-06-17Hitachi Vantara, Ltd.Storage system and data restoration method
US12353296B2 (en)*2023-07-212025-07-08Dell Products L.P.Conceptualizing sub-assets of file based backups based on directory service of the assets
US12360942B2 (en)2023-01-192025-07-15Commvault Systems, Inc.Selection of a simulated archiving plan for a desired dataset
US12373397B2 (en)2020-03-302025-07-29Pure Storage, Inc.Managing directory-tree operations in file storage
US20250244900A1 (en)*2024-01-262025-07-31Samsung Electronics Co., Ltd.Method for data deduplication of storage apparatus and storage apparatus
US20250245202A1 (en)*2013-03-152025-07-31Comcast Cable Communications, LlcManagement of content
US12380006B2 (en)2020-09-222025-08-05Commvault Systems, Inc.Anti-entropy-based metadata recovery in a strongly consistent distributed data storage system
US12399869B2 (en)2020-03-302025-08-26Pure Storage, Inc.Replicating a file system
US12443762B2 (en)2023-02-232025-10-14Dell Products L.P.System and method for managing a data migration based on a security status of the source storage device

Families Citing this family (1910)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7434219B2 (en)2000-01-312008-10-07Commvault Systems, Inc.Storage of application specific profiles correlating to document versions
US7107298B2 (en)2001-09-282006-09-12Commvault Systems, Inc.System and method for archiving objects in an information store
WO2005109212A2 (en)2004-04-302005-11-17Commvault Systems, Inc.Hierarchical systems providing unified of storage information
US20060101064A1 (en)2004-11-082006-05-11Sharpcast, Inc.Method and apparatus for a file sharing and synchronization system
US20060143132A1 (en)2004-11-302006-06-29Valenti William LMethod and apparatus to enable a market in used digital content
US9621666B2 (en)*2005-05-262017-04-11Citrix Systems, Inc.Systems and methods for enhanced delta compression
US7668884B2 (en)2005-11-282010-02-23Commvault Systems, Inc.Systems and methods for classifying and transferring information in a storage network
US20110010518A1 (en)2005-12-192011-01-13Srinivas KavuriSystems and Methods for Migrating Components in a Hierarchical Storage Network
US8572330B2 (en)2005-12-192013-10-29Commvault Systems, Inc.Systems and methods for granular resource management in a storage network
US20200257596A1 (en)2005-12-192020-08-13Commvault Systems, Inc.Systems and methods of unified reconstruction in storage systems
US9990110B1 (en)2006-08-142018-06-05Akamai Technologies, Inc.Private device cloud for global testing of mobile applications
US8370442B2 (en)2008-08-292013-02-05Commvault Systems, Inc.Method and system for leveraging identified changes to a mail server
US8677091B2 (en)2006-12-182014-03-18Commvault Systems, Inc.Writing data and storage system specific metadata to network attached storage device
US7840537B2 (en)2006-12-222010-11-23Commvault Systems, Inc.System and method for storing redundant information
US8468244B2 (en)*2007-01-052013-06-18Digital Doors, Inc.Digital information infrastructure and method for security designated data and with granular data stores
US8955030B2 (en)*2007-03-232015-02-10Wi-Lan, Inc.System and method for personal content access
US20080235587A1 (en)*2007-03-232008-09-25Nextwave Broadband Inc.System and method for content distribution
US8201096B2 (en)*2007-06-092012-06-12Apple Inc.Browsing or searching user interfaces and other aspects
US20090089184A1 (en)*2007-09-282009-04-02Embarq Holdings Company, LlcContent portal for media distribution
US9756004B2 (en)2007-11-082017-09-05SkypeMessage delivery system and method
US8775441B2 (en)2008-01-162014-07-08Ab Initio Technology LlcManaging an archive for approximate string matching
US9785700B2 (en)2008-02-112017-10-10Nuix Pty LtdSystems and methods for load-balancing by secondary processors in parallelized indexing
WO2009102765A2 (en)2008-02-112009-08-20Nuix North America Inc.Parallelization of electronic discovery document indexing
US9928260B2 (en)2008-02-112018-03-27Nuix Pty LtdSystems and methods for scalable delocalized information governance
US8769048B2 (en)2008-06-182014-07-01Commvault Systems, Inc.Data protection scheduling, such as providing a flexible backup window in a data protection system
US9128883B2 (en)2008-06-192015-09-08Commvault Systems, IncData storage resource allocation by performing abbreviated resource checks based on relative chances of failure of the data storage resources to determine whether data storage requests would fail
US8352954B2 (en)2008-06-192013-01-08Commvault Systems, Inc.Data storage resource allocation by employing dynamic methods and blacklisting resource request pools
US8484162B2 (en)2008-06-242013-07-09Commvault Systems, Inc.De-duplication systems and methods for application-specific data
US8738580B2 (en)*2008-07-232014-05-27Nvidia CorporationCopying files from one directory to another
US8498956B2 (en)2008-08-292013-07-30Oracle International CorporationTechniques for matching a certain class of regular expression-based patterns in data streams
US8725688B2 (en)2008-09-052014-05-13Commvault Systems, Inc.Image level copy or restore, such as image level restore without knowledge of data object metadata
US20100070474A1 (en)2008-09-122010-03-18Lad Kamleshkumar KTransferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration
CA3014839C (en)2008-10-232019-01-08Arlen AndersonFuzzy data operations
US9178842B2 (en)2008-11-052015-11-03Commvault Systems, Inc.Systems and methods for monitoring messaging applications for compliance with a policy
US10521423B2 (en)2008-12-222019-12-31Ctera Networks, Ltd.Apparatus and methods for scanning data in a cloud storage service
US10783121B2 (en)2008-12-222020-09-22Ctera Networks, Ltd.Techniques for optimizing data flows in hybrid cloud storage systems
US8886714B2 (en)2011-08-082014-11-11Ctera Networks Ltd.Remote access service for cloud-enabled network devices
US9473419B2 (en)*2008-12-222016-10-18Ctera Networks, Ltd.Multi-tenant cloud storage system
US9614924B2 (en)2008-12-222017-04-04Ctera Networks Ltd.Storage device and method thereof for integrating network attached storage with cloud storage services
US8401996B2 (en)2009-03-302013-03-19Commvault Systems, Inc.Storing a variable number of instances of data objects
US9430541B1 (en)*2009-04-292016-08-30Netapp, Inc.Data updates in distributed system with data coherency
US8290972B1 (en)*2009-04-292012-10-16Netapp, Inc.System and method for storing and accessing data using a plurality of probabilistic data structures
CN101546342B (en)*2009-05-082012-07-04阿里巴巴集团控股有限公司Method and system for implementing search service
US7953896B2 (en)*2009-05-272011-05-31Microsoft CorporationManaging user accounts and groups in multiple forests
US8401181B2 (en)*2009-06-092013-03-19Emc CorporationSegment deduplication system with encryption of segments
US8731190B2 (en)*2009-06-092014-05-20Emc CorporationSegment deduplication system with encryption and compression of segments
US8762348B2 (en)*2009-06-092014-06-24Emc CorporationSegment deduplication system with compression of segments
JP5480542B2 (en)*2009-06-232014-04-23クロリンエンジニアズ株式会社 Conductive diamond electrode and ozone generator using conductive diamond electrode
US8930306B1 (en)2009-07-082015-01-06Commvault Systems, Inc.Synchronized data deduplication
US9116848B1 (en)*2009-07-152015-08-25Symantec CorporationMethod of detecting data loss using multiple references to a file in a deduplication backup system
US8572401B1 (en)*2009-07-312013-10-29Symantec CorporationSystems and methods for securing data of volume mirrors
WO2011015970A1 (en)*2009-08-042011-02-10Axxana (Israel) Ltd.Data gap management in a remote data mirroring system
US8782086B2 (en)*2009-08-272014-07-15Cleversafe, Inc.Updating dispersed storage network access control information
US8572163B1 (en)*2009-08-312013-10-29Symantec CorporationSystems and methods for deduplicating data based on performance of a deduplication system
US9043279B1 (en)*2009-08-312015-05-26Netapp, Inc.Class based storage allocation method and system
US8370307B2 (en)*2009-09-012013-02-05Empire Technology Development LlcCloud data backup storage manager
US8706867B2 (en)2011-03-312014-04-22Commvault Systems, Inc.Realtime streaming of multimedia content from secondary storage devices
US8793348B2 (en)*2009-09-182014-07-29Group Business Software AgProcess for installing software application and platform operating system
US8499253B2 (en)2009-10-132013-07-30Google Inc.Individualized tab audio controls
US8620879B2 (en)*2009-10-132013-12-31Google Inc.Cloud based file storage service
US9774702B2 (en)*2009-10-192017-09-26Tritan Software CorporationSystem and method of employing a client side device to access local and remote data during communication disruptions
US9973582B2 (en)2009-10-192018-05-15Tritan Software InternationalMethod and apparatus for bi-directional communication and data replication between multiple locations during intermittent connectivity
JP5099100B2 (en)*2009-10-202012-12-12富士通株式会社 Billing amount calculation program, billing amount calculation apparatus, and billing amount calculation method
US9507799B1 (en)*2009-12-082016-11-29Netapp, Inc.Distributed object store for network-based content repository
WO2011069705A1 (en)*2009-12-102011-06-16International Business Machines CorporationData storage system and method
US8396989B2 (en)*2009-12-112013-03-12International Business Machines CorporationResource planning and data interchange functionality within a cloud computing environment
US20110145393A1 (en)*2009-12-132011-06-16Tami Ben-ZviMethod for dynamic reservation of cloud and on premises computing resources for software execution
US8495153B1 (en)*2009-12-142013-07-23Emc CorporationDistribution of messages in nodes connected by a grid architecture
US9430494B2 (en)2009-12-282016-08-30Oracle International CorporationSpatial data cartridge for event processing systems
US9305057B2 (en)2009-12-282016-04-05Oracle International CorporationExtensible indexing framework using data cartridges
US9098456B2 (en)*2010-01-132015-08-04International Business Machines CorporationSystem and method for reducing latency time with cloud services
US8401185B1 (en)*2010-02-012013-03-19Symantec CorporationSystems and methods for securely deduplicating data owned by multiple entities
US8650157B1 (en)*2010-02-102014-02-11Symantec CorporationSystems and methods for deduplicating data transferred via physical storage media
US8898287B2 (en)*2010-02-242014-11-25Salesforce.Com, Inc.System, method and computer program product for monitoring data activity utilizing a shared data store
US10180572B2 (en)2010-02-282019-01-15Microsoft Technology Licensing, LlcAR glasses with event and user action control of external applications
WO2011106797A1 (en)2010-02-282011-09-01Osterhout Group, Inc.Projection triggering through an external marker in an augmented reality eyepiece
US8488246B2 (en)2010-02-282013-07-16Osterhout Group, Inc.See-through near-eye display glasses including a curved polarizing film in the image source, a partially reflective, partially transmitting optical element and an optically flat film
US9223134B2 (en)2010-02-282015-12-29Microsoft Technology Licensing, LlcOptical imperfections in a light transmissive illumination system for see-through near-eye display glasses
US9229227B2 (en)2010-02-282016-01-05Microsoft Technology Licensing, LlcSee-through near-eye display glasses with a light transmissive wedge shaped illumination system
US20120249797A1 (en)2010-02-282012-10-04Osterhout Group, Inc.Head-worn adaptive display
US9097890B2 (en)2010-02-282015-08-04Microsoft Technology Licensing, LlcGrating in a light transmissive illumination system for see-through near-eye display glasses
US9091851B2 (en)2010-02-282015-07-28Microsoft Technology Licensing, LlcLight control in head mounted displays
US9366862B2 (en)2010-02-282016-06-14Microsoft Technology Licensing, LlcSystem and method for delivering content to a group of see-through near eye display eyepieces
US9759917B2 (en)2010-02-282017-09-12Microsoft Technology Licensing, LlcAR glasses with event and sensor triggered AR eyepiece interface to external devices
US9285589B2 (en)2010-02-282016-03-15Microsoft Technology Licensing, LlcAR glasses with event and sensor triggered control of AR eyepiece applications
US9129295B2 (en)2010-02-282015-09-08Microsoft Technology Licensing, LlcSee-through near-eye display glasses with a fast response photochromic film system for quick transition from dark to clear
US9182596B2 (en)2010-02-282015-11-10Microsoft Technology Licensing, LlcSee-through near-eye display glasses with the optical assembly including absorptive polarizers or anti-reflective coatings to reduce stray light
US9134534B2 (en)2010-02-282015-09-15Microsoft Technology Licensing, LlcSee-through near-eye display glasses including a modular image source
US8482859B2 (en)2010-02-282013-07-09Osterhout Group, Inc.See-through near-eye display glasses wherein image light is transmitted to and reflected from an optically flat film
US9341843B2 (en)2010-02-282016-05-17Microsoft Technology Licensing, LlcSee-through near-eye display glasses with a small scale image source
US8472120B2 (en)2010-02-282013-06-25Osterhout Group, Inc.See-through near-eye display glasses with a small scale image source
US8467133B2 (en)2010-02-282013-06-18Osterhout Group, Inc.See-through display with an optical assembly including a wedge-shaped illumination system
US9128281B2 (en)2010-09-142015-09-08Microsoft Technology Licensing, LlcEyepiece with uniformly illuminated reflective display
US20150309316A1 (en)2011-04-062015-10-29Microsoft Technology Licensing, LlcAr glasses with predictive control of external device based on event input
US9097891B2 (en)2010-02-282015-08-04Microsoft Technology Licensing, LlcSee-through near-eye display glasses including an auto-brightness control for the display brightness based on the brightness in the environment
US8477425B2 (en)2010-02-282013-07-02Osterhout Group, Inc.See-through near-eye display glasses including a partially reflective, partially transmitting optical element
CN102792281B (en)*2010-03-042015-11-25日本电气株式会社Memory device
US8527705B2 (en)*2010-03-162013-09-03Cleversafe, Inc.Temporarily caching an encoded data slice
US8806014B2 (en)*2010-03-192014-08-12Novell, Inc.Techniques for intelligent service deployment
US20110231521A1 (en)*2010-03-222011-09-22Mobitv, Inc.Media convergence platform
JP4892072B2 (en)*2010-03-242012-03-07株式会社東芝 Storage device that eliminates duplicate data in cooperation with host device, storage system including the storage device, and deduplication method in the system
US8504400B2 (en)2010-03-242013-08-06International Business Machines CorporationDynamically optimized distributed cloud computing-based business process management (BPM) system
US8694467B2 (en)*2010-03-312014-04-08Xerox CorporationRandom number based data integrity verification method and system for distributed cloud storage
US9755856B1 (en)*2010-04-132017-09-05West CorporationMethod, apparatus and computer program to provide access to client records and data resources
US8438244B2 (en)2010-04-192013-05-07Microsoft CorporationBandwidth-proportioned datacenters
US9454441B2 (en)2010-04-192016-09-27Microsoft Technology Licensing, LlcData layout for recovery and durability
US9813529B2 (en)2011-04-282017-11-07Microsoft Technology Licensing, LlcEffective circuits in packet-switched networks
US8447833B2 (en)2010-04-192013-05-21Microsoft CorporationReading and writing during cluster growth phase
US8996611B2 (en)2011-01-312015-03-31Microsoft Technology Licensing, LlcParallel serialization of request processing
US9170892B2 (en)2010-04-192015-10-27Microsoft Technology Licensing, LlcServer failure recovery
US8533299B2 (en)2010-04-192013-09-10Microsoft CorporationLocator table and client library for datacenters
US9432373B2 (en)2010-04-232016-08-30Apple Inc.One step security system in a network storage system
US8484136B2 (en)*2010-04-262013-07-09Ca, Inc.Brokering and payment optimization for cloud computing
US8452957B2 (en)*2010-04-272013-05-28Telefonaktiebolaget L M Ericsson (Publ)Method and nodes for providing secure access to cloud computing for mobile users
US8381217B1 (en)*2010-04-302013-02-19Netapp, Inc.System and method for preventing resource over-commitment due to remote management in a clustered network storage system
US8260913B2 (en)*2010-05-062012-09-04Go Daddy Operating Company, LLCReading a file from a cloud storage solution
US9075663B2 (en)*2010-05-122015-07-07Samsung Electronics Co., Ltd.Cloud-based web workers and storages
EP2569710A4 (en)*2010-05-132014-01-22Hewlett Packard Development CoFile system migration
US8301715B2 (en)*2010-05-202012-10-30Sandisk Il Ltd.Host device and method for accessing a virtual file in a storage device by bypassing a cache in the host device
US8639791B2 (en)*2010-05-202014-01-28Novell, Inc.Techniques for evaluating and managing cloud networks
TW201142646A (en)*2010-05-212011-12-01xiang-yu LiCloud data storage system
US9202225B2 (en)*2010-05-282015-12-01Red Hat, Inc.Aggregate monitoring of utilization data for vendor products in cloud networks
US9083762B2 (en)2010-05-282015-07-14Greg SaundersSystem and method for providing hybrid on demand services to a work unit
US8504526B2 (en)2010-06-042013-08-06Commvault Systems, Inc.Failover systems and methods for performing backup operations
US8892632B2 (en)*2010-06-042014-11-18Microsoft CorporationClient-server interaction frequency control
US9292533B2 (en)*2010-06-082016-03-22Dell Products L.P.Systems and methods for improving storage efficiency in an information handling system
US8996647B2 (en)*2010-06-092015-03-31International Business Machines CorporationOptimizing storage between mobile devices and cloud storage providers
US9730037B2 (en)*2010-06-162017-08-08Microsoft CorporationCellular data communication for mobile devices
US20110314071A1 (en)*2010-06-172011-12-22Openwave Systems Inc.Metadata-based data access and control
US9106675B2 (en)*2010-06-172015-08-11International Business Machines CorporationIntelligent network storage planning within a clustered computing environment
US8407689B2 (en)*2010-06-252013-03-26Microsoft CorporationUpdating nodes considering service model constraints
US8321487B1 (en)*2010-06-302012-11-27Emc CorporationRecovery of directory information
WO2012000059A1 (en)*2010-07-022012-01-05Metacdn Pty LtdSystems and methods for storing digital content
US8250135B2 (en)*2010-07-092012-08-21Sap AgBrokered cloud computing architecture
US20120016721A1 (en)*2010-07-152012-01-19Joseph WeinmanPrice and Utility Optimization for Cloud Computing Resources
US9450834B2 (en)2010-07-192016-09-20Soasta, Inc.Animated globe showing real-time web user performance measurements
US9251035B1 (en)2010-07-192016-02-02Soasta, Inc.Load test charts with standard deviation and percentile statistics
US20120030343A1 (en)2010-07-292012-02-02Apple Inc.Dynamic migration within a network storage system
US10152524B2 (en)*2012-07-302018-12-11Spatial Digital Systems, Inc.Wavefront muxing and demuxing for cloud data storage and transport
US10120873B2 (en)*2010-08-022018-11-06Spatial Digital Systems, Inc.Survivable cloud data storage and transport
CA2808124A1 (en)2010-08-122012-02-16Don MartinSystems and methods for secure remote storage of data
US8769269B2 (en)*2010-08-122014-07-01International Business Machines CorporationCloud data management
US20120047247A1 (en)*2010-08-182012-02-23Openwave Systems Inc.System and method for allowing data traffic search
US20120047339A1 (en)*2010-08-202012-02-23Dan DecasperRedundant array of independent clouds
US9215264B1 (en)*2010-08-202015-12-15Symantec CorporationTechniques for monitoring secure cloud based content
JP5821298B2 (en)2010-08-232015-11-24株式会社リコー Web service providing system, server device, method and program
US8650159B1 (en)*2010-08-262014-02-11Symantec CorporationSystems and methods for managing data in cloud storage using deduplication techniques
JP5625634B2 (en)*2010-09-012014-11-19富士通株式会社 Data distribution program, data storage program, data distribution device, data storage device, data distribution method, and data storage method
US8495392B1 (en)2010-09-022013-07-23Symantec CorporationSystems and methods for securely deduplicating data owned by multiple entities
US8392376B2 (en)*2010-09-032013-03-05Symantec CorporationSystem and method for scalable reference management in a deduplication based storage system
US8468352B2 (en)*2010-09-172013-06-18Microsoft CorporationRetrieving and using cloud based storage credentials
US8676593B2 (en)*2010-09-232014-03-18International Business Machines CorporationGeographic governance of data over clouds
US8924675B1 (en)*2010-09-242014-12-30Emc CorporationSelective migration of physical data
US8799226B2 (en)*2010-09-282014-08-05International Business Machines CorporationPrioritization of data items for backup in a computing environment
US9774489B1 (en)*2010-09-292017-09-26Amazon Technologies, Inc.Allocating computing resources according to reserved capacity
US9235474B1 (en)*2011-02-172016-01-12Axcient, Inc.Systems and methods for maintaining a virtual failover volume of a target computing system
US8954544B2 (en)2010-09-302015-02-10Axcient, Inc.Cloud-based virtual machines and offices
US8924360B1 (en)2010-09-302014-12-30Axcient, Inc.Systems and methods for restoring a file
US8572340B2 (en)2010-09-302013-10-29Commvault Systems, Inc.Systems and methods for retaining and using data block signatures in data protection operations
US10284437B2 (en)2010-09-302019-05-07Efolder, Inc.Cloud-based virtual machines and offices
US8935492B2 (en)2010-09-302015-01-13Commvault Systems, Inc.Archiving data objects using secondary copies
US8577851B2 (en)2010-09-302013-11-05Commvault Systems, Inc.Content aligned block-based deduplication
US9705730B1 (en)2013-05-072017-07-11Axcient, Inc.Cloud storage using Merkle trees
EP2622469B1 (en)2010-09-302019-11-13Commvault Systems, Inc.Efficient data management improvements, such as docking limited-feature data management modules to a full-featured data management system
US8589350B1 (en)2012-04-022013-11-19Axcient, Inc.Systems, methods, and media for synthesizing views of file system backups
CA2716544C (en)2010-10-082014-05-20Traffix Communication Systems Ltd.Method and system for providing network services
US8886613B2 (en)*2010-10-122014-11-11Don DoernerPrioritizing data deduplication
US8429659B2 (en)*2010-10-192013-04-23International Business Machines CorporationScheduling jobs within a cloud computing environment
US20120101731A1 (en)*2010-10-212012-04-26Baker Hughes IncorporatedExtending Data Retention of a Data Storage Device Downhole
US9244936B1 (en)*2010-10-282016-01-26Symantec CorporationSystems and methods for enabling deduplication of attachment files within a database
US8589355B2 (en)*2010-10-292013-11-19International Business Machines CorporationData storage in a cloud
US8595328B2 (en)*2010-11-032013-11-26International Business Machines CorporationSelf-updating node controller for an endpoint in a cloud computing environment
US9690499B1 (en)*2010-11-042017-06-27Veritas TechnologiesSystems and methods for cloud-based data protection storage
TW201220070A (en)*2010-11-052012-05-16Inventec CorpCloud computing system and data accessing method thereof
US8862876B2 (en)2010-11-092014-10-14International Business Machines CorporationMethod and system for deleting data
US9189280B2 (en)2010-11-182015-11-17Oracle International CorporationTracking large numbers of moving objects in an event processing system
US8909784B2 (en)*2010-11-232014-12-09Red Hat, Inc.Migrating subscribed services from a set of clouds to a second set of clouds
US10162553B2 (en)*2010-11-242018-12-25Western Digital Technologies, Inc.Methods and systems for object level de-duplication for solid state devices
US8595512B2 (en)*2010-11-292013-11-26Beijing Z & W Technology Consulting Co., LtdData control method of cloud storage
US8495108B2 (en)*2010-11-302013-07-23International Business Machines CorporationVirtual node subpool management
KR101191914B1 (en)*2010-12-072012-10-17(주)이스트소프트File management method in the web storage system
US9210031B1 (en)*2010-12-092015-12-08Amazon Technologies, Inc.Brokering for application hosting computing resources of multiple vendor-specific provisioned computing environments
US9020992B1 (en)*2010-12-092015-04-28Symantec CorporationSystems and methods for facilitating file archiving
US20120150925A1 (en)*2010-12-102012-06-14International Business Machines CorporationProactive Method for Improved Reliability for Sustained Persistence of Immutable Files in Storage Clouds
US20120150818A1 (en)2010-12-142012-06-14Commvault Systems, Inc.Client-side repository in a networked deduplicated storage system
US9020900B2 (en)2010-12-142015-04-28Commvault Systems, Inc.Distributed deduplicated storage system
US8380681B2 (en)*2010-12-162013-02-19Microsoft CorporationExtensible pipeline for data deduplication
US9933978B2 (en)2010-12-162018-04-03International Business Machines CorporationMethod and system for processing data
IL210169A0 (en)2010-12-222011-03-31Yehuda BinderSystem and method for routing-based internet security
US9442671B1 (en)*2010-12-232016-09-13Emc CorporationDistributed consumer cloud storage system
JP5664229B2 (en)*2010-12-282015-02-04ソニー株式会社 Transmission device, transmission method, and program
US20120179904A1 (en)*2011-01-112012-07-12Safenet, Inc.Remote Pre-Boot Authentication
US20120179779A1 (en)*2011-01-122012-07-12Dolphin Enterprise Solutions Corporation d/b/a DolphinSystem and method for data storage and retrieval
US8615588B2 (en)*2011-01-202013-12-24International Business Machines CorporationAccelerate copying of virtual machine images
US9128768B2 (en)2011-01-272015-09-08Microsoft Technology Licensing, LCCCloud based master data management
US9584949B2 (en)2011-01-272017-02-28Microsoft Technology Licensing, LlcCloud based master data management architecture
US20120198018A1 (en)*2011-01-272012-08-02Microsoft CorporationSecurely publishing data to network service
DE112011104787B4 (en)*2011-01-282019-05-16Hewlett-Packard Development Company, L.P. Use of content via personal clouds
DE102011011284A1 (en)*2011-02-152012-08-16Christmann Informationstechnik + Medien Gmbh & Co. KgMethod for de-duplication of data stored in storage medium, involves checking whether write requests not executed by computer system exists and generating one or more new references already recognized as no longer required signatures
US8886674B1 (en)2011-02-182014-11-11The Directv Group, Inc.Method and system for entitling a user device to receive content from data from an external source
US8612598B1 (en)*2011-02-182013-12-17The Directv Group, Inc.Method and system for ingesting content schedule data from an external source
US8718978B2 (en)*2011-02-282014-05-06Apple Inc.Performance logging framework
US8473459B2 (en)*2011-02-282013-06-25International Business Machines CorporationWorkload learning in data replication environments
US9413811B2 (en)*2011-02-282016-08-09Red Hat, Inc.Establishing upload channels to a cloud data distribution service
US9225791B2 (en)*2011-02-282015-12-29Red Hat, Inc.Staged data migration between data sources and cloud-based storage network
US8606878B2 (en)2011-02-282013-12-10Red Hat, Inc.Systems and methods for de-populating cloud data store
TWI478088B (en)*2011-03-022015-03-21Chunghwa Telecom Co Ltd Cloud Services On Demand Service System
US20120226722A1 (en)2011-03-022012-09-06International Business Machines CorporationSystems, methods, and computer program products for secure multi-enterprise storage
US8538926B2 (en)*2011-03-082013-09-17Rackspace Us, Inc.Massively scalable object storage system for storing object replicas
US8849768B1 (en)*2011-03-082014-09-30Symantec CorporationSystems and methods for classifying files as candidates for deduplication
US9483354B1 (en)*2011-03-112016-11-01Veritas Technologies LlcTechniques for providing data management using a backup data bank system
US9317377B1 (en)*2011-03-232016-04-19Riverbed Technology, Inc.Single-ended deduplication using cloud storage protocol
CN102170440B (en)*2011-03-242013-12-04北京大学Method suitable for safely migrating data between storage clouds
US8924500B2 (en)2011-03-292014-12-30Amazon Technologies, Inc.Local storage linked to networked storage system
JP5501280B2 (en)*2011-03-312014-05-21株式会社日立ソリューションズ Information processing system, backup management method, and program
US8849762B2 (en)*2011-03-312014-09-30Commvault Systems, Inc.Restoring computing environments, such as autorecovery of file systems at certain points in time
US8751449B2 (en)2011-04-042014-06-10Symantec CorporationManaging performance within an enterprise object store file system
IN2012DE01081A (en)*2011-04-142015-07-31Unisys Corp
IN2012DE01080A (en)*2011-04-142015-07-31Unisys Corp
US8930653B1 (en)2011-04-182015-01-06American Megatrends, Inc.Data de-duplication for information storage systems
US8954399B1 (en)*2011-04-182015-02-10American Megatrends, Inc.Data de-duplication for information storage systems
US8868602B2 (en)*2011-04-192014-10-21Cinemo GmbhDatabase manager and method and computer program for managing a database
US20140297535A1 (en)*2011-04-262014-10-02Docupace Technologies, Inc.System and Method for Compliant Integrated Workflow
US9323466B2 (en)2011-04-272016-04-26Commvault Systems, Inc.System and method for client policy assignment in a data storage system
US9785498B2 (en)2011-04-292017-10-10Tata Consultancy Services LimitedArchival storage and retrieval system
US9037564B2 (en)*2011-04-292015-05-19Stephen LesavichMethod and system for electronic content storage and retrieval with galois fields on cloud computing networks
US9569771B2 (en)2011-04-292017-02-14Stephen LesavichMethod and system for storage and retrieval of blockchain blocks using galois fields
US9137250B2 (en)2011-04-292015-09-15Stephen LesavichMethod and system for electronic content storage and retrieval using galois fields and information entropy on cloud computing networks
US9361479B2 (en)2011-04-292016-06-07Stephen LesavichMethod and system for electronic content storage and retrieval using Galois fields and geometric shapes on cloud computing networks
US8819768B1 (en)2011-05-032014-08-26Robert KoetenSplit password vault
US8996480B2 (en)*2011-05-042015-03-31International Business Machines CorporationMethod and apparatus for optimizing data storage
ES2536654T3 (en)*2011-05-062015-05-27Seclous Gmbh Procedure for storing data on a central server
US8990416B2 (en)2011-05-062015-03-24Oracle International CorporationSupport for a new insert stream (ISTREAM) operation in complex event processing (CEP)
CN102170476B (en)*2011-05-092015-07-22中兴通讯股份有限公司Cloud computing method and device based on cloud node autonomic learning
US9031901B1 (en)*2011-05-102015-05-12Symantec CorporationFlexible database schema
US9519555B2 (en)2011-05-232016-12-13Microsoft Technology Licensing, LlcSynchronous replication in a distributed storage environment
US9251021B2 (en)2011-05-232016-02-02Bradley Gene CalderAsynchronous replication in a distributed storage environment
CN102801757A (en)*2011-05-252012-11-28英业达股份有限公司 Point-to-point transmission deduplication processing method and system thereof
US9137304B2 (en)*2011-05-252015-09-15Alcatel LucentMethod and apparatus for achieving data security in a distributed cloud computing environment
US9262498B2 (en)*2011-05-272016-02-16Red Hat, Inc.Generating optimized host placement of data payload in cloud-based storage network
CN102196049B (en)*2011-05-312013-06-26北京大学 Applicable method for secure migration of data in storage cloud
AU2012261972A1 (en)*2011-06-012014-01-09Security First Corp.Systems and methods for secure distributed storage
US8868859B2 (en)2011-06-032014-10-21Apple Inc.Methods and apparatus for multi-source restore
US9201895B2 (en)2011-06-032015-12-01Apple Inc.Management of downloads from a network-based digital data repository based on network performance
US8819471B2 (en)2011-06-032014-08-26Apple Inc.Methods and apparatus for power state based backup
US9465696B2 (en)2011-06-032016-10-11Apple Inc.Methods and apparatus for multi-phase multi-source backup
US9411687B2 (en)2011-06-032016-08-09Apple Inc.Methods and apparatus for interface in multi-phase restore
JP5740529B2 (en)*2011-06-032015-06-24アップル インコーポレイテッド Cloud storage
US20120310762A1 (en)*2011-06-032012-12-06Robbin Jeffrey LRemote Storage of Acquired Data at Network-Based Data Repository
US8793215B2 (en)2011-06-042014-07-29Recommind, Inc.Systems and methods for publishing datasets
US9118642B2 (en)*2011-06-052015-08-25Apple Inc.Asset streaming
US10585766B2 (en)2011-06-062020-03-10Microsoft Technology Licensing, LlcAutomatic configuration of a recovery service
US8938638B2 (en)2011-06-062015-01-20Microsoft CorporationRecovery service location for a service
DE102011077218B4 (en)2011-06-082023-12-14Servicenow, Inc. Access to data stored in a cloud
US8904128B2 (en)*2011-06-082014-12-02Hewlett-Packard Development Company, L.P.Processing a request to restore deduplicated data
US9436292B1 (en)*2011-06-082016-09-06Emc CorporationMethod for replicating data in a backup storage system using a cost function
US9396290B2 (en)*2011-06-092016-07-19Cloudian Holdings, Inc.Hybrid data management system and method for managing large, varying datasets
US20120317082A1 (en)*2011-06-132012-12-13Microsoft CorporationQuery-based information hold
US8706869B2 (en)*2011-06-142014-04-22International Business Machines CorporationDistributed cloud placement software
US20120323601A1 (en)*2011-06-142012-12-20Microsoft CorporationDistributed sharing of electronic medical records
US8856260B2 (en)*2011-06-142014-10-07Microsoft CorporationProviding access to shared state data
US20120323821A1 (en)*2011-06-152012-12-20International Business Machines CorporationMethods for billing for data storage in a tiered data storage system
US9069477B1 (en)*2011-06-162015-06-30Amazon Technologies, Inc.Reuse of dynamically allocated memory
CN103477612B (en)2011-06-172016-10-05华为技术有限公司Expanded to connect the cloud service control of network level and management framework
US8983911B2 (en)2011-06-202015-03-17Microsoft Technology Licensing, LlcStorage media abstraction for uniform data storage
US8694525B2 (en)*2011-06-242014-04-08Sas Institute Inc.Systems and methods for performing index joins using auto generative queries
US8843502B2 (en)2011-06-242014-09-23Microsoft CorporationSorting a dataset of incrementally received data
US9697051B2 (en)*2011-06-272017-07-04Nokia Technologies OyMethod and apparatus for providing services via cloud-based analytics
US10013281B2 (en)*2011-06-292018-07-03Microsoft Technology Licensing, LlcControlling network utilization
US8856190B2 (en)*2011-06-302014-10-07Accenture Global Services LimitedDistributed computing system hierarchal structure manipulation
US9323655B1 (en)*2011-06-302016-04-26Emc CorporationLocation of data among storage tiers
US9965381B1 (en)*2011-06-302018-05-08EMC IP Holding Company LLCIndentifying data for placement in a storage system
US8060533B1 (en)2011-07-072011-11-15Google Inc.Panel-based management of data objects from a plurality of data sources
US9329975B2 (en)2011-07-072016-05-03Oracle International CorporationContinuous query language (CQL) debugger in complex event processing (CEP)
US8751538B1 (en)2011-07-072014-06-10Google Inc.Method and apparatus for panel-based management of data
US11016702B2 (en)2011-07-272021-05-25Pure Storage, Inc.Hierarchical event tree
US12099752B2 (en)2011-07-272024-09-24Pure Storage, Inc.Error prediction based on correlation using event records
US10678619B2 (en)2011-07-272020-06-09Pure Storage, Inc.Unified logs and device statistics
US9135098B2 (en)*2011-07-272015-09-15Cleversafe, Inc.Modifying dispersed storage network event records
EP2551781A1 (en)*2011-07-292013-01-30British Telecommunications Public Limited CompanyData analysis system
US8983915B2 (en)2011-08-012015-03-17Actifio, Inc.Successive data fingerprinting for copy accuracy assurance
US20130036272A1 (en)*2011-08-022013-02-07Microsoft CorporationStorage engine node for cloud-based storage
US9141785B2 (en)*2011-08-032015-09-22Cloudbyte, Inc.Techniques for providing tenant based storage security and service level assurance in cloud storage environment
US9204175B2 (en)*2011-08-032015-12-01Microsoft Technology Licensing, LlcProviding partial file stream for generating thumbnail
US8849819B2 (en)*2011-08-052014-09-30Deacon JohnsonSystem and method for controlling and organizing metadata associated with on-line content
US8533231B2 (en)*2011-08-122013-09-10Nexenta Systems, Inc.Cloud storage system with distributed metadata
US20170123931A1 (en)*2011-08-122017-05-04Nexenta Systems, Inc.Object Storage System with a Distributed Namespace and Snapshot and Cloning Features
CN102907041B (en)2011-08-122016-01-13华为技术有限公司A kind of data-sharing systems, data distribution systems and data guard method
US8849759B2 (en)2012-01-132014-09-30Nexenta Systems, Inc.Unified local storage supporting file and cloud object access
US20130212399A1 (en)*2011-08-172013-08-15Geoffrey I. CairnsTravel Vault
US8682942B1 (en)2011-08-232014-03-25Amazon Technologies, Inc.System and method for performing object-modifying commands in an unstructured storage service
US8307089B1 (en)*2011-08-292012-11-06Ariel Inventions, LlcSystem and method for storing broadcast content in a cloud-based computing environment
US9531801B1 (en)*2011-08-302016-12-27Virtual Command, LLCDynamic information technology multi-directional multi-protocol resource convergence system
US8832035B2 (en)2011-08-302014-09-09Netapp, Inc.System and method for retaining deduplication in a storage object after a clone split operation
US8635607B2 (en)2011-08-302014-01-21Microsoft CorporationCloud-based build service
US8954448B1 (en)2011-08-312015-02-10Amazon Technologies, Inc.Presenting content related to current media consumption
US8793378B2 (en)2011-09-012014-07-29International Business Machines CorporationIdentifying services and associated capabilities in a networked computing environment
US20130067232A1 (en)*2011-09-092013-03-14Kai Chung CHEUNGMETHOD AND SYSTEM FOR CREDENTIAL MANAGEMENT AND DATA ENCRYPTION FOR iOS BASED DEVICES
US20130067346A1 (en)*2011-09-092013-03-14Microsoft CorporationContent User Experience
US20130073692A1 (en)*2011-09-152013-03-21Ibromed CorporationSystems and methods for receiver-controlled data distribution
US8620886B1 (en)*2011-09-202013-12-31Netapp Inc.Host side deduplication
US9449013B2 (en)*2011-09-232016-09-20Dell Products L.P.Application transparent deduplication data
US9336250B1 (en)*2011-09-232016-05-10Veritas Technologies, LLCSystems and methods for efficiently backing up data
US9442951B2 (en)*2011-09-232016-09-13Dell Products L.P.Maintaining deduplication data in native file formats
US8965937B2 (en)*2011-09-282015-02-24International Business Machines CorporationAutomated selection of functions to reduce storage capacity based on performance requirements
WO2013049730A1 (en)*2011-09-292013-04-04Fingi Inc.Systems, methods and devices that allow hotel guests to interface with a hotel via an integrated network system
US9135116B1 (en)*2011-09-292015-09-15Emc CorporationCloud enabled filesystems provided by an agent which interfaces with a file system on a data source device
US9372827B2 (en)2011-09-302016-06-21Commvault Systems, Inc.Migration of an existing computing system to new hardware
US8930320B2 (en)*2011-09-302015-01-06Accenture Global Services LimitedDistributed computing backup and recovery system
US9116633B2 (en)2011-09-302015-08-25Commvault Systems, Inc.Information management of virtual machines having mapped storage devices
US9836340B2 (en)*2011-10-032017-12-05International Business Machines CorporationSafe management of data storage using a volume manager
US9817733B2 (en)*2011-10-052017-11-14International Business Machines CorporationResource recovery for checkpoint-based high-availability in a virtualized environment
US9043480B2 (en)2011-10-112015-05-26Citrix Systems, Inc.Policy-based application management
US20140032733A1 (en)2011-10-112014-01-30Citrix Systems, Inc.Policy-Based Application Management
US9215225B2 (en)2013-03-292015-12-15Citrix Systems, Inc.Mobile device locking with context
US9137262B2 (en)2011-10-112015-09-15Citrix Systems, Inc.Providing secure mobile device access to enterprise resources using application tunnels
US20140040979A1 (en)2011-10-112014-02-06Citrix Systems, Inc.Policy-Based Application Management
US9280377B2 (en)2013-03-292016-03-08Citrix Systems, Inc.Application with multiple operation modes
US9043184B1 (en)*2011-10-122015-05-26Netapp, Inc.System and method for identifying underutilized storage capacity
US9201610B2 (en)*2011-10-142015-12-01Verizon Patent And Licensing Inc.Cloud-based storage deprovisioning
US9009220B2 (en)*2011-10-142015-04-14Mimecast North America Inc.Analyzing stored electronic communications
US9092375B1 (en)2011-10-242015-07-28Symantec CorporationCloud-based instant volume restore with data source switchover feature
WO2013065084A1 (en)*2011-11-012013-05-10Hitachi, Ltd.Information system and method for managing data
WO2013070800A1 (en)2011-11-072013-05-16Nexgen Storage, Inc.Primary data storage system with quality of service
WO2013070792A1 (en)*2011-11-072013-05-16Nexgen Storage, Inc.Primary data storage system with staged deduplication
US10216651B2 (en)2011-11-072019-02-26Nexgen Storage, Inc.Primary data storage system with data tiering
US9836514B2 (en)2011-11-072017-12-05Empire Technology Development LlcCache based key-value store mapping and replication
US20130117157A1 (en)*2011-11-092013-05-09Gravitant, Inc.Optimally sourcing services in hybrid cloud environments
US8612284B1 (en)*2011-11-092013-12-17Parallels IP Holdings GmbHQuality of service differentiated cloud storage
EP2592860B1 (en)*2011-11-102018-06-13Viavi Solutions UK LimitedGeolocation information storage system for mobile communications data
US9143563B2 (en)*2011-11-112015-09-22Rockwell Automation Technologies, Inc.Integrated and scalable architecture for accessing and delivering data
US20130124480A1 (en)*2011-11-142013-05-16Clint ChuaSystem and Method for Viewer Based Image Metadata Sanitization
US9361355B2 (en)*2011-11-152016-06-07Ab Initio Technology LlcData clustering based on candidate queries
US9529829B1 (en)*2011-11-182016-12-27Veritas Technologies LlcSystem and method to facilitate the use of processed data from a storage system to perform tasks
US9203625B2 (en)*2011-11-282015-12-01Cleversafe, Inc.Transferring encoded data slices in a distributed storage network
US9749132B1 (en)*2011-11-282017-08-29Amazon Technologies, Inc.System and method for secure deletion of data
US8468138B1 (en)*2011-12-022013-06-18International Business Machines CorporationManaging redundant immutable files using deduplication in storage clouds
US8504595B2 (en)*2011-12-072013-08-06Jeffrey TofanoDe-duplication for a global coherent de-duplication repository
US20130151688A1 (en)*2011-12-072013-06-13Alcatel-Lucent Usa Inc.Optimization mechanisms for latency reduction and elasticity improvement in geographically distributed data centers
KR101583748B1 (en)*2011-12-082016-01-19엠파이어 테크놀로지 디벨롭먼트 엘엘씨Storage discounts for allowing cross-user deduplication
US8769627B1 (en)*2011-12-082014-07-01Symantec CorporationSystems and methods for validating ownership of deduplicated data
US20130151535A1 (en)*2011-12-092013-06-13Canon Kabushiki KaishaDistributed indexing of data
US8621653B2 (en)2011-12-122013-12-31Microsoft CorporationSecure location collection and analysis service
US8751820B2 (en)*2011-12-132014-06-10Unisys CorporationInterfaces for combining calls in an emulated environment
US8990163B2 (en)*2011-12-152015-03-24Sap SeSnapshot of distributed enterprise business data stored in various cloud services
WO2013088485A1 (en)*2011-12-162013-06-20Hitachi, Ltd.Computer system and volume migration control method using the same
WO2013093960A1 (en)*2011-12-202013-06-27Hitachi, Ltd.Storage system and method for controlling storage system
US9361263B1 (en)*2011-12-212016-06-07Emc CorporationCo-located clouds, vertically integrated clouds, and federated clouds
US8881256B1 (en)2011-12-212014-11-04Amazon Technologies, Inc.Portable access to auditing information
US10095587B1 (en)*2011-12-232018-10-09EMC IP Holding Company LLCRestricted data zones for backup servers
US9098344B2 (en)2011-12-272015-08-04Microsoft Technology Licensing, LlcCloud-edge topologies
WO2013102506A2 (en)*2012-01-022013-07-11International Business Machines CorporationMethod and system for backup and recovery
US9858149B2 (en)*2012-01-032018-01-02Microsoft Technology Licensing, LlcAccessing overlay media over a network connection
US9904435B2 (en)2012-01-062018-02-27Box, Inc.System and method for actionable event generation for task delegation and management via a discussion forum in a web-based collaboration environment
US8812454B2 (en)*2012-01-122014-08-19Alcatel LucentApparatus and method for managing storage of data blocks
US9164997B2 (en)2012-01-192015-10-20Microsoft Technology Licensing, LlcRecognizing cloud content
WO2013111297A1 (en)*2012-01-262013-08-01株式会社日立製作所Information storage system administration system and administration method thereof
US8914498B2 (en)*2012-02-092014-12-16International Business Machines CorporationCalculating a checksum with inactive networking components in a computing system
US9424433B2 (en)*2012-02-132016-08-23Synchronoss Technologies, Inc.Data storage management
DE102012101162B4 (en)*2012-02-142017-02-23Fujitsu Technology Solutions Intellectual Property Gmbh Cluster storage system, method for secure deletion of data and computer program product
US8682957B2 (en)*2012-02-162014-03-25Microsoft CorporationEmbedded wireless cloud connector
US8700666B2 (en)2012-02-212014-04-15Comcast Cable Communications, LlcMoveable storage
US9727383B2 (en)2012-02-212017-08-08Microsoft Technology Licensing, LlcPredicting datacenter performance to improve provisioning
KR101280753B1 (en)2012-02-222013-07-05주식회사 팬택Cloud service access apparatus and cloud service access method and cloud service access system
US8805797B2 (en)*2012-02-222014-08-12International Business Machines CorporationOptimizing wide area network (WAN) traffic by providing home site deduplication information to a cache site
US9128780B2 (en)2012-02-222015-09-08Microsoft Technology Licensing, LlcValidating license servers in virtualized environments
US20130227352A1 (en)2012-02-242013-08-29Commvault Systems, Inc.Log monitoring
US9740435B2 (en)*2012-02-272017-08-22Fujifilm North America CorporationMethods for managing content stored in cloud-based storages
CN102638567B (en)*2012-03-022015-05-20深圳市朗科科技股份有限公司Multi-application cloud storage platform and cloud storage terminal
US10067940B2 (en)*2012-03-022018-09-04International Business Machines CorporationEnhanced storage quota management for cloud computing systems
US9262449B2 (en)2012-03-082016-02-16Commvault Systems, Inc.Automated, tiered data retention
US8799245B2 (en)2012-03-082014-08-05Commvault Systems, Inc.Automated, tiered data retention
US9401904B1 (en)*2012-03-152016-07-26Motio, Inc.Security migration in a business intelligence environment
US10097406B2 (en)2012-03-192018-10-09Level 3 Communications, LlcSystems and methods for data mobility with a cloud architecture
US9292815B2 (en)2012-03-232016-03-22Commvault Systems, Inc.Automation of data storage activities
KR20130109341A (en)*2012-03-272013-10-08삼성전자주식회사Cloud information trade system and information trade method using the same
US8515904B1 (en)*2012-03-292013-08-20Emc CorporationProviding file sytem quota support for a file system having separated data and metadata
US9286327B2 (en)2012-03-302016-03-15Commvault Systems, Inc.Data storage recovery automation
US10157184B2 (en)2012-03-302018-12-18Commvault Systems, Inc.Data previewing before recalling large data files
US9772909B1 (en)*2012-03-302017-09-26EMC IP Holding Company LLCDynamic proxy server assignment for virtual machine backup
US9020890B2 (en)2012-03-302015-04-28Commvault Systems, Inc.Smart archiving and data previewing for mobile devices
JP5962140B2 (en)*2012-03-302016-08-03富士通株式会社 Program, control method, control apparatus and system
US9628438B2 (en)*2012-04-062017-04-18ExabloxConsistent ring namespaces facilitating data storage and organization in network infrastructures
US20130275546A1 (en)*2012-04-112013-10-17AppSense, Inc.Systems and methods for the automated migration from enterprise to cloud storage
US8943269B2 (en)2012-04-132015-01-27Alcatel LucentApparatus and method for meeting performance metrics for users in file systems
WO2013154578A1 (en)2012-04-132013-10-17Empire Technology Development LlcDetermining destination cloud system requirements
US8868677B2 (en)*2012-04-162014-10-21HGST Netherlands B.V.Automated data migration across a plurality of devices
US20130283147A1 (en)*2012-04-192013-10-24Sharon WongWeb-based collaborative document review system
US9137225B2 (en)*2012-04-232015-09-15Raghavendra KulkarniSeamless remote storage of uniformly encrypted data for diverse platforms and devices
US9342537B2 (en)2012-04-232016-05-17Commvault Systems, Inc.Integrated snapshot interface for a data storage system
US8903764B2 (en)2012-04-252014-12-02International Business Machines CorporationEnhanced reliability in deduplication technology over storage clouds
CN104246759B (en)2012-04-252018-01-02英派尔科技开发有限公司Application programming interfaces testing service
US9396156B2 (en)2012-04-262016-07-19Connected Data, Inc.System and method for socially organized storage and shared access to storage appliances
FR2990036B1 (en)*2012-04-262017-03-31Connected Data Inc SYSTEM AND METHOD FOR MANAGING USER DATA IN A PLURALITY OF STORAGE DEVICES ON AN EXTENDED NETWORK FOR COLLABORATION, PROTECTION, PUBLICATION OR SHARING, AS WELL AS SOCIALLY ORGANIZED STORAGE AND SHARED ACCESS TO DEVICES STORING
US10601799B2 (en)2012-04-262020-03-24Connected Data, Inc.System and method for visualizing data sharing arrangements for an organization
US8793466B2 (en)*2012-04-272014-07-29Netapp, Inc.Efficient data object storage and retrieval
US20130290334A1 (en)*2012-04-302013-10-31Rahul KapoorManaging storage of data across disparate repositories
WO2013165546A1 (en)*2012-04-302013-11-07Tightdb, Inc.Method and apparatus for database
US9160722B2 (en)*2012-04-302015-10-13Anchorfree, Inc.System and method for securing user information on social networks
US9542466B2 (en)*2012-05-102017-01-10Aetherstore Inc.Systems and methods for distributed storage
US8838968B2 (en)2012-05-142014-09-16Ca, Inc.System and method for virtual machine data protection in a public cloud
US20130311597A1 (en)*2012-05-162013-11-21Apple Inc.Locally backed cloud-based storage
US9189167B2 (en)2012-05-312015-11-17Commvault Systems, Inc.Shared library in a data storage system
US10075471B2 (en)2012-06-072018-09-11Amazon Technologies, Inc.Data loss prevention techniques
US10084818B1 (en)2012-06-072018-09-25Amazon Technologies, Inc.Flexibly configurable data modification services
US9286491B2 (en)2012-06-072016-03-15Amazon Technologies, Inc.Virtual service provider zones
US8977672B2 (en)2012-06-082015-03-10Commvault Systems, Inc.Intelligent scheduling for remote computers
US8892523B2 (en)2012-06-082014-11-18Commvault Systems, Inc.Auto summarization of content
US10341435B2 (en)2012-06-122019-07-02Centurylink Intellectual Property LlcHigh performance cloud storage
US9189170B2 (en)*2012-06-122015-11-17Commvault Systems, Inc.External storage manager for a data storage cell
US9218374B2 (en)2012-06-132015-12-22Commvault Systems, Inc.Collaborative restore in a networked storage system
US9298717B2 (en)2012-06-142016-03-29Empire Technology Development LlcData deduplication management
CN103516733A (en)*2012-06-192014-01-15华为技术有限公司 A processing method and device for a virtual private cloud
US9317709B2 (en)2012-06-262016-04-19Google Inc.System and method for detecting and integrating with native applications enabled for web-based storage
TW201401074A (en)*2012-06-262014-01-01Quanta Comp IncMechanism and system for deploying software over clouds
US8997180B2 (en)2012-06-262015-03-31Google Inc.System and method for embedding first party widgets in third-party applications
US8891520B2 (en)*2012-06-282014-11-18Alcatel LucentScaling redundancy elimination middleboxes
US9600376B1 (en)*2012-07-022017-03-21Veritas Technologies LlcBackup and replication configuration using replication topology
US9824815B2 (en)2013-05-102017-11-21Energous CorporationWireless charging and powering of healthcare gadgets and sensors
US9941707B1 (en)2013-07-192018-04-10Energous CorporationHome base station for multiple room coverage with multiple transmitters
US9966765B1 (en)2013-06-252018-05-08Energous CorporationMulti-mode transmitter
US9853458B1 (en)2014-05-072017-12-26Energous CorporationSystems and methods for device and power receiver pairing
US10103582B2 (en)2012-07-062018-10-16Energous CorporationTransmitters for wireless power transmission
US9838083B2 (en)2014-07-212017-12-05Energous CorporationSystems and methods for communication with remote management systems
US10205239B1 (en)2014-05-072019-02-12Energous CorporationCompact PIFA antenna
US10224758B2 (en)2013-05-102019-03-05Energous CorporationWireless powering of electronic devices with selective delivery range
US9899873B2 (en)2014-05-232018-02-20Energous CorporationSystem and method for generating a power receiver identifier in a wireless power network
US10291066B1 (en)2014-05-072019-05-14Energous CorporationPower transmission control systems and methods
US9793758B2 (en)2014-05-232017-10-17Energous CorporationEnhanced transmitter using frequency control for wireless power transmission
US10218227B2 (en)2014-05-072019-02-26Energous CorporationCompact PIFA antenna
US9438045B1 (en)2013-05-102016-09-06Energous CorporationMethods and systems for maximum power point transfer in receivers
US9806564B2 (en)2014-05-072017-10-31Energous CorporationIntegrated rectifier and boost converter for wireless power transmission
US10211674B1 (en)2013-06-122019-02-19Energous CorporationWireless charging using selected reflectors
US9859757B1 (en)2013-07-252018-01-02Energous CorporationAntenna tile arrangements in electronic device enclosures
US9825674B1 (en)2014-05-232017-11-21Energous CorporationEnhanced transmitter that selects configurations of antenna elements for performing wireless power transmission and receiving functions
US10038337B1 (en)2013-09-162018-07-31Energous CorporationWireless power supply for rescue devices
US10193396B1 (en)2014-05-072019-01-29Energous CorporationCluster management of transmitters in a wireless power transmission system
US10224982B1 (en)2013-07-112019-03-05Energous CorporationWireless power transmitters for transmitting wireless power and tracking whether wireless power receivers are within authorized locations
US10381880B2 (en)2014-07-212019-08-13Energous CorporationIntegrated antenna structure arrays for wireless power transmission
US9954374B1 (en)2014-05-232018-04-24Energous CorporationSystem and method for self-system analysis for detecting a fault in a wireless power transmission Network
US9891669B2 (en)2014-08-212018-02-13Energous CorporationSystems and methods for a configuration web service to provide configuration of a wireless power transmitter within a wireless power transmission system
US9859756B2 (en)2012-07-062018-01-02Energous CorporationTransmittersand methods for adjusting wireless power transmission based on information from receivers
US9843213B2 (en)2013-08-062017-12-12Energous CorporationSocial power sharing for mobile devices based on pocket-forming
US10312715B2 (en)2015-09-162019-06-04Energous CorporationSystems and methods for wireless power charging
US9899861B1 (en)2013-10-102018-02-20Energous CorporationWireless charging methods and systems for game controllers, based on pocket-forming
US10206185B2 (en)2013-05-102019-02-12Energous CorporationSystem and methods for wireless power transmission to an electronic device in accordance with user-defined restrictions
US9859797B1 (en)2014-05-072018-01-02Energous CorporationSynchronous rectifier design for wireless power receiver
US10211680B2 (en)2013-07-192019-02-19Energous CorporationMethod for 3 dimensional pocket-forming
US9893554B2 (en)2014-07-142018-02-13Energous CorporationSystem and method for providing health safety in a wireless power transmission system
US9143000B2 (en)*2012-07-062015-09-22Energous CorporationPortable wireless charging pad
US9876394B1 (en)2014-05-072018-01-23Energous CorporationBoost-charger-boost system for enhanced power delivery
US10199835B2 (en)2015-12-292019-02-05Energous CorporationRadar motion detection using stepped frequency in wireless power transmission system
US9887739B2 (en)2012-07-062018-02-06Energous CorporationSystems and methods for wireless power transmission by comparing voltage levels associated with power waves transmitted by antennas of a plurality of antennas of a transmitter to determine appropriate phase adjustments for the power waves
US10063106B2 (en)2014-05-232018-08-28Energous CorporationSystem and method for a self-system analysis in a wireless power transmission network
US9252628B2 (en)2013-05-102016-02-02Energous CorporationLaptop computer as a transmitter for wireless charging
US9867062B1 (en)2014-07-212018-01-09Energous CorporationSystem and methods for using a remote server to authorize a receiving device that has requested wireless power and to determine whether another receiving device should request wireless power in a wireless power transmission system
US9847679B2 (en)2014-05-072017-12-19Energous CorporationSystem and method for controlling communication between wireless power transmitter managers
US9923386B1 (en)2012-07-062018-03-20Energous CorporationSystems and methods for wireless power transmission by modifying a number of antenna elements used to transmit power waves to a receiver
US9853692B1 (en)2014-05-232017-12-26Energous CorporationSystems and methods for wireless power transmission
US9871398B1 (en)2013-07-012018-01-16Energous CorporationHybrid charging method for wireless power transmission based on pocket-forming
US10148097B1 (en)2013-11-082018-12-04Energous CorporationSystems and methods for using a predetermined number of communication channels of a wireless power transmitter to communicate with different wireless power receivers
US9882427B2 (en)2013-05-102018-01-30Energous CorporationWireless power delivery using a base station to control operations of a plurality of wireless power transmitters
US9882430B1 (en)2014-05-072018-01-30Energous CorporationCluster management of transmitters in a wireless power transmission system
US10128699B2 (en)2014-07-142018-11-13Energous CorporationSystems and methods of providing wireless power using receiver device sensor inputs
US9887584B1 (en)2014-08-212018-02-06Energous CorporationSystems and methods for a configuration web service to provide configuration of a wireless power transmitter within a wireless power transmission system
US9906065B2 (en)2012-07-062018-02-27Energous CorporationSystems and methods of transmitting power transmission waves based on signals received at first and second subsets of a transmitter's antenna array
US10050462B1 (en)2013-08-062018-08-14Energous CorporationSocial power sharing for mobile devices based on pocket-forming
US10230266B1 (en)2014-02-062019-03-12Energous CorporationWireless power receivers that communicate status data indicating wireless power transmission effectiveness with a transmitter using a built-in communications component of a mobile device, and methods of use thereof
US10128693B2 (en)2014-07-142018-11-13Energous CorporationSystem and method for providing health safety in a wireless power transmission system
US10270261B2 (en)2015-09-162019-04-23Energous CorporationSystems and methods of object detection in wireless power charging systems
US10291055B1 (en)2014-12-292019-05-14Energous CorporationSystems and methods for controlling far-field wireless power transmission based on battery power levels of a receiving device
US9948135B2 (en)2015-09-222018-04-17Energous CorporationSystems and methods for identifying sensitive objects in a wireless charging transmission field
US10141768B2 (en)2013-06-032018-11-27Energous CorporationSystems and methods for maximizing wireless power transfer efficiency by instructing a user to change a receiver device's position
US10223717B1 (en)2014-05-232019-03-05Energous CorporationSystems and methods for payment-based authorization of wireless power transmission service
US10063105B2 (en)2013-07-112018-08-28Energous CorporationProximity transmitters for wireless power charging systems
US9912199B2 (en)2012-07-062018-03-06Energous CorporationReceivers for wireless power transmission
US9893768B2 (en)2012-07-062018-02-13Energous CorporationMethodology for multiple pocket-forming
US10256657B2 (en)2015-12-242019-04-09Energous CorporationAntenna having coaxial structure for near field wireless power charging
US10992185B2 (en)2012-07-062021-04-27Energous CorporationSystems and methods of using electromagnetic waves to wirelessly deliver power to game controllers
US9812890B1 (en)*2013-07-112017-11-07Energous CorporationPortable wireless charging pad
US9831718B2 (en)2013-07-252017-11-28Energous CorporationTV with integrated wireless power transmitter
US10199849B1 (en)2014-08-212019-02-05Energous CorporationMethod for automatically testing the operational status of a wireless power receiver in a wireless power transmission system
US12057715B2 (en)2012-07-062024-08-06Energous CorporationSystems and methods of wirelessly delivering power to a wireless-power receiver device in response to a change of orientation of the wireless-power receiver device
US10186913B2 (en)2012-07-062019-01-22Energous CorporationSystem and methods for pocket-forming based on constructive and destructive interferences to power one or more wireless power receivers using a wireless power transmitter including a plurality of antennas
US9939864B1 (en)2014-08-212018-04-10Energous CorporationSystem and method to control a wireless power transmission system by configuration of wireless power transmission control parameters
US10992187B2 (en)2012-07-062021-04-27Energous CorporationSystem and methods of using electromagnetic waves to wirelessly deliver power to electronic devices
US9991741B1 (en)2014-07-142018-06-05Energous CorporationSystem for tracking and reporting status and usage information in a wireless power management system
US9900057B2 (en)2012-07-062018-02-20Energous CorporationSystems and methods for assigning groups of antenas of a wireless power transmitter to different wireless power receivers, and determining effective phases to use for wirelessly transmitting power using the assigned groups of antennas
US10063064B1 (en)2014-05-232018-08-28Energous CorporationSystem and method for generating a power receiver identifier in a wireless power network
US9876648B2 (en)2014-08-212018-01-23Energous CorporationSystem and method to control a wireless power transmission system by configuration of wireless power transmission control parameters
US9124125B2 (en)2013-05-102015-09-01Energous CorporationWireless power transmission with selective range
US10439448B2 (en)2014-08-212019-10-08Energous CorporationSystems and methods for automatically testing the communication between wireless power transmitter and wireless power receiver
US9843201B1 (en)2012-07-062017-12-12Energous CorporationWireless power transmitter that selects antenna sets for transmitting wireless power to a receiver based on location of the receiver, and methods of use thereof
US9941754B2 (en)2012-07-062018-04-10Energous CorporationWireless power transmission with selective range
US9130397B2 (en)*2013-05-102015-09-08Energous CorporationWireless charging and powering of electronic devices in a vehicle
US10141791B2 (en)2014-05-072018-11-27Energous CorporationSystems and methods for controlling communications during wireless transmission of power using application programming interfaces
US10211682B2 (en)2014-05-072019-02-19Energous CorporationSystems and methods for controlling operation of a transmitter of a wireless power network based on user instructions received from an authenticated computing device powered or charged by a receiver of the wireless power network
US9847677B1 (en)2013-10-102017-12-19Energous CorporationWireless charging and powering of healthcare gadgets and sensors
US9876379B1 (en)2013-07-112018-01-23Energous CorporationWireless charging and powering of electronic devices in a vehicle
US9787103B1 (en)2013-08-062017-10-10Energous CorporationSystems and methods for wirelessly delivering power to electronic devices that are unable to communicate with a transmitter
US20140008993A1 (en)2012-07-062014-01-09DvineWave Inc.Methodology for pocket-forming
US10124754B1 (en)2013-07-192018-11-13Energous CorporationWireless charging and powering of electronic sensors in a vehicle
US9368020B1 (en)2013-05-102016-06-14Energous CorporationOff-premises alert system and method for wireless power receivers in a wireless power network
US20150015192A1 (en)*2013-07-112015-01-15DvineWave Inc.Wireless tracking pocket-forming
US9941747B2 (en)2014-07-142018-04-10Energous CorporationSystem and method for manually selecting and deselecting devices to charge in a wireless power network
US9893555B1 (en)2013-10-102018-02-13Energous CorporationWireless charging of tools using a toolbox transmitter
US10008889B2 (en)2014-08-212018-06-26Energous CorporationMethod for automatically testing the operational status of a wireless power receiver in a wireless power transmission system
US10243414B1 (en)2014-05-072019-03-26Energous CorporationWearable device with wireless power and payload receiver
US11502551B2 (en)2012-07-062022-11-15Energous CorporationWirelessly charging multiple wireless-power receivers using different subsets of an antenna array to focus energy at different locations
US10090699B1 (en)2013-11-012018-10-02Energous CorporationWireless powered house
US20150326070A1 (en)2014-05-072015-11-12Energous CorporationMethods and Systems for Maximum Power Point Transfer in Receivers
US10965164B2 (en)2012-07-062021-03-30Energous CorporationSystems and methods of wirelessly delivering power to a receiver device
US10075008B1 (en)2014-07-142018-09-11Energous CorporationSystems and methods for manually adjusting when receiving electronic devices are scheduled to receive wirelessly delivered power from a wireless power transmitter in a wireless power network
US10090886B1 (en)2014-07-142018-10-02Energous CorporationSystem and method for enabling automatic charging schedules in a wireless power network to one or more devices
US9973021B2 (en)2012-07-062018-05-15Energous CorporationReceivers for wireless power transmission
US10263432B1 (en)2013-06-252019-04-16Energous CorporationMulti-mode transmitter with an antenna array for delivering wireless power and providing Wi-Fi access
US20140019755A1 (en)*2012-07-122014-01-16Unisys CorporationData storage in cloud computing
US9092455B2 (en)2012-07-172015-07-28Microsoft Technology Licensing, LlcImage curation
US9047410B2 (en)*2012-07-182015-06-02Infosys LimitedCloud-based application testing
US20140025796A1 (en)2012-07-192014-01-23Commvault Systems, Inc.Automated grouping of computing devices in a networked data storage system
US9275086B2 (en)2012-07-202016-03-01Commvault Systems, Inc.Systems and methods for database archiving
US9971787B2 (en)*2012-07-232018-05-15Red Hat, Inc.Unified file and object data storage
CN103581001A (en)*2012-07-242014-02-12深圳市中兴移动通信有限公司Gateway system with cloud storage and data interaction method applied to system
US9086819B2 (en)*2012-07-252015-07-21Anoosmar Technologies Private LimitedSystem and method for combining deduplication and encryption of data
US10528262B1 (en)*2012-07-262020-01-07EMC IP Holding Company LLCReplication-based federation of scalable data across multiple sites
US8972405B1 (en)*2012-07-262015-03-03Emc CorporationStorage resource management information modeling in a cloud processing environment
US20140040580A1 (en)2012-07-312014-02-06Commvault Systems, Inc.Administering a shared, on-line pool of data storage resources for performing data storage operations
US10152398B2 (en)2012-08-022018-12-11At&T Intellectual Property I, L.P.Pipelined data replication for disaster recovery
US9141623B2 (en)2012-08-032015-09-22International Business Machines CorporationSystem for on-line archiving of content in an object store
US20140047099A1 (en)*2012-08-082014-02-13International Business Machines CorporationPerformance monitor for multiple cloud computing environments
CN103577503A (en)*2012-08-102014-02-12鸿富锦精密工业(深圳)有限公司Cloud file storage system and method
US10057318B1 (en)*2012-08-102018-08-21Dropbox, Inc.System, method, and computer program for enabling a user to access and edit via a virtual drive objects synchronized to a plurality of synchronization clients
US8938481B2 (en)2012-08-132015-01-20Commvault Systems, Inc.Generic file level restore from a block-level secondary copy
US9026498B2 (en)2012-08-132015-05-05Commvault Systems, Inc.Lightweight mounting of a secondary copy of file system data
US9262429B2 (en)*2012-08-132016-02-16Microsoft Technology Licensing, LlcDe-duplicating attachments on message delivery and automated repair of attachments
US8881244B2 (en)*2012-08-132014-11-04International Business Machines CorporationAuthorizing computing resource access based on calendar events in a networked computing environment
EP3654200A1 (en)*2012-08-172020-05-20Twitter, Inc.Search infrastructure
WO2014031618A2 (en)*2012-08-222014-02-27Bitvore Corp.Data relationships storage platform
US9262329B2 (en)*2012-08-242016-02-16Dell Products L.P.Snapshot access
US9189396B2 (en)2012-08-242015-11-17Dell Products L.P.Snapshot coordination
US20140059108A1 (en)*2012-08-272014-02-27Microsoft CorporationUnified communication interface for distributed computing
US9251517B2 (en)*2012-08-282016-02-02International Business Machines CorporationOptimizing service factors for computing resources in a networked computing environment
US20140067994A1 (en)2012-08-292014-03-06Krishna P. Puttaswamy NagaReducing costs related to use of networks based on pricing heterogeneity
US9778856B2 (en)2012-08-302017-10-03Microsoft Technology Licensing, LlcBlock-level access to parallel storage
EP2891108A4 (en)*2012-08-312016-11-30Pkware Inc SYSTEM AND METHODS FOR DATA VERIFICATION AND PROTECTION AGAINST REVERSE
US9405828B2 (en)*2012-09-062016-08-02Avaya Inc.System and method for phonetic searching of data
US20140074663A1 (en)*2012-09-092014-03-13Apple Inc.Integrating purchase history and metadata across devices
US9495377B2 (en)2012-09-122016-11-15International Business Machines CorporationSecure deletion operations in a wide area network
US9355036B2 (en)2012-09-182016-05-31Netapp, Inc.System and method for operating a system to cache a networked file system utilizing tiered storage and customizable eviction policies based on priority and tiers
US10095705B2 (en)*2012-09-242018-10-09Microsoft Technology Licensing, LlcIntegrated data retention policy for solid state and asymmetric access
US9953059B2 (en)2012-09-282018-04-24Oracle International CorporationGeneration of archiver queries for continuous queries over archived relations
US9563663B2 (en)2012-09-282017-02-07Oracle International CorporationFast path evaluation of Boolean predicates
US9767499B2 (en)*2012-09-282017-09-19Oracle International CorporationSupply chain orchestration system with configure-to-order item matching
US9582481B2 (en)2012-09-292017-02-28Apple Inc.Mechanism for partial document restore
JP6133396B2 (en)*2012-10-012017-05-24株式会社日立製作所 Computer system, server, and data management method
US10425471B2 (en)2012-10-022019-09-24Razer (Asia-Pacific) Pte. Ltd.Multi-tasker
US9210203B2 (en)2012-10-022015-12-08Nextbit Systems Inc.Resource based mobile device application streaming
US9717985B2 (en)2012-10-022017-08-01Razer (Asia-Pacific) Pte. Ltd.Fragment-based mobile device application streaming utilizing crowd-sourcing
US9600552B2 (en)2012-10-022017-03-21Nextbit Systems Inc.Proximity based application state synchronization
US9654556B2 (en)2012-10-022017-05-16Razer (Asia-Pacific) Pte. Ltd.Managing applications on an electronic device
US9776078B2 (en)2012-10-022017-10-03Razer (Asia-Pacific) Pte. Ltd.Application state backup and restoration across multiple devices
US9268655B2 (en)2012-10-022016-02-23Nextbit Systems Inc.Interface for resolving synchronization conflicts of application states
US9112885B2 (en)2012-10-022015-08-18Nextbit Systems Inc.Interactive multi-tasker
US8977723B2 (en)2012-10-022015-03-10Nextbit Systems Inc.Cloud based application fragmentation
US8764555B2 (en)2012-10-022014-07-01Nextbit Systems Inc.Video game application state synchronization across multiple devices
US9747000B2 (en)2012-10-022017-08-29Razer (Asia-Pacific) Pte. Ltd.Launching applications on an electronic device
US8892693B2 (en)2012-10-022014-11-18Nextbit Systems Inc.Enabling fragment-based mobile device application streaming
US9785647B1 (en)2012-10-022017-10-10Axcient, Inc.File system virtualization
US9106721B2 (en)2012-10-022015-08-11Nextbit SystemsApplication state synchronization across multiple devices
US20140108558A1 (en)2012-10-122014-04-17Citrix Systems, Inc.Application Management Framework for Secure Data Sharing in an Orchestration Framework for Connected Devices
US9516022B2 (en)2012-10-142016-12-06Getgo, Inc.Automated meeting room
US8910239B2 (en)2012-10-152014-12-09Citrix Systems, Inc.Providing virtualized private network tunnels
US20140109176A1 (en)2012-10-152014-04-17Citrix Systems, Inc.Configuring and providing profiles that manage execution of mobile applications
US20140109171A1 (en)2012-10-152014-04-17Citrix Systems, Inc.Providing Virtualized Private Network tunnels
CN104854561B (en)2012-10-162018-05-11思杰系统有限公司 Application wrapper for application management framework
US20140108615A1 (en)*2012-10-162014-04-17Norifumi TakayaMethod and apparatus for managing a catalog of media content
US20140108793A1 (en)2012-10-162014-04-17Citrix Systems, Inc.Controlling mobile device access to secure data
US9971585B2 (en)2012-10-162018-05-15Citrix Systems, Inc.Wrapping unmanaged applications on a mobile device
US9606774B2 (en)2012-10-162017-03-28Citrix Systems, Inc.Wrapping an application with field-programmable business logic
US9015212B2 (en)*2012-10-162015-04-21Rackspace Us, Inc.System and method for exposing cloud stored data to a content delivery network
US20140108332A1 (en)*2012-10-172014-04-17Dell Products L.P.System and method for migration and deduplication of digital assets
US8996478B2 (en)2012-10-182015-03-31Netapp, Inc.Migrating deduplicated data
US9348538B2 (en)2012-10-182016-05-24Netapp, Inc.Selective deduplication
TW201416873A (en)*2012-10-192014-05-01Apacer Technology IncFile sharing method for web storage system
US10685056B2 (en)*2012-10-232020-06-16Leica Biosystems Imaging, Inc.Systems and methods for an image repository for pathology
US8903838B2 (en)*2012-10-292014-12-02Dropbox, Inc.System and method for preventing duplicate file uploads in a synchronized content management system
WO2014068362A1 (en)*2012-10-302014-05-08Soda Private LimitedMethod and system for secure computer file management and storage having high level of usability
US9137222B2 (en)*2012-10-312015-09-15Vmware, Inc.Crypto proxy for cloud storage services
US9852140B1 (en)2012-11-072017-12-26Axcient, Inc.Efficient file replication
US8874908B2 (en)*2012-11-072014-10-28Wolfgang RaudaschlProcess for storing data on a central server
US9836795B2 (en)*2012-11-082017-12-05Hartford Fire Insurance CompanyComputerized system and method for pre-filling of insurance data using third party sources
US20140136791A1 (en)*2012-11-092014-05-15Sap AgManaging data within a cache
CN103812915A (en)*2012-11-152014-05-21中兴通讯股份有限公司Resource sharing method, device and system, terminal and resource management center
US9002792B2 (en)*2012-11-192015-04-07Compellent TechnologiesConfirming data consistency in a data storage environment
WO2014081824A2 (en)*2012-11-212014-05-30Blekko, Inc.Search engine results
US20140149742A1 (en)*2012-11-282014-05-29Arnold YauMethod and system of providing authentication of user access to a computer resource via a mobile device using multiple separate security factors
US10102510B2 (en)2012-11-282018-10-16Hoverkey Ltd.Method and system of conducting a cryptocurrency payment via a mobile device using a contactless token to store and protect a user's secret key
GB201221433D0 (en)2012-11-282013-01-09Hoverkey LtdA method and system of providing authentication of user access to a computer resource on a mobile device
US8983961B2 (en)2012-11-292015-03-17International Business Machines CorporationHigh availability for cloud servers
CN103856417B (en)*2012-11-302018-01-23中兴通讯股份有限公司software defined network message forwarding method and system
US9239855B2 (en)*2012-12-042016-01-19Pixia Corp.Method and system of retrieving data in a data file
US10956422B2 (en)2012-12-052021-03-23Oracle International CorporationIntegrating event processing with map-reduce
US8924425B1 (en)*2012-12-062014-12-30Netapp, Inc.Migrating data from legacy storage systems to object storage systems
US9563628B1 (en)*2012-12-112017-02-07EMC IP Holding Company LLCMethod and system for deletion handling for incremental file migration
CN103873506A (en)*2012-12-122014-06-18鸿富锦精密工业(深圳)有限公司Data block duplication removing system in storage cluster and method thereof
CN103873503A (en)*2012-12-122014-06-18鸿富锦精密工业(深圳)有限公司Data block backup system and method
CN103873507A (en)*2012-12-122014-06-18鸿富锦精密工业(深圳)有限公司Data block uploading and storing system and method
US9241046B2 (en)*2012-12-132016-01-19Ca, Inc.Methods and systems for speeding up data recovery
US9355060B1 (en)*2012-12-142016-05-31Amazon Technologies, Inc.Storage service lifecycle policy transition management
US9002805B1 (en)2012-12-142015-04-07Amazon Technologies, Inc.Conditional storage object deletion
US9063946B1 (en)2012-12-142015-06-23Amazon Technologies, Inc.Backoff-based scheduling of storage object deletions
US9658983B1 (en)*2012-12-142017-05-23Amazon Technologies, Inc.Lifecycle support for storage objects having multiple durability levels specifying different numbers of versions
US9727522B1 (en)*2012-12-142017-08-08Amazon Technologies, Inc.Multi-tenant storage service object lifecycle management using transition job objects
US9417917B1 (en)2012-12-142016-08-16Amazon Technologies, Inc.Equitable resource allocation for storage object deletion
US9264499B2 (en)2012-12-142016-02-16Intel CorporationCloud data storage location monitoring
US9052942B1 (en)2012-12-142015-06-09Amazon Technologies, Inc.Storage object deletion job management
US9348840B2 (en)*2012-12-142016-05-24Intel CorporationAdaptive data striping and replication across multiple storage clouds for high availability and performance
US10044808B2 (en)*2012-12-202018-08-07Software Ag Usa, Inc.Heterogeneous cloud-store provider access systems, and/or associated methods
US9268797B2 (en)*2012-12-212016-02-23Zetta Inc.Systems and methods for on-line backup and disaster recovery
US10379988B2 (en)2012-12-212019-08-13Commvault Systems, Inc.Systems and methods for performance monitoring
US20140181033A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Systems and methods to track deleted files
US20140181438A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Filtered reference copy of secondary storage data in a data storage system
US20140181441A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Identifying files for multiple secondary copy operations using data obtained during backup of primary storage
US9256622B2 (en)2012-12-212016-02-09Commvault Systems, Inc.Systems and methods to confirm replication data accuracy for data backup in data storage systems
US20140181112A1 (en)*2012-12-262014-06-26Hon Hai Precision Industry Co., Ltd.Control device and file distribution method
US9633216B2 (en)2012-12-272017-04-25Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
EP2770446A4 (en)*2012-12-282015-01-14Huawei Tech Co Ltd METHOD AND DEVICE FOR DATA PROCESSING
US9633022B2 (en)2012-12-282017-04-25Commvault Systems, Inc.Backup and restoration for a deduplicated file system
US9542423B2 (en)2012-12-312017-01-10Apple Inc.Backup user interface
US9075529B2 (en)2013-01-042015-07-07International Business Machines CorporationCloud based data migration and replication
US20140201140A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Data synchronization management
US9665591B2 (en)2013-01-112017-05-30Commvault Systems, Inc.High availability distributed deduplicated storage system
US9886346B2 (en)2013-01-112018-02-06Commvault Systems, Inc.Single snapshot for multiple agents
US10298444B2 (en)2013-01-152019-05-21Oracle International CorporationVariable duration windows on continuous data streams
US10277465B2 (en)*2013-01-222019-04-30Proofpoint, Inc.System, apparatus and method for dynamically updating the configuration of a network device
US9179246B2 (en)2013-01-292015-11-03International Business Machines CorporationDirection coupling discrimination of networked exchanges
US9946691B2 (en)2013-01-302018-04-17Microsoft Technology Licensing, LlcModifying a document with separately addressable content blocks
WO2014120217A1 (en)*2013-01-312014-08-07Hewlett-Packard Development Company, L.P.Cloud off-ramp management
WO2014120220A1 (en)*2013-01-312014-08-07Hewlett-Packard Development Company, L.P.Providing access to information across multiple computing devices
US9479664B2 (en)2013-01-312016-10-25Hewlett-Packard Development Company, L.P.Use of resource server for imaging device application payload
US9892207B2 (en)*2013-02-012018-02-13Sap SeAutomatic migration for on-premise data objects to on-demand data objects
US9250946B2 (en)2013-02-122016-02-02Atlantis Computing, Inc.Efficient provisioning of cloned virtual machine images using deduplication metadata
US9471590B2 (en)*2013-02-122016-10-18Atlantis Computing, Inc.Method and apparatus for replicating virtual machine images using deduplication metadata
US9613047B2 (en)*2013-02-132017-04-04Dropbox, Inc.Automatic content item upload
US8983908B2 (en)2013-02-152015-03-17Red Hat, Inc.File link migration for decommisioning a storage server
US20140237070A1 (en)*2013-02-192014-08-21Lg Cns Co., Ltd.Network-attached storage management in a cloud environment
US9390135B2 (en)2013-02-192016-07-12Oracle International CorporationExecuting continuous event processing (CEP) queries in parallel
US9047249B2 (en)2013-02-192015-06-02Oracle International CorporationHandling faults in a continuous event processing (CEP) system
US10275397B2 (en)2013-02-222019-04-30Veritas Technologies LlcDeduplication storage system with efficient reference updating and space reclamation
US10318492B2 (en)*2013-02-252019-06-11Amazon Technologies, Inc.Predictive storage service
US20140244897A1 (en)*2013-02-262014-08-28Seagate Technology LlcMetadata Update Management In a Multi-Tiered Memory
US11687292B2 (en)*2013-02-262023-06-27Seagate Technology LlcData update management in a cloud computing environment
US20140244618A1 (en)2013-02-262014-08-28Dropbox, Inc.Search interface for an online content management system
US20140244604A1 (en)*2013-02-282014-08-28Microsoft CorporationPredicting data compressibility using data entropy estimation
US8738577B1 (en)2013-03-012014-05-27Storagecraft Technology CorporationChange tracking for multiphase deduplication
US8732135B1 (en)2013-03-012014-05-20Storagecraft Technology CorporationRestoring a backup from a deduplication vault storage
US8874527B2 (en)2013-03-012014-10-28Storagecraft Technology CorporationLocal seeding of a restore storage for restoring a backup from a remote deduplication vault storage
US8682870B1 (en)2013-03-012014-03-25Storagecraft Technology CorporationDefragmentation during multiphase deduplication
US11023487B2 (en)2013-03-042021-06-01Sap SeData replication for cloud based in-memory databases
CN105453105B (en)2013-03-042019-02-22多塞股份公司System and method for cloud data safety
US9397907B1 (en)2013-03-072016-07-19Axcient, Inc.Protection status determinations for computing devices
US9292153B1 (en)2013-03-072016-03-22Axcient, Inc.Systems and methods for providing efficient and focused visualization of data
US9459968B2 (en)*2013-03-112016-10-04Commvault Systems, Inc.Single index to query multiple backup formats
US9116849B2 (en)*2013-03-132015-08-25Intel CorporationCommunity-based de-duplication for encrypted data
CN105027106B (en)*2013-03-142018-03-27英特尔公司Data are managed in cloud computing environment using management metadata
US9781118B2 (en)2013-03-142017-10-03Intel CorporationDifferentiated containerization and execution of web content based on trust level and other attributes
NL2010454C2 (en)*2013-03-142014-09-16Onlock B VA method and system for authenticating and preserving data within a secure data repository.
US20140266801A1 (en)*2013-03-142014-09-18Infinite Computing Systems, Inc.Digital Parking Management, Enforcement, and Notification
JP2016512906A (en)*2013-03-152016-05-09ブラケット コンピューティング インコーポレイテッドBracket Computing, Inc. Multi-layer storage management for flexible data placement
US9779424B1 (en)*2013-03-152017-10-03Groupon, Inc.Generic message injection system
US20150178007A1 (en)*2013-03-152015-06-25Cloudifyd, Inc.Method and system for integrated cloud storage management
US9335932B2 (en)2013-03-152016-05-10Bracket Computing, Inc.Storage unit selection for virtualized storage units
US20150156065A1 (en)*2013-03-152015-06-04Gravitant, Inc.Policy management functionality within a cloud service brokerage platform
US10445340B2 (en)*2013-03-152019-10-15Ajay JADHAVUse of collaborative server in a cloud-based environment
JP6976682B2 (en)*2013-03-152021-12-08ビデリ、インコーポレイテッドVideri Inc. Systems and methods for displaying, distributing, viewing and controlling digital art and forming images
US9804994B2 (en)*2013-03-152017-10-31Microsoft Technology Licensing, LlcApplication architecture supporting multiple services and caching
US9565139B2 (en)2013-03-152017-02-07Comcast Cable Communications, LlcRemote latency adjustment
US9606729B2 (en)*2013-03-152017-03-28Skyera, LlcApparatus and method for insertion and deletion in multi-dimensional to linear address space translation
US20140282938A1 (en)*2013-03-152014-09-18Adam MoisaMethod and system for integrated cloud storage management
US8983967B2 (en)*2013-03-152015-03-17Datadirect Networks, Inc.Data storage system having mutable objects incorporating time
US9354983B1 (en)*2013-03-152016-05-31Entreda, Inc.Integrated it service provisioning and management
US9473561B2 (en)*2013-03-152016-10-18International Business Machines CorporationData transmission for transaction processing in a networked environment
US9740420B2 (en)*2013-03-212017-08-22Hitachi, Ltd.Storage system and data management method
US8954611B2 (en)2013-03-212015-02-10Nextbit Systems Inc.Mechanism for sharing states of applications and devices across different user profiles
US9858052B2 (en)*2013-03-212018-01-02Razer (Asia-Pacific) Pte. Ltd.Decentralized operating system
US10123189B2 (en)2013-03-212018-11-06Razer (Asia-Pacific) Pte. Ltd.Electronic device system restoration by tapping mechanism
KR20140119855A (en)*2013-03-272014-10-13주식회사 팬택Mobile device and file management method therefor
FR3003968A1 (en)*2013-03-282014-10-03France Telecom METHOD FOR STORING DATA IN A COMPUTER SYSTEM COMPRISING DATA DEDUPLICATION
US9727577B2 (en)2013-03-282017-08-08Google Inc.System and method to store third-party metadata in a cloud storage system
JP6243006B2 (en)*2013-03-282017-12-06クゥアルコム・インコーポレイテッドQualcomm Incorporated Integration of cloud services for online sharing
US8813179B1 (en)*2013-03-292014-08-19Citrix Systems, Inc.Providing mobile device management functionalities
US8910264B2 (en)2013-03-292014-12-09Citrix Systems, Inc.Providing mobile device management functionalities
US9276973B2 (en)*2013-03-292016-03-01Philip Scott LyrenPeer-to-peer data storage
US9355223B2 (en)2013-03-292016-05-31Citrix Systems, Inc.Providing a managed browser
US20140298243A1 (en)*2013-03-292014-10-02Alcatel-Lucent Usa Inc.Adjustable gui for displaying information from a database
US9413736B2 (en)2013-03-292016-08-09Citrix Systems, Inc.Providing an enterprise application store
US9985850B2 (en)2013-03-292018-05-29Citrix Systems, Inc.Providing mobile device management functionalities
US10284627B2 (en)2013-03-292019-05-07Citrix Systems, Inc.Data management for an application with multiple operation modes
US9455886B2 (en)2013-03-292016-09-27Citrix Systems, Inc.Providing mobile device management functionalities
US9436440B1 (en)*2013-04-022016-09-06Amdocs Software Systems LimitedSystem, method, and computer program for validating web service interface design
US10785029B2 (en)*2018-10-312020-09-22Nutanix, Inc.Systems and methods for pairing on-premise clusters to clouds using identity service providers
US9286006B2 (en)*2013-04-052016-03-15Netapp, Inc.Systems and methods for scheduling deduplication of a storage system
US8914428B2 (en)*2013-04-082014-12-16Dttp Technologies Inc.System and method for maintaining a file system at a computing device
EP2984590A4 (en)*2013-04-132017-01-04Kiss Digital Media Pty. Ltd.Methods, systems, apparatus, products, articles and data structures for cross-platform digital content
US9703855B1 (en)*2013-04-152017-07-11Ca, Inc.System and method for classifying content with a web service
US9934103B2 (en)2013-04-162018-04-03Commvault Systems, Inc.Managing multi-source restore operations in an information management system
EP2989559A2 (en)2013-04-222016-03-02Bacula Systems SACreating a universally deduplicatable archive volume
US9552382B2 (en)2013-04-232017-01-24Exablox CorporationReference counter integrity checking
US10339112B1 (en)*2013-04-252019-07-02Veritas Technologies LlcRestoring data in deduplicated storage
EP2799973B1 (en)2013-04-302017-11-22iNuron NVA method for layered storage of enterprise data
US10089009B2 (en)2013-04-302018-10-02InuronMethod for layered storage of enterprise data
US9483364B2 (en)2013-05-082016-11-01Commvault Systems, Inc.Synchronization of local secondary copies with a remote storage management component
US10248803B2 (en)*2013-05-082019-04-02Intermedia.Net, Inc.Internal folder sharing
US10026049B2 (en)*2013-05-092018-07-17Rockwell Automation Technologies, Inc.Risk assessment for industrial systems using big data
US9538382B2 (en)2013-05-102017-01-03Energous CorporationSystem and method for smart registration of wireless power receivers in a wireless power network
US20150318729A1 (en)*2013-05-102015-11-05Energous CorporationWireless sound tracking pocket-forming
US10032185B2 (en)*2013-05-102018-07-24Excalibur Ip, LlcAutomating price guarantees
US9537357B2 (en)2013-05-102017-01-03Energous CorporationWireless sound charging methods and systems for game controllers, based on pocket-forming
US9843763B2 (en)2013-05-102017-12-12Energous CorporationTV system with wireless power transmitter
US9866279B2 (en)2013-05-102018-01-09Energous CorporationSystems and methods for selecting which power transmitter should deliver wireless power to a receiving device in a wireless power delivery network
US9419443B2 (en)2013-05-102016-08-16Energous CorporationTransducer sound arrangement for pocket-forming
US9819230B2 (en)2014-05-072017-11-14Energous CorporationEnhanced receiver for wireless power transmission
US20140337296A1 (en)*2013-05-102014-11-13Bryan KnightTechniques to recover files in a storage network
WO2014185916A1 (en)2013-05-162014-11-20Hewlett-Packard Development Company, L.P.Selecting a store for deduplicated data
CN105359107B (en)2013-05-162019-01-08慧与发展有限责任合伙企业 Reports the degraded status of data retrieved for distributed objects
CN105339929B (en)*2013-05-162019-12-03慧与发展有限责任合伙企业Select the storage for cancelling repeated data
WO2014189481A1 (en)*2013-05-202014-11-27Empire Technology Development, LlcObject migration between cloud environments
US20150356108A1 (en)*2013-05-212015-12-10Hitachi, Ltd.Storage system and storage system control method
US10635641B1 (en)2013-05-222020-04-28Altirnao, Inc.System and method to provide document management on a public document system
US9817988B2 (en)2013-05-222017-11-14Altirnao, Inc.System and method to provide document management on a public document system
US9483558B2 (en)2013-05-292016-11-01Commvault Systems, Inc.Assessing user performance in a community of users of data storage resources
US9602598B2 (en)2013-05-292017-03-21International Business Machines CorporationCoordinating application migration processes
US9418113B2 (en)2013-05-302016-08-16Oracle International CorporationValue based windows on relations in continuous data streams
US9083724B2 (en)*2013-05-302015-07-14Netapp, Inc.System iteratively reducing I/O requests during migration of virtual storage system
US9135454B2 (en)*2013-05-312015-09-15Alcatel LucentSystems and methods for enabling searchable encryption
CN104216793B (en)2013-05-312017-10-17国际商业机器公司Application Backup, the method and apparatus recovered
US9213715B2 (en)2013-06-032015-12-15International Business Machines CorporationDe-duplication with partitioning advice and automation
US10103552B1 (en)2013-06-032018-10-16Energous CorporationProtocols for authenticated wireless power transmission
US9280551B2 (en)2013-06-032016-03-08International Business Machines CorporationDe-duplication deployment planning
JP5853996B2 (en)*2013-06-102016-02-09コニカミノルタ株式会社 Information system, information device and computer program
US9917817B1 (en)*2013-06-102018-03-13EMC IP Holding Company LLCSelective encryption of outgoing data
US10963431B2 (en)*2013-06-112021-03-30Red Hat, Inc.Storing an object in a distributed storage system
EP3008647A4 (en)2013-06-122017-01-25Exablox CorporationHybrid garbage collection
US10003211B1 (en)2013-06-172018-06-19Energous CorporationBattery life of portable electronic devices
US10631019B2 (en)2013-06-182020-04-21Vecima Networks Inc.Remote storage digital video recording optimization method and system
WO2014205286A1 (en)2013-06-192014-12-24Exablox CorporationData scrubbing in cluster-based storage systems
US10282075B2 (en)2013-06-242019-05-07Microsoft Technology Licensing, LlcAutomatic presentation of slide design suggestions
CN103365971A (en)*2013-06-272013-10-23北京中科金财科技股份有限公司Mass data access processing system based on cloud computing
US20150006691A1 (en)*2013-06-272015-01-01Cisco Technology, Inc.Managing rogue cloud provider operations
EP2821913A1 (en)2013-07-012015-01-07Open Text S.A.A method and system for storing documents
US10157107B2 (en)2013-07-032018-12-18Catalogic Software, Inc.Data backup and progressive restoration using data chunks in cloud storage and a data cache
US10362145B2 (en)*2013-07-052019-07-23The Boeing CompanyServer system for providing current data and past data to clients
US20150012616A1 (en)*2013-07-082015-01-08Dropbox, Inc.Saving Third Party Content to a Content Management System
US9934242B2 (en)2013-07-102018-04-03Exablox CorporationReplication of data between mirrored data sites
US10021523B2 (en)2013-07-112018-07-10Energous CorporationProximity transmitters for wireless power charging systems
US9141789B1 (en)2013-07-162015-09-22Go Daddy Operating Company, LLCMitigating denial of service attacks
TW201504816A (en)*2013-07-192015-02-01Richplay Information Co Ltd Cloud hard disk management method
US9286328B2 (en)2013-07-192016-03-15International Business Machines CorporationProducing an image copy of a database object based on information within database buffer pools
US9288231B2 (en)*2013-07-222016-03-15Cisco Technology, Inc.Web caching with security as a service
US9979440B1 (en)2013-07-252018-05-22Energous CorporationAntenna tile arrangements configured to operate as one functional unit
US9716746B2 (en)*2013-07-292017-07-25Sanovi Technologies Pvt. Ltd.System and method using software defined continuity (SDC) and application defined continuity (ADC) for achieving business continuity and application continuity on massively scalable entities like entire datacenters, entire clouds etc. in a computing system environment
US9535924B2 (en)2013-07-302017-01-03Box, Inc.Scalability improvement in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US20150039759A1 (en)*2013-07-302015-02-05Institute For Information IndustryApparatus, method, and non-transitory computer readable storage medium thereof for controlling access of a resource
US9201929B1 (en)*2013-08-092015-12-01Google, Inc.Ranking a search result document based on data usage to load the search result document
WO2015020829A1 (en)*2013-08-092015-02-12Forever, Inc.Permanent preservation and retrieval of data object in the cloud
US20150046418A1 (en)*2013-08-092015-02-12Microsoft CorporationPersonalized content tagging
US10250579B2 (en)*2013-08-132019-04-02Alcatel LucentSecure file transfers within network-based storage
US10223401B2 (en)2013-08-152019-03-05International Business Machines CorporationIncrementally retrieving data for objects to provide a desired level of detail
US11422907B2 (en)2013-08-192022-08-23Microsoft Technology Licensing, LlcDisconnected operation for systems utilizing cloud storage
CN103473121A (en)*2013-08-202013-12-25西安电子科技大学Mass image parallel processing method based on cloud computing platform
US10021185B1 (en)*2013-08-222018-07-10Ca, Inc.Optimized virtual storage fabric
US11526403B1 (en)*2013-08-232022-12-13Acronis International GmbhUsing a storage path to facilitate disaster recovery
US10152390B1 (en)*2013-08-232018-12-11Acronis International GmbhIncreasing speed of file restore
US9311252B2 (en)2013-08-262016-04-12Globalfoundries Inc.Hierarchical storage for LSM-based NoSQL stores
US9311331B2 (en)2013-08-272016-04-12Netapp, Inc.Detecting out-of-band (OOB) changes when replicating a source file system using an in-line system
US9304997B2 (en)*2013-08-272016-04-05Netapp, Inc.Asynchronously migrating a file system
US10860529B2 (en)2014-08-112020-12-08Netapp Inc.System and method for planning and configuring a file system migration
US9300692B2 (en)2013-08-272016-03-29Netapp, Inc.System and method for implementing data migration while preserving security policies of a source filer
US20160041996A1 (en)2014-08-112016-02-11Netapp, Inc.System and method for developing and implementing a migration plan for migrating a file system
US9311314B2 (en)2013-08-272016-04-12Netapp, Inc.System and method for migrating data from a source file system to a destination file system with use of attribute manipulation
US20150066873A1 (en)*2013-08-302015-03-05Kaladhar VorugantiPolicy based deduplication techniques
US9348531B1 (en)2013-09-062016-05-24Western Digital Technologies, Inc.Negative pool management for deduplication
US20150074275A1 (en)*2013-09-102015-03-12International Business Machines CorporationMobile application data storage allocation
US11163898B2 (en)2013-09-112021-11-02Mimecast Services Ltd.Sharing artifacts in permission-protected archives
US9412455B2 (en)*2013-09-112016-08-09Kabushiki Kaisha ToshibaData write control device and data storage device
US20150088837A1 (en)*2013-09-202015-03-26Netapp, Inc.Responding to service level objectives during deduplication
CN104462129B (en)*2013-09-222018-05-25北大方正集团有限公司Distributed document stores and querying method and access system
US20150088826A1 (en)*2013-09-252015-03-26Futurewei Technologies, Inc.Enhanced Performance for Data Duplication
US9424300B2 (en)2013-09-252016-08-23International Business Machines CorporationData allocation containers in a partitioned table of a computer database system for holding data based on usage
WO2015043640A1 (en)*2013-09-262015-04-02Siemens AktiengesellschaftMethod and system for managing and editing data of a medical device
IN2013MU03094A (en)*2013-09-272015-07-17Tata Consultancy Services Ltd
US9767222B2 (en)*2013-09-272017-09-19International Business Machines CorporationInformation sets for data management
WO2015075513A1 (en)*2013-09-302015-05-28OrangeSystem and method for distributed data storage
USD768162S1 (en)2013-09-302016-10-04Nextbit Systems Inc.Display screen or portion thereof with graphical user interface
US9442700B2 (en)2013-09-302016-09-13MuleSoft, Inc.API notebook tool
US9559915B2 (en)*2013-10-012017-01-31Blazemeter Ltd.System and method for dynamically testing networked target systems
US20160006829A1 (en)*2013-10-022016-01-07Hitachi, Ltd.Data management system and data management method
JP2015072629A (en)*2013-10-032015-04-16富士通株式会社 Data processing program and data processing method
CN104516792A (en)*2013-10-082015-04-15杰发科技(合肥)有限公司Data backup method and device
US10248556B2 (en)2013-10-162019-04-02Exablox CorporationForward-only paged data storage management where virtual cursor moves in only one direction from header of a session to data field of the session
US9336260B2 (en)*2013-10-162016-05-10Netapp, Inc.Technique for global deduplication across datacenters with minimal coordination
CN104572340A (en)*2013-10-182015-04-29宇宙互联有限公司Incremental backup system and method
US9473736B2 (en)*2013-10-242016-10-18Arris Enterprises, Inc.Mediaword compression for network digital media recorder applications
US9531722B1 (en)2013-10-312016-12-27Google Inc.Methods for generating an activity stream
US10474535B2 (en)*2013-11-012019-11-12Longsand LimitedAsset browsing and restoration over a network using on demand staging
US9590886B2 (en)2013-11-012017-03-07Commvault Systems, Inc.Systems and methods for differential health checking of an information management system
US10671491B2 (en)*2013-11-012020-06-02Micro Focus LlcAsset browsing and restoration over a network using pre-staging and directory storage
WO2015069234A1 (en)*2013-11-062015-05-14Intel CorporationUnifying interface for cloud content sharing services
US20150127770A1 (en)*2013-11-062015-05-07Pax8, Inc.Distributed Cloud Disk Service Provisioning and Management
US9542457B1 (en)2013-11-072017-01-10Google Inc.Methods for displaying object history information
US20150134618A1 (en)*2013-11-122015-05-14Boris TeterinTechniques for Policy-Based Data Protection Services
US9614880B1 (en)2013-11-122017-04-04Google Inc.Methods for real-time notifications in an activity stream
CN103581196B (en)*2013-11-132016-05-11上海众人网络安全技术有限公司Distributed document transparent encryption method and transparent decryption method
US9613116B2 (en)*2013-11-152017-04-04Workday, Inc.Identifying and formatting data for data migration
US9659021B1 (en)*2013-11-202017-05-23EMC IP Holding Company LLCClient based backups and backup indexing
US20150150013A1 (en)*2013-11-252015-05-28International Business Machines CorporationReducing job credentials management load
TWI514811B (en)*2013-11-282015-12-21Synology Inc Network system operation method
CN103593476B (en)*2013-11-282017-01-25中国科学院信息工程研究所Multi-keyword plaintext and ciphertext retrieving method and device oriented to cloud storage
US9280678B2 (en)*2013-12-022016-03-08Fortinet, Inc.Secure cloud storage distribution and aggregation
US20150156264A1 (en)*2013-12-042015-06-04International Business Machines CorporationFile access optimization using strategically partitioned and positioned data in conjunction with a collaborative peer transfer system
US9934279B2 (en)2013-12-052018-04-03Oracle International CorporationPattern matching across multiple input data streams
US9886448B2 (en)*2013-12-062018-02-06Media Gobbler, Inc.Managing downloads of large data sets
US20150161334A1 (en)*2013-12-112015-06-11William M. BoushkaDistribution of medical report
US9985829B2 (en)2013-12-122018-05-29Exablox CorporationManagement and provisioning of cloud connected devices
US9313299B2 (en)*2013-12-182016-04-12Verizon Patent And Licensing Inc.Cloud edge appliances to extend cloud applications to customer premises
US9384205B1 (en)*2013-12-182016-07-05Veritas Technologies LlcAuto adaptive deduplication to cloud based storage
US11379425B1 (en)*2013-12-182022-07-05Open Text CorporationOptimizing synchronization of content management servers
IN2013CH05992A (en)2013-12-202015-06-26Infosys Ltd
US10877945B1 (en)*2013-12-202020-12-29EMC IP Holding Company LLCOptimized block storage for change block tracking systems
US9384206B1 (en)*2013-12-262016-07-05Emc CorporationManaging data deduplication in storage systems
US10452306B1 (en)*2013-12-312019-10-22EMC IP Holding Company LLCMethod and apparatus for asymmetric raid
US20170061339A1 (en)*2014-01-022017-03-02Jeremy Lynn LittlejohnMethod for facilitating network external computing assistance
USD759686S1 (en)*2014-01-032016-06-21Synology IncorporatedPortion of a display screen with icon
US9519696B1 (en)2014-01-072016-12-13Amazon Technologies, Inc.Data transformation policies
US10331895B1 (en)*2014-01-072019-06-25Amazon Technologies, Inc.Forced data transformation policy
US9898476B2 (en)*2014-01-222018-02-20Futurewei Technologies, Inc.Managing lock or latch in concurrent execution of queries
US9509747B2 (en)*2014-01-232016-11-29Dropbox, Inc.Content item synchronization by block
US9495251B2 (en)2014-01-242016-11-15Commvault Systems, Inc.Snapshot readiness checking and reporting
US9639426B2 (en)2014-01-242017-05-02Commvault Systems, Inc.Single snapshot for multiple applications
US9639549B2 (en)2014-01-242017-05-02International Business Machines CorporationHybrid of proximity and identity similarity based deduplication in a data deduplication system
US10324897B2 (en)*2014-01-272019-06-18Commvault Systems, Inc.Techniques for serving archived electronic mail
US8751454B1 (en)2014-01-282014-06-10Storagecraft Technology CorporationVirtual defragmentation in a deduplication vault
US11073986B2 (en)*2014-01-302021-07-27Hewlett Packard Enterprise Development LpMemory data versioning
US9774582B2 (en)2014-02-032017-09-26Exablox CorporationPrivate cloud connected device cluster architecture
EP3103025B1 (en)2014-02-042019-07-10Exablox CorporationContent based organization of file systems
US9798631B2 (en)2014-02-042017-10-24Microsoft Technology Licensing, LlcBlock storage by decoupling ordering from durability
US10601674B2 (en)2014-02-042020-03-24Akamai Technologies, Inc.Virtual user ramp controller for load test analytic dashboard
US10075017B2 (en)2014-02-062018-09-11Energous CorporationExternal or internal wireless power receiver with spaced-apart antenna elements for charging or powering mobile devices using wirelessly delivered power
US9935482B1 (en)2014-02-062018-04-03Energous CorporationWireless power transmitters that transmit at determined times based on power availability and consumption at a receiving mobile device
US9509772B1 (en)2014-02-132016-11-29Google Inc.Visualization and control of ongoing ingress actions
US10133741B2 (en)2014-02-132018-11-20Amazon Technologies, Inc.Log data service in a virtual environment
US20150234775A1 (en)*2014-02-142015-08-20Western Digital Technologies, Inc.Enabling file oriented access on storage devices
US11809451B2 (en)2014-02-192023-11-07Snowflake Inc.Caching systems and methods
US9646016B2 (en)*2014-02-202017-05-092Mandarins Ltd.Methods circuits apparatuses systems and associated computer executable code for data deduplication
US9798596B2 (en)2014-02-272017-10-24Commvault Systems, Inc.Automatic alert escalation for an information management system
US11016941B2 (en)2014-02-282021-05-25Red Hat, Inc.Delayed asynchronous file replication in a distributed file system
US11314556B2 (en)*2014-03-012022-04-26Microsoft Technology Licensing, Llc.Shadowing local on-premises information to a cloud-based computing system
US10395024B2 (en)2014-03-042019-08-27Adobe Inc.Authentication for online content using an access token
US9648100B2 (en)2014-03-052017-05-09Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US9794078B2 (en)*2014-03-052017-10-17Ricoh Company, Ltd.Fairly adding documents to a collaborative session
US9646012B1 (en)*2014-03-062017-05-09Veritas Technologies LlcCaching temporary data in solid state storage devices
US9886457B2 (en)*2014-03-102018-02-06International Business Machines CorporationDeduplicated data processing hierarchical rate control in a data deduplication system
US9633026B2 (en)2014-03-132017-04-25Commvault Systems, Inc.Systems and methods for protecting email data
US9680708B2 (en)2014-03-142017-06-13Veritas TechnologiesMethod and apparatus for cloud resource delivery
US10884991B1 (en)*2014-03-142021-01-05Jpmorgan Chase Bank, N.A.Data request analysis and fulfillment system and method
US20150263906A1 (en)*2014-03-142015-09-17Avni Networks Inc.Method and apparatus for ensuring application and network service performance in an automated manner
US10380072B2 (en)2014-03-172019-08-13Commvault Systems, Inc.Managing deletions from a deduplication database
US20150269032A1 (en)*2014-03-182015-09-24Netapp, Inc.Backing up data to cloud data storage while maintaining storage efficiency
US10025808B2 (en)2014-03-192018-07-17Red Hat, Inc.Compacting change logs using file content location identifiers
US9965505B2 (en)2014-03-192018-05-08Red Hat, Inc.Identifying files in change logs using file content location identifiers
US9986029B2 (en)2014-03-192018-05-29Red Hat, Inc.File replication using file content location identifiers
US9762637B2 (en)2014-03-212017-09-12Ptc Inc.System and method of using binary dynamic rest messages
US9961058B2 (en)2014-03-212018-05-01Ptc Inc.System and method of message routing via connection servers in a distributed computing environment
US10313410B2 (en)2014-03-212019-06-04Ptc Inc.Systems and methods using binary dynamic rest messages
US10685743B2 (en)*2014-03-212020-06-16Ehr Command Center, LlcData command center visual display system
US9462085B2 (en)*2014-03-212016-10-04Ptc Inc.Chunk-based communication of binary dynamic rest messages
US9560170B2 (en)2014-03-212017-01-31Ptc Inc.System and method of abstracting communication protocol using self-describing messages
US11294771B1 (en)*2014-03-242022-04-05EMC IP Holding Company LLCStorage of discovered data object to storage layouts
US9946724B1 (en)*2014-03-312018-04-17EMC IP Holding Company LLCScalable post-process deduplication
US9749224B2 (en)*2014-03-312017-08-29Verizon Patent And Licensing Inc.Method and apparatus for cloud provisioning of communication services
US11055258B2 (en)*2014-04-022021-07-06International Business Machines CorporationDirectly accessing archived data and executable files
US20150286701A1 (en)*2014-04-042015-10-08Quantum CorporationData Classification Aware Object Storage
US10084669B2 (en)2014-04-092018-09-25Centurylink Intellectual Property LlcSystem and method for cloud computing adaptive cloud services
US9823978B2 (en)*2014-04-162017-11-21Commvault Systems, Inc.User-level quota management of data objects stored in information management systems
US9660933B2 (en)*2014-04-172017-05-23Go Daddy Operating Company, LLCAllocating and accessing hosting server resources via continuous resource availability updates
US10069914B1 (en)2014-04-212018-09-04David Lane SmithDistributed storage system for long term data storage
US10713379B2 (en)*2014-04-212020-07-14David Lane SmithDistributed storage system for long term data storage
KR102277772B1 (en)2014-04-302021-07-14삼성전자주식회사Apparatus and method for integrated management of data in mobile device, and the mobile device
US9966784B2 (en)2014-06-032018-05-08Energous CorporationSystems and methods for extending battery life of portable electronic devices charged by sound
US10158257B2 (en)2014-05-012018-12-18Energous CorporationSystem and methods for using sound waves to wirelessly deliver power to electronic devices
US9779089B2 (en)*2014-05-022017-10-03Dell Products L.P.Auto-storing and synchronizing device content from an information handling system
US9792187B2 (en)2014-05-062017-10-17Actifio, Inc.Facilitating test failover using a thin provisioned virtual machine created from a snapshot
EP4096228A1 (en)*2014-05-062022-11-30TiVo Solutions Inc.Cloud-based media content management
US10153653B1 (en)2014-05-072018-12-11Energous CorporationSystems and methods for using application programming interfaces to control communications between a transmitter and a receiver
US9800172B1 (en)2014-05-072017-10-24Energous CorporationIntegrated rectifier and boost converter for boosting voltage received from wireless power transmission waves
US10153645B1 (en)2014-05-072018-12-11Energous CorporationSystems and methods for designating a master power transmitter in a cluster of wireless power transmitters
US10170917B1 (en)2014-05-072019-01-01Energous CorporationSystems and methods for managing and controlling a wireless power network by establishing time intervals during which receivers communicate with a transmitter
US9973008B1 (en)2014-05-072018-05-15Energous CorporationWireless power receiver with boost converters directly coupled to a storage element
US9740574B2 (en)2014-05-092017-08-22Commvault Systems, Inc.Load balancing across multiple data paths
WO2015172107A1 (en)2014-05-092015-11-12Nutanix, Inc.Mechanism for providing external access to a secured networked virtualization environment
US10693850B2 (en)*2014-05-122020-06-23Google LlcManaging NIC-encrypted flows for migrating guests or tasks
US9606873B2 (en)2014-05-132017-03-28International Business Machines CorporationApparatus, system and method for temporary copy policy
WO2015175854A2 (en)*2014-05-152015-11-19Cryptyk, Inc. (Trading As Bitsavr Inc.)System and method for digital currency storage, payment and credit
US20150332351A1 (en)2014-05-162015-11-19Centurylink Intellectual Property LlcSystem and Method for Service Provider Cloud Services - Cloud Marketplace
WO2015178993A1 (en)*2014-05-202015-11-26Cloudifyd, Inc.Method and system for integrated cloud storage management
US9614826B1 (en)*2014-05-202017-04-04Symantec CorporationSensitive data protection
US10465492B2 (en)2014-05-202019-11-05KATA Systems LLCSystem and method for oil and condensate processing
US9876536B1 (en)2014-05-232018-01-23Energous CorporationSystems and methods for assigning groups of antennas to transmit wireless power to different wireless power receivers
US9848045B2 (en)2014-05-272017-12-19Commvault Systems, Inc.Offline messaging between a repository storage operation cell and remote storage operation cells via an intermediary media agent
US9619550B1 (en)*2014-05-292017-04-11EMC IP Holding Company LLCComputing resource re-provisioning during data analytic lifecycle
US9449012B2 (en)*2014-05-302016-09-20Apple Inc.Cloud library de-duplication
US9645888B1 (en)2014-06-022017-05-09EMC IP Holding Company LLCCaching of backup chunks
US10454778B2 (en)2014-06-032019-10-22Box, Inc.Policy-based computation and storage of cloud-based collaboration objects
US10027766B2 (en)*2014-06-032018-07-17Box, Inc.Accessing multiple content storage facilities using source-aware storage policies
US9536199B1 (en)2014-06-092017-01-03Google Inc.Recommendations based on device usage
US9244978B2 (en)2014-06-112016-01-26Oracle International CorporationCustom partitioning of a data stream
US9798754B1 (en)*2014-06-122017-10-24EMC IP Holding Company LLCMethod to efficiently track I/O access history using efficient memory data structures
US10509769B1 (en)*2014-06-122019-12-17EMC IP Holding Company LLCMethod to efficiently track I/O access history
US9507791B2 (en)2014-06-122016-11-29Google Inc.Storage system user interface with floating file collection
US10078781B2 (en)2014-06-132018-09-18Google LlcAutomatically organizing images
US10652193B2 (en)*2014-06-182020-05-12Western Digital Technologies, Inc.Managing and accessing data storage systems
RU2589861C2 (en)2014-06-202016-07-10Закрытое акционерное общество "Лаборатория Касперского"System and method of user data encryption
US10965608B2 (en)*2014-06-242021-03-30Keepsayk LLCMobile supercloud computing system and method
US9712645B2 (en)2014-06-262017-07-18Oracle International CorporationEmbedded event processing
US20160004605A1 (en)2014-07-012016-01-07Commvault Systems, Inc.Lightweight data reconstruction based on backup data
US20170255664A1 (en)*2014-07-102017-09-07Nikhir KumarData Interchange De-duplication Vault (D.I.D.V.)
US20160019117A1 (en)2014-07-162016-01-21Commvault Systems, Inc.Creating customized bootable image for client computing device from backup copy
US20160019224A1 (en)2014-07-182016-01-21Commvault Systems, Inc.File system content archiving based on third-party application archiving rules and metadata
US9565253B2 (en)2014-07-212017-02-07International Business Machines CorporationScalable approach to manage storage volumes across heterogenous cloud systems
US10068703B1 (en)2014-07-212018-09-04Energous CorporationIntegrated miniature PIFA with artificial magnetic conductor metamaterials
US9871301B2 (en)2014-07-212018-01-16Energous CorporationIntegrated miniature PIFA with artificial magnetic conductor metamaterials
US10116143B1 (en)2014-07-212018-10-30Energous CorporationIntegrated antenna arrays for wireless power transmission
US10826930B2 (en)2014-07-222020-11-03Nuix Pty LtdSystems and methods for parallelized custom data-processing and search
US9641388B2 (en)2014-07-292017-05-02Commvault Systems, Inc.Customized deployment in information management systems
US20170132707A1 (en)*2014-07-292017-05-11Forever, Inc.Method and System for Permanent and Continuous Preservation and Retrieval of a Data Object in the Internet Cloud
US10031917B2 (en)2014-07-292018-07-24Commvault Systems, Inc.Efficient volume-level replication of data via snapshots in an information management system
US10324733B2 (en)2014-07-302019-06-18Microsoft Technology Licensing, LlcShutdown notifications
US10678412B2 (en)2014-07-312020-06-09Microsoft Technology Licensing, LlcDynamic joint dividers for application windows
US10254942B2 (en)2014-07-312019-04-09Microsoft Technology Licensing, LlcAdaptive sizing and positioning of application windows
US9787576B2 (en)2014-07-312017-10-10Microsoft Technology Licensing, LlcPropagating routing awareness for autonomous networks
US9836464B2 (en)2014-07-312017-12-05Microsoft Technology Licensing, LlcCurating media from social connections
US10592080B2 (en)2014-07-312020-03-17Microsoft Technology Licensing, LlcAssisted presentation of application windows
US9952856B2 (en)*2014-08-012018-04-24Sap SeDeploying mobile applications in a collaborative cloud environment
JP6365085B2 (en)*2014-08-042018-08-01富士通株式会社 Data migration method and data migration apparatus
US10866742B1 (en)*2014-08-042020-12-15Nexgen Storage, Inc.Archiving storage volume snapshots
US11599492B1 (en)*2014-08-052023-03-07Spatial Digital Systems, Inc.Remote wiping for data transport, storage and retrieval
US9917894B2 (en)2014-08-062018-03-13Quest Software Inc.Accelerating transfer protocols
US9852026B2 (en)2014-08-062017-12-26Commvault Systems, Inc.Efficient application recovery in an information management system based on a pseudo-storage-device driver
US9990352B2 (en)2014-08-062018-06-05Quest Software Inc.Chunk compression in a deduplication aware client environment
US20160044077A1 (en)*2014-08-062016-02-11Dell Products L.P.Policy use in a data mover employing different channel protocols
US10360110B2 (en)2014-08-062019-07-23Commvault Systems, Inc.Point-in-time backups of a production application made accessible over fibre channel and/or iSCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host
US11249858B2 (en)2014-08-062022-02-15Commvault Systems, Inc.Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host
US9984093B2 (en)2014-08-062018-05-29Quest Software Inc.Technique selection in a deduplication aware client environment
US10459886B2 (en)2014-08-062019-10-29Quest Software Inc.Client-side deduplication with local chunk caching
US10708137B2 (en)2014-08-072020-07-07Ent. Services Development Corporation LpActive directory topology creation
US9414417B2 (en)2014-08-072016-08-09Microsoft Technology Licensing, LlcPropagating communication awareness over a cellular network
GB2529246A (en)2014-08-152016-02-17IbmMethod for securing integrity and consistency of a cloud storage service with efficient client operations
US9965009B1 (en)2014-08-212018-05-08Energous CorporationSystems and methods for assigning a power receiver to individual power transmitters based on location of the power receiver
US9917477B1 (en)2014-08-212018-03-13Energous CorporationSystems and methods for automatically testing the communication between power transmitter and wireless receiver
US9886447B2 (en)2014-08-222018-02-06International Business Machines CorporationPerformance of asynchronous replication in HSM integrated storage systems
US10313311B2 (en)2014-08-222019-06-04Nec CorporationMethod for storing of data within a cloud storage and a cloud storage system
AU2015309650A1 (en)*2014-08-262017-03-09Municipal Property Assessment CorporationMethod and system for real estate valuation
WO2016032904A1 (en)2014-08-272016-03-03Mokhtarzada Holdings, LlcMethod and system for expanding storage capacity of a drive using cloud storage systems
US10346550B1 (en)*2014-08-282019-07-09X1 Discovery, Inc.Methods and systems for searching and indexing virtual environments
FR3025340B1 (en)*2014-08-282017-02-03Bull Sas CLOUD OF DATA
US9774672B2 (en)2014-09-032017-09-26Commvault Systems, Inc.Consolidated processing of storage-array commands by a snapshot-control media agent
US10042716B2 (en)2014-09-032018-08-07Commvault Systems, Inc.Consolidated processing of storage-array commands using a forwarder media agent in conjunction with a snapshot-control media agent
US10581756B2 (en)*2014-09-092020-03-03Microsoft Technology Licensing, LlcNonintrusive dynamically-scalable network load generation
CN105491078B (en)*2014-09-152019-01-22阿里巴巴集团控股有限公司Data processing method and device, SOA system in SOA system
US9753955B2 (en)*2014-09-162017-09-05Commvault Systems, Inc.Fast deduplication data verification
CN104317800A (en)*2014-09-192015-01-28山东大学Hybrid storage system and method for mass intelligent power utilization data
US9280683B1 (en)2014-09-222016-03-08International Business Machines CorporationMulti-service cloud storage decision optimization process
US9864864B2 (en)*2014-09-232018-01-09Accenture Global Services LimitedIndustrial security agent platform
CN104268219A (en)*2014-09-242015-01-07国家电网公司Management method and system thereof for mass electricity utilization information collection data
US10764265B2 (en)*2014-09-242020-09-01Ent. Services Development Corporation LpAssigning a document to partial membership in communities
US20160373319A1 (en)2014-09-242016-12-22Jeremy Lynn LittlejohnMethod and device for evaluating the system assets of a communication network
US10120907B2 (en)2014-09-242018-11-06Oracle International CorporationScaling event processing using distributed flows and map-reduce operations
US9886486B2 (en)2014-09-242018-02-06Oracle International CorporationEnriching events with dynamically typed big data for event processing
US9866634B1 (en)*2014-09-262018-01-09Western Digital Technologies, Inc.Managing and accessing data storage systems
US10268551B1 (en)*2014-09-302019-04-23EMC IP Holding Company LLCCloud service backup system
US10204010B2 (en)*2014-10-032019-02-12Commvault Systems, Inc.Intelligent protection of off-line mail data
US9832148B2 (en)2014-10-032017-11-28At&T Intellectual Property I, L.P.System and method for attaching a remotely stored attachment to an email
US9444811B2 (en)2014-10-212016-09-13Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US9521151B2 (en)2014-10-222016-12-13CloudHealth Technologies, Inc.Automated and policy driven optimization of cloud infrastructure through delegated actions
WO2016069492A1 (en)2014-10-272016-05-06Citrix Systems, Inc.Input devices in high latency networks
US9575673B2 (en)2014-10-292017-02-21Commvault Systems, Inc.Accessing a file system using tiered deduplication
US9740879B2 (en)*2014-10-292017-08-22Sap SeSearchable encryption with secure and efficient updates
US20160125098A1 (en)*2014-10-302016-05-05Lenovo (Singapore) Pte. Ltd.Aggregate service with search capabilities
US10230571B2 (en)2014-10-302019-03-12Equinix, Inc.Microservice-based application development framework
WO2016069034A1 (en)2014-11-012016-05-06Hewlett Packard Enterprise Development LpData management for tenants
US9628350B2 (en)*2014-11-052017-04-18Amazon Technologies, Inc.Dynamic scaling of storage volumes for storage client file systems
US20160164749A1 (en)*2014-11-072016-06-09Fractal Analytics, Inc.Methods and Systems for Establishing a Centralized Analytics Environment
US9531689B1 (en)*2014-11-102016-12-27The United States Of America As Represented By The Secretary Of The NavySystem and method for encryption of network data
US9848046B2 (en)2014-11-132017-12-19Commvault Systems, Inc.Archiving applications in information management systems
US9448731B2 (en)2014-11-142016-09-20Commvault Systems, Inc.Unified snapshot storage management
US9648105B2 (en)2014-11-142017-05-09Commvault Systems, Inc.Unified snapshot storage management, using an enhanced storage manager and enhanced media agents
US9912625B2 (en)2014-11-182018-03-06Commvault Systems, Inc.Storage and management of mail attachments
US20160140131A1 (en)*2014-11-192016-05-19Prophetstor Data Services, Inc.Method and system for data transformation for cloud-based archiving and backup
US9864658B1 (en)*2014-12-012018-01-09Vce Company, LlcAutomation of deduplication storage capacity sizing and trending analysis
US9659047B2 (en)*2014-12-032017-05-23Netapp, Inc.Data deduplication utilizing extent ID database
US9632713B2 (en)2014-12-032017-04-25Commvault Systems, Inc.Secondary storage editor
US20160162364A1 (en)2014-12-032016-06-09Commvault Systems, Inc.Secondary storage pruning
US9645891B2 (en)2014-12-042017-05-09Commvault Systems, Inc.Opportunistic execution of secondary copy operations
EP3227789A4 (en)*2014-12-042018-07-25Hewlett-Packard Development Company, L.P.Access to network-based storage resource based on hardware identifier
US10951705B1 (en)2014-12-052021-03-16EMC IP Holding Company LLCWrite leases for distributed file systems
US10445296B1 (en)2014-12-052019-10-15EMC IP Holding Company LLCReading from a site cache in a distributed file system
US10423507B1 (en)2014-12-052019-09-24EMC IP Holding Company LLCRepairing a site cache in a distributed file system
US10430385B1 (en)*2014-12-052019-10-01EMC IP Holding Company LLCLimited deduplication scope for distributed file systems
US9753816B2 (en)2014-12-052017-09-05Commvault Systems, Inc.Synchronization based on filtered browsing
US10452619B1 (en)2014-12-052019-10-22EMC IP Holding Company LLCDecreasing a site cache capacity in a distributed file system
US10936494B1 (en)*2014-12-052021-03-02EMC IP Holding Company LLCSite cache manager for a distributed file system
US9898477B1 (en)2014-12-052018-02-20EMC IP Holding Company LLCWriting to a site cache in a distributed file system
US10021212B1 (en)2014-12-052018-07-10EMC IP Holding Company LLCDistributed file systems on content delivery networks
EP3032453B1 (en)*2014-12-082019-11-13eperi GmbHStoring data in a server computer with deployable encryption/decryption infrastructure
US11165714B2 (en)*2014-12-152021-11-02Royal Bank Of CanadaVerification of data processes in a network of computing resources
US10013466B2 (en)*2014-12-162018-07-03Sap SeUsing time information to prune queries against partitioned data
US10282475B2 (en)*2014-12-182019-05-07Microsoft Technology Licensing, LlcGeneration of browser suggestions based on internet of things device data
US10545987B2 (en)*2014-12-192020-01-28Pure Storage, Inc.Replication to the cloud
US20170351699A1 (en)*2014-12-222017-12-07Hewlett Packard Enterprise Development LpFile value file replication
US10359941B1 (en)*2014-12-222019-07-23Emc CorporationMulti-tier data storage using burst buffer appliance for workload transformation based on performance characteristics of at least one tier
US10764037B2 (en)*2014-12-232020-09-01Nokia Technologies OyMethod and apparatus for duplicated data management in cloud computing
US10122415B2 (en)2014-12-272018-11-06Energous CorporationSystems and methods for assigning a set of antennas of a wireless power transmitter to a wireless power receiver based on a location of the wireless power receiver
EP3203386A4 (en)2014-12-272017-12-27Huawei Technologies Co. Ltd.Data processing method, apparatus and system
KR102361400B1 (en)*2014-12-292022-02-10삼성전자주식회사Terminal for User, Apparatus for Providing Service, Driving Method of Terminal for User, Driving Method of Apparatus for Providing Service and System for Encryption Indexing-based Search
US9767119B2 (en)2014-12-312017-09-19Netapp, Inc.System and method for monitoring hosts and storage devices in a storage system
US10911537B1 (en)*2014-12-312021-02-02Acronis International GmbhIncreasing speed of synchronization and restore
US10171560B2 (en)*2015-01-052019-01-01International Business Machines CorporationModular framework to integrate service management systems and cloud orchestrators in a hybrid cloud environment
US10372684B2 (en)*2015-01-092019-08-06Quantum CorporationMetadata peering with improved inodes
US20160210044A1 (en)2015-01-152016-07-21Commvault Systems, Inc.Intelligent hybrid drive caching
US9870420B2 (en)2015-01-192018-01-16Google LlcClassification and storage of documents
CN107113314B (en)*2015-01-192020-06-19诺基亚技术有限公司Method and device for heterogeneous data storage management in cloud computing
US9952934B2 (en)2015-01-202018-04-24Commvault Systems, Inc.Synchronizing selected portions of data in a storage management system
US9588849B2 (en)2015-01-202017-03-07Commvault Systems, Inc.Synchronizing selected portions of data in a storage management system
US10148662B1 (en)*2015-01-212018-12-04EMC IP Holding Company LLCDe-duplication of access control lists
US10320935B2 (en)*2015-01-282019-06-11Red Hat, Inc.Cache data validation
US20180004430A1 (en)*2015-01-302018-01-04Hewlett Packard Enterprise Development LpChunk Monitoring
US9361349B1 (en)2015-01-302016-06-07Dropbox, Inc.Storage constrained synchronization of shared content items
US10248705B2 (en)*2015-01-302019-04-02Dropbox, Inc.Storage constrained synchronization of shared content items
CN104657435B (en)*2015-01-302019-09-17新华三技术有限公司A kind of memory management method and Network Management System using data
CN104537130A (en)*2015-01-302015-04-22浪潮(北京)电子信息产业有限公司Method and system for realizing distributed cluster file management and clients
US10831715B2 (en)2015-01-302020-11-10Dropbox, Inc.Selective downloading of shared content items in a constrained synchronization system
US10664535B1 (en)2015-02-022020-05-26Amazon Technologies, Inc.Retrieving log data from metric data
US10057347B2 (en)2015-02-132018-08-21International Business Machines CorporationProtocol independent storage discovery and enablement
US9893535B2 (en)2015-02-132018-02-13Energous CorporationSystems and methods for determining optimal charging positions to maximize efficiency of power received from wirelessly delivered sound wave energy
US9971821B1 (en)2015-02-172018-05-15Cohesity, Inc.Search and analytics for a storage systems
US10505862B1 (en)*2015-02-182019-12-10Amazon Technologies, Inc.Optimizing for infrastructure diversity constraints in resource placement
US20160259810A1 (en)*2015-03-062016-09-08Hewlett-Packard Development Company, L.P.Global file index
US10715460B2 (en)*2015-03-092020-07-14Amazon Technologies, Inc.Opportunistic resource migration to optimize resource placement
US10069680B1 (en)*2015-03-162018-09-04Amazon Technologies, Inc.Dedicated virtual computing system servers
US20180123885A1 (en)*2015-03-202018-05-03Nokia Solutions And Networks OyBuilding and applying operational experiences for cm operations
US9715502B1 (en)*2015-03-252017-07-25Amazon Technologies, Inc.Distributed data migration using chunking
US9575804B2 (en)2015-03-272017-02-21Commvault Systems, Inc.Job management and resource allocation
US9582306B2 (en)2015-03-312017-02-28At&T Intellectual Property I, L.P.Method and system to dynamically instantiate virtual repository for any services
US9697376B2 (en)*2015-04-012017-07-04Vmware, Inc.Federated cloud storage system
US10963430B2 (en)2015-04-012021-03-30Dropbox, Inc.Shared workspaces with selective content item synchronization
US9922201B2 (en)2015-04-012018-03-20Dropbox, Inc.Nested namespaces for selective content sharing
US10339106B2 (en)*2015-04-092019-07-02Commvault Systems, Inc.Highly reusable deduplication database after disaster recovery
US9934265B2 (en)2015-04-092018-04-03Commvault Systems, Inc.Management of log data
US20160301693A1 (en)*2015-04-102016-10-13Maxim NikulinSystem and method for identifying and protecting sensitive data using client file digital fingerprint
US20180063092A1 (en)*2015-04-102018-03-01Pcms Holdings, Inc.System and method for delegation of cloud computing processes
US9769069B2 (en)2015-04-102017-09-19At&T Intellectual Property I, L.P.Methods and apparatus to provide a consumer services cloud in a communications network
US10346431B1 (en)*2015-04-162019-07-09Akamai Technologies, Inc.System and method for automated run-tme scaling of cloud-based data store
US11200249B2 (en)2015-04-162021-12-14Nuix LimitedSystems and methods for data indexing with user-side scripting
US10397192B2 (en)2015-04-182019-08-27DvSum, LLCRemotely accessing data on a secured server
US10110660B2 (en)*2015-04-202018-10-23Cisco Technology, Inc.Instant file upload to a collaboration service by querying file storage systems that are both internal and external to the collaboration service
US10389663B2 (en)*2015-04-232019-08-20Microsoft Technology Licensing, LlcAutomatic uploading of attachments to group cloud storage at send time
US10095807B2 (en)*2015-04-282018-10-09Microsoft Technology Licensing, LlcLinked data processor for database storage
US10929353B2 (en)*2015-04-292021-02-23Box, Inc.File tree streaming in a virtual file system for cloud-based shared content
US11080284B2 (en)*2015-05-012021-08-03Microsoft Technology Licensing, LlcHybrid search connector
US11350254B1 (en)2015-05-052022-05-31F5, Inc.Methods for enforcing compliance policies and devices thereof
CN104809407B (en)*2015-05-052018-03-30南京信息工程大学Cloud storage front end data encryption and decryption and method of calibration and system
US9519433B2 (en)*2015-05-132016-12-13VSector Security Technologies, LLCSecure virtual sector erasure method and system
US9886333B2 (en)2015-05-142018-02-06International Business Machines CorporationCommand-based storage scenario prediction
US9639286B2 (en)2015-05-142017-05-02Commvault Systems, Inc.Restore of secondary data using thread pooling
CN106575304A (en)2015-05-192017-04-19广州市动景计算机科技有限公司Method, apparatus for loading a resource in a web page on a device
US9787772B2 (en)2015-05-192017-10-10Netapp, Inc.Policy based alerts for networked storage systems
US10324914B2 (en)2015-05-202019-06-18Commvalut Systems, Inc.Handling user queries against production and archive storage systems, such as for enterprise customers having large and/or numerous files
WO2016187657A1 (en)*2015-05-212016-12-01Mainframe Cloud Pty LtdA system, method, computer program and data signal for hosting and executing a program on a mainframe
US20160350391A1 (en)2015-05-262016-12-01Commvault Systems, Inc.Replication using deduplicated secondary copy data
US10296219B2 (en)2015-05-282019-05-21Vmware, Inc.Data deduplication in a block-based storage system
US10838664B2 (en)*2015-05-292020-11-17Pure Storage, Inc.Determining a storage location according to legal requirements
CN106295386B (en)2015-06-022021-04-27阿里巴巴集团控股有限公司Data file protection method and device and terminal equipment
WO2016196030A1 (en)*2015-06-022016-12-08Alibaba Group Holding LimitedProtecting data files
US20160359953A1 (en)*2015-06-042016-12-08Dell Software Inc.Migration enhanced by presence, instant messaging, and last log-on time
US9923965B2 (en)2015-06-052018-03-20International Business Machines CorporationStorage mirroring over wide area network circuits with dynamic on-demand capacity
US10749956B2 (en)2015-06-082020-08-18Microsoft Technology Licensing, LlcAggregated access to storage subsystem
JP6264330B2 (en)*2015-06-152018-01-24コニカミノルタ株式会社 COMMUNICATION SYSTEM, COMMUNICATION RELAY DEVICE, AND PROGRAM
US10084873B2 (en)2015-06-192018-09-25Commvault Systems, Inc.Assignment of data agent proxies for executing virtual-machine secondary copy operations including streaming backup jobs
US9563514B2 (en)2015-06-192017-02-07Commvault Systems, Inc.Assignment of proxies for virtual-machine secondary copy operations including streaming backup jobs
US10374991B2 (en)2015-06-222019-08-06Ricoh Company, Ltd.Approach for sharing electronic documents during electronic meetings
US10484452B2 (en)*2015-06-222019-11-19Ricoh Company, Ltd.Approach for sharing electronic documents during electronic meetings
US10387264B1 (en)*2015-06-252019-08-20EMC IP Holding Company LLCInitiating backups based on data changes
US10275320B2 (en)2015-06-262019-04-30Commvault Systems, Inc.Incrementally accumulating in-process performance data and hierarchical reporting thereof for a data stream in a secondary copy operation
US10083315B2 (en)2015-06-292018-09-25Microsoft Technology Licensing, LlcPrivacy enhanced personal search index
US9912752B1 (en)2015-06-292018-03-06Amazon Technologies, Inc.Retention-based data management in a network-based data store
US10706042B1 (en)2015-06-302020-07-07EMC IP Holding Company LLCData deduplication on a distributed file system using conditional writes
US10430384B1 (en)*2015-06-302019-10-01EMC IP Holding Company LLCGlobal data deduplication across multiple distributed file systems
US10728107B2 (en)*2015-06-302020-07-28SkyKick, Inc.Managing users of cloud services with management tool
RU2629444C2 (en)2015-06-302017-08-29Общество С Ограниченной Ответственностью "Яндекс"Method and server for determining spam activity in cloud system
US10803020B1 (en)*2015-06-302020-10-13EMC IP Holding Company LLCData deduplication on a distributed file system
US9996574B2 (en)2015-06-302018-06-12International Business Machines CorporationEnhancements for optimizing query executions
US9766825B2 (en)2015-07-222017-09-19Commvault Systems, Inc.Browse and restore for block-level backups
WO2017018901A1 (en)2015-07-242017-02-02Oracle International CorporationVisually exploring and analyzing event streams
US10311023B1 (en)2015-07-272019-06-04Sas Institute Inc.Distributed data storage grouping
WO2017019079A1 (en)*2015-07-302017-02-02Hewlett Packard Enterprise Development LpStoring data in a deduplication store
US10769212B2 (en)*2015-07-312020-09-08Netapp Inc.Extensible and elastic data management services engine external to a storage domain
US10255287B2 (en)*2015-07-312019-04-09Hiveio Inc.Method and apparatus for on-disk deduplication metadata for a deduplication file system
US10079886B2 (en)*2015-08-192018-09-18Spatial Digital Systems, Inc.Mobile accessing private data on cloud
US20190034108A1 (en)*2015-08-192019-01-31Spatial Digital Systems, Inc.Private access to media data on network storage
US10896207B2 (en)2015-08-202021-01-19International Business Machines CorporationOptimization of object-based storage
US10474654B2 (en)2015-08-262019-11-12Storagecraft Technology CorporationStructural data transfer over a network
US10332090B2 (en)2015-08-272019-06-25Acumera, Inc.Providing secure remote access to a device at a merchant location
SG10201607160PA (en)*2015-08-282017-03-30Xiaohui LiuSystems and Methods for Unified Storage Services
US11709799B2 (en)*2015-08-292023-07-25Vmware, Inc.Content or file based application virtualization using a cache
US10192065B2 (en)2015-08-312019-01-29Commvault Systems, Inc.Automated intelligent provisioning of data storage resources in response to user requests in a data storage management system
US10311042B1 (en)2015-08-312019-06-04Commvault Systems, Inc.Organically managing primary and secondary storage of a data object based on expiry timeframe supplied by a user of the data object
US10176182B2 (en)*2015-08-312019-01-08International Business Machines CorporationFile deletion in storage devices based on the deletion priority rules
US10447638B2 (en)*2015-09-032019-10-15Quest Software Inc.Automatically applying data loss prevention rules during migration
US10210165B2 (en)2015-09-042019-02-19Walmart Apollo, LlcFile management for eDiscovery
US9848094B2 (en)*2015-09-102017-12-19Spatial Digital Systems, Inc.Mobile scanner via private data on cloud
US10523033B2 (en)2015-09-152019-12-31Energous CorporationReceiver devices configured to determine location within a transmission field
US12283828B2 (en)2015-09-152025-04-22Energous CorporationReceiver devices configured to determine location within a transmission field
US9906275B2 (en)2015-09-152018-02-27Energous CorporationIdentifying receivers in a wireless charging transmission field
US10186893B2 (en)2015-09-162019-01-22Energous CorporationSystems and methods for real time or near real time wireless communications between a wireless power transmitter and a wireless power receiver
US9893538B1 (en)2015-09-162018-02-13Energous CorporationSystems and methods of object detection in wireless power charging systems
US9871387B1 (en)2015-09-162018-01-16Energous CorporationSystems and methods of object detection using one or more video cameras in wireless power charging systems
US11710321B2 (en)2015-09-162023-07-25Energous CorporationSystems and methods of object detection in wireless power charging systems
US9941752B2 (en)2015-09-162018-04-10Energous CorporationSystems and methods of object detection in wireless power charging systems
US10158259B1 (en)2015-09-162018-12-18Energous CorporationSystems and methods for identifying receivers in a transmission field by transmitting exploratory power waves towards different segments of a transmission field
US10778041B2 (en)2015-09-162020-09-15Energous CorporationSystems and methods for generating power waves in a wireless power transmission system
US10199850B2 (en)2015-09-162019-02-05Energous CorporationSystems and methods for wirelessly transmitting power from a transmitter to a receiver by determining refined locations of the receiver in a segmented transmission field associated with the transmitter
US10008875B1 (en)2015-09-162018-06-26Energous CorporationWireless power transmitter configured to transmit power waves to a predicted location of a moving wireless power receiver
EP3350728B1 (en)2015-09-182022-04-06Commvault Systems, Inc.Data storage management operations in a secondary storage subsystem using image recognition and image-based criteria
US10128686B1 (en)2015-09-222018-11-13Energous CorporationSystems and methods for identifying receiver locations using sensor technologies
US10050470B1 (en)2015-09-222018-08-14Energous CorporationWireless power transmission device having antennas oriented in three dimensions
US10020678B1 (en)2015-09-222018-07-10Energous CorporationSystems and methods for selecting antennas to generate and transmit power transmission waves
US10135295B2 (en)2015-09-222018-11-20Energous CorporationSystems and methods for nullifying energy levels for wireless power transmission waves
US10027168B2 (en)2015-09-222018-07-17Energous CorporationSystems and methods for generating and transmitting wireless power transmission waves using antennas having a spacing that is selected by the transmitter
US10135294B1 (en)2015-09-222018-11-20Energous CorporationSystems and methods for preconfiguring transmission devices for power wave transmissions based on location data of one or more receivers
US10153660B1 (en)2015-09-222018-12-11Energous CorporationSystems and methods for preconfiguring sensor data for wireless charging systems
US10033222B1 (en)2015-09-222018-07-24Energous CorporationSystems and methods for determining and generating a waveform for wireless power transmission waves
US10298680B1 (en)*2015-09-232019-05-21Cohesity, Inc.Dynamic throughput ingestion of backup sources
US10514986B2 (en)2015-09-302019-12-24Commvault Systems, Inc.Dynamic triggering of block-level backups based on block change thresholds and corresponding file identities in a data storage management system
US20170091808A1 (en)*2015-09-302017-03-30Linkedin CorporationTracking interaction with sponsored and unsponsored content
US20170099366A1 (en)*2015-10-012017-04-06Orion LabsIntelligent routing between wearable group communication devices
US11354819B2 (en)2015-10-012022-06-07Nortek Security & ControlMethods for context-aware object tracking
US10120870B2 (en)2015-10-112018-11-06Noggle AgSystem and method for searching distributed files across a plurality of clients
US10333332B1 (en)2015-10-132019-06-25Energous CorporationCross-polarized dipole antenna
US10734717B2 (en)2015-10-132020-08-04Energous Corporation3D ceramic mold antenna
US10554728B2 (en)2015-10-222020-02-04Ricoh Company, Ltd.Approach for sharing electronic documents during electronic meetings
US9899744B1 (en)2015-10-282018-02-20Energous CorporationAntenna for wireless charging systems
US9853485B2 (en)2015-10-282017-12-26Energous CorporationAntenna for wireless charging systems
US10248494B2 (en)2015-10-292019-04-02Commvault Systems, Inc.Monitoring, diagnosing, and repairing a management database in a data storage management system
US10691718B2 (en)2015-10-292020-06-23Dropbox, Inc.Synchronization protocol for multi-premises hosting of digital content items
US9571573B1 (en)2015-10-292017-02-14Dropbox, Inc.Peer-to-peer synchronization protocol for multi-premises hosting of digital content items
US10795775B2 (en)2015-10-292020-10-06Datto, Inc.Apparatuses, methods, and systems for storage and analysis of SaaS data and non-SaaS data for businesses and other organizations
US10027180B1 (en)2015-11-022018-07-17Energous Corporation3D triple linear antenna that acts as heat sink
US10135112B1 (en)2015-11-022018-11-20Energous Corporation3D antenna mount
US10063108B1 (en)2015-11-022018-08-28Energous CorporationStamped three-dimensional antenna
US10102192B2 (en)2015-11-032018-10-16Commvault Systems, Inc.Summarization and processing of email on a client computing device based on content contribution to an email thread using weighting techniques
TWI585608B (en)*2015-11-052017-06-01台南家專學校財團法人台南應用科技大學Keyword searching method applied to cloud storage service
US10075439B1 (en)2015-11-062018-09-11Cisco Technology, Inc.Programmable format for securely configuring remote devices
US9696943B2 (en)2015-11-092017-07-04International Business Machines CorporationAccessing stored data
CN106686031B (en)*2015-11-092020-02-07广东华邦云计算股份有限公司Method and device for upgrading application to SaaS mode
US9891890B2 (en)2015-11-092018-02-13Microsoft Technology Licensing, LlcGeneration of an application from template
US10528547B2 (en)*2015-11-132020-01-07Microsoft Technology Licensing, LlcTransferring files
US10534748B2 (en)2015-11-132020-01-14Microsoft Technology Licensing, LlcContent file suggestions
US10055471B2 (en)*2015-11-182018-08-21American Express Travel Related Services Company, Inc.Integrated big data interface for multiple storage types
US10057327B2 (en)2015-11-252018-08-21International Business Machines CorporationControlled transfer of data over an elastic network
US9923784B2 (en)2015-11-252018-03-20International Business Machines CorporationData transfer using flexible dynamic elastic network service provider relationships
US9923839B2 (en)2015-11-252018-03-20International Business Machines CorporationConfiguring resources to exploit elastic network capability
US10216441B2 (en)2015-11-252019-02-26International Business Machines CorporationDynamic quality of service for storage I/O port allocation
US10581680B2 (en)2015-11-252020-03-03International Business Machines CorporationDynamic configuration of network features
US10177993B2 (en)*2015-11-252019-01-08International Business Machines CorporationEvent-based data transfer scheduling using elastic network optimization criteria
RU2656836C2 (en)*2015-11-272018-06-06Автономная некоммерческая организация высшего образования "Университет Иннополис"System and method of interaction of users with cloud target data storage
CN106817388B (en)*2015-11-302020-07-28阿里巴巴集团控股有限公司Method and device for acquiring data by virtual machine and host machine and system for accessing data
US11265202B2 (en)2015-12-042022-03-01Vmware, Inc.Integrated automated application deployment
US20170161101A1 (en)*2015-12-042017-06-08Vmware, Inc.Modularized automated-application-release-management subsystem
US9379890B1 (en)2015-12-072016-06-28Workiva Inc.System and method for managing cryptographic keys
US10122832B2 (en)2015-12-072018-11-06International Business Machines CorporationCommunications of usernames and passwords to a plurality of cloud storages via a plurality of communications protocols that change over time
US10171585B2 (en)2015-12-072019-01-01International Business Machines CorporationMethod, system, and computer program product for distributed storage of data in a heterogeneous cloud
US10013181B2 (en)*2015-12-072018-07-03International Business Machines CorporationDistributed storage of data in a local storage and a heterogeneous cloud
US10228962B2 (en)2015-12-092019-03-12Commvault Systems, Inc.Live synchronization and management of virtual machines across computing and virtualization platforms and using live synchronization to support disaster recovery
US10951568B2 (en)*2015-12-172021-03-16Wolfram Research, Inc.Methods and systems for processing electronic messages
US11757946B1 (en)2015-12-222023-09-12F5, Inc.Methods for analyzing network traffic and enforcing network policies and devices thereof
US10387266B2 (en)2015-12-232019-08-20Commvault Systems, Inc.Application-level live synchronization across computing platforms including synchronizing co-resident applications to disparate standby destinations and selectively synchronizing some applications and not others
US10038332B1 (en)2015-12-242018-07-31Energous CorporationSystems and methods of wireless power charging through multiple receiving devices
US10027159B2 (en)2015-12-242018-07-17Energous CorporationAntenna for transmitting wireless power signals
US10116162B2 (en)2015-12-242018-10-30Energous CorporationNear field transmitters with harmonic filters for wireless power charging
US10079515B2 (en)2016-12-122018-09-18Energous CorporationNear-field RF charging pad with multi-band antenna element with adaptive loading to efficiently charge an electronic device at any position on the pad
US10256677B2 (en)2016-12-122019-04-09Energous CorporationNear-field RF charging pad with adaptive loading to efficiently charge an electronic device at any position on the pad
US10320446B2 (en)2015-12-242019-06-11Energous CorporationMiniaturized highly-efficient designs for near-field power transfer system
US11863001B2 (en)2015-12-242024-01-02Energous CorporationNear-field antenna for wireless power transmission with antenna elements that follow meandering patterns
US10296594B1 (en)2015-12-282019-05-21EMC IP Holding Company LLCCloud-aware snapshot difference determination
US10008886B2 (en)2015-12-292018-06-26Energous CorporationModular antennas with heat sinks in wireless power transmission systems
US10642516B2 (en)*2015-12-302020-05-05Seagate Technology LlcExternal hard drive device with cloud drive support
CN106933872A (en)*2015-12-302017-07-07阿里巴巴集团控股有限公司A kind of method and device that cloud storage service is accessed by traditional file systemses interface
US20170193003A1 (en)2015-12-302017-07-06Commvault Systems, Inc.Redundant and robust distributed deduplication data storage system
US9910968B2 (en)2015-12-302018-03-06Dropbox, Inc.Automatic notifications for inadvertent file events
EP3188037A1 (en)*2015-12-312017-07-05Thomson LicensingMethod and device for managing personal media items
US10554515B2 (en)*2015-12-312020-02-04Bright House Networks, LlcCustomer premises network access device for displaying data usage
US20170193051A1 (en)*2015-12-312017-07-06Mehdi GhafourifarSystems and methods for automatic archiving, sorting, and/or indexing of secondary message content
US11023433B1 (en)*2015-12-312021-06-01Emc CorporationSystems and methods for bi-directional replication of cloud tiered data across incompatible clusters
KR102482324B1 (en)*2016-01-052022-12-29삼성전자주식회사Apparatus and method for transtting and receiving file in wireless communication system supporting cloud storage service
US10419401B2 (en)*2016-01-082019-09-17Capital One Services, LlcMethods and systems for securing data in the public cloud
US11178150B1 (en)2016-01-202021-11-16F5 Networks, Inc.Methods for enforcing access control list based on managed application and devices thereof
US10778683B2 (en)*2016-01-292020-09-15Docusign, Inc.Cloud-based coordination of customer premise service appliances
US9537952B1 (en)2016-01-292017-01-03Dropbox, Inc.Apparent cloud access for hosted content items
US10642896B2 (en)2016-02-052020-05-05Sas Institute Inc.Handling of data sets during execution of task routines of multiple languages
US10650046B2 (en)2016-02-052020-05-12Sas Institute Inc.Many task computing with distributed file system
US10346476B2 (en)2016-02-052019-07-09Sas Institute Inc.Sketch entry and interpretation of graphical user interface design
US10650045B2 (en)2016-02-052020-05-12Sas Institute Inc.Staged training of neural networks for improved time series prediction performance
US10795935B2 (en)2016-02-052020-10-06Sas Institute Inc.Automated generation of job flow definitions
US10360069B2 (en)2016-02-052019-07-23Sas Institute Inc.Automated transfer of neural network definitions among federated areas
US10331495B2 (en)2016-02-052019-06-25Sas Institute Inc.Generation of directed acyclic graphs from task routines
US10705764B2 (en)*2016-02-082020-07-07International Business Machines CorporationPerforming nearline storage of a file
US10440153B1 (en)2016-02-082019-10-08Microstrategy IncorporatedEnterprise health score and data migration
US11283900B2 (en)2016-02-082022-03-22Microstrategy IncorporatedEnterprise performance and capacity testing
US10229067B2 (en)2016-02-082019-03-12International Business Machines CorporationRetrieving and converting offline data
US9852361B1 (en)2016-02-112017-12-26EMC IP Holding Company LLCSelective image backup using trained image classifier
US20170235816A1 (en)2016-02-122017-08-17Nutanix, Inc.Entity database data aggregation
US11550558B2 (en)2016-02-122023-01-10Nutanix, Inc.Virtualized file server deployment
US10684924B2 (en)2016-02-182020-06-16Commvault Systems, Inc.Data restoration operations based on network path information
WO2017144078A1 (en)*2016-02-232017-08-31Abb Schweiz AgRobot controller system and method therefor
US10852998B2 (en)2016-02-252020-12-01Rubrik, Inc.Sub-cluster recovery using a partition group index
US10270841B1 (en)*2016-03-042019-04-23Quest Software Inc.Systems and methods of real-time container deployment
US10140159B1 (en)2016-03-042018-11-27Quest Software Inc.Systems and methods for dynamic creation of container manifests
US10127030B1 (en)2016-03-042018-11-13Quest Software Inc.Systems and methods for controlled container execution
US10452490B2 (en)2016-03-092019-10-22Commvault Systems, Inc.Data management and backup of distributed storage environment
US10296368B2 (en)2016-03-092019-05-21Commvault Systems, Inc.Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block-level pseudo-mount)
US10193975B2 (en)*2016-03-102019-01-29Microsoft Technology Licensing, LlcManaging multiple cloud stores through a web service
US10503753B2 (en)2016-03-102019-12-10Commvault Systems, Inc.Snapshot replication operations based on incremental block change tracking
US11425169B2 (en)2016-03-112022-08-23Netskope, Inc.Small-footprint endpoint data loss prevention (DLP)
US11019101B2 (en)2016-03-112021-05-25Netskope, Inc.Middle ware security layer for cloud computing services
US11405423B2 (en)2016-03-112022-08-02Netskope, Inc.Metadata-based data loss prevention (DLP) for cloud resources
US11074270B2 (en)*2016-03-112021-07-27Sap SeSystem and method for data integration
CN107193484B (en)*2016-03-142021-02-09伊姆西Ip控股有限责任公司Method and apparatus for data storage service
US12244603B2 (en)*2016-03-232025-03-04International Business Machines CorporationEncryption and decryption of data in a cloud storage based on indications in metadata
WO2017163393A1 (en)*2016-03-252017-09-28株式会社日立製作所Data processing system
US10013201B2 (en)2016-03-292018-07-03International Business Machines CorporationRegion-integrated data deduplication
KR101758558B1 (en)*2016-03-292017-07-26엘에스산전 주식회사Energy managemnet server and energy managemnet system having thereof
US10289457B1 (en)2016-03-302019-05-14Quest Software Inc.Systems and methods for dynamic discovery of container-based microservices
US10496494B1 (en)*2016-03-312019-12-03EMC IP Holding Company LLCMultilayer manifest for data storage systems
US20200159431A1 (en)*2016-04-112020-05-21Hewlett Packard Enterprise Development LpSending deduplicated data and rehydrating agent
US11157517B2 (en)2016-04-182021-10-26Amazon Technologies, Inc.Versioned hierarchical data structures in a distributed data store
US10671483B1 (en)*2016-04-222020-06-02EMC IP Holding Company LLCCalculating data value via data protection analytics
US10049145B2 (en)2016-04-252018-08-14Dropbox, Inc.Storage constrained synchronization engine
US10719532B2 (en)2016-04-252020-07-21Dropbox, Inc.Storage constrained synchronization engine
US9846553B2 (en)2016-05-042017-12-19Exablox CorporationOrganization and management of key-value stores
US10362058B2 (en)*2016-05-132019-07-23Vmware, IncSecure and scalable data transfer using a hybrid blockchain-based approach
US11100107B2 (en)2016-05-162021-08-24Carbonite, Inc.Systems and methods for secure file management via an aggregation of cloud storage services
US10264072B2 (en)*2016-05-162019-04-16Carbonite, Inc.Systems and methods for processing-based file distribution in an aggregation of cloud storage services
US10356158B2 (en)2016-05-162019-07-16Carbonite, Inc.Systems and methods for aggregation of cloud storage
US10116629B2 (en)2016-05-162018-10-30Carbonite, Inc.Systems and methods for obfuscation of data via an aggregation of cloud storage services
US10404798B2 (en)2016-05-162019-09-03Carbonite, Inc.Systems and methods for third-party policy-based file distribution in an aggregation of cloud storage services
US11218418B2 (en)2016-05-202022-01-04Nutanix, Inc.Scalable leadership election in a multi-processing computing environment
US10248174B2 (en)2016-05-242019-04-02Hedvig, Inc.Persistent reservations for virtual disk using multiple targets
US20170344598A1 (en)*2016-05-272017-11-30International Business Machines CorporationDe-Duplication Optimized Platform for Object Grouping
US10621370B2 (en)*2016-05-272020-04-14Intel CorporationMethods and apparatus to provide group-based row-level security for big data platforms
US20170351743A1 (en)*2016-06-032017-12-07Portworx, Inc.Journaling for scaleout systems
US10042717B2 (en)*2016-06-052018-08-07Vmware, Inc.Distributed local backup and restore system using peer-to-peer backups
US10567460B2 (en)*2016-06-092020-02-18Apple Inc.Managing data using a time-based directory structure
CN107526530B (en)*2016-06-212021-02-19伊姆西Ip控股有限责任公司Data processing method and device
CN107528872B (en)*2016-06-222020-07-24杭州海康威视数字技术股份有限公司Data recovery method and device and cloud storage system
US10747734B2 (en)2016-06-222020-08-18International Business Machines CorporationData deduplication within distributed computing components
US10296593B2 (en)2016-06-242019-05-21International Business Machines CorporationManaging storage system metadata during data migration
US10944823B2 (en)*2016-06-282021-03-09At&T Intellectual Property I, L.P.Highly redundant and scalable storage area network architecture
US10929423B1 (en)*2016-06-292021-02-23EMC IP Holding Company LLCSystem and method for efficient episodic replication of data to cloud storage
US11074232B1 (en)*2016-06-302021-07-27EMC IP Holding Company LLCManaging deduplication of data in storage systems
WO2018006072A1 (en)2016-06-302018-01-04Clause, Inc.Systems and method for forming, storing, managing,and executing contracts
CN105915332B (en)*2016-07-042019-02-05广东工业大学 A cloud storage encryption and deduplication method and system
US10664447B2 (en)2016-07-122020-05-26Commvault Systems, Inc.Dynamic management of expandable cache storage for multiple network shares configured in a file server
CN107622067B (en)*2016-07-132020-11-20杭州海康威视数字技术股份有限公司 A method and device for storing, reading and displaying multiple multimedia files
US10915513B2 (en)*2016-07-202021-02-09International Business Machines CorporationArchival of data in a relational database management system using block level copy
US10178173B2 (en)*2016-08-022019-01-08International Business Machines CorporationCloud service utilization
US12079171B2 (en)2016-08-022024-09-03Microsoft Technology Licensing, LlcSymbolic link based placeholders
US11780190B2 (en)*2016-08-292023-10-10Wm Intellectual Property Holdings, L.L.C.Smart baler
CN106909603A (en)2016-08-312017-06-30阿里巴巴集团控股有限公司Search information processing method and device
US20180067653A1 (en)*2016-09-082018-03-08Quest Software Inc.De-duplicating multi-device plugin
US10341436B2 (en)*2016-09-142019-07-02Dell Products L.P.Using cloud storage as temporary cache for backup
US10365974B2 (en)*2016-09-162019-07-30Hewlett Packard Enterprise Development LpAcquisition of object names for portion index objects
US10635659B2 (en)*2016-09-192020-04-28Salesforce.Com, Inc.Mobile application bundled with metadata database
US10616327B2 (en)2016-09-202020-04-07Microsoft Technology Licensing, LlcPolicy based hydration behavior in cloud storage synchronization
US11368528B2 (en)2016-09-202022-06-21Microsoft Technology Licensing, LlcDynamic storage management in cloud storage synchronization
CN106446155A (en)*2016-09-222017-02-22北京百度网讯科技有限公司Method and device for cleansingdata in cloud storage system
CN107870728B (en)*2016-09-232021-02-09伊姆西Ip控股有限责任公司Method and apparatus for moving data
US10126946B1 (en)*2016-09-302018-11-13EMC IP Holding Company LLCData protection object store
US10901943B1 (en)*2016-09-302021-01-26EMC IP Holding Company LLCMulti-tier storage system with direct client access to archive storage tier
AU2017338913B2 (en)*2016-10-052021-12-23Shortsave, Inc.Single point of custody secure data exchange
US10540516B2 (en)2016-10-132020-01-21Commvault Systems, Inc.Data protection within an unsecured storage environment
US10585760B2 (en)2016-10-192020-03-10International Business Machines CorporationFile name level based file search and restoration from block level backups of virtual machines
US10210048B2 (en)2016-10-252019-02-19Commvault Systems, Inc.Selective snapshot and backup copy operations for individual virtual machines in a shared storage
US10505792B1 (en)2016-11-022019-12-10F5 Networks, Inc.Methods for facilitating network traffic analytics and devices thereof
US10389810B2 (en)2016-11-022019-08-20Commvault Systems, Inc.Multi-threaded scanning of distributed file systems
US10922189B2 (en)2016-11-022021-02-16Commvault Systems, Inc.Historical network data-based scanning thread generation
US10923954B2 (en)2016-11-032021-02-16Energous CorporationWireless power receiver with a synchronous rectifier
US10608896B2 (en)2016-11-102020-03-31International Business Machines CorporationEnforce pre-optimized service contracts associated with containers
KR102666331B1 (en)*2016-11-112024-05-17삼성전자주식회사A method and terminal device for encrypting a message
US11106632B2 (en)2016-11-162021-08-31Commvault Systems, Inc.Dynamically configuring a proxy server using containerization for concurrent and/or overlapping backup, restore, and/or test operations
US11644992B2 (en)*2016-11-232023-05-09Samsung Electronics Co., Ltd.Storage system performing data deduplication, method of operating storage system, and method of operating data processing system
US10210188B2 (en)*2016-11-302019-02-19Quest Software Inc.Multi-tiered data storage in a deduplication system
US11562034B2 (en)2016-12-022023-01-24Nutanix, Inc.Transparent referrals for distributed file servers
US10824455B2 (en)2016-12-022020-11-03Nutanix, Inc.Virtualized server systems and methods including load balancing for virtualized file servers
US11568073B2 (en)2016-12-022023-01-31Nutanix, Inc.Handling permissions for virtualized file servers
US10728090B2 (en)2016-12-022020-07-28Nutanix, Inc.Configuring network segmentation for a virtualization environment
US11294777B2 (en)2016-12-052022-04-05Nutanix, Inc.Disaster recovery for distributed file servers, including metadata fixers
US11281484B2 (en)2016-12-062022-03-22Nutanix, Inc.Virtualized server systems and methods including scaling of file system virtual machines
US11288239B2 (en)2016-12-062022-03-29Nutanix, Inc.Cloning virtualized file servers
KR102185600B1 (en)2016-12-122020-12-03에너저스 코포레이션 A method of selectively activating antenna zones of a near field charging pad to maximize transmitted wireless power
US10558478B2 (en)2016-12-152020-02-11Nutanix, Inc.Specification-based computing system configuration
US10887102B2 (en)2016-12-152021-01-05Nutanix, Inc.Intent framework
US11336722B2 (en)*2016-12-202022-05-17Sap SeData transmission for data replication system
US10331902B2 (en)2016-12-292019-06-25Noblis, Inc.Data loss prevention
US10635545B1 (en)2016-12-302020-04-28EMC IP Holding Company LLCData processing system with cloud archiving of data object snapshots
US10439442B2 (en)2017-01-242019-10-08Energous CorporationMicrostrip antennas for wireless power transmitters
US10503771B2 (en)2017-01-062019-12-10Oracle International CorporationEfficient incremental backup and restoration of file system hierarchies with cloud object storage
US10389161B2 (en)2017-03-152019-08-20Energous CorporationSurface mount dielectric antennas for wireless power transmitters
US10680319B2 (en)2017-01-062020-06-09Energous CorporationDevices and methods for reducing mutual coupling effects in wireless power transmission systems
US10417055B2 (en)2017-01-112019-09-17International Business Machines CorporationRuntime movement of microprocess components
US10223361B2 (en)*2017-01-182019-03-05Netapp, Inc.Methods and systems for restoring a data container archived at an object-based storage
US10838821B2 (en)2017-02-082020-11-17Commvault Systems, Inc.Migrating content and metadata from a backup system
US10264054B2 (en)*2017-02-102019-04-16International Business Machines CorporationPredictive device to device file transfer system for local cloud storage files
US11080245B2 (en)*2017-02-102021-08-03DaStratum, Inc.Multi-tier cloud file system
US11182340B2 (en)*2017-02-152021-11-23Paypal, Inc.Data transfer size reduction
US10333984B2 (en)2017-02-212019-06-25International Business Machines CorporationOptimizing data reduction, security and encryption requirements in a network environment
US10594481B2 (en)2017-02-212020-03-17International Business Machines CorporationReplicated encrypted data management
US10740193B2 (en)2017-02-272020-08-11Commvault Systems, Inc.Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US10459666B2 (en)2017-03-032019-10-29Commvault Systems, Inc.Using storage managers in respective data storage management systems for license distribution, compliance, and updates
EP3593516B1 (en)*2017-03-062021-08-18Telefonaktiebolaget LM Ericsson (PUBL)Method and control node for managing cloud resources in a communications network
US11210270B2 (en)*2017-03-092021-12-28Microsoft Technology Licensing, LlcMapping storage across storage providers
US10540366B2 (en)2017-03-092020-01-21Bank Of America CorporationTransforming data structures and data objects for migrating data between databases having different schemas
US10812266B1 (en)2017-03-172020-10-20F5 Networks, Inc.Methods for managing security tokens based on security violations and devices thereof
US10891069B2 (en)2017-03-272021-01-12Commvault Systems, Inc.Creating local copies of data stored in online data repositories
US10613939B2 (en)2017-03-282020-04-07Commvault Systems, Inc.Backup index generation process
US10776329B2 (en)2017-03-282020-09-15Commvault Systems, Inc.Migration of a database management system to cloud storage
US11074140B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Live browsing of granular mailbox data
US10599527B2 (en)2017-03-292020-03-24Commvault Systems, Inc.Information management cell health monitoring system
US20180285383A1 (en)*2017-03-292018-10-04Commvault Systems, Inc.Managing pod cells using a global repository cell
US10949398B2 (en)2017-03-292021-03-16Commvault Systems, Inc.Synchronization operations for network-accessible folders
US10671639B1 (en)2017-03-302020-06-02Amazon Technologies, Inc.Selectively replicating changes to hierarchial data structures
US10860550B1 (en)2017-03-302020-12-08Amazon Technologies, Inc.Versioning schemas for hierarchical data structures
US11011942B2 (en)2017-03-302021-05-18Energous CorporationFlat antennas having two or more resonant frequencies for use in wireless power transmission systems
US10423342B1 (en)2017-03-302019-09-24Amazon Technologies, Inc.Scaling events for hosting hierarchical data structures
US10853195B2 (en)2017-03-312020-12-01Commvault Systems, Inc.Granular restoration of virtual machine application data
FR3065554A1 (en)*2017-04-212018-10-26Orange METHOD FOR MANAGING A CLOUD COMPUTING SYSTEM
US10970236B2 (en)*2017-04-212021-04-06Softnas Operating Inc.System and method for optimized input/output to an object storage system
US10891201B1 (en)*2017-04-272021-01-12EMC IP Holding Company LLCDynamic rule based model for long term retention
US10387271B2 (en)2017-05-102019-08-20Elastifile Ltd.File system storage in cloud using data and metadata merkle trees
US10579511B2 (en)*2017-05-102020-03-03Bank Of America CorporationFlexible testing environment using a cloud infrastructure—cloud technology
US10511097B2 (en)2017-05-122019-12-17Energous CorporationNear-field antennas for accumulating energy at a near-field distance with minimal far-field gain
US11122042B1 (en)2017-05-122021-09-14F5 Networks, Inc.Methods for dynamically managing user access control and devices thereof
US11343237B1 (en)2017-05-122022-05-24F5, Inc.Methods for managing a federated identity environment using security and access control data and devices thereof
US12074460B2 (en)2017-05-162024-08-27Wireless Electrical Grid Lan, Wigl Inc.Rechargeable wireless power bank and method of using
US12074452B2 (en)2017-05-162024-08-27Wireless Electrical Grid Lan, Wigl Inc.Networked wireless charging system
US11462949B2 (en)2017-05-162022-10-04Wireless electrical Grid LAN, WiGL IncWireless charging method and system
US10419539B2 (en)2017-05-192019-09-17Bank Of America CorporationData transfer path selection
US10462230B2 (en)2017-05-232019-10-29Bank Of America CorporationMigrating sessions using a private cloud-cloud technology
US10320920B2 (en)2017-05-232019-06-11Bank Of America CorporationAutomatic migration of communication sessions using a private cloud-cloud technology
CN108933803B (en)*2017-05-262021-11-19杭州海康威视数字技术股份有限公司Front-end equipment, cloud storage server, and streaming data direct storage method and system
CN107147531B (en)*2017-05-272020-03-20贵州华宁科技股份有限公司CDM cluster website management system
CN107277118B (en)*2017-05-312020-06-30北京京东尚科信息技术有限公司Method and device for generating common access path of node
US11416466B2 (en)*2017-06-022022-08-16Chaossearch, Inc.Data edge platform for improved storage and analytics
US10846285B2 (en)*2017-06-022020-11-24Chaossearch, Inc.Materialization for data edge platform
US10608793B2 (en)2017-06-082020-03-31Bank Of America CorporationSerial data transmission
US10461898B2 (en)2017-06-082019-10-29Bank Of America CorporationParallel data transmission
US10657615B2 (en)2017-06-092020-05-19Bank Of America CorporationSystem and method of allocating computing resources based on jurisdiction
US10481954B2 (en)2017-06-092019-11-19Bank Of America CorporationSystem and method of managing computing resources
US11442669B1 (en)2018-03-152022-09-13Pure Storage, Inc.Orchestrating a virtual storage system
US10796304B2 (en)2017-06-122020-10-06Bank Of America CorporationSystem and method of managing computing resources
US10664352B2 (en)2017-06-142020-05-26Commvault Systems, Inc.Live browsing of backed up data residing on cloned disks
US10423590B2 (en)2017-06-232019-09-24Bank Of America CorporationSystem and method of managing data in a distributed computing environment
US10848853B2 (en)2017-06-232020-11-24Energous CorporationSystems, methods, and devices for utilizing a wire of a sound-producing device as an antenna for receipt of wirelessly delivered power
US10706082B1 (en)2017-06-292020-07-07Seagate Technology LlcDeduplication database management
US11429587B1 (en)2017-06-292022-08-30Seagate Technology LlcMultiple duration deduplication entries
US10437601B2 (en)*2017-06-302019-10-08Microsoft Technology Licensing, LlcCentralized memory management for multiple device streams
US10929210B2 (en)2017-07-072021-02-23Box, Inc.Collaboration system protocol processing
US11470131B2 (en)2017-07-072022-10-11Box, Inc.User device processing of information from a network-accessible collaboration system
US11036690B2 (en)2017-07-112021-06-15International Business Machines CorporationGlobal namespace in a heterogeneous storage system environment
US10885007B2 (en)2017-07-112021-01-05International Business Machines CorporationCustom metadata extraction across a heterogeneous storage system environment
US11487730B2 (en)*2017-07-112022-11-01International Business Machines CorporationStorage resource utilization analytics in a heterogeneous storage system environment using metadata tags
US10664442B1 (en)*2017-07-142020-05-26EMC IP Holding Company LLCMethod and system for data consistency verification in a storage system
US10659451B2 (en)2017-07-182020-05-19Bank Of America CorporationSystem and method for injecting a tag into a computing resource
CN107330337B (en)*2017-07-192022-05-24腾讯科技(深圳)有限公司Data storage method and device of hybrid cloud, related equipment and cloud system
US10628197B2 (en)*2017-07-202020-04-21Vmware, Inc.Intelligent deployment of virtual processing instances from open virtual appliance templates
JP7044967B2 (en)*2017-07-212022-03-31富士通株式会社 Storage control program, storage control device and storage control method
US10885586B2 (en)*2017-07-242021-01-05Jpmorgan Chase Bank, N.A.Methods for automatically generating structured pricing models from unstructured multi-channel communications and devices thereof
US10834113B2 (en)2017-07-252020-11-10Netskope, Inc.Compact logging of network traffic events
US20190037051A1 (en)*2017-07-272019-01-31Therese PimentelTechnology to transmit GB of data in the air, as they are collected
US10706038B2 (en)2017-07-272020-07-07Cisco Technology, Inc.System and method for state object data store
US10521400B1 (en)*2017-07-312019-12-31EMC IP Holding Company LLCData reduction reporting in storage systems
US10915497B1 (en)*2017-07-312021-02-09EMC IP Holding Company LLCMulti-tier storage system with controllable relocation of files from file system tier to cloud-based object storage tier
US11341103B2 (en)*2017-08-042022-05-24International Business Machines CorporationReplicating and migrating files to secondary storage sites
US10896129B2 (en)*2017-08-072021-01-19Dynavisor, Inc.Method and system for storage virtualization
US10462126B2 (en)2017-08-172019-10-29Bank Of America CorporationSelf-adjusting multifactor network authentication
CN107491523B (en)*2017-08-172020-05-05三星(中国)半导体有限公司 Method and apparatus for storing data objects
US10462665B2 (en)2017-08-172019-10-29Bank Of America CorporationMultifactor network authentication
US10831910B2 (en)*2017-08-182020-11-10Sap SeProviding data protection and privacy as a service in a cloud platform
CN110300967B (en)*2017-08-292023-10-03西门子股份公司Method and device for determining data reading period
US10637846B2 (en)*2017-08-302020-04-28Capital One Services, LlcSystem and method for cloud-based analytics
US11086559B2 (en)*2017-09-052021-08-10International Business Machines CorporationCloud based store and restore with copy services
US10289335B2 (en)*2017-09-122019-05-14International Business Machines CorporationTape drive library integrated memory deduplication
US10372681B2 (en)2017-09-122019-08-06International Business Machines CorporationTape drive memory deduplication
US20190108341A1 (en)2017-09-142019-04-11Commvault Systems, Inc.Ransomware detection and data pruning management
US10534642B2 (en)2017-09-252020-01-14International Business Machines CorporationApplication restore time from cloud gateway optimization using storlets
US11972845B2 (en)2017-09-292024-04-30Cerebrum Holding CorporationMacro-based diagnoses for anatomic pathology
US10649682B1 (en)*2017-10-062020-05-12EMC IP Holding Company LLCFocused sanitization process for deduplicated storage systems
US10122219B1 (en)2017-10-102018-11-06Energous CorporationSystems, methods, and devices for using a battery as a antenna for receiving wirelessly delivered power from radio frequency power waves
US10409895B2 (en)*2017-10-172019-09-10Qualtrics, LlcOptimizing a document based on dynamically updating content
US11568505B2 (en)*2017-10-182023-01-31Docusign, Inc.System and method for a computing environment for verifiable execution of data-driven contracts
US11182256B2 (en)2017-10-202021-11-23Hewlett Packard Enterprise Development LpBackup item metadata including range information
US10789002B1 (en)*2017-10-232020-09-29EMC IP Holding Company LLCHybrid data deduplication for elastic cloud storage devices
US10355824B2 (en)2017-10-232019-07-16Bank Of America CorporationSmart integrated cyclic data transport
US10917260B1 (en)2017-10-242021-02-09DruvaData management across cloud storage providers
EP3477490A1 (en)*2017-10-262019-05-01Druva Technologies Pte. Ltd.Deduplicated merged indexed object storage file system
US11342798B2 (en)2017-10-302022-05-24Energous CorporationSystems and methods for managing coexistence of wireless-power signals and data signals operating in a same frequency band
US11699201B2 (en)2017-11-012023-07-11Docusign, Inc.System and method for blockchain-based network transitioned by a legal contract
US10652308B2 (en)*2017-11-082020-05-12International Business Machines CorporationCognitive storage management for a mobile computing device
US20190146847A1 (en)*2017-11-102019-05-16Mentor Graphics CorporationDynamic distributed resource management
US10897516B2 (en)*2017-11-152021-01-19Cisco Technology, Inc.Application buffering of packets by fog computing node for deterministic network transport
US10691643B2 (en)*2017-11-202020-06-23International Business Machines CorporationDeduplication for files in cloud computing storage and communication tools
US10747458B2 (en)*2017-11-212020-08-18International Business Machines CorporationMethods and systems for improving efficiency in cloud-as-backup tier
US11204842B2 (en)*2017-11-222021-12-21Acronis International GmbhSystem and method for automating formation and execution of a backup strategy using machine learning
US10831670B2 (en)2017-11-222020-11-10Blackberry LimitedMethod and system for low latency data management
US11209997B2 (en)2017-11-222021-12-28Blackberry LimitedMethod and system for low latency data management
US11275519B2 (en)2017-11-272022-03-15Nutanix, Inc.Forming lightweight snapshots for lossless data restore operations
CN111480154B (en)*2017-11-272022-02-11斯诺弗雷克公司Method, system, and medium for batch data ingestion
US11093338B2 (en)2017-11-272021-08-17Nutanix, Inc.Emulating high-frequency application-consistent snapshots by forming restore point data sets based on remote site replay of I/O commands
US10990282B1 (en)2017-11-282021-04-27Pure Storage, Inc.Hybrid data tiering with cloud storage
US12393332B2 (en)2017-11-282025-08-19Pure Storage, Inc.Providing storage services and managing a pool of storage resources
US10884671B2 (en)*2017-11-292021-01-05International Business Machines CorporationCognitive optimization of a multi-part object
US10708340B2 (en)*2017-11-302020-07-07International Business Machines CorporationMethods and systems for improving efficiency in data transfers
US10839091B2 (en)2017-12-052020-11-17International Business Machines CorporationProtection of data privacy for cognitive demand forecasting
US11074323B2 (en)2017-12-072021-07-27Microsoft Technology Licensing, LlcMethod and system for persisting files
US10740300B1 (en)2017-12-072020-08-11Commvault Systems, Inc.Synchronization of metadata in a distributed storage system
US10885193B2 (en)*2017-12-072021-01-05Microsoft Technology Licensing, LlcMethod and system for persisting untrusted files
US10635546B2 (en)2017-12-072020-04-28Commvault Systems, Inc.Synthesizing a restore image from one or more secondary copies to facilitate data restore operations to a file server
WO2019118356A1 (en)*2017-12-112019-06-20Fungible, Inc.Durable block storage in data center access nodes with inline erasure coding
CN108052409B (en)*2017-12-192020-12-04杭州迪普科技股份有限公司SKB application information display method and device
US11200258B2 (en)*2017-12-202021-12-14Acer Cloud Technology (Us), Inc.Systems and methods for fast and effective grouping of stream of information into cloud storage files
US11086823B2 (en)*2017-12-282021-08-10Dropbox, Inc.File deduplication using signature information
US11281621B2 (en)2018-01-082022-03-22International Business Machines CorporationClientless active remote archive
US10831591B2 (en)2018-01-112020-11-10Commvault Systems, Inc.Remedial action based on maintaining process awareness in data storage management
US10904068B2 (en)*2018-01-122021-01-26Datera, Inc.System and method to provide seamless data placement, data movement, and data management into cloud
US10754973B2 (en)*2018-01-162020-08-25Sap SeSecure cloud storage system
US11861024B1 (en)*2018-01-262024-01-02Wells Fargo Bank, N.A.Systems and methods for data risk assessment
US10924511B2 (en)*2018-01-302021-02-16EMC IP Holding Company LLCSystems and methods of chunking data for secure data storage across multiple cloud providers
US10848545B2 (en)*2018-01-312020-11-24EMC IP Holding Company LLCManaging cloud storage of block-based and file-based data
US10838823B2 (en)*2018-02-012020-11-17EMC IP Holding Company LLCSystems and method to make application consistent virtual machine backup work in private network
KR20200116970A (en)2018-02-022020-10-13도버 마이크로시스템즈, 인크. System and method for converting instructions for metadata processing
US10615647B2 (en)2018-02-022020-04-07Energous CorporationSystems and methods for detecting wireless power receivers and other objects at a near-field charging pad
US20210042100A1 (en)2018-02-022021-02-11Dover Microsystems, Inc.System and method for translating mapping policy into code
US10795927B2 (en)2018-02-052020-10-06Commvault Systems, Inc.On-demand metadata extraction of clinical image data
US11074099B2 (en)2018-02-062021-07-27Nutanix, Inc.System and method for storage during virtual machine migration
US11210269B2 (en)2018-02-132021-12-28Red Hat, Inc.System and method for deduplicating container image storage data
US10592145B2 (en)2018-02-142020-03-17Commvault Systems, Inc.Machine learning-based data object storage
US20190251204A1 (en)2018-02-142019-08-15Commvault Systems, Inc.Targeted search of backup data using calendar event data
US10740022B2 (en)2018-02-142020-08-11Commvault Systems, Inc.Block-level live browsing and private writable backup copies using an ISCSI server
US10642886B2 (en)2018-02-142020-05-05Commvault Systems, Inc.Targeted search of backup data using facial recognition
WO2019162724A1 (en)*2018-02-232019-08-29Pratik SharmaDistributed search service for cloud
US11157510B2 (en)*2018-02-282021-10-26Chaossearch, Inc.Data normalization using data edge platform
US11301419B2 (en)*2018-03-022022-04-12Salesforce.Com, Inc.Data retention handling for data object stores
US10848468B1 (en)2018-03-052020-11-24Commvault Systems, Inc.In-flight data encryption/decryption for a distributed storage platform
US10754729B2 (en)2018-03-122020-08-25Commvault Systems, Inc.Recovery point objective (RPO) driven backup scheduling in a data storage management system
US10789387B2 (en)2018-03-132020-09-29Commvault Systems, Inc.Graphical representation of an information management system
US11159057B2 (en)2018-03-142021-10-26Energous CorporationLoop antennas with selectively-activated feeds to control propagation patterns of wireless power signals
US12066900B2 (en)2018-03-152024-08-20Pure Storage, Inc.Managing disaster recovery to cloud computing environment
US11195142B2 (en)*2018-03-212021-12-07Jpmorgan Chase Bank, N.A.Systems and methods for automated cloud infrastructure operations using a structured inventory
US10938922B2 (en)*2018-04-042021-03-02Christopher Allen NobleCloud platforms, services, and methods
US10630611B2 (en)2018-04-102020-04-21Level 3 Communications, LlcStore and forward logging in a content delivery network
US11360859B2 (en)*2018-04-132022-06-14Rubrik, Inc.Database restoration across cloud environments
US20190318118A1 (en)*2018-04-162019-10-17International Business Machines CorporationSecure encrypted document retrieval
CN110392015B (en)*2018-04-172022-01-21网宿科技股份有限公司Method and system for processing service request
US11436344B1 (en)2018-04-242022-09-06Pure Storage, Inc.Secure encryption in deduplication cluster
US11392553B1 (en)*2018-04-242022-07-19Pure Storage, Inc.Remote data management
US10929247B2 (en)*2018-04-262021-02-23EMC IP Holding Company LLCAutomatic creation of application-centric extended metadata for a storage appliance
US10839093B2 (en)2018-04-272020-11-17Nutanix, Inc.Low latency access to physical storage locations by implementing multiple levels of metadata
US11334596B2 (en)2018-04-272022-05-17Dropbox, Inc.Selectively identifying and recommending digital content items for synchronization
US10831521B2 (en)*2018-04-272020-11-10Nutanix, Inc.Efficient metadata management
US11086826B2 (en)2018-04-302021-08-10Nutanix, Inc.Virtualized server systems and methods including domain joining techniques
US10673943B2 (en)2018-05-022020-06-02Commvault Systems, Inc.Network storage backup using distributed media agents
US11321183B2 (en)2018-05-022022-05-03Commvault Systems, Inc.Multi-tiered backup indexing
US11249863B2 (en)2018-05-022022-02-15Commvault Systems, Inc.Backup-based media agent configuration
US10628267B2 (en)2018-05-022020-04-21Commvault Systems, Inc.Client managed data backup process within an enterprise information management system
US10891257B2 (en)2018-05-042021-01-12EMC IP Holding Company, LLCStorage management system and method
US11258853B2 (en)2018-05-042022-02-22EMC IP Holding Company, LLCStorage management system and method
US10860527B2 (en)2018-05-042020-12-08EMC IP Holding Company, LLCStorage management system and method
WO2019222201A1 (en)2018-05-142019-11-21Netapp, Inc.Cloud storage format to enable space reclamation while minimizing data transfer
US11301421B2 (en)*2018-05-252022-04-12Microsoft Technology Licensing, LlcScalable multi-tier storage structures and techniques for accessing entries therein
CN108845761A (en)*2018-05-292018-11-20郑州云海信息技术有限公司A kind of individual's cloud storage equipment
CN108829350B (en)*2018-05-312020-02-21阿里巴巴集团控股有限公司Data migration method and device based on block chain
US10592363B2 (en)*2018-06-042020-03-17International Business Machines CorporationAsynchronous remote mirror cloud archival
US11256815B2 (en)*2018-06-122022-02-22Western Digital Technologies, Inc.Object storage system with secure object replication
US10761945B2 (en)*2018-06-192020-09-01International Business Machines CorporationDynamically directing data in a deduplicated backup system
US11515732B2 (en)2018-06-252022-11-29Energous CorporationPower wave transmission techniques to focus wirelessly delivered power at a receiving device
US10817333B2 (en)2018-06-262020-10-27Nutanix, Inc.Managing memory in devices that host virtual machines and have shared memory
US11509606B2 (en)2018-06-292022-11-22Intel CorporationOffload of storage node scale-out management to a smart network interface controller
US20190042133A1 (en)*2018-06-292019-02-07Intel CorporationTechnologies for providing adaptive data access request routing in a distributed storage system
US11121981B1 (en)2018-06-292021-09-14Amazon Technologies, Inc.Optimistically granting permission to host computing resources
US10868782B2 (en)2018-07-122020-12-15Bank Of America CorporationSystem for flagging data transmissions for retention of metadata and triggering appropriate transmission placement
US11194680B2 (en)2018-07-202021-12-07Nutanix, Inc.Two node clusters recovery on a failure
CN109067724B (en)*2018-07-242021-01-26中国联合网络通信集团有限公司Block chain data transaction method, device, equipment and storage medium
US10893103B2 (en)2018-07-252021-01-12Commvault Systems, Inc.Distributed and scalable storage management using a storage-microservices server
US10891304B2 (en)2018-07-252021-01-12Commvault Systems, Inc.Distributed and scalable client-based storage management
US10628072B2 (en)2018-08-212020-04-21Samsung Electronics Co., Ltd.Scalable architecture enabling large memory system for in-memory computations
TWI819072B (en)2018-08-232023-10-21美商阿爾克斯股份有限公司System, non-transitory computer readable storage media and computer-implemented method for loop conflict avoidance in a network computing environment
JP6878369B2 (en)*2018-09-032021-05-26株式会社日立製作所 Volume allocation management device, volume allocation management method, and volume allocation management program
US11789933B2 (en)2018-09-062023-10-17Docusign, Inc.System and method for a hybrid contract execution environment
US10893106B1 (en)*2018-09-112021-01-12DruvaGlobal namespace in a cloud-based data storage system
US10909184B2 (en)*2018-09-112021-02-02Sap SeMultiplication of database objects
US10389704B1 (en)*2018-09-122019-08-20Cohesity, Inc.Cluster claim
US11016696B2 (en)2018-09-142021-05-25Commvault Systems, Inc.Redundant distributed data storage system
US11163478B2 (en)*2018-09-182021-11-02International Business Machines CorporationReducing the amount of data transferred to remote storage locations for modified objects
US10728255B2 (en)2018-09-242020-07-28Nutanix, Inc.System and method for protection of entities across availability zones
CN109343980B (en)*2018-09-292020-12-22广州视源电子科技股份有限公司 Cloud copy and cloud paste method, device, system and device and storage medium
US10552081B1 (en)2018-10-022020-02-04International Business Machines CorporationManaging recall delays within hierarchical storage
US11573962B2 (en)2018-10-192023-02-07Oracle International CorporationDynamic performance tuning based on implied data characteristics
US11568179B2 (en)2018-10-192023-01-31Oracle International CorporationSelecting an algorithm for analyzing a data set based on the distribution of the data set
US10963353B2 (en)*2018-10-232021-03-30Capital One Services, LlcSystems and methods for cross-regional back up of distributed databases on a cloud service
US10771982B2 (en)2018-10-242020-09-08Mentor Graphics CorporationResource utilization of heterogeneous compute units in electronic design automation
US10761931B2 (en)2018-10-242020-09-01Fungible, Inc.Inline reliability coding for storage on a network
US10990478B2 (en)2019-02-012021-04-27Fungible, Inc.Flexible reliability coding for storage on a network
RU2690777C1 (en)*2018-10-262019-06-05Публичное Акционерное Общество "Сбербанк России" (Пао Сбербанк)Method and system for complex control of big data
US11770447B2 (en)2018-10-312023-09-26Nutanix, Inc.Managing high-availability file servers
US11137933B2 (en)*2018-10-312021-10-05International Business Machines CorporationAccelerating transaction execution across geographically dispersed clusters
TW202022679A (en)2018-11-062020-06-16美商多佛微系統公司Systems and methods for stalling host processor
EP3881190A1 (en)2018-11-122021-09-22Dover Microsystems, Inc.Systems and methods for metadata encoding
US11437735B2 (en)2018-11-142022-09-06Energous CorporationSystems for receiving electromagnetic energy using antennas that are minimally affected by the presence of the human body
US11106378B2 (en)2018-11-212021-08-31At&T Intellectual Property I, L.P.Record information management based on self describing attributes
US11030166B2 (en)*2018-11-222021-06-08Accenture Global Solutions LimitedSmart data transition to cloud
US10841377B2 (en)*2018-11-262020-11-17Microsoft Technology Licensing, LlcManaging data resources
US11010258B2 (en)2018-11-272021-05-18Commvault Systems, Inc.Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication
US11169885B2 (en)2018-11-302021-11-09Nutanix, Inc.System and method for reconfiguring configuration parameters of virtual objects during recovery
US10860443B2 (en)2018-12-102020-12-08Commvault Systems, Inc.Evaluation and reporting of recovery readiness in a data storage management system
US11341089B2 (en)*2018-12-132022-05-24EMC IP Holding Company LLCSelf-optimizing interval detection data structure
US11070645B1 (en)*2018-12-142021-07-20Amazon Technologies, Inc.Flexible scheduling of data transfers between computing infrastructure collections for efficient resource utilization
US11698727B2 (en)2018-12-142023-07-11Commvault Systems, Inc.Performing secondary copy operations based on deduplication performance
USD886143S1 (en)2018-12-142020-06-02Nutanix, Inc.Display screen or portion thereof with a user interface for database time-machine
US11012508B2 (en)2018-12-142021-05-18Commvault Systems, Inc.Region-based distributed information management system
US20200192572A1 (en)2018-12-142020-06-18Commvault Systems, Inc.Disk usage growth prediction system
US10983886B2 (en)*2018-12-182021-04-20Storage Engine, Inc.Methods, apparatuses and systems for cloud-based disaster recovery
US11841956B2 (en)*2018-12-182023-12-12Dover Microsystems, Inc.Systems and methods for data lifecycle protection
US10817157B2 (en)2018-12-202020-10-27Nutanix, Inc.User interface for database management services
US11010336B2 (en)2018-12-272021-05-18Nutanix, Inc.System and method for provisioning databases in a hyperconverged infrastructure system
US11816066B2 (en)2018-12-272023-11-14Nutanix, Inc.System and method for protecting databases in a hyperconverged infrastructure system
US11245761B2 (en)2018-12-282022-02-08Alibaba Group Holding LimitedMethod, apparatus, and computer-readable storage medium for network optimization of cloud storage service
US10489344B1 (en)*2018-12-282019-11-26Nasuni CorporationCloud-native global file system with direct-to-cloud migration
CN109726181B (en)*2018-12-282021-02-19北京天融信网络安全技术有限公司Data processing method and data processing device
CN109889573B (en)*2019-01-142020-08-07武汉理工大学NGSA multi-target-based copy placement method in hybrid cloud
US10942902B2 (en)*2019-01-172021-03-09Cohesity, Inc.Efficient database migration using an intermediary secondary storage system
US12393677B2 (en)2019-01-182025-08-19Dover Microsystems, Inc.Systems and methods for metadata classification
CN109858263B (en)*2019-01-212021-05-14北京城市网邻信息技术有限公司Data storage and retrieval method and device, electronic equipment and storage medium
US11347707B2 (en)2019-01-222022-05-31Commvault Systems, Inc.File indexing for virtual machine backups based on using live browse features
US11438381B2 (en)*2019-01-222022-09-06International Business Machines CorporationIdentifying security profiles associated with access protocols of secondary storage
US10872069B2 (en)2019-01-222020-12-22Commvault Systems, Inc.File indexing for virtual machine backups in a data storage management system
US11178208B2 (en)2019-01-242021-11-16KLDiscovery Ontrack, LLCAutomatic initialization process for standalone e-discovery machine
US11416641B2 (en)2019-01-242022-08-16Netskope, Inc.Incident-driven introspection for data loss prevention
US11539243B2 (en)2019-01-282022-12-27Energous CorporationSystems and methods for miniaturized antenna for wireless power transmissions
US11221923B2 (en)2019-02-052022-01-11International Business Machines CorporationPerforming selective backup operations
EP3921945A1 (en)2019-02-062021-12-15Energous CorporationSystems and methods of estimating optimal phases to use for individual antennas in an antenna array
US11615057B2 (en)*2019-02-262023-03-28Amir MoreData compression and decompression facilitated by machine learning
US10498583B1 (en)*2019-03-042019-12-03FullArmor CorporationActive directory bridging of external network resources
US20200285967A1 (en)*2019-03-082020-09-10Microsoft Technology Licensing, LlcData enrichment on insulated appliances
CN111726377B (en)*2019-03-192023-05-26百度在线网络技术(北京)有限公司Public cloud-based data processing method and device
US11204892B2 (en)2019-03-212021-12-21Microsoft Technology Licensing, LlcTechniques for snapshotting scalable multitier storage structures
US11321184B2 (en)2019-03-262022-05-03Commvault Systems, Inc.Streamlined secondary copy operations for data stored on shared file storage
US11531712B2 (en)2019-03-282022-12-20Cohesity, Inc.Unified metadata search
US10795699B1 (en)*2019-03-282020-10-06Cohesity, Inc.Central storage management interface supporting native user interface versions
US11940956B2 (en)2019-04-022024-03-26Hewlett Packard Enterprise Development LpContainer index persistent item tags
US11770311B2 (en)*2019-04-052023-09-26Palo Alto Networks, Inc.Automatic and dynamic performance benchmarking and scoring of applications based on crowdsourced traffic data
US11579681B2 (en)2019-04-082023-02-14Commvault Systems, Inc.Power management of components within a storage management system
US20200327017A1 (en)2019-04-102020-10-15Commvault Systems, Inc.Restore using deduplicated secondary copy data
US11567913B2 (en)2019-04-102023-01-31Veritas Technologies LlcMethod and system for improving efficiency in the management of data references
US10977071B2 (en)2019-04-102021-04-13Nutanix, Inc.System and method for VM cloning in a software defined storage environment
US11269700B2 (en)*2019-04-232022-03-08Apple Inc.System call interception for file providers
US11269517B2 (en)2019-04-262022-03-08Hewlett Packard Enterprise Development LpCost-aware storage allocation of deduplicated objects
US10853188B2 (en)*2019-04-262020-12-01EMC IP Holding Company LLCSystem and method for data retention in a decentralized system
US11100064B2 (en)2019-04-302021-08-24Commvault Systems, Inc.Automated log-based remediation of an information management system
US11442623B2 (en)2019-05-022022-09-13Commvault Systems, Inc.Faster browse of secondary copies of block-level data volumes
US11463264B2 (en)2019-05-082022-10-04Commvault Systems, Inc.Use of data block signatures for monitoring in an information management system
US10635642B1 (en)*2019-05-092020-04-28Capital One Services, LlcMulti-cloud bi-directional storage replication system and techniques
US11693744B2 (en)2019-05-102023-07-04Commvault Systems, Inc.Synthesizing format-specific full backup images
US11563806B1 (en)*2019-05-172023-01-24R-Stor, Inc.Content distribution network system and method
US11360946B2 (en)2019-05-172022-06-14International Business Machines CorporationTracking data transfers
US10963182B2 (en)2019-05-292021-03-30Nutanix, Inc.System and method for on-demand recovery points
US11138328B2 (en)2019-05-302021-10-05Bank Of America CorporationControlling access to secure information resources using rotational datasets and dynamically configurable data containers
US11165777B2 (en)*2019-05-302021-11-02Bank Of America CorporationControlling access to secure information resources using rotational datasets and dynamically configurable data containers
US11153315B2 (en)2019-05-302021-10-19Bank Of America CorporationControlling access to secure information resources using rotational datasets and dynamically configurable data containers
US11093465B2 (en)2019-06-202021-08-17Western Digital Technologies, Inc.Object storage system with versioned meta objects
US11079960B2 (en)*2019-06-202021-08-03Western Digital Technologies, Inc.Object storage system with priority meta object replication
US11074002B2 (en)*2019-06-202021-07-27Western Digital Technologies, Inc.Object storage system with meta object replication
US20200401489A1 (en)2019-06-242020-12-24Commvault Systems, Inc.Content indexing of files in virtual disk block-level backup copies
US11308034B2 (en)2019-06-272022-04-19Commvault Systems, Inc.Continuously run log backup with minimal configuration and resource usage from the source machine
US11645592B2 (en)*2019-06-282023-05-09EMC IP Holding Company LLCAnalyzing cloud backup service options using historical data protection activities
US11157451B2 (en)2019-06-282021-10-26Rubrik, Inc.Adaptable multi-layered storage for deduplicating electronic messages
US11681586B2 (en)2019-06-282023-06-20Rubrik, Inc.Data management system with limited control of external compute and storage resources
US11436190B2 (en)*2019-07-102022-09-06EMC IP Holding Company LLCVaulting data from a public cloud
GB201909991D0 (en)*2019-07-112019-08-28Univ SurreyImplementing machine learning in a resource-constrained environment
US11686806B2 (en)2019-07-122023-06-27Enseo, LlcGeolocationing system and method for use of same
CN110474959B (en)*2019-07-122023-02-03平安普惠企业管理有限公司Data interaction method and device, computer equipment and storage medium
US11797197B1 (en)2019-07-182023-10-24Pure Storage, Inc.Dynamic scaling of a virtual storage system
WO2021014320A1 (en)*2019-07-192021-01-28JFrog Ltd.Indexer operation and generation of index data
US11341106B2 (en)*2019-07-192022-05-24Commvault Systems, Inc.Deduplication system without reference counting
US11023384B2 (en)*2019-07-232021-06-01Nasuni CorporationCloud-native global file system with reshapable caching
CN110413443A (en)*2019-07-252019-11-05重庆市筑智建信息技术有限公司 A BIM data information data inspection and optimization method and system
US11314935B2 (en)2019-07-252022-04-26Docusign, Inc.System and method for electronic document interaction with external resources
US20210037112A1 (en)2019-07-292021-02-04Commvault Systems, Inc.Data storage system with rapid restore capability
US11042318B2 (en)2019-07-292021-06-22Commvault Systems, Inc.Block-level data replication
US11263173B2 (en)2019-07-302022-03-01Commvault Systems, Inc.Transaction log index generation in an enterprise backup system
US11122137B1 (en)*2019-07-312021-09-14United Services Automobile Association (Usaa)Method and apparatus for accessing stored data using a router for large events
US10921987B1 (en)*2019-07-312021-02-16EMC IP Holding Company LLCDeduplication of large block aggregates using representative block digests
US11082411B2 (en)*2019-08-062021-08-03Advanced New Technologies Co., Ltd.RDMA-based data transmission method, network interface card, server and medium
US11442959B2 (en)2019-08-072022-09-13Nutanix, Inc.System and method of time-based snapshot synchronization
CN110535835A (en)*2019-08-092019-12-03西藏宁算科技集团有限公司It is a kind of to support cloudy shared cloud storage method and system based on Message Digest 5
US11513922B2 (en)2019-08-142022-11-29Commvault Systems, Inc.Systems and methods for change block tracking for backing up changed data
US11106455B2 (en)2019-08-152021-08-31Microstrategy IncorporatedIntegration of containers with external elements
US11288053B2 (en)2019-08-152022-03-29Microstrategy IncorporatedConversion and restoration of computer environments to container-based implementations
US12216547B1 (en)*2019-08-212025-02-04EMC IP Holding Company LLCGranular data source identification for obtaining deduplication storage efficiency within a clustered environment
US10788957B1 (en)*2019-08-222020-09-29Intel CorporationWeb page designing with sandboxed custom editors
US11165787B2 (en)2019-08-262021-11-02Bank Of America CorporationSystem for authorization of electronic data access and processing functions within a distributed server network
US11637748B2 (en)2019-08-282023-04-25Microstrategy IncorporatedSelf-optimization of computing environments
US11507295B2 (en)*2019-08-302022-11-22Microstrategy IncorporatedBackup, restoration, and migration of computer systems
US11514002B2 (en)*2019-08-302022-11-29EMC IP Holding Company LLCIndexing splitter for any pit replication
CN110730202B (en)*2019-08-302022-02-08厦门协会宝网络科技有限公司Control method of association management cloud platform system
US11210189B2 (en)2019-08-302021-12-28Microstrategy IncorporatedMonitoring performance of computing systems
CN110727724B (en)*2019-09-092023-03-24未鲲(上海)科技服务有限公司Data extraction method and device, computer equipment and storage medium
US11256673B2 (en)2019-09-112022-02-22Commvault Systems, Inc.Anomaly detection in deduplication pruning operations
US11349921B2 (en)*2019-09-112022-05-31EMC IP Holding Company LLCCloud based storage migration
US11237935B2 (en)2019-09-112022-02-01Commvault Systems, Inc.Anomaly detection in data protection operations
US11218450B2 (en)2019-09-112022-01-04Commvault Systems, Inc.Data protection component scaling in a cloud-based data storage system
US11354216B2 (en)2019-09-182022-06-07Microstrategy IncorporatedMonitoring performance deviations
US11360881B2 (en)2019-09-232022-06-14Microstrategy IncorporatedCustomizing computer performance tests
US11438231B2 (en)2019-09-252022-09-06Microstrategy IncorporatedCentralized platform management for computing environments
CN110781430B (en)*2019-09-272022-03-25同济大学Novel virtual data center system of internet and construction method thereof
EP3805942A1 (en)*2019-10-112021-04-14Palantir Technologies Inc.Managing object data
US11265374B2 (en)*2019-10-152022-03-01EMC IP Holding Company LLCCloud disaster recovery
US11429573B2 (en)*2019-10-162022-08-30Dell Products L.P.Data deduplication system
WO2021076871A1 (en)2019-10-182021-04-22Dover Microsystems, Inc.Systems and methods for updating metadata
US11663241B2 (en)2019-10-252023-05-30Nutanix, Inc.System and method for catalog service
US11366605B2 (en)*2019-10-312022-06-21EMC IP Holding Company, LLCStorage management system and method for storage migration services
US20210133150A1 (en)2019-11-042021-05-06Commvault Systems, Inc.Efficient implementation of multiple deduplication databases in a heterogeneous data storage system
US12067579B2 (en)*2019-11-112024-08-20Hartford Fire Insurance CompanySystem to facilitate proprietary data restriction compliance for an enterprise
US11809379B2 (en)*2019-11-192023-11-07International Business Machines CorporationStorage tiering for deduplicated storage environments
CN113179670B (en)*2019-11-262023-04-11思杰系统有限公司Method, system, and medium for document storage and management
US11386051B2 (en)*2019-11-272022-07-12Sap SeAutomatic intelligent hybrid business intelligence platform service
CN111400302B (en)*2019-11-282023-09-19杭州海康威视系统技术有限公司 Modification method, device and system for continuously storing data
US11321275B2 (en)*2019-12-022022-05-03Dropbox, Inc.Technologies for migrating content items from a server on a network to an online content management system
US11429295B2 (en)2019-12-022022-08-30Samsung Electronics Co., Ltd.Storage device storing data based on key-value and operating method of the same
US11290531B2 (en)2019-12-042022-03-29Dropbox, Inc.Immediate cloud content item creation from local file system interface
WO2021113687A1 (en)*2019-12-052021-06-10Augmented And Segmented Media Interface Corp.System and method for in-video product placement and in-video purchasing capability using augmented reality
US11237924B2 (en)2019-12-112022-02-01Commvault Systems, Inc.Dynamic resizing and re-distribution of destination data storage resources for bare metal restore operations in a data storage management system
US11288212B2 (en)2019-12-182022-03-29Samsung Electronics Co., Ltd.System, apparatus, and method for secure deduplication
US11436194B1 (en)*2019-12-232022-09-06Tintri By Ddn, Inc.Storage system for file system objects
US10795864B1 (en)2019-12-302020-10-06Tritan Software CorporationMethod and apparatus for bi-directional communication and data replication between local and remote databases during intermittent connectivity
US11223535B2 (en)2019-12-312022-01-11Commvault Systems, Inc.Smart network topology systems and methods
RU2751798C9 (en)*2019-12-312021-11-16Банк ВТБ (публичное акционерное общество)Method for distributed migration of client data, taking into account duplicates of legal entities and individuals
US11061605B1 (en)2020-01-092021-07-13International Business Machines CorporationDynamically performing managed file transfer based on policies
US11740825B2 (en)2020-01-142023-08-29International Business Machines CorporationObject lifecycle management in a dispersed storage system
US11983155B2 (en)*2020-01-142024-05-14International Business Machines CorporationNamespace range creation to distribute workload in a dispersed storage system
US11281541B2 (en)*2020-01-152022-03-22EMC IP Holding Company LLCDynamic snapshot backup in multi-cloud environment
CN111260146B (en)*2020-01-222022-03-25华南理工大学Method, device, equipment and medium for locating power system edge cloud data center
US12192276B1 (en)*2020-01-292025-01-07Amazon Technologies, Inc.Delivery of log records to stateless clients
US11360860B2 (en)2020-01-302022-06-14Rubrik, Inc.Exporting a database from a foreign database recovery environment
US11609828B2 (en)2020-01-302023-03-21Rubrik, Inc.Utilizing a tablespace to export to a native database recovery environment
US11467925B2 (en)2020-01-302022-10-11Rubrik, Inc.Exporting a database to a native database recovery environment
US11604761B2 (en)2020-01-302023-03-14Rubrik, Inc.Utilizing a tablespace to export from a foreign database recovery environment
US12014065B2 (en)2020-02-112024-06-18Pure Storage, Inc.Multi-cloud orchestration as-a-service
WO2021178493A1 (en)2020-03-032021-09-10Dover Microsystems, Inc.Systems and methods for caching metadata
US11108703B1 (en)*2020-03-052021-08-31Amazon Technologies, Inc.Consistent resource visibility during inter-cellular migrations using targeted pairwise scatter-gather techniques
US11334442B2 (en)2020-03-102022-05-17Commvault Systems, Inc.Management database long-term archiving to a recovery manager
US11005935B1 (en)2020-03-102021-05-11Commvault Systems, Inc.Using multiple streams with network data management protocol to improve performance and granularity of backup and restore operations from/to a file server
US11765235B2 (en)2020-03-122023-09-19Samsung Electronics Co., Ltd.System and method of disk sharing for cloud content storage
US11782833B2 (en)2020-03-122023-10-10Samsung Electronics Co., Ltd.System and method of determining available bandwidth in disaggregated tiered cache for cloud content storage
US11455288B2 (en)*2020-03-202022-09-27Sap SeVersion table scheme for fast version space access
US11580240B2 (en)2020-03-242023-02-14Kyndryl, Inc.Protecting sensitive data
US11689619B2 (en)*2020-03-262023-06-27EMC IP Holding Company LLCHighly efficient native e-mail message data protection for office 365
US11669402B2 (en)*2020-03-262023-06-06EMC IP Holding Company LLCHighly efficient native application data protection for office 365
US20210311871A1 (en)2020-04-062021-10-07Samsung Electronics Co., Ltd.System and method for aggregating server memory
US20210311957A1 (en)*2020-04-072021-10-07Snowflake Inc.Cross-cloud auto ingest
WO2021211911A1 (en)*2020-04-162021-10-21Blackswan Technologies Inc.Artificial intelligence cloud operating system
WO2021216612A1 (en)*2020-04-212021-10-28Planaria Corp.Blockchain api response log
US11789611B2 (en)2020-04-242023-10-17Netapp, Inc.Methods for handling input-output operations in zoned storage systems and devices thereof
US11630729B2 (en)2020-04-272023-04-18Fungible, Inc.Reliability coding with reduced network traffic
CN113590020B (en)*2020-04-302024-12-13伊姆西Ip控股有限责任公司 Method, apparatus and computer program product for data management
WO2021222720A1 (en)*2020-05-012021-11-04Kinze Manufacturing, Inc.Automatic field partners
WO2021223098A1 (en)*2020-05-062021-11-11Alibaba Group Holding LimitedHierarchical methods and systems for storing data
US11768809B2 (en)2020-05-082023-09-26Nutanix, Inc.Managing incremental snapshots for fast leader node bring-up
US11843574B2 (en)*2020-05-212023-12-12Snap Inc.Featured content collection interface
US11669494B2 (en)*2020-05-222023-06-06EMC IP Holding Company LLCScaling out data protection infrastructure
US11507559B2 (en)*2020-05-252022-11-22Hewlett Packard Enterprise Development LpObject sharing by entities using a data structure
US20210374056A1 (en)2020-05-282021-12-02Samsung Electronics Co., Ltd.Systems and methods for scalable and coherent memory devices
US11687424B2 (en)2020-05-282023-06-27Commvault Systems, Inc.Automated media agent state management
US11327663B2 (en)2020-06-092022-05-10Commvault Systems, Inc.Ensuring the integrity of data storage volumes used in block-level live synchronization operations in a data storage management system
US11756112B2 (en)2020-06-102023-09-12Bank Of America CorporationSettings optimization engine using artificial intelligence to enhance client privacy
US11537959B2 (en)2020-06-162022-12-27Commvault Systems, Inc.Dynamic computing progress tracker
US11831773B1 (en)2020-06-292023-11-28Amazon Technologies, Inc.Secured database restoration across service regions
KR102845741B1 (en)2020-07-072025-08-13삼성전자주식회사Cloud server and Method for controlling the cloud server thereof
FR3112631B1 (en)*2020-07-152023-03-31Banks And Acquirers Int Holding Electronic device for processing requests for updates and/or data insertion, method and corresponding program.
US11544219B2 (en)*2020-07-172023-01-03Integrated Media Technologies, Inc.Data migration management and migration metric prediction
US11614883B2 (en)2020-07-172023-03-28Commvault Systems, Inc.Distributed data storage system using erasure coding on storage nodes fewer than data plus parity fragments
US11531558B2 (en)2020-07-212022-12-20Bank Of America CorporationSystem for hybrid computing application with desktop and web-based components
US20230289322A1 (en)*2020-07-222023-09-14Jared RingenbergData Analysis and Data Forensics System and Method
US11573837B2 (en)2020-07-272023-02-07International Business Machines CorporationService retention in a computing environment
US10951738B1 (en)2020-08-062021-03-16Bank Of America CorporationAutomatic API integration
US11494417B2 (en)2020-08-072022-11-08Commvault Systems, Inc.Automated email classification in an information management system
US11604705B2 (en)2020-08-142023-03-14Nutanix, Inc.System and method for cloning as SQL server AG databases in a hyperconverged system
US12367402B2 (en)2020-08-242025-07-22Kyndryl, IncIntelligent backup and restoration of containerized environment
US11513708B2 (en)2020-08-252022-11-29Commvault Systems, Inc.Optimized deduplication based on backup frequency in a distributed data storage system
US11108861B1 (en)2020-08-262021-08-31Commvault Systems, Inc.System for managing multiple information management cells
US11687833B2 (en)*2020-08-272023-06-27Google LlcData management forecasting from distributed tracing
US12164541B2 (en)2020-08-282024-12-10Nutanix, Inc.Multi-cluster database management system
US11907167B2 (en)2020-08-282024-02-20Nutanix, Inc.Multi-cluster database management services
US20220075771A1 (en)*2020-09-082022-03-10International Business Machines CorporationDynamically deploying execution nodes using system throughput
US11500819B2 (en)2020-09-222022-11-15Vmware, Inc.Supporting deduplication in file storage using file chunk hashes
US11570243B2 (en)2020-09-222023-01-31Commvault Systems, Inc.Decommissioning, re-commissioning, and commissioning new metadata nodes in a working distributed data storage system
US11385817B2 (en)2020-09-222022-07-12Vmware, Inc.Supporting deduplication in object storage using subset hashes
US12050553B2 (en)*2020-10-012024-07-30Netapp, Inc.Supporting a lookup structure for a file system implementing hierarchical reference counting
CN116264862A (en)*2020-10-062023-06-16华为技术有限公司 Method and computer system for pricing data storage
US11809910B2 (en)2020-10-142023-11-07Bank Of America CorporationSystem and method for dynamically resizing computational infrastructure to accommodate unexpected demands
US10942629B1 (en)*2020-10-162021-03-09Laitek, Inc.Recall probability based data storage and retrieval
US11640340B2 (en)2020-10-202023-05-02Nutanix, Inc.System and method for backing up highly available source databases in a hyperconverged system
US12189831B2 (en)2020-10-222025-01-07Seagate Technology LlcCartridge data storage with information-theoretic security
US11816139B2 (en)*2020-10-222023-11-14EMC IP Holding Company LLCBlock-level classification of unstructured data
US11514949B2 (en)*2020-10-262022-11-29Dell Products L.P.Method and system for long term stitching of video data using a data processing unit
US11252327B1 (en)2020-10-262022-02-15Dell Products L.P.Method and system for performing a contextual stitching operation on video data using a data processing unit
US11409793B2 (en)2020-10-262022-08-09Dell Products L.P.Method and system for performing a storage tier operation on video data using a data processing unit
US11158352B1 (en)2020-10-262021-10-26Dell Products L.P.Method and system for indexing video data using a data processing unit
US11599574B2 (en)2020-10-262023-03-07Dell Products L.P.Method and system for performing a compliance operation on video data using a data processing unit
US11916908B2 (en)2020-10-262024-02-27Dell Products L.P.Method and system for performing an authentication and authorization operation on video data using a data processing unit
US12248435B2 (en)2021-03-312025-03-11Nutanix, Inc.File analytics systems and methods
US12045211B2 (en)*2020-10-272024-07-23EMC IP Holding Company LLCVersatile data reduction for internet of things
US11436104B2 (en)*2020-10-292022-09-06EMC IP Holding Company LLCDecreasing data restoration times using advanced configuration and power interface (ACPI)
US20220138688A1 (en)*2020-11-022022-05-05Jpmorgan Chase Bank, N.A.Systems and methods for distributed ledger-based management of metadata and chain of custody of documents
US12182067B2 (en)*2020-11-042024-12-31Netapp, Inc.Containerization and serverless thread implementation for processing objects
US11755590B2 (en)2020-11-042023-09-12Netapp, Inc.Data connector component for implementing integrity checking, anomaly detection, and file system metadata analysis
US12164381B2 (en)2020-11-042024-12-10Netapp, Inc.Data connector component for implementing management requests
EP3998533B1 (en)*2020-11-042023-09-20NetApp, Inc.On-demand parallel processing of objects using data connector components
US12174789B2 (en)*2020-11-042024-12-24Netapp, Inc.Sibling object generation for storing results of operations performed upon base objects
US11625306B2 (en)2020-11-042023-04-11Netapp, Inc.Data connector component for implementing data requests
US12169483B2 (en)2020-11-042024-12-17Netapp, Inc.On-demand parallel processing of objects using data connector components
US11880693B2 (en)2020-11-052024-01-23Bank Of America CorporationSystem for automatically generating electronic artifacts using extended functionality
US11314433B1 (en)2020-11-202022-04-26Seagate Technology LlcRemote deduplication of data in a storage system
KR102291867B1 (en)*2020-12-022021-08-23주식회사 파트리지시스템즈System for managing data based on hierarchical data repository and operating method thereof
US12314417B2 (en)2020-12-042025-05-27Commvault Systems, Inc.Methods for managing user permissions
US20220200941A1 (en)*2020-12-222022-06-23Mcafee, LlcReputation Clusters for Uniform Resource Locators
US12124576B2 (en)2020-12-232024-10-22Dover Microsystems, Inc.Systems and methods for policy violation processing
US11604806B2 (en)2020-12-282023-03-14Nutanix, Inc.System and method for highly available database service
US11575651B2 (en)*2020-12-312023-02-07Palo Alto Networks, Inc.Dynamically scalable application firewall deployment for cloud native applications
WO2022141650A1 (en)*2021-01-042022-07-07Alibaba Group Holding LimitedMemory-frugal index design in storage engine
CN112738270B (en)*2021-01-072022-12-30苏州浪潮智能科技有限公司File transmission method, device, equipment and storage medium
US11323513B1 (en)2021-01-222022-05-03Commvault Systems, Inc.Geo-location-based data replication
US11271953B1 (en)2021-01-292022-03-08Netskope, Inc.Dynamic power user identification and isolation for managing SLA guarantees
US11463362B2 (en)2021-01-292022-10-04Netskope, Inc.Dynamic token bucket method adaptive to opaque server limits
US11159576B1 (en)2021-01-302021-10-26Netskope, Inc.Unified policy enforcement management in the cloud
US11848949B2 (en)2021-01-302023-12-19Netskope, Inc.Dynamic distribution of unified policies in a cloud-based policy enforcement system
US11777993B2 (en)2021-01-302023-10-03Netskope, Inc.Unified system for detecting policy enforcement issues in a cloud-based environment
US12015619B2 (en)2021-01-302024-06-18Netskope, Inc.Dynamic routing of access request streams in a unified policy enforcement system
US11900158B2 (en)2021-02-042024-02-13Red Hat, Inc.Setting task permissions for software services in distributed computing environments
US11520910B2 (en)2021-02-092022-12-06Bank Of America CorporationSystem and method for routing data to authorized users based on security classification of data
US11645175B2 (en)2021-02-122023-05-09Commvault Systems, Inc.Automatic failover of a storage manager
US11860802B2 (en)2021-02-222024-01-02Nutanix, Inc.Instant recovery as an enabler for uninhibited mobility between primary storage and secondary storage
US20240129122A1 (en)*2021-02-242024-04-18Nebulon, Inc.Efficient encryption in storage providing data-at-rest encryption and data mirroring
US11340987B1 (en)2021-03-042022-05-24Netapp, Inc.Methods and systems for raid protection in zoned solid-state drives
US11520788B2 (en)2021-03-052022-12-06Insight Direct Usa, Inc.Methods and systems for transforming distributed database structure for reduced compute load
US11392868B1 (en)*2021-03-052022-07-19EMC IP Holding Company LLCData retention cost control for data written directly to object storage
US11574050B2 (en)2021-03-122023-02-07Commvault Systems, Inc.Media agent hardening against ransomware attacks
US11973827B2 (en)2021-03-152024-04-30Microsoft Technology Licensing, Llc.Cloud computing system for mailbox identity migration
US12135698B2 (en)2021-03-152024-11-05Microsoft Technology Licensing, LlcDistributed deduplication of incoming cloud computing requests
US11137989B1 (en)*2021-03-172021-10-05Relyance, Inc.Constructing a data flow graph for a computing system of an organization
US12131192B2 (en)2021-03-182024-10-29Nutanix, Inc.Scope-based distributed lock infrastructure for virtualized file server
US11892918B2 (en)2021-03-222024-02-06Nutanix, Inc.System and method for availability group database patching
US12242455B2 (en)2021-03-312025-03-04Nutanix, Inc.File analytics systems and methods including receiving and processing file system event data in order
US12248434B2 (en)2021-03-312025-03-11Nutanix, Inc.File analytics systems including examples providing metrics adjusted for application operation
US12197398B2 (en)2021-03-312025-01-14Nutanix, Inc.Virtualized file servers and methods to persistently store file system event data
US11323357B1 (en)*2021-03-312022-05-03Arista Networks, Inc.Accessing varying route attribute states during routing policy application on network devices
US11436097B1 (en)2021-03-312022-09-06Nutanix, Inc.Technique for efficient data failover in a multi-site data replication environment
US12367108B2 (en)2021-03-312025-07-22Nutanix, Inc.File analytics systems and methods including retrieving metadata from file system snapshots
US11861292B2 (en)2021-04-152024-01-02Red Hat, Inc.Multi-strategy compression scheme
US11228545B1 (en)*2021-04-162022-01-18EMC IP Holding Company LLCCross application granular restore of backed-up email attachments
US11954533B2 (en)*2021-04-162024-04-09EMC IP Holding Company LLCUsing machine learning techniques to flow control clients in a deduplication file system
US11762995B2 (en)*2021-05-242023-09-19Sap SeAntivirus scanning architecture for uploaded files
US11914478B2 (en)*2021-06-092024-02-27EMC IP Holding Company LLCSystem and method for a specialized backup operation of file based backups based on a target backup storage system
US11687492B2 (en)2021-06-212023-06-27International Business Machines CorporationSelective data deduplication in a multitenant environment
CN117716682A (en)2021-06-242024-03-15阿韦瓦软件有限责任公司 Operating productivity software systems, servers and methods
US12159102B2 (en)2021-06-292024-12-03Klaviyo Inc.Universal content for email template
US11561978B2 (en)2021-06-292023-01-24Commvault Systems, Inc.Intelligent cache management for mounted snapshots based on a behavior model
US11593428B2 (en)2021-07-082023-02-28Bank Of America CorporationSystem and method for detecting errors in a task workflow from a video stream
CN113535091B (en)*2021-07-202022-10-25国网新疆电力有限公司信息通信公司 A big data network cloud storage protection system and method
EP4123994B1 (en)*2021-07-222025-06-25Mastercard International, Inc.Method and system for sovereign data storage
US11954513B2 (en)2021-07-292024-04-09Commvault Systems, Inc.Scalable recovery and/or migration to cloud- based custom-made virtual machines without using failed machines' credentials
US12417205B2 (en)2021-07-292025-09-16Nutanix, Inc.Technique for efficiently indexing data of an archival storage system
US11934402B2 (en)*2021-08-062024-03-19Bank Of America CorporationSystem and method for generating optimized data queries to improve hardware efficiency and utilization
US12072770B2 (en)2021-08-192024-08-27Nutanix, Inc.Share-based file server replication for disaster recovery
US12117972B2 (en)2021-08-192024-10-15Nutanix, Inc.File server managers and systems for managing virtualized file servers
US11615147B2 (en)2021-08-232023-03-28Commvault Systems, Inc.Mobile storage manager control application for managing a storage manager of an information management system
US11966922B2 (en)2021-08-242024-04-23Bank Of America CorporationElectronic system for scanning and mapping entity portals to distribution processing systems
US11593223B1 (en)2021-09-022023-02-28Commvault Systems, Inc.Using resource pool administrative entities in a data storage management system to provide shared infrastructure to tenants
US11336689B1 (en)2021-09-142022-05-17Netskope, Inc.Detecting phishing websites via a machine learning-based system using URL feature hashes, HTML encodings and embedded images of content pages
US11829328B2 (en)2021-09-152023-11-28Nutanix, Inc.Garbage collection from archival of storage snapshots
US11954473B2 (en)2021-09-202024-04-09Microstrategy IncorporatedDeployment architecture for multi-tenant cloud computing systems
US11853444B2 (en)2021-09-272023-12-26EMC IP Holding Company LLCSystem and method for securing instant access of data in file based backups in a backup storage system using metadata files
US12007849B2 (en)2021-09-272024-06-11EMC IP Holding Company LLCSystem and method for securing instant access of data in file based backups in a backup storage system using metadata files
US12033004B2 (en)2021-09-282024-07-09Commvault Systems, Inc.Dynamically provisioning computing pods in a computing resource cluster based on a resource request from a storage manager of an information management system
CN113590535B (en)*2021-09-302021-12-17中国人民解放军国防科技大学 An efficient data migration method and device for deduplication storage system
US11803368B2 (en)2021-10-012023-10-31Nutanix, Inc.Network learning to control delivery of updates
US11797377B2 (en)2021-10-052023-10-24Netapp, Inc.Efficient parity determination in zoned solid-state drives of a storage system
US12019525B2 (en)2021-10-052024-06-25Commvault Systems, Inc.Cloud-based recovery of backed up data using auxiliary copy replication and on-demand failover resources
US11809725B2 (en)2021-10-132023-11-07International Business Machines CorporationDocument storage with blocks split between multiple repositories
US12105683B2 (en)2021-10-212024-10-01Nutanix, Inc.System and method for creating template for database services
US12174856B2 (en)2021-10-252024-12-24Nutanix, Inc.Database group management
US12032542B2 (en)2021-11-102024-07-09Commvault Systems, Inc.Systems and methods for optimizing storage and retention of deduplicated secondary copies at storage platforms that are write-once read-many (WORM) enabled
US12259977B2 (en)2021-11-152025-03-25Commvault Systems, Inc.Entropy-based ransomware detection
US20230153010A1 (en)*2021-11-152023-05-18Commvault Systems, Inc.Pruning data segments stored in cloud storage to reclaim cloud storage space
US11803329B2 (en)2021-11-222023-10-31Netapp, Inc.Methods and systems for processing write requests in a storage system
JP7399929B2 (en)*2021-11-262023-12-18株式会社日立製作所 Information processing system, information processing method, and program
US12265611B2 (en)*2021-12-012025-04-01Dell Products L.P.System and method for monitoring and detecting of encryption based threats
US12015717B2 (en)2021-12-082024-06-18Bank Of America CorporationSystem for processing offline digital resource transfers using a hardware device based cryptographic application
IT202100030917A1 (en)*2021-12-092023-06-09Digix S R L FINANCIAL MANAGEMENT SYSTEM WITH MIDDLEWARE
EP4449238A1 (en)2021-12-162024-10-23NetApp, Inc.Scalable solid-state storage system and methods thereof
WO2023113944A1 (en)*2021-12-162023-06-22Netapp, Inc.Scalable solid-state storage system and methods thereof
US11816359B2 (en)2021-12-162023-11-14Netapp, Inc.Scalable solid-state storage system and methods thereof
US12253997B2 (en)*2021-12-172025-03-18Hewlett Packard Enterprise Development LpData objects in a distributed file system
US12008135B2 (en)*2021-12-212024-06-11Commvault Systems, Inc.Controlling information privacy in a shared data storage management system
CN115022106B (en)*2021-12-272024-02-27北京字跳网络技术有限公司Group information processing method, device, equipment and medium
US12058539B2 (en)2022-01-142024-08-06T-Mobile Usa, Inc.Dynamic telecommunications network outage recovery based on predictive models
US12153690B2 (en)2022-01-242024-11-26Nutanix, Inc.Consistent access control lists across file servers for local users in a distributed file server environment
WO2023141662A2 (en)*2022-01-242023-07-27Osom Products, Inc.Utilities linked to digital non-fungible assets
US11716278B1 (en)2022-01-252023-08-01Bank Of America CorporationSystem and method for determining the shortest data transfer path in data communication
US11861342B2 (en)2022-01-282024-01-02Microstrategy IncorporatedEnhanced cloud-computing environment deployment
US11954541B1 (en)*2022-01-282024-04-09Splunk Inc.Highly available message ingestion by a data intake and query system
US11809285B2 (en)2022-02-092023-11-07Commvault Systems, Inc.Protecting a management database of a data storage management system to meet a recovery point objective (RPO)
US12074641B2 (en)2022-02-152024-08-27Bank Of America CorporationSystem and method for secured data transmission using LiFi and holochain network
US12052261B2 (en)2022-02-152024-07-30Bank Of America CorporationSystem and method for authenticating the receiving end of data transmission via LiFi and holochain network
US12056947B2 (en)2022-02-282024-08-06Docusign, Inc.Agreement document model modifications in a document management system
US12340433B2 (en)2022-02-282025-06-24Docusign, Inc.Agreement document execution based on document model in a document management system
US12373474B2 (en)*2022-02-282025-07-29Docusign, Inc.Querying agreement document models in a document management system
US12353914B2 (en)2022-03-032025-07-08Bank Of America CorporationSystem for predicting memory resources and scheduling jobs in service-oriented architectures
US12182264B2 (en)2022-03-112024-12-31Nutanix, Inc.Malicious activity detection, validation, and remediation in virtualized file servers
US12293210B2 (en)2022-03-182025-05-06Commvault Systems, Inc.Live mounting a virtual machine in a public cloud based on accessing a simulated virtual disk as an internet small computer systems interface (ISCSI) target
US11797393B2 (en)2022-03-232023-10-24Bank Of America CorporationTable prioritization for data copy in a multi-environment setup
US20230306109A1 (en)*2022-03-232023-09-28Microsoft Technology Licensing, LlcStructured storage of access data
US20230306432A1 (en)*2022-03-232023-09-28Capital One Services, LlcTransmitting notifications based on machine learning model outputs
US11656955B1 (en)2022-03-232023-05-23Bank Of America CorporationDatabase table valuation
US12124596B2 (en)2022-03-292024-10-22Acronis International GmbhUniversal platform for data protection
US20230315580A1 (en)*2022-03-312023-10-05Cisco Technology, Inc.Disaster recovery in a cell model for an extensibility platform
US12346583B2 (en)2022-04-142025-07-01SanDisk Technologies, Inc.Tracking data usage in storage devices
US12367655B2 (en)*2022-04-202025-07-22Dell Products L.P.Automatically classifying images for storage-related determinations using artificial intelligence techniques
US12079117B2 (en)*2022-04-272024-09-03Pax8, Inc.Scenario testing against production data for systems providing access management as a service
US12346742B2 (en)2022-05-122025-07-01Bank Of America CorporationSystem for intelligent type-based implementation of restrictions on resource transfers
US12050861B2 (en)2022-05-172024-07-30Klaviyo Inc.Method and system for template reconciliation
US12007966B2 (en)*2022-05-232024-06-11Hewlett Packard Enterprise Development LpProvisioning a deduplication data store
US12159044B2 (en)*2022-06-082024-12-03Commvault Systems, Inc.Cloud-based destination for block-level data replication processing
US12019648B2 (en)*2022-06-102024-06-25Capital One Services, LlcMethods and system for detecting unmanaged resources in cloud-based data warehousing system
US12056018B2 (en)2022-06-172024-08-06Commvault Systems, Inc.Systems and methods for enforcing a recovery point objective (RPO) for a production database without generating secondary copies of the production database
US20230418639A1 (en)2022-06-222023-12-28Nutanix, Inc.Database server agent
US12375530B2 (en)2022-06-292025-07-29Commvault Systems, Inc.Secure data replication to, and recovery of data from, air-gapped data storage pools
US20240004761A1 (en)*2022-06-302024-01-04Commvault Systems, Inc.Low impact migration of large data to cloud and virtualized environments
US11947682B2 (en)2022-07-072024-04-02Netskope, Inc.ML-based encrypted file classification for identifying encrypted data movement
US12386540B2 (en)*2022-07-132025-08-12Dell Products LpMethod and apparatus for edge storage for enterprise applications
KR20240010310A (en)*2022-07-152024-01-23에스케이하이닉스 주식회사Computing system and operating method thereof
US11792262B1 (en)2022-07-202023-10-17The Toronto-Dominion BankSystem and method for data movement
US12026059B2 (en)2022-07-252024-07-02Dell Products L.P.Method and system for executing a secure data access from a block-based backup
US11940883B2 (en)2022-07-252024-03-26Dell Products L.P.Generating a synthetic full backup
JP2024017188A (en)*2022-07-272024-02-08京セラドキュメントソリューションズ株式会社 file transfer system
US12189499B2 (en)2022-07-292025-01-07Nutanix, Inc.Self-service restore (SSR) snapshot replication with share-level file system disaster recovery on virtualized file servers
US20240056481A1 (en)2022-08-092024-02-15Commvault Systems, Inc.Data storage management system integrating cyber threat deception
US12135791B2 (en)2022-08-122024-11-05Bank Of America CorporationElectronic system for security analysis and validation during construction and deployment of dynamic network components
US12250241B2 (en)2022-08-122025-03-11Bank Of America CorporationElectronic system for dynamic adapted security analysis of network resource components
US12107880B2 (en)2022-08-122024-10-01Bank Of America CorporationElectronic security system of network resource component tracking and analysis across a distributed network and construction of a validated network resource component library
US12120132B2 (en)2022-08-122024-10-15Bank Of America CorporationDynamic quarantine engine integration with a validated network resource component library for network security
US12307306B2 (en)2022-08-312025-05-20Cisco Technology, Inc.Standardized interface for wide area network programming
US12394234B2 (en)2022-09-192025-08-19Dell Products, L.P.Security-based image classification using artificial intelligence techniques
US12007955B2 (en)*2022-09-262024-06-11Dell Products L.P.System and method for analyzing file system data using a virtual file system generated using a metadata backup
US20240104052A1 (en)*2022-09-282024-03-28Dell Products L.P.File immutability using a deduplication file system in a public cloud using selection criteria
US12353297B2 (en)2022-09-282025-07-08Commvault Systems, Inc.Protection of virtual private cloud configurations
US12141149B2 (en)2022-10-252024-11-12Dell Products L.P.Formatted long-term storage of streaming system to allow data access through both stream and object API
US12292974B2 (en)2022-10-272025-05-06Commvault Systems, Inc.Analysis of backup copies to identify malware-encrypted primary data
US20240251009A1 (en)*2022-11-112024-07-25Rakuten Symphony Singapore Pte. L.T.D.Systems and methods for boundless file transfer
US12314375B2 (en)2022-11-292025-05-27Bank Of America CorporationSystem and methods for automatic adjustment of data syndications via identification of technically unauthorized data-distribution
CN118131975A (en)*2022-12-022024-06-04戴尔产品有限公司Method, apparatus and computer program product for data migration
US12271767B2 (en)*2022-12-032025-04-08Samsung Electronics Co., Ltd.Near-storage format transformation
US12314413B2 (en)2023-01-122025-05-27Bank Of America CorporationSystems, methods, and apparatuses for self-interrogating data and correcting data storage implementations in an electronic network
US20240241878A1 (en)*2023-01-172024-07-18Cohesity, Inc.Distributing objects across deduplication domains based on a storage distribution mode
US12070921B1 (en)2023-01-232024-08-27Wm Intellectual Property Holdings, L.L.C.Baler with internal scale
US11789784B1 (en)2023-02-082023-10-17Bank Of America CorporationMonitoring and management of a cloud-based computing system
US20240275863A1 (en)*2023-02-152024-08-15Attimis CorporationOpportunistic Migration of Data Between Cloud Storage Provider Systems
US12335123B2 (en)*2023-03-312025-06-17Hewlett Packard Enterprise Development LpDistributed network monitoring
US12072772B1 (en)2023-04-122024-08-27Kyndryl, Inc.Crowd sourced data restores
WO2024218769A1 (en)*2023-04-182024-10-24David BoxenhornDistributed software network
US12417150B2 (en)2023-04-272025-09-16Netapp, Inc.Mirroring objects between different cloud providers with different data layout requirements
US20240378618A1 (en)*2023-05-082024-11-14Sap SeGeneration of integration content for transaction networks
US11887149B1 (en)2023-05-242024-01-30Klaviyo, IncDetermining winning arms of A/B electronic communication testing for a metric using historical data and histogram-based bayesian inference
US12271270B2 (en)2023-06-262025-04-08Dell Products L.P.Enabling user-based instant access from file based backups
US12386713B2 (en)2023-06-262025-08-12Dell Products L.P.Managing use of a shared virtual disk for accessing data in file based backups by multiple virtual machines
US12306792B2 (en)2023-06-262025-05-20Dell Products L.P.Managing access to file based backups based on storage units and workload use
US12147384B1 (en)2023-06-262024-11-19Dell Products, L.P.Managing virtual file systems that provide instant access based on a self-destruction criterion
US12204495B1 (en)*2023-06-302025-01-21International Business Machines CorporationUtilizing structured logs of declarative computing environments
US20250028698A1 (en)*2023-07-172025-01-23Splunk Inc.Externally distributed buckets for execution of queries
US20250028481A1 (en)*2023-07-182025-01-23Western Digital Technologies, Inc.Using internal operation files having known patterns across multiple devices
US12436759B2 (en)2023-09-182025-10-07Bank Of America CorporationSystem and method for dynamic switching between an old version and a new version of a software code
US12423092B2 (en)2023-09-182025-09-23Bank Of America CorporationSystem and method for classifying software code based on functionality and criticality
US12407682B2 (en)2023-10-032025-09-02Bank Of America CorporationSystem, device, and method for performing secured operations
US12360944B2 (en)2023-11-072025-07-15Commvault Systems, Inc.Cloud-based secure operation of a recovery storage manager
WO2025144672A1 (en)*2023-12-202025-07-03Computero Inc.Data backup device
US12439253B2 (en)2024-01-022025-10-07Bank Of America CorporationSingle device-level passcode that provides automated access to multiple computing devices and passcode-protected applications and web sites/services
US20250231917A1 (en)*2024-01-122025-07-17Micro Focus LlcDeduplicate Office Files Regardless of Historical Metadata Manipulation by Another System
WO2025166129A1 (en)*2024-01-312025-08-07Guardant Health, Inc.Data processing abstraction for high performance computing systems
US12399786B1 (en)2024-07-122025-08-26Dell Products L.P.Active directory object observability for backup policy management in a production environment
US12399787B1 (en)2024-07-122025-08-26Dell Products L.P.Detecting the most recent state of an active directory object and recovering using backups or production tombstones
CN119276696A (en)*2024-09-232025-01-07北京天融信网络安全技术有限公司 Cross-network log processing method, device, storage medium, and program product
US12321414B1 (en)*2024-10-292025-06-03Moonshot AI IncGenerative AI techniques for generating A/B testing of web content

Citations (101)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4686620A (en)*1984-07-261987-08-11American Telephone And Telegraph Company, At&T Bell LaboratoriesDatabase backup method
US4995035A (en)*1988-10-311991-02-19International Business Machines CorporationCentralized management in a computer network
US5005122A (en)*1987-09-081991-04-02Digital Equipment CorporationArrangement with cooperating management server node and network service node
US5093912A (en)*1989-06-261992-03-03International Business Machines CorporationDynamic resource pool expansion and contraction in multiprocessing environments
US5133065A (en)*1989-07-271992-07-21Personal Computer Peripherals CorporationBackup computer program for networks
US5193154A (en)*1987-07-101993-03-09Hitachi, Ltd.Buffered peripheral system and method for backing up and retrieving data to and from backup memory device
US5212772A (en)*1991-02-111993-05-18Gigatrend IncorporatedSystem for storing data in backup tape device
US5226157A (en)*1988-03-111993-07-06Hitachi, Ltd.Backup control method and system in data processing system using identifiers for controlling block data transfer
US5239647A (en)*1990-09-071993-08-24International Business Machines CorporationData storage hierarchy with shared storage level
US5241668A (en)*1992-04-201993-08-31International Business Machines CorporationMethod and system for automated termination and resumption in a time zero backup copy process
US5241670A (en)*1992-04-201993-08-31International Business Machines CorporationMethod and system for automated backup copy ordering in a time zero backup copy session
US5276860A (en)*1989-12-191994-01-04Epoch Systems, Inc.Digital data processor with improved backup storage
US5276867A (en)*1989-12-191994-01-04Epoch Systems, Inc.Digital data storage system with improved data migration
US5287500A (en)*1991-06-031994-02-15Digital Equipment CorporationSystem for allocating storage spaces based upon required and optional service attributes having assigned piorities
US5321816A (en)*1989-10-101994-06-14Unisys CorporationLocal-remote apparatus with specialized image storage modules
US5333315A (en)*1991-06-271994-07-26Digital Equipment CorporationSystem of device independent file directories using a tag between the directories and file descriptors that migrate with the files
US5410700A (en)*1991-09-041995-04-25International Business Machines CorporationComputer system which supports asynchronous commitment of data
US5491810A (en)*1994-03-011996-02-13International Business Machines CorporationMethod and system for automated data storage system space allocation utilizing prioritized data set parameters
US5495607A (en)*1993-11-151996-02-27Conner Peripherals, Inc.Network management system having virtual catalog overview of files distributively stored across network domain
US5504873A (en)*1989-11-011996-04-02E-Systems, Inc.Mass data storage and retrieval system
US5544347A (en)*1990-09-241996-08-06Emc CorporationData storage system controlled remote data mirroring with respectively maintained data indices
US5544345A (en)*1993-11-081996-08-06International Business Machines CorporationCoherence controls for store-multiple shared data coordinated by cache directory entries in a shared electronic storage
US5619644A (en)*1995-09-181997-04-08International Business Machines CorporationSoftware directed microcode state save for distributed storage controller
US5638509A (en)*1994-06-101997-06-10Exabyte CorporationData storage and protection system
US5729743A (en)*1995-11-171998-03-17Deltatech Research, Inc.Computer apparatus and method for merging system deltas
US5751997A (en)*1993-01-211998-05-12Apple Computer, Inc.Method and apparatus for transferring archival data among an arbitrarily large number of computer devices in a networked computer environment
US5758359A (en)*1996-10-241998-05-26Digital Equipment CorporationMethod and apparatus for performing retroactive backups in a computer system
US5761677A (en)*1996-01-031998-06-02Sun Microsystems, Inc.Computer system method and apparatus providing for various versions of a file without requiring data copy or log operations
US5764972A (en)*1993-02-011998-06-09Lsc, Inc.Archiving file system for data servers in a distributed network environment
US5778395A (en)*1995-10-231998-07-07Stac, Inc.System for backing up files from disk volumes on multiple nodes of a computer network
US5875478A (en)*1996-12-031999-02-23Emc CorporationComputer backup using a file system, network, disk, tape and remote archiving repository media system
US5887134A (en)*1997-06-301999-03-23Sun MicrosystemsSystem and method for preserving message order while employing both programmed I/O and DMA operations
US5901327A (en)*1996-05-281999-05-04Emc CorporationBundling of write data from channel commands in a command chain for transmission over a data link between data storage systems for remote data mirroring
US5924102A (en)*1997-05-071999-07-13International Business Machines CorporationSystem and method for managing critical files
US6021415A (en)*1997-10-292000-02-01International Business Machines CorporationStorage management system with file aggregation and space reclamation within aggregated files
US6026414A (en)*1998-03-052000-02-15International Business Machines CorporationSystem including a proxy client to backup files in a distributed computing environment
US6052735A (en)*1997-10-242000-04-18Microsoft CorporationElectronic mail object synchronization between a desktop computer and mobile device
US6076148A (en)*1997-12-262000-06-13Emc CorporationMass storage subsystem and backup arrangement for digital data processing system which permits information to be backed up while host computer(s) continue(s) operating in connection with information stored on mass storage subsystem
US6094416A (en)*1997-05-092000-07-25I/O Control CorporationMulti-tier architecture for control network
US6212512B1 (en)*1999-01-062001-04-03Hewlett-Packard CompanyIntegration of a database into file management software for protecting, tracking and retrieving data
US6260069B1 (en)*1998-02-102001-07-10International Business Machines CorporationDirect data retrieval in a distributed computing system
US6269431B1 (en)*1998-08-132001-07-31Emc CorporationVirtual storage and block level direct access of secondary storage for recovery of backup data
US6275953B1 (en)*1997-09-262001-08-14Emc CorporationRecovery from failure of a data processor in a network server
US6343324B1 (en)*1999-09-132002-01-29International Business Machines CorporationMethod and system for controlling access share storage devices in a network environment by configuring host-to-volume mapping data structures in the controller memory for granting and denying access to the devices
US20020019786A1 (en)*2000-07-212002-02-14Manuel GonzalezOn-line selection of service providers in distributed provision of services on demand
US6356801B1 (en)*2000-05-192002-03-12International Business Machines CorporationHigh availability work queuing in an automated data storage library
USRE37601E1 (en)*1992-04-202002-03-19International Business Machines CorporationMethod and system for incremental time zero backup copying of data
US6389432B1 (en)*1999-04-052002-05-14Auspex Systems, Inc.Intelligent virtual volume access
US20020069369A1 (en)*2000-07-052002-06-06Tremain Geoffrey DonaldMethod and apparatus for providing computer services
US20020083079A1 (en)*2000-11-162002-06-27Interlegis, Inc.System and method of managing documents
US6421711B1 (en)*1998-06-292002-07-16Emc CorporationVirtual ports for data transferring of a data storage system
US20020095609A1 (en)*2001-01-152002-07-18Yuichi TokunagaMultiprocessor apparatus
US20030018784A1 (en)*2001-01-252003-01-23Lette John T.System and method for processing requests from newly registered remote application consumers
US6519679B2 (en)*1999-06-112003-02-11Dell Usa, L.P.Policy based storage configuration
US6538669B1 (en)*1999-07-152003-03-25Dell Products L.P.Graphical user interface for configuration of a storage system
US6564228B1 (en)*2000-01-142003-05-13Sun Microsystems, Inc.Method of enabling heterogeneous platforms to utilize a universal file system in a storage area network
US20040088578A1 (en)*2002-10-312004-05-06International Business Machines CorporationSystem and method for credential delegation using identity assertion
US20060058994A1 (en)*2004-09-162006-03-16Nec Laboratories America, Inc.Power estimation through power emulation
US7035880B1 (en)*1999-07-142006-04-25Commvault Systems, Inc.Modular backup and retrieval system used in conjunction with a storage area network
US20060155633A1 (en)*2005-01-122006-07-13International Business Machines CorporationAutomatically distributing a bid request for a grid job to multiple grid providers and analyzing responses to select a winning grid provider
US20060206507A1 (en)*2005-02-162006-09-14Dahbour Ziyad MHierarchal data management
US20070043721A1 (en)*2005-08-222007-02-22Sanjay GhemawatRemoving documents
US7246207B2 (en)*2003-04-032007-07-17Commvault Systems, Inc.System and method for dynamically performing storage operations in a computer network
US20070198802A1 (en)*2004-04-302007-08-23Srinivas KavuriSystem and method for allocation of organizational resources
US20080005168A1 (en)*2006-06-302008-01-03Microsoft CorporationManaging family information
US7340616B2 (en)*2004-05-262008-03-04Intel CorporationPower management of storage units in a storage array
US20080059704A1 (en)*2005-05-022008-03-06Srinivas KavuriSystem and method for allocation of organizational resources
US7343453B2 (en)*2004-04-302008-03-11Commvault Systems, Inc.Hierarchical systems and methods for providing a unified view of storage information
US20080082601A1 (en)*2006-09-292008-04-03Microsoft CorporationResource standardization in an off-premise environment
US20080091655A1 (en)*2006-10-172008-04-17Gokhale Parag SMethod and system for offline indexing of content and classifying stored data
US7366846B2 (en)*2005-01-142008-04-29International Business Machines CorporationRedirection of storage access requests
US7386744B2 (en)*2004-03-152008-06-10Hewlett-Packard Development Company, L.P.Rack equipment power pricing plan control system and method
US20080140244A1 (en)*2003-10-162008-06-12Cdc SoftwareMethod and apparatus for planning a manufacturing schedule using an adaptive learning process
US20080147460A1 (en)*2006-12-182008-06-19International Business Machines CorporationComputer-Implemented Method, System and Program Product For Quoting A Business Service
US7395282B1 (en)*1999-07-152008-07-01Commvault Systems, Inc.Hierarchical backup and retrieval system
US7502820B2 (en)*2004-05-032009-03-10Microsoft CorporationSystem and method for optimized property retrieval of stored objects
US20090077443A1 (en)*2004-08-252009-03-19International Business Machines CorporationStoring parity information for data recovery
US7516346B2 (en)*2004-10-282009-04-07Nec Laboratories America, Inc.System and method for dynamically changing the power mode of storage disks based on redundancy and system load
US7546475B2 (en)*2003-05-132009-06-09Hewlett-Packard Development Company, L.P.Power-aware adaptation in a data center
US20090268903A1 (en)*2008-04-252009-10-29Netapp, Inc.Network storage server with integrated encryption, compression and deduplication capability
US7651593B2 (en)*2005-12-192010-01-26Commvault Systems, Inc.Systems and methods for performing data replication
US7668884B2 (en)*2005-11-282010-02-23Commvault Systems, Inc.Systems and methods for classifying and transferring information in a storage network
US20100070448A1 (en)*2002-06-242010-03-18Nosa OmoiguiSystem and method for knowledge retrieval, management, delivery and presentation
US20100070725A1 (en)*2008-09-052010-03-18Anand PrahladSystems and methods for management of virtualization data
US20100070466A1 (en)*2008-09-152010-03-18Anand PrahladData transfer techniques within data storage devices, such as network attached storage performing data migration
US20100082672A1 (en)*2008-09-262010-04-01Rajiv KottomtharayilSystems and methods for managing single instancing data
US20100082700A1 (en)*2008-09-222010-04-01Riverbed Technology, Inc.Storage system for data virtualization and deduplication
US20100082713A1 (en)*2008-09-302010-04-01SoonrMethod and system for attaching files to e-mail from backup copies remotely stored
US7694070B2 (en)*2003-03-312010-04-06Hitachi, Ltd.Computer system for managing performances of storage apparatus and performance management method of the computer system
US20100136943A1 (en)*2008-12-012010-06-03At&T Mobility Ii LlcContent management for wireless digital media frames
US20100162002A1 (en)*2008-12-232010-06-24David DodgsonVirtual tape backup arrangement using cryptographically split storage
US20100191774A1 (en)*2009-01-232010-07-29Nasuni CorporationMethod and system for versioned file system using structured data representations
US20100318812A1 (en)*2009-06-122010-12-16Microsoft CorporationSecure and private backup storage and processing for trusted computing and data services
US20100332452A1 (en)*2009-06-252010-12-30Data Domain, Inc.System and method for providing long-term storage for data
US7899788B2 (en)*2005-04-012011-03-01Microsoft CorporationUsing a data protection server to backup and restore data on virtual servers
US20110055161A1 (en)*2009-09-012011-03-03Andrew WolfeCloud Data Backup Storage
US7917438B2 (en)*2008-09-102011-03-29Expanse Networks, Inc.System for secure mobile healthcare selection
US20110093471A1 (en)*2007-10-172011-04-21Brian BrockwayLegal compliance, electronic discovery and electronic document handling of online and offline copies of data
US20110191544A1 (en)*2008-04-242011-08-04Nokia CorporationData Storage and Access
US8352608B1 (en)*2008-09-232013-01-08Gogrid, LLCSystem and method for automated configuration of hosting resources
US8626741B2 (en)*2007-06-152014-01-07Emc CorporationProcess for cataloging data objects backed up from a content addressed storage system

Family Cites Families (185)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US786744A (en)*1904-09-011905-04-04Joseph B FleenorBuckle for cotton-bale ties.
GB8622010D0 (en)1986-09-121986-10-22Hewlett Packard LtdFile backup facility
US5123107A (en)1989-06-201992-06-16Mensch Jr William DTopography of CMOS microcomputer integrated circuit chip including core processor and memory, priority, and I/O interface circuitry coupled thereto
EP0405926B1 (en)1989-06-301996-12-04Digital Equipment CorporationMethod and apparatus for managing a shadow set of storage media
GB2246218B (en)1990-07-181994-02-09Stc PlcDistributed data processing systems
US5347653A (en)1991-06-281994-09-13Digital Equipment CorporationSystem for reconstructing prior versions of indexes using records indicating changes between successive versions of the indexes
US5353410A (en)*1992-03-181994-10-04International Business Machines CorporationMethod and system for deferred read in lazy-write disk cache systems
US5555388A (en)*1992-08-201996-09-10Borland International, Inc.Multi-user system and methods providing improved file management by reading
US5664204A (en)*1993-03-221997-09-02Lichen WangApparatus and method for supplying power and wake-up signal using host port's signal lines of opposite polarities
JPH0721135A (en)*1993-07-021995-01-24Fujitsu Ltd Data processing system with redundant monitoring function
EP0728333A1 (en)1993-11-091996-08-28Arcada SoftwareData backup and restore system for a computer network
US5673381A (en)*1994-05-271997-09-30Cheyenne Software International Sales Corp.System and parallel streaming and data stripping to back-up a network
US5574906A (en)1994-10-241996-11-12International Business Machines CorporationSystem and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US5559957A (en)*1995-05-311996-09-24Lucent Technologies Inc.File system for a data storage device having a power fail recovery mechanism for write/replace operations
US5699361A (en)1995-07-181997-12-16Industrial Technology Research InstituteMultimedia channel formulation mechanism
US5813009A (en)1995-07-281998-09-22Univirtual Corp.Computer based records management system method
US5819020A (en)*1995-10-161998-10-06Network Specialists, Inc.Real time backup system
KR970076238A (en)*1996-05-231997-12-12포만 제프리 엘 Servers, methods and program products thereof for creating and managing multiple copies of client data files
US5812398A (en)1996-06-101998-09-22Sun Microsystems, Inc.Method and system for escrowed backup of hotelled world wide web sites
US5835906A (en)1996-07-011998-11-10Sun Microsystems, Inc.Methods and apparatus for sharing stored data objects in a computer system
US5987506A (en)*1996-11-221999-11-16Mangosoft CorporationRemote access and geographically distributed computers in a globally addressable storage environment
US6131095A (en)*1996-12-112000-10-10Hewlett-Packard CompanyMethod of accessing a target entity over a communications network
AU5929398A (en)1997-01-231998-08-18Overland Data, Inc.Virtual media library
US6658526B2 (en)1997-03-122003-12-02Storage Technology CorporationNetwork attached virtual data storage subsystem
EP0899662A1 (en)1997-08-291999-03-03Hewlett-Packard CompanyBackup and restore system for a computer network
DE69802294T2 (en)1997-08-292002-05-16Hewlett-Packard Company, Palo Alto SYSTEMS FOR DATA BACKUP AND RECOVERY
US5950205A (en)1997-09-251999-09-07Cisco Technology, Inc.Data transmission over the internet using a cache memory file system
JPH11143754A (en)*1997-11-051999-05-28Hitachi Ltd Version information / configuration information display method and apparatus, and computer-readable recording medium recording version information / configuration information display program
US6131190A (en)*1997-12-182000-10-10Sidwell; Leland P.System for modifying JCL parameters to optimize data storage allocations
US6154787A (en)1998-01-212000-11-28Unisys CorporationGrouping shared resources into one or more pools and automatically re-assigning shared resources from where they are not currently needed to where they are needed
US6216173B1 (en)*1998-02-032001-04-10Redbox Technologies LimitedMethod and apparatus for content processing and routing
EP0945800B1 (en)1998-03-022003-07-16Hewlett-Packard Company, A Delaware CorporationData backup system
US6161111A (en)1998-03-312000-12-12Emc CorporationSystem and method for performing file-handling operations in a digital data processing system using an operating system-independent file map
US6167402A (en)1998-04-272000-12-26Sun Microsystems, Inc.High performance message store
GB2341249A (en)1998-08-172000-03-08Connected Place LimitedA method of generating a difference file defining differences between an updated file and a base file
US7664883B2 (en)*1998-08-282010-02-16Alacritech, Inc.Network interface device that fast-path processes solicited session layer read commands
US6487561B1 (en)1998-12-312002-11-26Emc CorporationApparatus and methods for copying, backing up, and restoring data using a backup segment size larger than the storage block size
JP2000200461A (en)1999-01-062000-07-18Sanyo Electric Co LtdDisk recorder
US6324581B1 (en)1999-03-032001-11-27Emc CorporationFile server system using file system storage, data movers, and an exchange of meta data among data movers for file locking and direct access to shared file systems
US6327590B1 (en)*1999-05-052001-12-04Xerox CorporationSystem and method for collaborative ranking of search results employing user and group profiles derived from document collection content analysis
US7389311B1 (en)1999-07-152008-06-17Commvault Systems, Inc.Modular backup and retrieval system
EP1247181A1 (en)1999-12-132002-10-09Connected CorporationMultiple copy capability for network backup systems
JP2001216391A (en)*2000-02-022001-08-10Seiko Epson Corp Order management method and order management system
US7096418B1 (en)*2000-02-022006-08-22Persistence Software, Inc.Dynamic web page cache
US6904014B1 (en)*2000-04-272005-06-07Cisco Technology, Inc.Method and apparatus for performing high-speed traffic shaping
US6725262B1 (en)*2000-04-272004-04-20Microsoft CorporationMethods and systems for synchronizing multiple computing devices
US6330642B1 (en)2000-06-292001-12-11Bull Hn Informatin Systems Inc.Three interconnected raid disk controller data processing system architecture
US6959327B1 (en)*2000-08-292005-10-25International Business Machines CorporationSystem and method for dispatching and scheduling network transmissions with feedback
DE60123442D1 (en)2000-08-312006-11-09Ontrack Data Internat Inc SYSTEM AND METHOD FOR DATA MANAGEMENT
AU2002306167A1 (en)2000-09-192003-12-31Zambeel, Inc.File storage system having separation of components
US7822967B2 (en)*2000-09-272010-10-26Huron Ip LlcApparatus, architecture, and method for integrated modular server system providing dynamically power-managed and work-load managed network devices
WO2002065298A1 (en)2001-02-132002-08-22Candera, Inc.Silicon-based storage virtualization server
US20020129106A1 (en)*2001-03-122002-09-12Surgency, Inc.User-extensible system for manipulating information in a collaborative environment
US6741996B1 (en)*2001-04-182004-05-25Microsoft CorporationManaging user clips
US20020194511A1 (en)2001-06-182002-12-19Swoboda Gary L.Apparatus and method for central processing unit power measurement in a digital signal processor
US20020194033A1 (en)*2001-06-182002-12-19Huff David S.Automatic insurance data extraction and quote generating system and methods therefor
US7107298B2 (en)2001-09-282006-09-12Commvault Systems, Inc.System and method for archiving objects in an information store
US7000238B2 (en)*2001-10-102006-02-14Borland Software CorporationDevelopment system providing extensible remoting architecture
US20030140068A1 (en)*2001-11-262003-07-24Peter YeungArrangement, system and method relating to exchange of information
JP4168626B2 (en)*2001-12-062008-10-22株式会社日立製作所 File migration method between storage devices
US20030140223A1 (en)*2002-01-232003-07-24Robert DesideriAutomatic configuration of devices for secure network communication
US7143203B1 (en)2002-04-262006-11-28Advanced Micro Devices, Inc.Storage device control responsive to operational characteristics of a system
US6941429B1 (en)*2002-06-252005-09-06Emc CorporationSystem and method for improving performance of a data backup operation
US20040260921A1 (en)*2002-07-182004-12-23Treadwell William S.Cryptographic method, system and engine for enciphered message transmission
US7065619B1 (en)2002-12-202006-06-20Data Domain, Inc.Efficient data storage system
US7685269B1 (en)2002-12-202010-03-23Symantec Operating CorporationService-level monitoring for storage applications
US20040210724A1 (en)2003-01-212004-10-21Equallogic Inc.Block data migration
JP3912297B2 (en)2003-02-272007-05-09ソニー株式会社 Fan control device and fan control method
US7631351B2 (en)2003-04-032009-12-08Commvault Systems, Inc.System and method for performing storage operations through a firewall
US7334144B1 (en)2003-06-052008-02-19Maxtor CorporationHost-based power savings method and apparatus
US7146511B2 (en)2003-10-072006-12-05Hewlett-Packard Development Company, L.P.Rack equipment application performance modification system and method
JP4291664B2 (en)*2003-10-142009-07-08株式会社日立製作所 Storage apparatus and system having communication buffer reservation function
JP4518541B2 (en)2004-01-162010-08-04株式会社日立製作所 Disk array device and disk array device control method
US7079341B2 (en)2004-03-112006-07-18International Business Machines CorporationMultiple disk, variable RPM data storage system for reducing power consumption
US7360111B2 (en)*2004-06-292008-04-15Microsoft CorporationLossless recovery for computer systems with remotely dependent data recovery
US8799242B2 (en)2004-10-082014-08-05Truecontext CorporationDistributed scalable policy based content management
US8238347B2 (en)*2004-10-222012-08-07Cisco Technology, Inc.Fibre channel over ethernet
US7500053B1 (en)*2004-11-052009-03-03Commvvault Systems, Inc.Method and system for grouping storage system components
JP2006139459A (en)2004-11-112006-06-01Hitachi Global Storage Technologies Netherlands Bv Media drive and power saving method thereof
US8775823B2 (en)2006-12-292014-07-08Commvault Systems, Inc.System and method for encrypting secondary copies of data
US7778984B2 (en)*2004-11-192010-08-17Microsoft CorporationSystem and method for a distributed object store
CN101080916B (en)*2004-12-172012-07-04国际商业机器公司Communication relay device, information processing system, control method, and program
US7823156B2 (en)*2005-02-032010-10-26Hewlett-Packard Development Company, L.P.Method of hashing address space to storage servers
US7953703B2 (en)2005-02-172011-05-31International Business Machines CorporationCreation of highly available pseudo-clone standby servers for rapid failover provisioning
JP4574408B2 (en)*2005-03-242010-11-04株式会社日立製作所 Storage system control technology
US20060218435A1 (en)2005-03-242006-09-28Microsoft CorporationMethod and system for a consumer oriented backup
US8010498B2 (en)*2005-04-082011-08-30Microsoft CorporationVirtually infinite reliable storage across multiple storage devices and storage services
US7873732B2 (en)2005-04-282011-01-18International Business Machines CorporationMaintaining service reliability in a data center using a service level objective provisioning mechanism
US7627827B2 (en)*2005-06-142009-12-01Microsoft CorporationProviding smart user interfaces based on document open and/or edit context
US8370583B2 (en)*2005-08-122013-02-05Silver Peak Systems, Inc.Network memory architecture for providing data based on local accessibility
US8429630B2 (en)*2005-09-152013-04-23Ca, Inc.Globally distributed utility computing cloud
US7568075B2 (en)2005-09-222009-07-28Hitachi, Ltd.Apparatus, system and method for making endurance of storage media
JP4694333B2 (en)2005-09-302011-06-08株式会社日立製作所 Computer system, storage device, system management device, and disk device power control method
US7877517B2 (en)2005-11-092011-01-25International Business Machines CorporationDetermining whether to compress data transmitted over a network
US7653668B1 (en)*2005-11-232010-01-26Symantec Operating CorporationFault tolerant multi-stage data replication with relaxed coherency guarantees
US7606844B2 (en)*2005-12-192009-10-20Commvault Systems, Inc.System and method for performing replication copy storage operations
US7716180B2 (en)2005-12-292010-05-11Amazon Technologies, Inc.Distributed storage system with web services client interface
US7617191B2 (en)2006-01-062009-11-10International Business Machines CorporationSearch service that accesses and highlights previously accessed local and online available information sources
JP2007193440A (en)2006-01-172007-08-02Toshiba Corp Storage device using nonvolatile cache memory and control method thereof
US7516348B1 (en)2006-02-242009-04-07Emc CorporationSelective power management of disk drives during semi-idle time in order to save power and increase drive life span
US7996270B2 (en)*2006-03-302011-08-09Ebay Inc.Community based network shopping
US9547485B2 (en)2006-03-312017-01-17Prowess Consulting, LlcSystem and method for deploying a virtual machine
US7730047B2 (en)*2006-04-072010-06-01Microsoft CorporationAnalysis of media content via extensible object
DK1858226T3 (en)*2006-05-192011-01-24Microsoft Corp Content Management in Peer-to-Peer Content Distribution Clouds
US7587570B2 (en)2006-05-312009-09-08International Business Machines CorporationSystem and method for providing automated storage provisioning
US7739548B2 (en)2006-06-272010-06-15Hewlett-Packard Development Company, L.P.Determining actual power consumption for system power performance states
US7483895B2 (en)*2006-06-302009-01-27Microsoft CorporationMetadata management
US20080052328A1 (en)2006-07-102008-02-28Elephantdrive, Inc.Abstracted and optimized online backup and digital asset management service
US8121198B2 (en)*2006-10-162012-02-21Microsoft CorporationEmbedding content-based searchable indexes in multimedia files
US7792789B2 (en)2006-10-172010-09-07Commvault Systems, Inc.Method and system for collaborative searching
US8655914B2 (en)2006-10-172014-02-18Commvault Systems, Inc.System and method for storage operation access security
US9465823B2 (en)*2006-10-192016-10-11Oracle International CorporationSystem and method for data de-duplication
US8660038B1 (en)2006-10-302014-02-25Shoretel, Inc.Previewing voicemails using mobile devices
US8134727B1 (en)2006-11-272012-03-13Ringcentral, Inc.Message preview control
WO2008070688A1 (en)2006-12-042008-06-12Commvault Systems, Inc.Systems and methods for creating copies of data, such as archive copies
US20080228771A1 (en)2006-12-222008-09-18Commvault Systems, Inc.Method and system for searching stored data
US7840537B2 (en)2006-12-222010-11-23Commvault Systems, Inc.System and method for storing redundant information
RU2424568C2 (en)*2006-12-282011-07-20Арксайт, Инк.Efficient storage of registration data with request support, facilating computer network safety
US8468244B2 (en)*2007-01-052013-06-18Digital Doors, Inc.Digital information infrastructure and method for security designated data and with granular data stores
US9026628B2 (en)*2007-01-222015-05-05Xerox CorporationTwo-level structured overlay design for cluster management in a peer-to-peer network
US7757002B2 (en)*2007-03-232010-07-13Sophos PlcMethod and systems for analyzing network content in a pre-fetching web proxy
JP5020673B2 (en)*2007-03-272012-09-05株式会社日立製作所 A computer system that prevents the storage of duplicate files
US8060642B2 (en)*2007-03-302011-11-15Symantec CorporationTechniques for host to host transfer of sequential media and use of persistent reservation to protect media during host to host transfer
US8219848B2 (en)2007-04-102012-07-10International Business Machines CorporationMechanism for recovery from site failure in a stream processing system
US7739312B2 (en)*2007-04-272010-06-15Network Appliance, Inc.Data containerization for reducing unused space in a file system
US8011277B2 (en)*2007-05-102011-09-06Wagic, Inc.Hand tool with multiple bit storage and a method for using the same
US7739388B2 (en)2007-05-302010-06-15International Business Machines CorporationMethod and system for managing data center power usage based on service commitments
US20100190478A1 (en)2009-01-232010-07-29Qualcomm IncorporatedSystem and method for push-to-share file distribution with previews
US7814351B2 (en)2007-06-282010-10-12Seagate Technology LlcPower management in a storage array
US8296534B1 (en)2007-06-292012-10-23Emc CorporationTechniques for using flash-based memory in recovery processing
US8065510B2 (en)*2007-07-302011-11-22Hewlet-Packard Development Company, L.P.System and methods of retrieving firmware between network locations
DK2195724T3 (en)2007-08-282020-01-20Commvault Systems Inc Energy management of data processing resources, such as adaptive energy management of data storage operations
US8402507B2 (en)*2007-10-042013-03-19Cisco Technology, Inc.Distributing policies to protect against voice spam and denial-of-service
US8065166B2 (en)*2007-10-302011-11-22Onemednet CorporationMethods, systems, and devices for managing medical images and records
US8572043B2 (en)*2007-12-202013-10-29International Business Machines CorporationMethod and system for storage of unstructured data for electronic discovery in external data stores
US20090198677A1 (en)*2008-02-052009-08-06Nuix Pty.Ltd.Document Comparison Method And Apparatus
US20090202967A1 (en)*2008-02-132009-08-13Carol FitzgeraldComputer-based evaluation tool for organizing and displaying results of dataset analysis
CN101515254B (en)*2008-02-182010-12-08鸿富锦精密工业(深圳)有限公司System and method for managing storage space
US8620889B2 (en)*2008-03-272013-12-31Microsoft CorporationManaging data transfer between endpoints in a distributed computing environment
US8122037B2 (en)*2008-05-122012-02-21Research In Motion LimitedAuto-selection of media files
US8560785B1 (en)*2008-06-022013-10-15Symantec CorporationTechniques for providing multiple levels of security for a backup medium
US8769048B2 (en)2008-06-182014-07-01Commvault Systems, Inc.Data protection scheduling, such as providing a flexible backup window in a data protection system
US9098495B2 (en)2008-06-242015-08-04Commvault Systems, Inc.Application-aware and remote single instance data management
US8219524B2 (en)2008-06-242012-07-10Commvault Systems, Inc.Application-aware and remote single instance data management
US7756964B2 (en)2008-06-262010-07-13Oracle America, Inc.Modular integrated computing and storage
US8108502B2 (en)*2008-07-242012-01-31Symform, Inc.Storage device for use in a shared community storage network
TWI395512B (en)*2008-08-082013-05-01 Remote controller for light emitting diode module
US20100064033A1 (en)*2008-09-082010-03-11Franco TravostinoIntegration of an internal cloud infrastructure with existing enterprise services and systems
US20100070474A1 (en)*2008-09-122010-03-18Lad Kamleshkumar KTransferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration
US7814149B1 (en)*2008-09-292010-10-12Symantec Operating CorporationClient side data deduplication
US9614924B2 (en)*2008-12-222017-04-04Ctera Networks Ltd.Storage device and method thereof for integrating network attached storage with cloud storage services
US9275067B2 (en)*2009-03-162016-03-01International Busines Machines CorporationApparatus and method to sequentially deduplicate data
US8434131B2 (en)2009-03-202013-04-30Commvault Systems, Inc.Managing connections in a data storage system
US20100242101A1 (en)*2009-03-202010-09-23Reese Jr George EdwardMethod and system for securely managing access and encryption credentials in a shared virtualization environment
US8401996B2 (en)2009-03-302013-03-19Commvault Systems, Inc.Storing a variable number of instances of data objects
US20100257403A1 (en)*2009-04-032010-10-07Microsoft CorporationRestoration of a system from a set of full and partial delta system snapshots across a distributed system
US20100269164A1 (en)2009-04-152010-10-21Microsoft CorporationOnline service data management
US20100274772A1 (en)*2009-04-232010-10-28Allen SamuelsCompressed data objects referenced via address references and compression references
US8674823B1 (en)2009-05-122014-03-18Plug ID, LLC.Power management system
US8578120B2 (en)2009-05-222013-11-05Commvault Systems, Inc.Block-level single instancing
US20100318782A1 (en)*2009-06-122010-12-16Microsoft CorporationSecure and private backup storage and processing for trusted computing and data services
US8407190B2 (en)2009-06-302013-03-26Commvault Systems, Inc.Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US8726053B2 (en)*2009-07-202014-05-13Caringo, Inc.Method for processing a request by selecting an appropriate computer node in a plurality of computer nodes in a storage cluster based on a calculated bid value in each computer node
US8799322B2 (en)2009-07-242014-08-05Cisco Technology, Inc.Policy driven cloud storage management and cloud storage policy router
US20110040824A1 (en)2009-08-132011-02-17Google Inc.Shared Server-Side Macros
US8527549B2 (en)2010-02-222013-09-03Sookasa Inc.Cloud based operating and virtual file system
US9461996B2 (en)2010-05-072016-10-04Citrix Systems, Inc.Systems and methods for providing a single click access to enterprise, SAAS and cloud hosted application
US20120054626A1 (en)2010-08-302012-03-01Jens OdenheimerService level agreements-based cloud provisioning
US8639793B2 (en)2010-10-292014-01-28Cisco Technology, Inc.Disaster recovery and automatic relocation of cloud services
US20120131645A1 (en)2010-11-182012-05-24Harm Michael WUser Scriptable Server Initiated User Interface Creation
US9119017B2 (en)2011-03-182015-08-25Zscaler, Inc.Cloud based mobile device security and policy enforcement
EP2727042B1 (en)2011-07-012016-04-06Fiberlink Communications CorporationRules based actions for mobile device management
WO2013019990A1 (en)2011-08-022013-02-07Power Assure, Inc.System and method for using data centers as virtual power plants
US8683103B2 (en)2011-08-192014-03-25International Business Machines CorporationHierarchical multi-tenancy support for host attachment configuration through resource groups
KR20130048807A (en)*2011-11-032013-05-13한국전자통신연구원System for clouding computing and methord for managing cloud servers thereof
US9613219B2 (en)2011-11-102017-04-04Blackberry LimitedManaging cross perimeter access
US9195636B2 (en)2012-03-072015-11-24Box, Inc.Universal file type preview for mobile devices
US8950009B2 (en)2012-03-302015-02-03Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9262496B2 (en)2012-03-302016-02-16Commvault Systems, Inc.Unified access to personal data
US8924792B2 (en)2012-05-292014-12-30International Business Machines CorporationResource planning for data protection validation
US10346259B2 (en)2012-12-282019-07-09Commvault Systems, Inc.Data recovery using a cloud-based remote data recovery center
US9021307B1 (en)2013-03-142015-04-28Emc CorporationVerifying application data protection
US9292673B2 (en)2013-03-152016-03-22International Business Machines CorporationVirtual key management and isolation of data deployments in multi-tenant environments
US20180285383A1 (en)2017-03-292018-10-04Commvault Systems, Inc.Managing pod cells using a global repository cell
EP4101139B1 (en)*2020-02-072025-04-09Telefonaktiebolaget LM ERICSSON (PUBL)Storage provisioning

Patent Citations (104)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4686620A (en)*1984-07-261987-08-11American Telephone And Telegraph Company, At&T Bell LaboratoriesDatabase backup method
US5193154A (en)*1987-07-101993-03-09Hitachi, Ltd.Buffered peripheral system and method for backing up and retrieving data to and from backup memory device
US5005122A (en)*1987-09-081991-04-02Digital Equipment CorporationArrangement with cooperating management server node and network service node
US5226157A (en)*1988-03-111993-07-06Hitachi, Ltd.Backup control method and system in data processing system using identifiers for controlling block data transfer
US4995035A (en)*1988-10-311991-02-19International Business Machines CorporationCentralized management in a computer network
US5093912A (en)*1989-06-261992-03-03International Business Machines CorporationDynamic resource pool expansion and contraction in multiprocessing environments
US5133065A (en)*1989-07-271992-07-21Personal Computer Peripherals CorporationBackup computer program for networks
US5321816A (en)*1989-10-101994-06-14Unisys CorporationLocal-remote apparatus with specialized image storage modules
US5504873A (en)*1989-11-011996-04-02E-Systems, Inc.Mass data storage and retrieval system
US5276860A (en)*1989-12-191994-01-04Epoch Systems, Inc.Digital data processor with improved backup storage
US5276867A (en)*1989-12-191994-01-04Epoch Systems, Inc.Digital data storage system with improved data migration
US5239647A (en)*1990-09-071993-08-24International Business Machines CorporationData storage hierarchy with shared storage level
US5544347A (en)*1990-09-241996-08-06Emc CorporationData storage system controlled remote data mirroring with respectively maintained data indices
US5212772A (en)*1991-02-111993-05-18Gigatrend IncorporatedSystem for storing data in backup tape device
US5287500A (en)*1991-06-031994-02-15Digital Equipment CorporationSystem for allocating storage spaces based upon required and optional service attributes having assigned piorities
US5333315A (en)*1991-06-271994-07-26Digital Equipment CorporationSystem of device independent file directories using a tag between the directories and file descriptors that migrate with the files
US5410700A (en)*1991-09-041995-04-25International Business Machines CorporationComputer system which supports asynchronous commitment of data
US5241670A (en)*1992-04-201993-08-31International Business Machines CorporationMethod and system for automated backup copy ordering in a time zero backup copy session
US5241668A (en)*1992-04-201993-08-31International Business Machines CorporationMethod and system for automated termination and resumption in a time zero backup copy process
USRE37601E1 (en)*1992-04-202002-03-19International Business Machines CorporationMethod and system for incremental time zero backup copying of data
US5751997A (en)*1993-01-211998-05-12Apple Computer, Inc.Method and apparatus for transferring archival data among an arbitrarily large number of computer devices in a networked computer environment
US5764972A (en)*1993-02-011998-06-09Lsc, Inc.Archiving file system for data servers in a distributed network environment
US5544345A (en)*1993-11-081996-08-06International Business Machines CorporationCoherence controls for store-multiple shared data coordinated by cache directory entries in a shared electronic storage
US5495607A (en)*1993-11-151996-02-27Conner Peripherals, Inc.Network management system having virtual catalog overview of files distributively stored across network domain
US5491810A (en)*1994-03-011996-02-13International Business Machines CorporationMethod and system for automated data storage system space allocation utilizing prioritized data set parameters
US5638509A (en)*1994-06-101997-06-10Exabyte CorporationData storage and protection system
US5619644A (en)*1995-09-181997-04-08International Business Machines CorporationSoftware directed microcode state save for distributed storage controller
US5778395A (en)*1995-10-231998-07-07Stac, Inc.System for backing up files from disk volumes on multiple nodes of a computer network
US5729743A (en)*1995-11-171998-03-17Deltatech Research, Inc.Computer apparatus and method for merging system deltas
US5761677A (en)*1996-01-031998-06-02Sun Microsystems, Inc.Computer system method and apparatus providing for various versions of a file without requiring data copy or log operations
US5901327A (en)*1996-05-281999-05-04Emc CorporationBundling of write data from channel commands in a command chain for transmission over a data link between data storage systems for remote data mirroring
US5758359A (en)*1996-10-241998-05-26Digital Equipment CorporationMethod and apparatus for performing retroactive backups in a computer system
US5875478A (en)*1996-12-031999-02-23Emc CorporationComputer backup using a file system, network, disk, tape and remote archiving repository media system
US5924102A (en)*1997-05-071999-07-13International Business Machines CorporationSystem and method for managing critical files
US6094416A (en)*1997-05-092000-07-25I/O Control CorporationMulti-tier architecture for control network
US5887134A (en)*1997-06-301999-03-23Sun MicrosystemsSystem and method for preserving message order while employing both programmed I/O and DMA operations
US6275953B1 (en)*1997-09-262001-08-14Emc CorporationRecovery from failure of a data processor in a network server
US6052735A (en)*1997-10-242000-04-18Microsoft CorporationElectronic mail object synchronization between a desktop computer and mobile device
US6021415A (en)*1997-10-292000-02-01International Business Machines CorporationStorage management system with file aggregation and space reclamation within aggregated files
US6076148A (en)*1997-12-262000-06-13Emc CorporationMass storage subsystem and backup arrangement for digital data processing system which permits information to be backed up while host computer(s) continue(s) operating in connection with information stored on mass storage subsystem
US6260069B1 (en)*1998-02-102001-07-10International Business Machines CorporationDirect data retrieval in a distributed computing system
US6026414A (en)*1998-03-052000-02-15International Business Machines CorporationSystem including a proxy client to backup files in a distributed computing environment
US6421711B1 (en)*1998-06-292002-07-16Emc CorporationVirtual ports for data transferring of a data storage system
US6269431B1 (en)*1998-08-132001-07-31Emc CorporationVirtual storage and block level direct access of secondary storage for recovery of backup data
US6212512B1 (en)*1999-01-062001-04-03Hewlett-Packard CompanyIntegration of a database into file management software for protecting, tracking and retrieving data
US6389432B1 (en)*1999-04-052002-05-14Auspex Systems, Inc.Intelligent virtual volume access
US6519679B2 (en)*1999-06-112003-02-11Dell Usa, L.P.Policy based storage configuration
US7035880B1 (en)*1999-07-142006-04-25Commvault Systems, Inc.Modular backup and retrieval system used in conjunction with a storage area network
US7395282B1 (en)*1999-07-152008-07-01Commvault Systems, Inc.Hierarchical backup and retrieval system
US6538669B1 (en)*1999-07-152003-03-25Dell Products L.P.Graphical user interface for configuration of a storage system
US6343324B1 (en)*1999-09-132002-01-29International Business Machines CorporationMethod and system for controlling access share storage devices in a network environment by configuring host-to-volume mapping data structures in the controller memory for granting and denying access to the devices
US6564228B1 (en)*2000-01-142003-05-13Sun Microsystems, Inc.Method of enabling heterogeneous platforms to utilize a universal file system in a storage area network
US6356801B1 (en)*2000-05-192002-03-12International Business Machines CorporationHigh availability work queuing in an automated data storage library
US20020069369A1 (en)*2000-07-052002-06-06Tremain Geoffrey DonaldMethod and apparatus for providing computer services
US20020019786A1 (en)*2000-07-212002-02-14Manuel GonzalezOn-line selection of service providers in distributed provision of services on demand
US20020083079A1 (en)*2000-11-162002-06-27Interlegis, Inc.System and method of managing documents
US20020095609A1 (en)*2001-01-152002-07-18Yuichi TokunagaMultiprocessor apparatus
US20030018784A1 (en)*2001-01-252003-01-23Lette John T.System and method for processing requests from newly registered remote application consumers
US20100070448A1 (en)*2002-06-242010-03-18Nosa OmoiguiSystem and method for knowledge retrieval, management, delivery and presentation
US20040088578A1 (en)*2002-10-312004-05-06International Business Machines CorporationSystem and method for credential delegation using identity assertion
US7694070B2 (en)*2003-03-312010-04-06Hitachi, Ltd.Computer system for managing performances of storage apparatus and performance management method of the computer system
US7246207B2 (en)*2003-04-032007-07-17Commvault Systems, Inc.System and method for dynamically performing storage operations in a computer network
US7546475B2 (en)*2003-05-132009-06-09Hewlett-Packard Development Company, L.P.Power-aware adaptation in a data center
US20080140244A1 (en)*2003-10-162008-06-12Cdc SoftwareMethod and apparatus for planning a manufacturing schedule using an adaptive learning process
US7386744B2 (en)*2004-03-152008-06-10Hewlett-Packard Development Company, L.P.Rack equipment power pricing plan control system and method
US7346751B2 (en)*2004-04-302008-03-18Commvault Systems, Inc.Systems and methods for generating a storage-related metric
US20070198802A1 (en)*2004-04-302007-08-23Srinivas KavuriSystem and method for allocation of organizational resources
US7343453B2 (en)*2004-04-302008-03-11Commvault Systems, Inc.Hierarchical systems and methods for providing a unified view of storage information
US7765167B2 (en)*2004-04-302010-07-27Commvault Systems, Inc.Systems and methods for storage modeling and costing
US7502820B2 (en)*2004-05-032009-03-10Microsoft CorporationSystem and method for optimized property retrieval of stored objects
US7340616B2 (en)*2004-05-262008-03-04Intel CorporationPower management of storage units in a storage array
US20090077443A1 (en)*2004-08-252009-03-19International Business Machines CorporationStoring parity information for data recovery
US20060058994A1 (en)*2004-09-162006-03-16Nec Laboratories America, Inc.Power estimation through power emulation
US7516346B2 (en)*2004-10-282009-04-07Nec Laboratories America, Inc.System and method for dynamically changing the power mode of storage disks based on redundancy and system load
US20060155633A1 (en)*2005-01-122006-07-13International Business Machines CorporationAutomatically distributing a bid request for a grid job to multiple grid providers and analyzing responses to select a winning grid provider
US7366846B2 (en)*2005-01-142008-04-29International Business Machines CorporationRedirection of storage access requests
US20060206507A1 (en)*2005-02-162006-09-14Dahbour Ziyad MHierarchal data management
US7899788B2 (en)*2005-04-012011-03-01Microsoft CorporationUsing a data protection server to backup and restore data on virtual servers
US20080059704A1 (en)*2005-05-022008-03-06Srinivas KavuriSystem and method for allocation of organizational resources
US20070043721A1 (en)*2005-08-222007-02-22Sanjay GhemawatRemoving documents
US7668884B2 (en)*2005-11-282010-02-23Commvault Systems, Inc.Systems and methods for classifying and transferring information in a storage network
US7651593B2 (en)*2005-12-192010-01-26Commvault Systems, Inc.Systems and methods for performing data replication
US20080005168A1 (en)*2006-06-302008-01-03Microsoft CorporationManaging family information
US20080082601A1 (en)*2006-09-292008-04-03Microsoft CorporationResource standardization in an off-premise environment
US20080091655A1 (en)*2006-10-172008-04-17Gokhale Parag SMethod and system for offline indexing of content and classifying stored data
US20080147460A1 (en)*2006-12-182008-06-19International Business Machines CorporationComputer-Implemented Method, System and Program Product For Quoting A Business Service
US8626741B2 (en)*2007-06-152014-01-07Emc CorporationProcess for cataloging data objects backed up from a content addressed storage system
US20110093471A1 (en)*2007-10-172011-04-21Brian BrockwayLegal compliance, electronic discovery and electronic document handling of online and offline copies of data
US20110191544A1 (en)*2008-04-242011-08-04Nokia CorporationData Storage and Access
US20090268903A1 (en)*2008-04-252009-10-29Netapp, Inc.Network storage server with integrated encryption, compression and deduplication capability
US20100070725A1 (en)*2008-09-052010-03-18Anand PrahladSystems and methods for management of virtualization data
US7917438B2 (en)*2008-09-102011-03-29Expanse Networks, Inc.System for secure mobile healthcare selection
US20100070466A1 (en)*2008-09-152010-03-18Anand PrahladData transfer techniques within data storage devices, such as network attached storage performing data migration
US20100082700A1 (en)*2008-09-222010-04-01Riverbed Technology, Inc.Storage system for data virtualization and deduplication
US8352608B1 (en)*2008-09-232013-01-08Gogrid, LLCSystem and method for automated configuration of hosting resources
US8364802B1 (en)*2008-09-232013-01-29Gogrid, LLCSystem and method for monitoring a grid of hosting resources in order to facilitate management of the hosting resources
US20100082672A1 (en)*2008-09-262010-04-01Rajiv KottomtharayilSystems and methods for managing single instancing data
US20100082713A1 (en)*2008-09-302010-04-01SoonrMethod and system for attaching files to e-mail from backup copies remotely stored
US20100136943A1 (en)*2008-12-012010-06-03At&T Mobility Ii LlcContent management for wireless digital media frames
US20100162002A1 (en)*2008-12-232010-06-24David DodgsonVirtual tape backup arrangement using cryptographically split storage
US20100191774A1 (en)*2009-01-232010-07-29Nasuni CorporationMethod and system for versioned file system using structured data representations
US20100318812A1 (en)*2009-06-122010-12-16Microsoft CorporationSecure and private backup storage and processing for trusted computing and data services
US20100332452A1 (en)*2009-06-252010-12-30Data Domain, Inc.System and method for providing long-term storage for data
US20110055161A1 (en)*2009-09-012011-03-03Andrew WolfeCloud Data Backup Storage

Cited By (1273)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11960937B2 (en)2004-03-132024-04-16Iii Holdings 12, LlcSystem and method for an optimizing reservation in time of compute resources based on prioritization function and reservation policy parameter
US12124878B2 (en)2004-03-132024-10-22Iii Holdings 12, LlcSystem and method for scheduling resources within a compute environment using a scheduler process with reservation mask function
US12009996B2 (en)2004-06-182024-06-11Iii Holdings 12, LlcSystem and method for providing dynamic provisioning within a compute environment
US11762694B2 (en)2004-11-082023-09-19Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US11886915B2 (en)2004-11-082024-01-30Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US11861404B2 (en)2004-11-082024-01-02Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US11656907B2 (en)2004-11-082023-05-23Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US12008405B2 (en)2004-11-082024-06-11Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US11709709B2 (en)2004-11-082023-07-25Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US12039370B2 (en)2004-11-082024-07-16Iii Holdings 12, LlcSystem and method of providing system jobs within a compute environment
US9411986B2 (en)2004-11-152016-08-09Commvault Systems, Inc.System and method for encrypting secondary copies of data
US9633232B2 (en)2004-11-152017-04-25Commvault Systems, Inc.System and method for encrypting secondary copies of data
US12120040B2 (en)2005-03-162024-10-15Iii Holdings 12, LlcOn-demand compute environment
US11658916B2 (en)2005-03-162023-05-23Iii Holdings 12, LlcSimple integration of an on-demand compute environment
US11831564B2 (en)2005-04-072023-11-28Iii Holdings 12, LlcOn-demand access to compute resources
US11765101B2 (en)2005-04-072023-09-19Iii Holdings 12, LlcOn-demand access to compute resources
US12155582B2 (en)2005-04-072024-11-26Iii Holdings 12, LlcOn-demand access to compute resources
US12160371B2 (en)2005-04-072024-12-03Iii Holdings 12, LlcOn-demand access to compute resources
US10491748B1 (en)2006-04-032019-11-26Wai WuIntelligent communication routing system and method
US8707070B2 (en)2007-08-282014-04-22Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US9021282B2 (en)2007-08-282015-04-28Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US10379598B2 (en)2007-08-282019-08-13Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US11836261B2 (en)2007-08-302023-12-05Baimmt, LlcSecure credentials control method
US10929546B2 (en)2007-08-302021-02-23Baimmt, LlcSecure credentials control method
US10055595B2 (en)2007-08-302018-08-21Baimmt, LlcSecure credentials control method
US20090064297A1 (en)*2007-08-302009-03-05Selgas Thomas DSecure credentials control method
US8737624B2 (en)2007-09-242014-05-27Mymail Technology, LlcSecure email communication system
US8379867B2 (en)2007-09-242013-02-19Mymail Technology, LlcSecure email communication system
US20090080650A1 (en)*2007-09-242009-03-26Selgas Thomas DSecure email communication system
US9519526B2 (en)2007-12-052016-12-13Box, Inc.File management system and collaboration service and integration capabilities with third party applications
US8611510B2 (en)*2007-12-202013-12-17Centurylink Intellectual Property LlcSystem and method for guest voicemail box
US20090161840A1 (en)*2007-12-202009-06-25Shekhar GuptaSystem and method for guest voicemail box
US8788542B2 (en)2008-02-122014-07-22Oracle International CorporationCustomization syntax for multi-layer XML customization
US8966465B2 (en)2008-02-122015-02-24Oracle International CorporationCustomization creation and update for multi-layer XML customization
US8875306B2 (en)2008-02-122014-10-28Oracle International CorporationCustomization restrictions for multi-layer XML customization
US8291471B2 (en)*2008-04-152012-10-16International Business Machines CorporationManaging document access
US20090257596A1 (en)*2008-04-152009-10-15International Business Machines CorporationManaging Document Access
US8996658B2 (en)2008-09-032015-03-31Oracle International CorporationSystem and method for integration of browser-based thin client applications within desktop rich client architecture
US9606778B2 (en)2008-09-032017-03-28Oracle International CorporationSystem and method for meta-data driven, semi-automated generation of web services based on existing applications
US8307177B2 (en)2008-09-052012-11-06Commvault Systems, Inc.Systems and methods for management of virtualization data
US10754841B2 (en)2008-09-052020-08-25Commvault Systems, Inc.Systems and methods for management of virtualization data
US11436210B2 (en)2008-09-052022-09-06Commvault Systems, Inc.Classification of virtualization data
US10547678B2 (en)2008-09-152020-01-28Commvault Systems, Inc.Data transfer techniques within data storage devices, such as network attached storage performing data migration
US10296373B2 (en)2008-09-172019-05-21Oracle International CorporationGeneric wait service: pausing and resuming a plurality of BPEL processes arranged in correlation sets by a central generic wait server
US9122520B2 (en)2008-09-172015-09-01Oracle International CorporationGeneric wait service: pausing a BPEL process
US8799319B2 (en)2008-09-192014-08-05Oracle International CorporationSystem and method for meta-data driven, semi-automated generation of web services based on existing applications
US11709739B2 (en)*2009-05-222023-07-25Commvault Systems, Inc.Block-level single instancing
US20230367678A1 (en)*2009-05-222023-11-16Commvault Systems, Inc.Block-level single instancing
US20220382643A1 (en)*2009-05-222022-12-01Commvault Systems, Inc.Block-level single instancing
US8839254B2 (en)2009-06-262014-09-16Microsoft CorporationPrecomputation for data center load balancing
US8849761B2 (en)2009-06-302014-09-30Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US11907168B2 (en)2009-06-302024-02-20Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US11308035B2 (en)2009-06-302022-04-19Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US12321592B2 (en)2009-06-302025-06-03Commvault Systems, Inc.Data object store and server for a cloud storage environment
US9171008B2 (en)2009-06-302015-10-27Commvault Systems, Inc.Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US9454537B2 (en)2009-06-302016-09-27Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US10248657B2 (en)2009-06-302019-04-02Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US9058298B2 (en)*2009-07-162015-06-16International Business Machines CorporationIntegrated approach for deduplicating data in a distributed environment that involves a source and a target
US20110016095A1 (en)*2009-07-162011-01-20International Business Machines CorporationIntegrated Approach for Deduplicating Data in a Distributed Environment that Involves a Source and a Target
US8799322B2 (en)*2009-07-242014-08-05Cisco Technology, Inc.Policy driven cloud storage management and cloud storage policy router
US9633024B2 (en)2009-07-242017-04-25Cisco Technology, Inc.Policy driven cloud storage management and cloud storage policy router
US20110022642A1 (en)*2009-07-242011-01-27Demilo DavidPolicy driven cloud storage management and cloud storage policy router
US20110047381A1 (en)*2009-08-212011-02-24Board Of Regents, The University Of Texas SystemSafemashups cloud trust broker
US20110055160A1 (en)*2009-08-282011-03-03Fuji Xerox Co., Ltd.Computer readable medium, information processing method and information processing apparatus
US20110066754A1 (en)*2009-09-152011-03-17Stryker Donald JIntelligent Device and Media Server Selection for Optimized Backup Image Duplication
US8095684B2 (en)*2009-09-152012-01-10Symantec CorporationIntelligent device and media server selection for optimized backup image duplication
US11720290B2 (en)2009-10-302023-08-08Iii Holdings 2, LlcMemcached server functionality in a cluster of data processing nodes
US10216639B2 (en)2009-12-112019-02-26Hewlett Packard Enterprise Development LpIdentification of blocks to be retained in a cache based on temperature
US20110149344A1 (en)*2009-12-182011-06-23Canon Kabushiki KaishaLog information management system, control method therefor, and storage medium
US8564818B2 (en)*2009-12-182013-10-22Canon Kabushiki KaishaLog information management system, control method therefor, and storage medium
US20110173626A1 (en)*2010-01-122011-07-14Nec Laboratories America, Inc.Efficient maintenance of job prioritization for profit maximization in cloud service delivery infrastructures
US20140245026A1 (en)*2010-01-282014-08-28Twinstrata, IncSystem and method for resource sharing across multi-cloud arrays
US9836244B2 (en)*2010-01-282017-12-05EMC IP Holding Company LLCSystem and method for resource sharing across multi-cloud arrays
US9762670B1 (en)2010-01-292017-09-12Google Inc.Manipulating objects in hosted storage
US8892677B1 (en)2010-01-292014-11-18Google Inc.Manipulating objects in hosted storage
US20110218967A1 (en)*2010-03-082011-09-08Microsoft CorporationPartial Block Based Backups
US20110231698A1 (en)*2010-03-222011-09-22Zlati Andrei CBlock based vss technology in workload migration and disaster recovery in computing system environment
US20110258333A1 (en)*2010-04-162011-10-20Oracle America, Inc.Cloud connector key
US8769131B2 (en)*2010-04-162014-07-01Oracle America, Inc.Cloud connector key
US9729488B2 (en)2010-04-262017-08-08BitTitan Inc.On-demand mailbox synchronization and migration system
US20130067564A1 (en)*2010-04-292013-03-14Nec CorporationAccess management system
US9043898B2 (en)*2010-04-292015-05-26Lenovo Innovations Limited (Hong Kong)Access management system
US9678981B1 (en)2010-05-032017-06-13Panzura, Inc.Customizing data management for a distributed filesystem
US9811662B2 (en)2010-05-032017-11-07Panzura, Inc.Performing anti-virus checks for a distributed filesystem
US20130110778A1 (en)*2010-05-032013-05-02Panzura, Inc.Distributing data for a distributed filesystem across multiple cloud storage systems
US9852150B2 (en)2010-05-032017-12-26Panzura, Inc.Avoiding client timeouts in a distributed filesystem
US9824095B1 (en)2010-05-032017-11-21Panzura, Inc.Using overlay metadata in a cloud controller to generate incremental snapshots for a distributed filesystem
US9613064B1 (en)2010-05-032017-04-04Panzura, Inc.Facilitating the recovery of a virtual machine using a distributed filesystem
US8805967B2 (en)*2010-05-032014-08-12Panzura, Inc.Providing disaster recovery for a distributed filesystem
US9678968B1 (en)2010-05-032017-06-13Panzura, Inc.Deleting a file from a distributed filesystem
US8805968B2 (en)*2010-05-032014-08-12Panzura, Inc.Accessing cached data from a peer cloud controller in a distributed filesystem
US20130110779A1 (en)*2010-05-032013-05-02Panzura, Inc.Archiving data for a distributed filesystem
US9852149B1 (en)2010-05-032017-12-26Panzura, Inc.Transferring and caching a cloud file in a distributed filesystem
US9679040B1 (en)2010-05-032017-06-13Panzura, Inc.Performing deduplication in a distributed filesystem
US9811532B2 (en)2010-05-032017-11-07Panzura, Inc.Executing a cloud command for a distributed filesystem
US8799414B2 (en)*2010-05-032014-08-05Panzura, Inc.Archiving data for a distributed filesystem
US8799413B2 (en)*2010-05-032014-08-05Panzura, Inc.Distributing data for a distributed filesystem across multiple cloud storage systems
US9792298B1 (en)2010-05-032017-10-17Panzura, Inc.Managing metadata and data storage for a cloud controller in a distributed filesystem
US20130111262A1 (en)*2010-05-032013-05-02Panzura, Inc.Providing disaster recovery for a distributed filesystem
US20130117240A1 (en)*2010-05-032013-05-09Panzura, Inc.Accessing cached data from a peer cloud controller in a distributed filesystem
US8234372B2 (en)*2010-05-052012-07-31Go Daddy Operating Company, LLCWriting a file to a cloud storage solution
US20110276656A1 (en)*2010-05-052011-11-10The Go Daddy Group, Inc.Writing a file to a cloud storage solution
US9286331B2 (en)2010-05-062016-03-15Go Daddy Operating Company, LLCVerifying and balancing server resources via stored usage data
US9207993B2 (en)2010-05-132015-12-08Microsoft Technology Licensing, LlcDynamic application placement based on cost and availability of energy in datacenters
US8683205B2 (en)*2010-05-192014-03-25Cleversafe, Inc.Accessing data utilizing entity registration in multiple dispersed storage networks
US20110289577A1 (en)*2010-05-192011-11-24Cleversafe, Inc.Accessing data utilizing entity registration in multiple dispersed storage networks
US20110289310A1 (en)*2010-05-202011-11-24Selgas Thomas DCloud computing appliance
US20120102080A1 (en)*2010-05-202012-04-26Hitachi Software Engineering Co., Ltd.Computer system and storage capacity extension method
US20110302315A1 (en)*2010-06-032011-12-08Microsoft CorporationDistributed services authorization management
US8898318B2 (en)*2010-06-032014-11-25Microsoft CorporationDistributed services authorization management
US11449394B2 (en)2010-06-042022-09-20Commvault Systems, Inc.Failover systems and methods for performing backup operations, including heterogeneous indexing and load balancing of backup and indexing resources
US12001295B2 (en)2010-06-042024-06-04Commvault Systems, Inc.Heterogeneous indexing and load balancing of backup and indexing resources
US8918439B2 (en)*2010-06-172014-12-23International Business Machines CorporationData lifecycle management within a cloud computing environment
US20110314069A1 (en)*2010-06-172011-12-22International Business Machines CorporationData lifecycle management within a cloud computing environment
US20110313902A1 (en)*2010-06-182011-12-22International Business Machines CorporationBudget Management in a Compute Cloud
US20130268500A1 (en)*2010-06-252013-10-10Emc CorporationRepresenting de-duplicated file data
US8782010B2 (en)*2010-06-252014-07-15Emc CorporationRepresenting de-duplicated file data
US8396839B1 (en)*2010-06-252013-03-12Emc CorporationRepresenting de-duplicated file data
US9128950B2 (en)*2010-06-252015-09-08Emc CorporationRepresenting de-duplicated file data
US20140279958A1 (en)*2010-06-252014-09-18Emc CorporationRepresenting de-duplicated file data
US9462078B2 (en)*2010-07-282016-10-04Fujitsu LimitedInformation transmission device, network system, and information transmission method
US20120030671A1 (en)*2010-07-282012-02-02Fujitsu LimitedInformation transmission device, network system, and information transmission method
US20120042061A1 (en)*2010-08-132012-02-16International Business Machines CorporationCalibrating cloud computing environments
US9323561B2 (en)*2010-08-132016-04-26International Business Machines CorporationCalibrating cloud computing environments
US20120042055A1 (en)*2010-08-162012-02-16International Business Machines CorporationEnd-to-end provisioning of storage clouds
US8621051B2 (en)*2010-08-162013-12-31International Business Machines CorporationEnd-to end provisioning of storage clouds
US8478845B2 (en)*2010-08-162013-07-02International Business Machines CorporationEnd-to-end provisioning of storage clouds
US8886777B2 (en)*2010-08-202014-11-11Unisys CorporationMoving enterprise software applications to a cloud domain
WO2012023050A2 (en)2010-08-202012-02-23Overtis Group LimitedSecure cloud computing system and method
US20130031158A1 (en)*2010-08-202013-01-31Salsburg Michael AMoving enterprise software applications to a cloud domain
US9239690B2 (en)2010-08-312016-01-19Bruce R. BackaSystem and method for in-place data migration
US9235356B2 (en)2010-08-312016-01-12Bruce R. BackaSystem and method for in-place data migration
WO2012030611A1 (en)*2010-08-312012-03-08Backa Bruce RSystem and method for in-place data migration
US8719362B2 (en)*2010-09-092014-05-06Riverbed Technology, Inc.Tiered storage interface
US20120066337A1 (en)*2010-09-092012-03-15Riverbed Technology, Inc.Tiered storage interface
US11614893B2 (en)2010-09-152023-03-28Pure Storage, Inc.Optimizing storage device access based on latency
US12282686B2 (en)2010-09-152025-04-22Pure Storage, Inc.Performing low latency operations using a distinct set of resources
US12008266B2 (en)2010-09-152024-06-11Pure Storage, Inc.Efficient read by reconstruction
US9128948B1 (en)*2010-09-152015-09-08Symantec CorporationIntegration of deduplicating backup server with cloud storage
US8549350B1 (en)2010-09-302013-10-01Emc CorporationMulti-tier recovery
US8949661B1 (en)2010-09-302015-02-03Emc CorporationFederation of indices
US8943356B1 (en)2010-09-302015-01-27Emc CorporationPost backup catalogs
US11640338B2 (en)2010-09-302023-05-02Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US8713364B1 (en)*2010-09-302014-04-29Emc CorporationUnified recovery
US9195549B1 (en)2010-09-302015-11-24Emc CorporationUnified recovery
US8484505B1 (en)2010-09-302013-07-09Emc CorporationSelf recovery
US8504870B2 (en)2010-09-302013-08-06Emc CorporationOptimized recovery
US10983870B2 (en)2010-09-302021-04-20Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US9557929B2 (en)2010-09-302017-01-31Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US11074132B2 (en)2010-09-302021-07-27EMC IP Holding Company LLCPost backup catalogs
US10275318B2 (en)2010-09-302019-04-30Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US9110976B2 (en)*2010-10-152015-08-18International Business Machines CorporationSupporting compliance in a cloud environment
US20120179746A1 (en)*2010-10-152012-07-12International Business Machines CorporationSupporting Compliance in a Cloud Environment
US20120096525A1 (en)*2010-10-152012-04-19Anne Louise BolgertSupporting Compliance in a Cloud Environment
US8849469B2 (en)2010-10-282014-09-30Microsoft CorporationData center system that accommodates episodic computation
US9886316B2 (en)2010-10-282018-02-06Microsoft Technology Licensing, LlcData center system that accommodates episodic computation
US8676710B2 (en)*2010-11-222014-03-18Netapp, Inc.Providing security in a cloud storage environment
US20120130874A1 (en)*2010-11-222012-05-24Network Appliance, Inc.Providing security in a cloud storage environment
US9063738B2 (en)2010-11-222015-06-23Microsoft Technology Licensing, LlcDynamically placing computing jobs
US9055052B2 (en)2010-11-222015-06-09Netapp, Inc.Method and system for improving storage security in a cloud computing environment
US20120137001A1 (en)*2010-11-232012-05-31James Michael FerrisSystems and methods for migrating subscribed services in a cloud deployment
US9736252B2 (en)*2010-11-232017-08-15Red Hat, Inc.Migrating subscribed services in a cloud deployment
US20120136834A1 (en)*2010-11-292012-05-31Computer Associates Think, Inc.Reducing data duplication in cloud storage
US8583599B2 (en)*2010-11-292013-11-12Ca, Inc.Reducing data duplication in cloud storage
US8849898B2 (en)*2010-12-092014-09-30Jeffrey Vincent TOFANOAdaptive collaborative de-duplication
US20120150954A1 (en)*2010-12-092012-06-14Quantum CorporationAdaptive collaborative de-duplication
US20130282737A1 (en)*2010-12-202013-10-24Huawei Technologies Co., Ltd.Method and apparatus for intelligently deploying an application, method and apparatus for processing application access, system for intelligently deploying and scheduling an application
US8775870B2 (en)2010-12-222014-07-08Kt CorporationMethod and apparatus for recovering errors in a storage system
US10614098B2 (en)2010-12-232020-04-07Mongodb, Inc.System and method for determining consensus within a distributed database
US11222043B2 (en)2010-12-232022-01-11Mongodb, Inc.System and method for determining consensus within a distributed database
US10740353B2 (en)2010-12-232020-08-11Mongodb, Inc.Systems and methods for managing distributed database deployments
US11615115B2 (en)2010-12-232023-03-28Mongodb, Inc.Systems and methods for managing distributed database deployments
US10621200B2 (en)2010-12-232020-04-14Mongodb, Inc.Method and apparatus for maintaining replica sets
US20170286516A1 (en)*2010-12-232017-10-05Eliot HorowitzSystems and methods for managing distributed database deployments
US10846305B2 (en)2010-12-232020-11-24Mongodb, Inc.Large distributed database clustering systems and methods
US10977277B2 (en)2010-12-232021-04-13Mongodb, Inc.Systems and methods for database zone sharding and API integration
US10997211B2 (en)2010-12-232021-05-04Mongodb, Inc.Systems and methods for database zone sharding and API integration
US11544288B2 (en)*2010-12-232023-01-03Mongodb, Inc.Systems and methods for managing distributed database deployments
US10713280B2 (en)2010-12-232020-07-14Mongodb, Inc.Systems and methods for managing distributed database deployments
US8495013B2 (en)2010-12-242013-07-23Kt CorporationDistributed storage system and method for storing objects based on locations
US9888062B2 (en)2010-12-242018-02-06Kt CorporationDistributed storage system including a plurality of proxy servers and method for managing objects
US9058323B2 (en)2010-12-302015-06-16Ss8 Networks, Inc.System for accessing a set of communication and transaction data associated with a user of interest sourced from multiple different network carriers and for enabling multiple analysts to independently and confidentially access the set of communication and transaction data
US8938534B2 (en)2010-12-302015-01-20Ss8 Networks, Inc.Automatic provisioning of new users of interest for capture on a communication network
US8886901B1 (en)*2010-12-312014-11-11Emc CorporationPolicy based storage tiering
US9280550B1 (en)2010-12-312016-03-08Emc CorporationEfficient storage tiering
US10042855B2 (en)2010-12-312018-08-07EMC IP Holding Company LLCEfficient storage tiering
US10051073B1 (en)*2010-12-312018-08-14EMC IP Holding Company LLCCloud information services
US9037597B2 (en)*2011-01-102015-05-19International Business Machines CorporationVerifying file versions in a networked computing environment
US20120179708A1 (en)*2011-01-102012-07-12International Business Machines CorporationVerifying file versions in a networked computing environment
US20120216052A1 (en)*2011-01-112012-08-23Safenet, Inc.Efficient volume encryption
GB2501436A (en)*2011-01-122013-10-23IbmMulti-tenant audit awareness in support of cloud environments
US9460169B2 (en)2011-01-122016-10-04International Business Machines CorporationMulti-tenant audit awareness in support of cloud environments
WO2012094760A1 (en)*2011-01-122012-07-19International Business Machines CorporationMulti-tenant audit awareness in support of cloud environments
US20120185555A1 (en)*2011-01-182012-07-19Giorgio RegniMethod for generating universal objects identifiers in distributed multi-purpose storage systems
US9311135B2 (en)*2011-01-182016-04-12Scality, S.A.Method for generating universal objects identifiers in distributed multi-purpose storage systems
US10554426B2 (en)2011-01-202020-02-04Box, Inc.Real time notification of activities that occur in a web-based collaboration environment
DE112012000274B4 (en)*2011-01-252021-03-04International Business Machines Corporation Protecting the integrity of data on storage media
US10893118B2 (en)*2011-01-282021-01-12Level 3 Communications, LlcContent delivery network with deep caching infrastructure
US10356201B2 (en)*2011-01-282019-07-16Level 3 Communications, LlcContent delivery network with deep caching infrastructure
US20120204030A1 (en)*2011-02-032012-08-09Afore Solutions Inc.Method and system for cloud based storage
US9021264B2 (en)*2011-02-032015-04-28Cloudlink Technologies Inc.Method and system for cloud based storage
US20120203796A1 (en)*2011-02-082012-08-09Microsoft CorporationMedia content location awareness and decision making
US8725680B2 (en)*2011-02-082014-05-13Microsoft CorporationMedia content location awareness and decision making
US20120209923A1 (en)*2011-02-122012-08-16Three Laws Mobility, Inc.Systems and methods for regulating access to resources at application run time
WO2012109512A1 (en)*2011-02-122012-08-16Three Laws Mobility, Inc. (3Lm)Systems and methods for regulating access to resources at application run time
US8566578B1 (en)*2011-02-172013-10-22Symantec CorporationMethod and system for ensuring compliance in public clouds using fine-grained data ownership based encryption
US10187463B2 (en)2011-02-282019-01-22Red Hat, Inc.Using a shared data store for peer discovery
US20120221636A1 (en)*2011-02-282012-08-30Manik SurtaniMethod and apparatus for using a shared data store for peer discovery
US9712340B2 (en)*2011-02-282017-07-18Red Hat, Inc.Using a shared data store for peer discovery
US20120221696A1 (en)*2011-02-282012-08-30James Michael FerrisSystems and methods for generating a selection of cloud data distribution service from alternative providers for staging data to host clouds
US10375203B2 (en)*2011-02-282019-08-06Red Hat, Inc.Generating a selection of cloud data distribution service from alternative providers for staging data to host clouds
US20120226789A1 (en)*2011-03-032012-09-06Cisco Technology, Inc.Hiearchical Advertisement of Data Center Capabilities and Resources
US9235447B2 (en)*2011-03-032016-01-12Cisco Technology, Inc.Extensible attribute summarization
US20120226790A1 (en)*2011-03-032012-09-06Cisco Technology, Inc.Extensible Attribute Summarization
US9866481B2 (en)2011-03-092018-01-09International Business Machines CorporationComprehensive bottleneck detection in a multi-tier enterprise storage system
US8423585B2 (en)2011-03-142013-04-16Amazon Technologies, Inc.Variants of files in a file system
WO2012125355A1 (en)*2011-03-142012-09-20Amazon Technologies, Inc.Variants of files in a file system
US9432300B2 (en)2011-03-282016-08-30International Business Machines CorporationAllocation of storage resources in a networked computing environment based on energy utilization
US8407501B2 (en)2011-03-282013-03-26International Business Machines CorporationAllocation of storage resources in a networked computing environment based on energy utilization
WO2012134017A1 (en)*2011-03-312012-10-04(주)케이티Method and device for distributing data in consideration of resource in cloud storage system
KR101483127B1 (en)2011-03-312015-01-22주식회사 케이티Method and apparatus for data distribution reflecting the resources of cloud storage system
US9052962B2 (en)*2011-03-312015-06-09Kt CorporationDistributed storage of data in a cloud storage system
US20120259901A1 (en)*2011-03-312012-10-11Lee Eo-HyungDistributed storage of data in a cloud storage system
US10740355B2 (en)2011-04-012020-08-11Mongodb, Inc.System and method for optimizing data migration in a partitioned database
US20120254435A1 (en)*2011-04-012012-10-04Microsoft CorporationPlacement goal-based database instance dynamic consolidation
US20120254434A1 (en)*2011-04-012012-10-04Microsoft CorporationPlacement goal-based database instance consolidation
US8667019B2 (en)*2011-04-012014-03-04Microsoft CorporationPlacement goal-based database instance consolidation
US8667020B2 (en)*2011-04-012014-03-04Microsoft CorporationPlacement goal-based database instance dynamic consolidation
US8972612B2 (en)2011-04-052015-03-03SSB Networks, Inc.Collecting asymmetric data and proxy data on a communication network
US9094466B2 (en)2011-04-072015-07-28Hewlett-Packard Development Company, L.P.Maintaining caches of object location information in gateway computing devices using multicast messages
US9898401B2 (en)2011-04-122018-02-20Empire Technology Development LlcService associated with persistent storage
US8799618B2 (en)2011-04-122014-08-05Empire Technology Development LlcService associated with persistent storage
WO2012141687A1 (en)*2011-04-122012-10-18Empire Technology Development, LlcA service associated with persistent storage
US8849756B2 (en)2011-04-132014-09-30Kt CorporationSelecting data nodes in distributed storage system
US20140358859A1 (en)*2011-04-152014-12-04Hitachi, Ltd.File sharing system and file sharing method
US8838721B2 (en)*2011-04-152014-09-16Hitachi, Ltd.File sharing system and file sharing method
US9251163B2 (en)*2011-04-152016-02-02Hitachi, Ltd.File sharing system and file sharing method
US20120265836A1 (en)*2011-04-152012-10-18Hitachi, Ltd.File sharing system and file sharing method
US9158460B2 (en)2011-04-252015-10-13Kt CorporationSelecting data nodes using multiple storage policies in cloud storage system
US9104888B2 (en)2011-04-282015-08-11Absio CorporationSecure data storage
WO2012148894A3 (en)*2011-04-282013-07-04Absio CorporationSecure data storage
CN102761596A (en)*2011-04-282012-10-31汤姆森许可贸易公司Method for uploading a file in an on-line storage system and corresponding on-line storage system
US8627104B2 (en)2011-04-282014-01-07Absio CorporationSecure data storage
US8799223B1 (en)*2011-05-022014-08-05Symantec CorporationTechniques for data backup management
US8886829B1 (en)*2011-05-062014-11-11Google Inc.Methods and systems for robot cloud computing using slug trails
US8745003B1 (en)2011-05-132014-06-03Emc CorporationSynchronization of storage using comparisons of fingerprints of blocks
US8782003B1 (en)*2011-05-132014-07-15Emc CorporationSynchronization of storage using log files and snapshots
US10715314B2 (en)2011-05-142020-07-14Puccini World LimitedCloud file system
US9876637B2 (en)2011-05-142018-01-23Puccini World LimitedCloud file system
US9253166B2 (en)2011-05-142016-02-02Bitcasa, Inc.Cloud file system
WO2012158654A3 (en)*2011-05-142014-05-08Bitcasa, Inc.Cloud file system with server-side deduplication of user-agnostic encrypted files
US8544070B2 (en)2011-05-162013-09-24Novell, Inc.Techniques for non repudiation of storage in cloud or shared storage environments
US20120296970A1 (en)*2011-05-192012-11-22Buffalo Inc.File managing apparatus for managing access to an online storage service
US8543660B2 (en)*2011-05-272013-09-24Verizon Patent And Licensing Inc.Systems and methods for bridging and managing media content associated with separate media content networks
US20120304233A1 (en)*2011-05-272012-11-29Verizon Patent And Licensing, Inc.Systems and methods for bridging and managing media content associated with separate media content networks
US8935455B2 (en)2011-06-202015-01-13International Business Machines CorporationStorage allocation based on data set size
US9015601B2 (en)2011-06-212015-04-21Box, Inc.Batch uploading of content to a web-based collaboration environment
US9063912B2 (en)2011-06-222015-06-23Box, Inc.Multimedia content preview rendering in a cloud content management system
US10212074B2 (en)2011-06-242019-02-19Cisco Technology, Inc.Level of hierarchy in MST for traffic localization and load balancing
US20120330711A1 (en)*2011-06-272012-12-27Microsoft CorporationResource management for cloud computing platforms
US9595054B2 (en)*2011-06-272017-03-14Microsoft Technology Licensing, LlcResource management for cloud computing platforms
US9450838B2 (en)2011-06-272016-09-20Microsoft Technology Licensing, LlcResource management for cloud computing platforms
US10644966B2 (en)2011-06-272020-05-05Microsoft Technology Licensing, LlcResource management for cloud computing platforms
US9294564B2 (en)*2011-06-302016-03-22Amazon Technologies, Inc.Shadowing storage gateway
US9122642B2 (en)2011-06-302015-09-01International Business Machines CorporationHybrid data backup in a networked computing environment
US8601134B1 (en)2011-06-302013-12-03Amazon Technologies, Inc.Remote storage gateway management using gateway-initiated connections
US8639921B1 (en)*2011-06-302014-01-28Amazon Technologies, Inc.Storage gateway security model
US9866622B1 (en)2011-06-302018-01-09Amazon Technologies, Inc.Remote storage gateway management using gateway-initiated connections
US8639989B1 (en)2011-06-302014-01-28Amazon Technologies, Inc.Methods and apparatus for remote gateway monitoring and diagnostics
US8832039B1 (en)2011-06-302014-09-09Amazon Technologies, Inc.Methods and apparatus for data restore and recovery from a remote data store
US10992521B2 (en)2011-06-302021-04-27Amazon Technologies, Inc.Remote storage gateway shadow or cache configuration
US20130007219A1 (en)*2011-06-302013-01-03Sorenson Iii James ChristopherShadowing Storage Gateway
US9021314B1 (en)2011-06-302015-04-28Amazon Technologies, Inc.Methods and apparatus for remote gateway monitoring and diagnostics
US11881989B2 (en)2011-06-302024-01-23Amazon Technologies, Inc.Remote storage gateway management using gateway-initiated connections
US8806588B2 (en)2011-06-302014-08-12Amazon Technologies, Inc.Storage gateway activation process
US20160205187A1 (en)*2011-06-302016-07-14Amazon Technologies, Inc.Shadowing storage gateway
US9203801B1 (en)*2011-06-302015-12-01Amazon Technologies, Inc.Storage gateway security model
US8706834B2 (en)2011-06-302014-04-22Amazon Technologies, Inc.Methods and apparatus for remotely updating executing processes
US10536520B2 (en)*2011-06-302020-01-14Amazon Technologies, Inc.Shadowing storage gateway
US9886257B1 (en)2011-06-302018-02-06Amazon Technologies, Inc.Methods and apparatus for remotely updating executing processes
US9659017B2 (en)2011-06-302017-05-23Amazon Technologies, Inc.Methods and apparatus for data restore and recovery from a remote data store
US10754813B1 (en)2011-06-302020-08-25Amazon Technologies, Inc.Methods and apparatus for block storage I/O operations in a storage gateway
US8775376B2 (en)2011-06-302014-07-08International Business Machines CorporationHybrid data backup in a networked computing environment
US9225697B2 (en)2011-06-302015-12-29Amazon Technologies, Inc.Storage gateway activation process
US20130007091A1 (en)*2011-07-012013-01-03Yahoo! Inc.Methods and apparatuses for storing shared data files in distributed file systems
US9978040B2 (en)2011-07-082018-05-22Box, Inc.Collaboration sessions in a workspace on a cloud-based content management system
US9652741B2 (en)2011-07-082017-05-16Box, Inc.Desktop application for access and interaction with workspaces in a cloud-based content management system and synchronization mechanisms thereof
US8762432B2 (en)*2011-07-122014-06-24PLAiR Media, Inc.Methods and systems for using distributed allocation tables
US8745102B2 (en)*2011-07-122014-06-03PLAiR Media, Inc.Distributed storage method and system
US20130018929A1 (en)*2011-07-122013-01-17Plair Media Inc.Distributed Storage Method and System
WO2013016043A1 (en)*2011-07-252013-01-31Bank Of America CorporationAn exchange system supporting cloud computing
US8447732B2 (en)2011-08-022013-05-21International Business Machines CorporationDeduplication in network storage with data residence compliance
US9971802B2 (en)*2011-08-172018-05-15International Business Machines CorporationAudit record transformation in a dispersed storage network
US8782762B2 (en)2011-08-172014-07-15International Business Machines CorporationBuilding data security in a networked computing environment
US20160328440A1 (en)*2011-08-172016-11-10International Business Machines CorporationAudit record transformation in a dispersed storage network
US10587687B2 (en)2011-08-182020-03-10Amazon Technologies, Inc.Redundant storage gateways
US11115473B2 (en)2011-08-182021-09-07Amazon Technologies, Inc.Redundant storage gateways
US11570249B2 (en)2011-08-182023-01-31Amazon Technologies, Inc.Redundant storage gateways
US8793343B1 (en)2011-08-182014-07-29Amazon Technologies, Inc.Redundant storage gateways
US20130054634A1 (en)*2011-08-292013-02-28At&T Intellectual Property I, L.P.Cloud-To-Cloud Peering
US20130054530A1 (en)*2011-08-292013-02-28Oracle International CorporationLive file system migration
US8484161B2 (en)*2011-08-292013-07-09Oracle International CorporationLive file system migration
US11025715B2 (en)*2011-08-292021-06-01At&T Intellectual Property I, L.P.Cloud-to-cloud peering
US9432454B2 (en)*2011-08-292016-08-30At&T Intellectual Property I, L.P.Cloud-to-cloud peering
US20140181030A1 (en)*2011-08-312014-06-26Metaswitch Networks LtdIdentifying data items
US9792340B2 (en)*2011-08-312017-10-17Metaswitch Networks LtdIdentifying data items
US8990171B2 (en)*2011-09-012015-03-24Microsoft CorporationOptimization of a partially deduplicated file
US20130060739A1 (en)*2011-09-012013-03-07Microsoft CorporationOptimization of a Partially Deduplicated File
KR20130026908A (en)*2011-09-062013-03-14한국전자통신연구원Local apparatus based on cloud and method for reading and storing file
KR101587631B1 (en)*2011-09-062016-01-25한국전자통신연구원Local apparatus based on cloud and method for reading and storing file
US20130066482A1 (en)*2011-09-132013-03-14Samsung Electronics Co., Ltd.Apparatus and method for executing energy demand response process in an electrical power network
US8538065B2 (en)2011-09-202013-09-17Go Daddy Operating Company, LLCSystems for verifying person's identity through person's social circle using person's photograph
US8522147B2 (en)2011-09-202013-08-27Go Daddy Operating Company, LLCMethods for verifying person's identity through person's social circle using person's photograph
US9197718B2 (en)2011-09-232015-11-24Box, Inc.Central management and control of user-contributed content in a web-based collaboration environment and management console thereof
US20140195635A1 (en)*2011-09-262014-07-10Zte CorporationMethod and system for realizing rest interface of cloud cache in nginx
US20130080623A1 (en)*2011-09-262013-03-28Limelight Networks, Inc.Dynamic route requests for multiple clouds
US9332085B2 (en)*2011-09-262016-05-03Zte CorporationMethod and system for realizing rest interface of cloud cache in Nginx
US9002932B2 (en)2011-09-272015-04-07Alcatel LucentCloud computing access gateway and method for providing a user terminal access to a cloud provider
US11032146B2 (en)2011-09-302021-06-08Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US20130085989A1 (en)*2011-09-302013-04-04Symantec CorporationCloud information migration systems and methods
US20130086568A1 (en)*2011-09-302013-04-04Oracle International CorporationOptimizations using a bpel compiler
US8954942B2 (en)*2011-09-302015-02-10Oracle International CorporationOptimizations using a BPEL compiler
US9075811B2 (en)*2011-09-302015-07-07Symantec CorporationCloud information migration systems and methods
US9916321B2 (en)2011-10-042018-03-13Amazon Technologies, Inc.Methods and apparatus for controlling snapshot exports
US8789208B1 (en)2011-10-042014-07-22Amazon Technologies, Inc.Methods and apparatus for controlling snapshot exports
US12038878B2 (en)2011-10-042024-07-16Amazon Technologies, Inc.Methods and apparatus for controlling snapshot exports
US9275124B2 (en)2011-10-042016-03-01Amazon Technologies, Inc.Methods and apparatus for controlling snapshot exports
US20180365285A1 (en)*2011-10-142018-12-20Pure Storage, Inc.Data Object Attribute Based Event Detection In a Storage System
US8990151B2 (en)2011-10-142015-03-24Box, Inc.Automatic and semi-automatic tagging features of work items in a shared workspace for metadata tracking in a cloud-based content management system with selective or optional user contribution
US10540343B2 (en)*2011-10-142020-01-21Pure Storage, Inc.Data object attribute based event detection in a storage system
US11341117B2 (en)2011-10-142022-05-24Pure Storage, Inc.Deduplication table management
US9104671B2 (en)*2011-10-172015-08-11Lenovo (Singapore) Pte. Ltd.Automatic storage media content cataloging
US9292521B1 (en)*2011-10-202016-03-22Amazon Technologies, Inc.Archiving and querying data updates associated with an electronic catalog system
US9846697B2 (en)2011-10-202017-12-19Amazon Technologies, Inc.Indexing data updates associated with an electronic catalog system
US9043311B1 (en)2011-10-202015-05-26Amazon Technologies, Inc.Indexing data updates associated with an electronic catalog system
US11210610B2 (en)2011-10-262021-12-28Box, Inc.Enhanced multimedia content preview rendering in a cloud content management system
US9098474B2 (en)2011-10-262015-08-04Box, Inc.Preview pre-generation based on heuristics and algorithmic prediction/assessment of predicted user behavior for enhancement of user experience
US9141887B2 (en)2011-10-312015-09-22Hewlett-Packard Development Company, L.P.Rendering permissions for rendering content
US9208009B2 (en)*2011-11-012015-12-08Cleversafe, Inc.Accessing a large data object in a dispersed storage network
US8607122B2 (en)*2011-11-012013-12-10Cleversafe, Inc.Accessing a large data object in a dispersed storage network
RU2624576C2 (en)*2011-11-032017-07-04МАЙКРОСОФТ ТЕКНОЛОДЖИ ЛАЙСЕНСИНГ, ЭлЭлСиElectronic discovery in storages
US8996651B2 (en)2011-11-122015-03-31Yang PanSystem and method for delivering media assets in a cloud environment
US10296494B2 (en)2011-11-142019-05-21Panzura, Inc.Managing a global namespace for a distributed filesystem
US9805054B2 (en)2011-11-142017-10-31Panzura, Inc.Managing a global namespace for a distributed filesystem
US9804928B2 (en)2011-11-142017-10-31Panzura, Inc.Restoring an archived file in a distributed filesystem
US9996618B2 (en)2011-11-142018-06-12Microsoft Technology Licensing, LlcLocating relevant content items across multiple disparate content sources
US9817898B2 (en)2011-11-142017-11-14Microsoft Technology Licensing, LlcLocating relevant content items across multiple disparate content sources
US8880841B2 (en)2011-11-152014-11-04International Business Machines CorporationDistributing data among data storage partitions based on a forecasted demand in a networked computing environment
US10445414B1 (en)2011-11-162019-10-15Google LlcSystems and methods for collaborative document editing
US9015248B2 (en)2011-11-162015-04-21Box, Inc.Managing updates at clients used by a user to access a cloud-based collaboration service
US8990307B2 (en)2011-11-162015-03-24Box, Inc.Resource effective incremental updating of a remote client with events which occurred via a cloud-enabled platform
US20130132457A1 (en)*2011-11-182013-05-23Computer Associates Think, Inc.System and method for hand-offs in cloud environments
US9088575B2 (en)*2011-11-182015-07-21Ca, Inc.System and method for hand-offs in cloud environments
US10051042B2 (en)*2011-11-182018-08-14Ca, Inc.System and method for hand-offs in cloud environments
US20140237016A1 (en)*2011-11-182014-08-21Ca, Inc.System and method for hand-offs in cloud environments
US20150326648A1 (en)*2011-11-182015-11-12Ca, Inc.System and method for hand-offs in cloud environments
US8688768B2 (en)*2011-11-182014-04-01Ca, Inc.System and method for hand-offs in cloud environments
US11537630B2 (en)2011-11-292022-12-27Box, Inc.Mobile platform file and folder selection functionalities for offline access and synchronization
US10909141B2 (en)2011-11-292021-02-02Box, Inc.Mobile platform file and folder selection functionalities for offline access and synchronization
US12242507B2 (en)2011-11-292025-03-04Box, Inc.Mobile platform file and folder selection functionalities for offline access and synchronization
US11853320B2 (en)2011-11-292023-12-26Box, Inc.Mobile platform file and folder selection functionalities for offline access and synchronization
US9773051B2 (en)2011-11-292017-09-26Box, Inc.Mobile platform file and folder selection functionalities for offline access and synchronization
US8832249B2 (en)2011-11-302014-09-09At&T Intellectual Property I, L.P.Methods and apparatus to adjust resource allocation in a distributive computing network
CN103959301A (en)*2011-12-012014-07-30微软公司Regulatory compliance across diverse entities
US20130145027A1 (en)*2011-12-012013-06-06Microsoft CorporationRegulatory compliance across diverse entities
US10587692B2 (en)2011-12-152020-03-10Amazon Technologies, Inc.Service and APIs for remote volume-based block storage
US10380078B1 (en)*2011-12-152019-08-13Veritas Technologies LlcDynamic storage tiering in a virtual environment
US10129337B2 (en)2011-12-152018-11-13Amazon Technologies, Inc.Service and APIs for remote volume-based block storage
US9471243B2 (en)*2011-12-152016-10-18Veritas Technologies LlcDynamic storage tiering in a virtual environment
US9635132B1 (en)2011-12-152017-04-25Amazon Technologies, Inc.Service and APIs for remote volume-based block storage
US11356509B2 (en)2011-12-152022-06-07Amazon Technologies, Inc.Service and APIs for remote volume-based block storage
US11334533B2 (en)2011-12-152022-05-17Veritas Technologies LlcDynamic storage tiering in a virtual environment
US20150363438A1 (en)*2011-12-222015-12-17Emc CorporationEfficiently estimating compression ratio in a deduplicating file system
US9026752B1 (en)*2011-12-222015-05-05Emc CorporationEfficiently estimating compression ratio in a deduplicating file system
US9019123B2 (en)2011-12-222015-04-28Box, Inc.Health check services for web-based collaboration environments
US10114845B2 (en)*2011-12-222018-10-30EMC IP Holding Company LLCEfficiently estimating compression ratio in a deduplicating file system
US10257042B2 (en)2012-01-132019-04-09Cisco Technology, Inc.System and method for managing site-to-site VPNs of a cloud managed network
US9984079B1 (en)*2012-01-132018-05-29Amazon Technologies, Inc.Managing data storage using storage policy specifications
US10257109B2 (en)2012-01-182019-04-09International Business Machines CorporationCloud-based content management system
US10164896B2 (en)2012-01-182018-12-25International Business Machines CorporationCloud-based content management system
US9772830B2 (en)2012-01-192017-09-26Syntel, Inc.System and method for modeling cloud rules for migration to the cloud
US11232481B2 (en)2012-01-302022-01-25Box, Inc.Extended applications of multimedia content previews in the cloud-based content management system
US8909734B2 (en)*2012-02-072014-12-09International Business Machines CorporationMigrating data between networked computing environments
CN103297492A (en)*2012-02-072013-09-11国际商业机器公司Migrating data between networked computing environments
US20150039995A1 (en)*2012-02-172015-02-05Solute GmbhMethod for displaying context-relevant supplementary information
US10044806B2 (en)*2012-02-222018-08-07Ca, Inc.System and method for managing virtual hard disks in cloud environments
US20130219069A1 (en)*2012-02-222013-08-22Computer Associates Think, Inc.System and method for managing virtual hard disks in cloud environments
US20170180479A1 (en)*2012-02-222017-06-22Ca, Inc.System and method for managing virtual hard disks in cloud environments
US10713624B2 (en)2012-02-242020-07-14Box, Inc.System and method for promoting enterprise adoption of a web-based collaboration environment
US9965745B2 (en)2012-02-242018-05-08Box, Inc.System and method for promoting enterprise adoption of a web-based collaboration environment
US9417811B2 (en)2012-03-072016-08-16International Business Machines CorporationEfficient inline data de-duplication on a storage system
US9195636B2 (en)2012-03-072015-11-24Box, Inc.Universal file type preview for mobile devices
US9547770B2 (en)2012-03-142017-01-17Intralinks, Inc.System and method for managing collaboration in a networked secure exchange environment
US20130262210A1 (en)*2012-03-272013-10-03Brandon SavageCloud service or storage use promotion via partnership driven automatic account upgrades
US9251159B1 (en)*2012-03-292016-02-02Emc CorporationPartial block allocation for file system block compression using virtual block metadata
US20130262382A1 (en)*2012-03-292013-10-03Empire Technology Development, LlcDetermining user key-value storage needs from example queries
US11314444B1 (en)2012-03-292022-04-26Amazon Technologies, Inc.Environment-sensitive distributed data management
US8930364B1 (en)2012-03-292015-01-06Amazon Technologies, Inc.Intelligent data integration
US9531809B1 (en)2012-03-292016-12-27Amazon Technologies, Inc.Distributed data storage controller
US20140372377A1 (en)*2012-03-292014-12-18Empire Technology Development LlcDetermining user key-value storage needs from example queries
US8935203B1 (en)2012-03-292015-01-13Amazon Technologies, Inc.Environment-sensitive distributed data management
US9336217B2 (en)*2012-03-292016-05-10Empire Technology Development LlcDetermining user key-value storage needs from example queries
US8849757B2 (en)*2012-03-292014-09-30Empire Technology Development LlcDetermining user key-value storage needs from example queries
US9906598B1 (en)2012-03-292018-02-27Amazon Technologies, Inc.Distributed data storage controller
US8918392B1 (en)*2012-03-292014-12-23Amazon Technologies, Inc.Data storage mapping and management
US9213848B2 (en)2012-03-302015-12-15Commvault Systems, Inc.Information management of data associated with multiple cloud services
US20160253335A1 (en)*2012-03-302016-09-01Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US20180011845A1 (en)*2012-03-302018-01-11Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US11956310B2 (en)2012-03-302024-04-09Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10108621B2 (en)*2012-03-302018-10-23Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US9959333B2 (en)2012-03-302018-05-01Commvault Systems, Inc.Unified access to personal data
US9262496B2 (en)2012-03-302016-02-16Commvault Systems, Inc.Unified access to personal data
US9571579B2 (en)2012-03-302017-02-14Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10963422B2 (en)*2012-03-302021-03-30Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US11347408B2 (en)2012-03-302022-05-31Commvault Systems, Inc.Shared network-available storage that permits concurrent data access
US20130262394A1 (en)*2012-03-302013-10-03Commvault Systems, Inc.Search filtered file system using secondary storage
US10547684B2 (en)2012-03-302020-01-28Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10895993B2 (en)2012-03-302021-01-19Commvault Systems, Inc.Shared network-available storage that permits concurrent data access
US10075527B2 (en)2012-03-302018-09-11Commvault Systems, Inc.Information management of data associated with multiple cloud services
US11494332B2 (en)*2012-03-302022-11-08Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US9367548B2 (en)2012-03-302016-06-14Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US10999373B2 (en)2012-03-302021-05-04Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9063938B2 (en)*2012-03-302015-06-23Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US9773002B2 (en)*2012-03-302017-09-26Commvault Systems, Inc.Search filtered file system using secondary storage, including multi-dimensional indexing and searching of archived files
US10264074B2 (en)2012-03-302019-04-16Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10318542B2 (en)2012-03-302019-06-11Commvault Systems, Inc.Information management of mobile device data
US8950009B2 (en)2012-03-302015-02-03Commvault Systems, Inc.Information management of data associated with multiple cloud services
US11611479B2 (en)2012-03-312023-03-21Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US9286571B2 (en)2012-04-012016-03-15Empire Technology Development LlcMachine learning for database migration source
US9054919B2 (en)2012-04-052015-06-09Box, Inc.Device pinning capability for enterprise cloud service and storage accounts
WO2013154849A3 (en)*2012-04-112014-03-13Box, Inc.Cloud service enabled to handle a set of files depicted to a user as a single file in a native operating system
US9575981B2 (en)2012-04-112017-02-21Box, Inc.Cloud service enabled to handle a set of files depicted to a user as a single file in a native operating system
US9898518B2 (en)*2012-04-122018-02-20Hitachi, Ltd.Computer system, data allocation management method, and program
US20150046399A1 (en)*2012-04-122015-02-12Hitachi, Ltd.Computer system, data allocation management method, and program
US9824228B2 (en)2012-04-232017-11-21International Business Machines CorporationPreserving redundancy in data deduplication systems by encryption
US9779103B2 (en)2012-04-232017-10-03International Business Machines CorporationPreserving redundancy in data deduplication systems
US10152486B2 (en)2012-04-232018-12-11International Business Machines CorporationPreserving redundancy in data deduplication systems by designation of virtual device
JP2015515216A (en)*2012-04-232015-05-21インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method, system, and computer program for maintaining data redundancy in a data deduplication system in a computing environment
US9798734B2 (en)2012-04-232017-10-24International Business Machines CorporationPreserving redundancy in data deduplication systems by indicator
US10133747B2 (en)2012-04-232018-11-20International Business Machines CorporationPreserving redundancy in data deduplication systems by designation of virtual device
US9767113B2 (en)2012-04-232017-09-19International Business Machines CorporationPreserving redundancy in data deduplication systems by designation of virtual address
US10691670B2 (en)2012-04-232020-06-23International Business Machines CorporationPreserving redundancy in data deduplication systems by indicator
US9792450B2 (en)2012-04-232017-10-17International Business Machines CorporationPreserving redundancy in data deduplication systems by encryption
US10142316B2 (en)2012-04-272018-11-27Intralinks, Inc.Computerized method and system for managing an email input facility in a networked secure collaborative exchange environment
US9462080B2 (en)*2012-04-272016-10-04Hewlett-Packard Development Company, L.P.Management service to manage a file
US9369454B2 (en)2012-04-272016-06-14Intralinks, Inc.Computerized method and system for managing a community facility in a networked secure collaborative exchange environment
US9369455B2 (en)2012-04-272016-06-14Intralinks, Inc.Computerized method and system for managing an email input facility in a networked secure collaborative exchange environment
US9654450B2 (en)2012-04-272017-05-16Synchronoss Technologies, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment with customer managed keys
US9553860B2 (en)2012-04-272017-01-24Intralinks, Inc.Email effectivity facility in a networked secure collaborative exchange environment
US9148417B2 (en)2012-04-272015-09-29Intralinks, Inc.Computerized method and system for managing amendment voting in a networked secure collaborative exchange environment
US9596227B2 (en)2012-04-272017-03-14Intralinks, Inc.Computerized method and system for managing an email input facility in a networked secure collaborative exchange environment
US20130290477A1 (en)*2012-04-272013-10-31Philippe LesageManagement service to manage a file
US10356095B2 (en)2012-04-272019-07-16Intralinks, Inc.Email effectivity facilty in a networked secure collaborative exchange environment
US9397998B2 (en)2012-04-272016-07-19Intralinks, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment with customer managed keys
US9807078B2 (en)2012-04-272017-10-31Synchronoss Technologies, Inc.Computerized method and system for managing a community facility in a networked secure collaborative exchange environment
US9251360B2 (en)2012-04-272016-02-02Intralinks, Inc.Computerized method and system for managing secure mobile device content viewing in a networked secure collaborative exchange environment
US9253176B2 (en)2012-04-272016-02-02Intralinks, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment
US11249665B2 (en)*2012-04-302022-02-15Quantum CorporationObject synthesis
US9633032B2 (en)*2012-04-302017-04-25Quantum CorporationObject synthesis
US20130290275A1 (en)*2012-04-302013-10-31Quantum CorporationObject Synthesis
US20170192713A1 (en)*2012-04-302017-07-06Quantum CorporationObject synthesis
US9413587B2 (en)2012-05-022016-08-09Box, Inc.System and method for a third-party application to access content within a cloud-based platform
US9396216B2 (en)2012-05-042016-07-19Box, Inc.Repository redundancy implementation of a system which incrementally updates clients with events that occurred via a cloud-enabled platform
US20130297535A1 (en)*2012-05-042013-11-07Nokia CorporationMethod and apparatus for presenting cloud-based repositories based on location information
US9098424B2 (en)2012-05-072015-08-04International Business Machines CorporationEnhancing data processing performance by cache management of fingerprint index
US20130297886A1 (en)*2012-05-072013-11-07International Business Machines CorporationEnhancing data caching performance
US9495294B2 (en)2012-05-072016-11-15International Business Machines CorporationEnhancing data processing performance by cache management of fingerprint index
US9645944B2 (en)*2012-05-072017-05-09International Business Machines CorporationEnhancing data caching performance
US9110815B2 (en)2012-05-072015-08-18International Business Machines CorporationEnhancing data processing performance by cache management of fingerprint index
US9697139B2 (en)*2012-05-072017-07-04International Business Machines CorporationEnhancing data caching performance
US10268599B2 (en)2012-05-072019-04-23International Business Machines CorporationEnhancing data caching performance
US9021203B2 (en)2012-05-072015-04-28International Business Machines CorporationEnhancing tiering storage performance
US8996808B2 (en)2012-05-072015-03-31International Business Machines CorporationEnhancing tiering storage performance
US9632707B2 (en)2012-05-072017-04-25International Business Machines CorporationEnhancing tiering storage performance
US9898419B2 (en)2012-05-072018-02-20International Business Machines CorporationEnhancing data caching performance
US20130297885A1 (en)*2012-05-072013-11-07International Business Machines CorporationEnhancing data caching performance
US9183213B2 (en)*2012-05-162015-11-10Rackspace Us, Inc.Indirection objects in a cloud storage system
US20130311612A1 (en)*2012-05-162013-11-21Rackspace Us, Inc.Indirection Objects in a Cloud Storage System
US20210286769A1 (en)*2012-05-202021-09-16Microsoft Technology Licensing, LlcSystem and methods for implementing a server-based hierarchical mass storage system
US9691051B2 (en)2012-05-212017-06-27Box, Inc.Security enhancement through application access control
US8914900B2 (en)2012-05-232014-12-16Box, Inc.Methods, architectures and security mechanisms for a third-party application to access content in a cloud-based platform
US9027108B2 (en)2012-05-232015-05-05Box, Inc.Systems and methods for secure file portability between mobile applications on a mobile device
US9280613B2 (en)2012-05-232016-03-08Box, Inc.Metadata enabled third-party application access of content at a cloud-based platform via a native client to the cloud-based platform
US9552444B2 (en)2012-05-232017-01-24Box, Inc.Identification verification mechanisms for a third-party application to access content in a cloud-based platform
US12001884B2 (en)2012-05-242024-06-04Citrix Systems, Inc.Remote management of distributed datacenters
US10235205B2 (en)*2012-05-242019-03-19Citrix Systems, Inc.Remote management of distributed datacenters
US10585705B2 (en)2012-05-242020-03-10Citrix Systems, Inc.Remote management of distributed datacenters
US20130318242A1 (en)*2012-05-242013-11-28Scalextreme Inc.Remote Management Of Distributed Datacenters
US11210139B2 (en)2012-05-242021-12-28Citrix Systems, Inc.Remote management of distributed datacenters
US9342526B2 (en)2012-05-252016-05-17International Business Machines CorporationProviding storage resources upon receipt of a storage service request
US9405757B2 (en)2012-05-282016-08-02Huawei Technologies Co., Ltd.File storage system, apparatus, and file access method
US20130339316A1 (en)*2012-06-192013-12-19International Business Machines CorporationPacking deduplicated data into finite-sized containers
US11079953B2 (en)2012-06-192021-08-03International Business Machines CorporationPacking deduplicated data into finite-sized containers
US9880771B2 (en)*2012-06-192018-01-30International Business Machines CorporationPacking deduplicated data into finite-sized containers
CN104412564A (en)*2012-06-212015-03-11汤姆逊许可公司 Data backup method and device
US9021099B2 (en)2012-07-032015-04-28Box, Inc.Load balancing secure FTP connections among multiple FTP servers
US8719445B2 (en)2012-07-032014-05-06Box, Inc.System and method for load balancing multiple file transfer protocol (FTP) servers to service FTP connections for a cloud-based service
US9792320B2 (en)2012-07-062017-10-17Box, Inc.System and method for performing shard migration to support functions of a cloud-based service
US10692162B2 (en)*2012-07-062020-06-23Sap SeManaging a legal hold on cloud documents
US9712510B2 (en)2012-07-062017-07-18Box, Inc.Systems and methods for securely submitting comments among users via external messaging applications in a cloud-based platform
US10452667B2 (en)2012-07-062019-10-22Box Inc.Identification of people as search results from key-word based searches of content in a cloud-based environment
US9679165B2 (en)*2012-07-162017-06-13Dell Inernational L.L.C.Encryption/decryption for data storage system with snapshot capability
US20150193640A1 (en)*2012-07-162015-07-09Compellent TechnologiesEncryption/decryption for data storage system with snapshot capability
US9237170B2 (en)2012-07-192016-01-12Box, Inc.Data loss prevention (DLP) methods and architectures by a cloud service
US11544284B2 (en)2012-07-262023-01-03Mongodb, Inc.Aggregation framework system architecture and method
US10872095B2 (en)2012-07-262020-12-22Mongodb, Inc.Aggregation framework system architecture and method
US10990590B2 (en)2012-07-262021-04-27Mongodb, Inc.Aggregation framework system architecture and method
US11403317B2 (en)2012-07-262022-08-02Mongodb, Inc.Aggregation framework system architecture and method
US12373456B2 (en)2012-07-262025-07-29Mongodb, Inc.Aggregation framework system architecture and method
US8868574B2 (en)2012-07-302014-10-21Box, Inc.System and method for advanced search and filtering mechanisms for enterprise administrators in a cloud-based environment
US9794256B2 (en)2012-07-302017-10-17Box, Inc.System and method for advanced control tools for administrators in a cloud-based service
US20140046708A1 (en)*2012-08-072014-02-13Oracle International CorporationSystems and methods for determining a cloud-based customer lifetime value
US8805779B2 (en)*2012-08-142014-08-12Longsand LimitedApplying an action on a data item according to a classification and a data management policy
US9167050B2 (en)*2012-08-162015-10-20Futurewei Technologies, Inc.Control pool based enterprise policy enabler for controlled cloud access
US20140053280A1 (en)*2012-08-162014-02-20Futurewei Technologies, Inc.Control Pool Based Enterprise Policy Enabler for Controlled Cloud Access
US9729675B2 (en)2012-08-192017-08-08Box, Inc.Enhancement of upload and/or download performance based on client and/or server feedback information
US9369520B2 (en)2012-08-192016-06-14Box, Inc.Enhancement of upload and/or download performance based on client and/or server feedback information
US20140059200A1 (en)*2012-08-212014-02-27Cisco Technology, Inc.Flow de-duplication for network monitoring
US9548908B2 (en)*2012-08-212017-01-17Cisco Technology, Inc.Flow de-duplication for network monitoring
US9558202B2 (en)2012-08-272017-01-31Box, Inc.Server side techniques for reducing database workload in implementing selective subfolder synchronization in a cloud-based environment
US9135462B2 (en)2012-08-292015-09-15Box, Inc.Upload and download streaming encryption to/from a cloud-based platform
US9450926B2 (en)2012-08-292016-09-20Box, Inc.Upload and download streaming encryption to/from a cloud-based platform
US9059960B2 (en)*2012-08-312015-06-16International Business Machines CorporationAutomatically recommending firewall rules during enterprise information technology transformation
US20140068698A1 (en)*2012-08-312014-03-06International Business Machines CorporationAutomatically Recommending Firewall Rules During Enterprise Information Technology Transformation
US9100363B2 (en)2012-08-312015-08-04International Business Machines CorporationAutomatically recommending firewall rules during enterprise information technology transformation
US9195519B2 (en)2012-09-062015-11-24Box, Inc.Disabling the self-referential appearance of a mobile application in an intent via a background registration
US9117087B2 (en)2012-09-062015-08-25Box, Inc.System and method for creating a secure channel for inter-application communication based on intents
US9311071B2 (en)2012-09-062016-04-12Box, Inc.Force upgrade of a mobile application via a server side configuration file
US9219749B2 (en)2012-09-072015-12-22Oracle International CorporationRole-driven notification system including support for collapsing combinations
US9276942B2 (en)2012-09-072016-03-01Oracle International CorporationMulti-tenancy identity management system
US20140074793A1 (en)*2012-09-072014-03-13Oracle International CorporationService archive support
US9542400B2 (en)*2012-09-072017-01-10Oracle International CorporationService archive support
US9838370B2 (en)*2012-09-072017-12-05Oracle International CorporationBusiness attribute driven sizing algorithms
US10148530B2 (en)2012-09-072018-12-04Oracle International CorporationRule based subscription cloning
US10581867B2 (en)2012-09-072020-03-03Oracle International CorporationMulti-tenancy identity management system
US9646069B2 (en)2012-09-072017-05-09Oracle International CorporationRole-driven notification system including support for collapsing combinations
US10009219B2 (en)2012-09-072018-06-26Oracle International CorporationRole-driven notification system including support for collapsing combinations
US10212053B2 (en)2012-09-072019-02-19Oracle International CorporationDeclarative and extensible model for provisioning of cloud based services
US20140074539A1 (en)*2012-09-072014-03-13Oracle International CorporationBusiness attribute driven sizing algorithms
US9467355B2 (en)2012-09-072016-10-11Oracle International CorporationService association model
US10341171B2 (en)2012-09-072019-07-02Oracle International CorporationRole-driven notification system including support for collapsing combinations
US9621435B2 (en)2012-09-072017-04-11Oracle International CorporationDeclarative and extensible model for provisioning of cloud based services
US9501541B2 (en)2012-09-072016-11-22Oracle International CorporationSeparation of pod provisioning and service provisioning
US9292833B2 (en)2012-09-142016-03-22Box, Inc.Batching notifications of activities that occur in a web-based collaboration environment
US10200256B2 (en)2012-09-172019-02-05Box, Inc.System and method of a manipulative handle in an interactive mobile user interface
TWI452890B (en)*2012-09-172014-09-11Univ Kun ShanChaotic image encryption method for cloud album
US9553758B2 (en)2012-09-182017-01-24Box, Inc.Sandboxing individual applications to specific user folders in a cloud-based service
US10915492B2 (en)2012-09-192021-02-09Box, Inc.Cloud-based platform enabled with media content indexed for text-based searches and/or metadata extraction
US9959420B2 (en)2012-10-022018-05-01Box, Inc.System and method for enhanced security and management mechanisms for enterprise administrators in a cloud-based environment
US9705967B2 (en)2012-10-042017-07-11Box, Inc.Corporate user discovery and identification of recommended collaborators in a cloud platform
US9495364B2 (en)2012-10-042016-11-15Box, Inc.Enhanced quick search features, low-barrier commenting/interactive features in a collaboration platform
US9665349B2 (en)2012-10-052017-05-30Box, Inc.System and method for generating embeddable widgets which enable access to a cloud-based collaboration platform
US20140108717A1 (en)*2012-10-162014-04-17Dell Products L.P.System and Method to Backup Objects on an Object Storage Platform
US9122647B2 (en)*2012-10-162015-09-01Dell Products, L.P.System and method to backup objects on an object storage platform
US9628268B2 (en)2012-10-172017-04-18Box, Inc.Remote key management in a cloud-based environment
US10379910B2 (en)2012-10-262019-08-13Syntel, Inc.System and method for evaluation of migration of applications to the cloud
US10250438B2 (en)2012-11-022019-04-02Rockwell Automation Technologies, Inc.Cloud based drive monitoring solution
US20140129688A1 (en)*2012-11-022014-05-08Rockwell Automation Technologies, Inc.Cloud based drive monitoring solution
US9647906B2 (en)*2012-11-022017-05-09Rockwell Automation Technologies, Inc.Cloud based drive monitoring solution
US9929905B2 (en)2012-11-022018-03-27Rockwell Automation Technologies, Inc.Cloud based drive monitoring solution
US20150237113A1 (en)*2012-11-062015-08-20Tencent Technology (Shenzhen) Company LimitedMethod and system for file transmission
US9418130B2 (en)2012-11-062016-08-16Tibco Software, Inc.Data replication protocol with efficient update of replica machines
US9081843B2 (en)2012-11-062015-07-14Tibco Software Inc.Data replication protocol with steady state data distribution and quorum formation
WO2014074641A3 (en)*2012-11-062014-07-10Tibco Software Inc.Data replication protocol with steady state data distribution and quorum formation
US20210263892A1 (en)*2012-11-122021-08-26Samsung Electronics Co., Ltd.Method and apparatus for managing storage space on storage device in an electronic apparatus by using context data and user profile data
US8930328B2 (en)*2012-11-132015-01-06Hitachi, Ltd.Storage system, storage system control method, and storage control device
US20140143543A1 (en)*2012-11-202014-05-22Google Inc.Delegate authorization in cloud-based storage system
US9209973B2 (en)*2012-11-202015-12-08Google Inc.Delegate authorization in cloud-based storage system
US9160809B2 (en)2012-11-262015-10-13Go Daddy Operating Company, LLCDNS overriding-based methods of accelerating content delivery
US9654436B2 (en)2012-11-272017-05-16BitTitan Inc.Systems and methods for migrating mailbox data from systems with limited or restricted remote access
US10484491B2 (en)2012-12-022019-11-19At&T Intellectual Property I, L.P.Personalized monitoring of data collected by the internet of things
US10009434B2 (en)2012-12-022018-06-26At&T Intellectual Property I, L.P.Methods, systems, and products for personalized monitoring of data
US9268860B2 (en)2012-12-022016-02-23At&T Intellectual Property I, L.P.Methods, systems, and products for personalized monitoring of data
US9560151B2 (en)2012-12-022017-01-31At&T Intellectual Property I, L.P.Methods, systems, and products for personalized monitoring of data
US10235383B2 (en)2012-12-192019-03-19Box, Inc.Method and apparatus for synchronization of items with read-only permissions in a cloud-based environment
US9684535B2 (en)2012-12-212017-06-20Commvault Systems, Inc.Archiving virtual machines in a data storage system
US11544221B2 (en)2012-12-212023-01-03Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US10824464B2 (en)2012-12-212020-11-03Commvault Systems, Inc.Archiving virtual machines in a data storage system
US11099886B2 (en)2012-12-212021-08-24Commvault Systems, Inc.Archiving virtual machines in a data storage system
US10684883B2 (en)2012-12-212020-06-16Commvault Systems, Inc.Archiving virtual machines in a data storage system
US9965316B2 (en)2012-12-212018-05-08Commvault Systems, Inc.Archiving virtual machines in a data storage system
US11468005B2 (en)2012-12-212022-10-11Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US10733143B2 (en)2012-12-212020-08-04Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US9740702B2 (en)2012-12-212017-08-22Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US9069799B2 (en)*2012-12-272015-06-30Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US10303559B2 (en)2012-12-272019-05-28Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US20140188812A1 (en)*2012-12-272014-07-03Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US11243849B2 (en)2012-12-272022-02-08Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US10956201B2 (en)2012-12-282021-03-23Commvault Systems, Inc.Systems and methods for repurposing virtual machines
US20220114070A1 (en)*2012-12-282022-04-14Iii Holdings 2, LlcSystem, Method and Computer Readable Medium for Offloaded Computation of Distributed Application Protocols within a Cluster of Data Processing Nodes
US11099944B2 (en)2012-12-282021-08-24Commvault Systems, Inc.Storing metadata at a cloud-based data recovery center for disaster recovery testing and recovery of backup data stored remotely from the cloud-based data recovery center
US10346259B2 (en)2012-12-282019-07-09Commvault Systems, Inc.Data recovery using a cloud-based remote data recovery center
US9396245B2 (en)2013-01-022016-07-19Box, Inc.Race condition handling in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9152639B2 (en)2013-01-042015-10-06Hitachi, Ltd.Method and apparatus to transfer file data to a cloud environment
US12299467B2 (en)2013-01-082025-05-13Commvault Systems, Inc.Virtual server agent load balancing
US11922197B2 (en)2013-01-082024-03-05Commvault Systems, Inc.Virtual server agent load balancing
US11734035B2 (en)2013-01-082023-08-22Commvault Systems, Inc.Virtual machine load balancing
US10896053B2 (en)2013-01-082021-01-19Commvault Systems, Inc.Virtual machine load balancing
US9977687B2 (en)2013-01-082018-05-22Commvault Systems, Inc.Virtual server agent load balancing
US10474483B2 (en)2013-01-082019-11-12Commvault Systems, Inc.Virtual server agent load balancing
US9703584B2 (en)2013-01-082017-07-11Commvault Systems, Inc.Virtual server agent load balancing
US9374345B2 (en)2013-01-092016-06-21International Business Machines CorporationTransparent encryption/decryption gateway for cloud storage services
US9306917B2 (en)2013-01-092016-04-05International Business Machines CorporationTransparent encryption/decryption gateway for cloud storage services
US9953036B2 (en)2013-01-092018-04-24Box, Inc.File system monitoring in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9372726B2 (en)2013-01-092016-06-21The Research Foundation For The State University Of New YorkGang migration of virtual machines using cluster-wide deduplication
US9811423B2 (en)*2013-01-112017-11-07Commvault Systems, Inc.Partial file restore in a data storage system
US20140201155A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Partial file restore in a data storage system
US10108652B2 (en)2013-01-112018-10-23Commvault Systems, Inc.Systems and methods to process block-level backup for selective file restoration for virtual machines
US9760444B2 (en)*2013-01-112017-09-12Commvault Systems, Inc.Sharing of secondary storage data
US9507795B2 (en)2013-01-112016-11-29Box, Inc.Functionalities, features, and user interface of a synchronization client to a cloud-based environment
US11182255B2 (en)2013-01-112021-11-23Commvault Systems, Inc.Sharing of secondary storage data
US20140201153A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Partial file restore in a data storage system
US9804930B2 (en)*2013-01-112017-10-31Commvault Systems, Inc.Partial file restore in a data storage system
US11726887B2 (en)2013-01-112023-08-15Commvault Systems, Inc.Table level database restore in a data storage system
US9495404B2 (en)2013-01-112016-11-15Commvault Systems, Inc.Systems and methods to process block-level backup for selective file restoration for virtual machines
US20180113768A1 (en)*2013-01-112018-04-26Commvault Systems, Inc.Partial file restore in a data storage system
US11023334B2 (en)2013-01-112021-06-01Commvault Systems, Inc.Table level database restore in a data storage system
US20140201154A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Sharing of secondary storage data
US10599525B2 (en)2013-01-112020-03-24Commvault Systems, Inc.Sharing of secondary storage data
US9652283B2 (en)2013-01-142017-05-16Commvault Systems, Inc.Creation of virtual machine placeholders in a data storage system
US9766989B2 (en)2013-01-142017-09-19Commvault Systems, Inc.Creation of virtual machine placeholders in a data storage system
US9483489B2 (en)2013-01-142016-11-01Commvault Systems, Inc.Partial sharing of secondary storage files in a data storage system
US9489244B2 (en)2013-01-142016-11-08Commvault Systems, Inc.Seamless virtual machine recall in a data storage system
US10140037B2 (en)2013-01-142018-11-27Commvault Systems, Inc.Partial sharing of secondary storage files in a data storage system
US20140201233A1 (en)*2013-01-152014-07-17Tencent Technology (Shenzhen) Company LimitedMethod, device, and system for uploading data
US20140201824A1 (en)*2013-01-152014-07-17Symantec CorporationSystems and methods for providing access to data accounts within user profiles via cloud-based storage services
US8904503B2 (en)*2013-01-152014-12-02Symantec CorporationSystems and methods for providing access to data accounts within user profiles via cloud-based storage services
US9015123B1 (en)*2013-01-162015-04-21Netapp, Inc.Methods and systems for identifying changed data in an expandable storage volume
US10599671B2 (en)2013-01-172020-03-24Box, Inc.Conflict resolution, retry condition management, and handling of problem files for the synchronization client to a cloud-based platform
US9141669B2 (en)2013-01-222015-09-22Go Daddy Operating Company, LLCConfiguring an origin server content delivery using a pulled data list
US9384208B2 (en)2013-01-222016-07-05Go Daddy Operating Company, LLCConfiguring a cached website file removal using a pulled data list
US9438493B2 (en)2013-01-312016-09-06Go Daddy Operating Company, LLCMonitoring network entities via a central monitoring system
US11249672B2 (en)*2013-01-312022-02-15Vmware, Inc.Low-cost backup and edge caching using unused disk blocks
US20170235493A1 (en)*2013-01-312017-08-17Vmware, Inc.Low-Cost Backup and Edge Caching Using Unused Disk Blocks
US12197395B2 (en)*2013-02-012025-01-14Google LlcAccessing objects in hosted storage
US20210200723A1 (en)*2013-02-012021-07-01Google LlcAccessing objects in hosted storage
US11531641B2 (en)*2013-03-062022-12-20Quest Software Inc.Storage system deduplication with service level agreements
US20190079942A1 (en)*2013-03-062019-03-14Quest Software Inc.Storage system deduplication with service level agreements
US9851917B2 (en)*2013-03-072017-12-26Postech Academy—Industry FoundationMethod for de-duplicating data and apparatus therefor
US9864755B2 (en)2013-03-082018-01-09Go Daddy Operating Company, LLCSystems for associating an online file folder with a uniform resource locator
US11042663B2 (en)2013-03-122021-06-22Commvault Systems, Inc.Automatic file encryption
US9734348B2 (en)2013-03-122017-08-15Commvault Systems, Inc.Automatic file encryption
US10445518B2 (en)2013-03-122019-10-15Commvault Systems, Inc.Automatic file encryption
US9990512B2 (en)2013-03-122018-06-05Commvault Systems, Inc.File backup with selective encryption
US20160219109A1 (en)*2013-03-122016-07-28Western Digital Technologies, Inc.Cloud storage brokering service
US20140281517A1 (en)*2013-03-122014-09-18Commvault Systems, Inc.File backup with selective encryption
US9483655B2 (en)*2013-03-122016-11-01Commvault Systems, Inc.File backup with selective encryption
US20220272601A1 (en)*2013-03-122022-08-25Gerald Douglas Hosier, JR.Online Systems and Methods for Advancing Information Organization Sharing and Collective Action
US9912753B2 (en)*2013-03-122018-03-06Western Digital Technologies, Inc.Cloud storage brokering service
US20140280387A1 (en)*2013-03-122014-09-18Hon Hai Precision Industry Co., Ltd.System and method for expanding storage space of network device
US11928229B2 (en)2013-03-122024-03-12Commvault Systems, Inc.Automatic file encryption
US11671895B2 (en)*2013-03-122023-06-06Gerald Douglas Hosier, JR.Online systems and methods for advancing information organization sharing and collective action
US10454984B2 (en)2013-03-142019-10-22Cisco Technology, Inc.Method for streaming packet captures from network access devices to a cloud server over HTTP
US20140278807A1 (en)*2013-03-152014-09-18Cloudamize, Inc.Cloud service optimization for cost, performance and configuration
US20140278808A1 (en)*2013-03-152014-09-18Gravitant, Inc.Implementing comparison of cloud service provider package offerings
US9818127B2 (en)*2013-03-152017-11-14International Business Machines CorporationImplementing comparison of cloud service provider package offerings
US20250245202A1 (en)*2013-03-152025-07-31Comcast Cable Communications, LlcManagement of content
US9767299B2 (en)2013-03-152017-09-19Mymail Technology, LlcSecure cloud data sharing
US10394766B2 (en)2013-04-022019-08-27International Business Machines CorporationIntelligent data routing and storage provisioning
US11119986B2 (en)2013-04-022021-09-14International Business Machines CorporationIntelligent data routing and storage provisioning
US9569476B2 (en)2013-04-022017-02-14International Business Machines CorporationIntelligent data routing and storage provisioning
US9560019B2 (en)2013-04-102017-01-31International Business Machines CorporationMethod and system for managing security in a computing environment
US9948458B2 (en)2013-04-102018-04-17International Business Machines CorporationManaging security in a computing environment
US10270593B2 (en)2013-04-102019-04-23International Business Machines CorporationManaging security in a computing environment
US9298385B2 (en)2013-04-122016-03-29International Business Machines CorporationSystem, method and computer program product for deduplication aware quality of service over data tiering
US10846074B2 (en)2013-05-102020-11-24Box, Inc.Identification and handling of items to be ignored for synchronization with a cloud-based platform by a synchronization client
US10725968B2 (en)2013-05-102020-07-28Box, Inc.Top down delete or unsynchronization on delete of and depiction of item synchronization with a synchronization client to a cloud-based platform
US9170996B2 (en)2013-05-162015-10-27Bank Of America CorporationContent interchange bus
US9591060B1 (en)2013-06-042017-03-07Ca, Inc.Transferring applications between computer systems
US20140365877A1 (en)*2013-06-052014-12-11Apple Inc.File History Tagging
US9639586B2 (en)2013-06-132017-05-02Bank Of America CorporationIdentification of load utility
US10877937B2 (en)2013-06-132020-12-29Box, Inc.Systems and methods for synchronization event building and/or collapsing by a synchronization component of a cloud-based platform
US9646065B2 (en)2013-06-132017-05-09Bank Of America CorporationIdentification of load utility
US9633037B2 (en)2013-06-132017-04-25Box, IncSystems and methods for synchronization event building and/or collapsing by a synchronization component of a cloud-based platform
US10019450B2 (en)2013-06-132018-07-10Bank Of America CorporationAutomation of MLOAD and TPUMP conversion
US10019449B2 (en)2013-06-132018-07-10Bank Of America CorporationAutomation of MLOAD and TPUMP conversion
US11531648B2 (en)2013-06-212022-12-20Box, Inc.Maintaining and updating file system shadows on a local device by a synchronization client of a cloud-based platform
US9805050B2 (en)2013-06-212017-10-31Box, Inc.Maintaining and updating file system shadows on a local device by a synchronization client of a cloud-based platform
US10229134B2 (en)2013-06-252019-03-12Box, Inc.Systems and methods for managing upgrades, migration of user data and improving performance of a cloud-based platform
US10110656B2 (en)2013-06-252018-10-23Box, Inc.Systems and methods for providing shell communication in a cloud-based platform
US9939981B2 (en)2013-09-122018-04-10Commvault Systems, Inc.File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
US11010011B2 (en)2013-09-122021-05-18Commvault Systems, Inc.File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
US9483473B2 (en)2013-09-132016-11-01Box, Inc.High availability architecture for a cloud-based concurrent-access collaboration platform
US12386475B2 (en)2013-09-132025-08-12Box, Inc.System and methods for configuring event-based automation in cloud-based collaboration platforms
US10509527B2 (en)2013-09-132019-12-17Box, Inc.Systems and methods for configuring event-based automation in cloud-based collaboration platforms
US9704137B2 (en)2013-09-132017-07-11Box, Inc.Simultaneous editing/accessing of content by collaborator invitation through a web-based or mobile application to a cloud-based collaboration platform
US9519886B2 (en)2013-09-132016-12-13Box, Inc.Simultaneous editing/accessing of content by collaborator invitation through a web-based or mobile application to a cloud-based collaboration platform
US8892679B1 (en)2013-09-132014-11-18Box, Inc.Mobile device, methods and user interfaces thereof in a mobile device platform featuring multifunctional access and engagement in a collaborative environment provided by a cloud-based platform
US10044773B2 (en)2013-09-132018-08-07Box, Inc.System and method of a multi-functional managing user interface for accessing a cloud-based platform via mobile devices
US11435865B2 (en)2013-09-132022-09-06Box, Inc.System and methods for configuring event-based automation in cloud-based collaboration platforms
US9535909B2 (en)2013-09-132017-01-03Box, Inc.Configurable event-based automation architecture for cloud-based collaboration platforms
US9213684B2 (en)2013-09-132015-12-15Box, Inc.System and method for rendering document in web browser or mobile device regardless of third-party plug-in software
US11822759B2 (en)2013-09-132023-11-21Box, Inc.System and methods for configuring event-based automation in cloud-based collaboration platforms
US20150248418A1 (en)*2013-10-092015-09-03Rahul M. BhardwajTechnology for managing cloud storage
US9547654B2 (en)*2013-10-092017-01-17Intel CorporationTechnology for managing cloud storage
US10866931B2 (en)2013-10-222020-12-15Box, Inc.Desktop application for accessing a cloud collaboration platform
WO2015073708A1 (en)*2013-11-142015-05-21Intralinks, Inc.Litigation support in cloud-hosted file sharing and collaboration
US9514327B2 (en)2013-11-142016-12-06Intralinks, Inc.Litigation support in cloud-hosted file sharing and collaboration
US10346937B2 (en)2013-11-142019-07-09Intralinks, Inc.Litigation support in cloud-hosted file sharing and collaboration
US20150188910A1 (en)*2013-12-262015-07-02Iswind Digital Engineering Inc.Policy group based file protection system, file protection method thereof, and computer readable medium
US9477429B2 (en)2013-12-272016-10-25Wistron CorporationBlock storage gateway module, method for providing access to block storage, mediator system and mediating method for storage, cloud storage system, and content delivery apparatus
TWI510932B (en)*2013-12-272015-12-01Wistron CorpBlock storage gateway module, mediator system for storage, cloud storage system, method for providing access to block storage, mediating method for storage, and content delivery apparatus
US20150215404A1 (en)*2014-01-272015-07-30Fujitsu LimitedReplication device, replication method, and replication system
US9444735B2 (en)2014-02-272016-09-13Cisco Technology, Inc.Contextual summarization tag and type match using network subnetting
US20150261811A1 (en)*2014-03-142015-09-17Netapp, Inc.Methods and systems for detecting data container modification
US20160259590A1 (en)*2014-03-272016-09-08Hitachi, Ltd.Storage system and method for deduplicating data
US9600201B2 (en)*2014-03-272017-03-21Hitachi, Ltd.Storage system and method for deduplicating data
US11321189B2 (en)2014-04-022022-05-03Commvault Systems, Inc.Information management by a media agent in the absence of communications with a storage manager
US10972312B2 (en)2014-04-152021-04-06Cisco Technology, Inc.Programmable infrastructure gateway for enabling hybrid cloud services in a network environment
US10461959B2 (en)2014-04-152019-10-29Cisco Technology, Inc.Programmable infrastructure gateway for enabling hybrid cloud services in a network environment
US11606226B2 (en)2014-04-152023-03-14Cisco Technology, Inc.Programmable infrastructure gateway for enabling hybrid cloud services in a network environment
US9762553B2 (en)2014-04-232017-09-12Intralinks, Inc.Systems and methods of secure data exchange
US9613190B2 (en)2014-04-232017-04-04Intralinks, Inc.Systems and methods of secure data exchange
US20150312331A1 (en)*2014-04-252015-10-29Shinkuro, Inc.System and Method for Group Collaboration Using a Distributed Network File Repository
US9830593B2 (en)2014-04-262017-11-28Ss8 Networks, Inc.Cryptographic currency user directory data and enhanced peer-verification ledger synthesis through multi-modal cryptographic key-address mapping
WO2015167538A3 (en)*2014-04-302016-04-28Hewlett Packard Enterprise Development LpMigrating objects from a source service to a target service
US10635645B1 (en)2014-05-042020-04-28Veritas Technologies LlcSystems and methods for maintaining aggregate tables in databases
US10817510B1 (en)2014-05-042020-10-27Veritas Technologies LlcSystems and methods for navigating through a hierarchy of nodes stored in a database
US9935894B2 (en)2014-05-082018-04-03Cisco Technology, Inc.Collaborative inter-service scheduling of logical resources in cloud platforms
US9823842B2 (en)2014-05-122017-11-21The Research Foundation For The State University Of New YorkGang migration of virtual machines using cluster-wide deduplication
US10156986B2 (en)2014-05-122018-12-18The Research Foundation For The State University Of New YorkGang migration of virtual machines using cluster-wide deduplication
US10530854B2 (en)2014-05-302020-01-07Box, Inc.Synchronization of permissioned content in cloud-based environments
US10346188B1 (en)*2014-06-132019-07-09Veritas Technologies LlcBooting virtual machine instances in a distributed data processing architecture
US9602514B2 (en)2014-06-162017-03-21Box, Inc.Enterprise mobility management and verification of a managed application by a content provider
US9742738B2 (en)2014-06-172017-08-22Cisco Technology, Inc.Method and apparatus for enforcing storage encryption for data stored in a cloud
US10122605B2 (en)2014-07-092018-11-06Cisco Technology, IncAnnotation of network activity through different phases of execution
US10234835B2 (en)2014-07-112019-03-19Microsoft Technology Licensing, LlcManagement of computing devices using modulated electricity
US9933804B2 (en)2014-07-112018-04-03Microsoft Technology Licensing, LlcServer installation as a grid condition sensor
US10778693B2 (en)2014-07-142020-09-15Cisco Technology, Inc.Network-based real-time distributed data compliance broker
US10084795B2 (en)*2014-07-142018-09-25Cisco Technology, Inc.Network-based real-time distributed data compliance broker
US20160014140A1 (en)*2014-07-142016-01-14Cisco Technology, Inc.Network-based real-time distributed data compliance broker
US10042763B2 (en)2014-07-162018-08-07ClearSky DataWrite back coordination node for cache latency correction
US9652389B2 (en)2014-07-162017-05-16ClearSky DataHash discriminator process for hierarchical cache system
US9430387B2 (en)2014-07-162016-08-30ClearSky DataDecoupling data and metadata in hierarchical cache system
US10650057B2 (en)2014-07-162020-05-12Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US9684594B2 (en)2014-07-162017-06-20ClearSky DataWrite back coordination node for cache latency correction
US11625439B2 (en)2014-07-162023-04-11Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US11704379B2 (en)2014-07-212023-07-18Dropbox, Inc.Sharing unmanaged content using a content management system
US12013912B2 (en)2014-07-212024-06-18Dropbox, Inc.Sharing unmanaged content using a content management system
US20160019210A1 (en)*2014-07-212016-01-21Dropbox, Inc.Sharing unmanaged content using a content management system
US9860314B2 (en)2014-08-192018-01-02Ciena CorporationData synchronization system and methods in a network using a highly-available key-value storage system
US10708323B2 (en)2014-08-292020-07-07Box, Inc.Managing flow-based interactions with cloud-based shared content
US9756022B2 (en)2014-08-292017-09-05Box, Inc.Enhanced remote key management for an enterprise in a cloud-based environment
US10038731B2 (en)2014-08-292018-07-31Box, Inc.Managing flow-based interactions with cloud-based shared content
US11876845B2 (en)2014-08-292024-01-16Box, Inc.Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US10708321B2 (en)2014-08-292020-07-07Box, Inc.Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US11146600B2 (en)2014-08-292021-10-12Box, Inc.Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US9894119B2 (en)2014-08-292018-02-13Box, Inc.Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US10574442B2 (en)2014-08-292020-02-25Box, Inc.Enhanced remote key management for an enterprise in a cloud-based environment
US9613048B2 (en)*2014-09-102017-04-04Panzura, Inc.Sending interim notifications to a client of a distributed filesystem
US20160072886A1 (en)*2014-09-102016-03-10Panzura, Inc.Sending interim notifications to a client of a distributed filesystem
US10630772B2 (en)2014-09-102020-04-21Panzura, Inc.Maintaining global namespace consistency for a distributed filesystem
US10291705B2 (en)2014-09-102019-05-14Panzura, Inc.Sending interim notifications for namespace operations for a distributed filesystem
US9727491B2 (en)2014-09-172017-08-08Commvault Systems, Inc.Token-based encryption determination process
US9984006B2 (en)2014-09-172018-05-29Commvault Systems, Inc.Data storage systems and methods
US9720849B2 (en)2014-09-172017-08-01Commvault Systems, Inc.Token-based encryption rule generation process
US9405928B2 (en)2014-09-172016-08-02Commvault Systems, Inc.Deriving encryption rules based on file content
US9417968B2 (en)2014-09-222016-08-16Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9436555B2 (en)2014-09-222016-09-06Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US10048889B2 (en)2014-09-222018-08-14Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US10437505B2 (en)2014-09-222019-10-08Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9710465B2 (en)2014-09-222017-07-18Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US10452303B2 (en)2014-09-222019-10-22Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US9996534B2 (en)2014-09-222018-06-12Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US10572468B2 (en)2014-09-222020-02-25Commvault Systems, Inc.Restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9928001B2 (en)2014-09-222018-03-27Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US10334056B2 (en)*2014-09-262019-06-25Intel CorporationHardware resource access systems and techniques
US10805235B2 (en)2014-09-262020-10-13Cisco Technology, Inc.Distributed application framework for prioritizing network traffic using application priority awareness
US20240214278A1 (en)*2014-10-022024-06-27Pure Storage, Inc.Providing Emulated Access to a Remotely Managed Storage System
US9992076B2 (en)2014-10-152018-06-05Cisco Technology, Inc.Dynamic cache allocating techniques for cloud computing systems
US10776209B2 (en)2014-11-102020-09-15Commvault Systems, Inc.Cross-platform virtual machine backup and replication
US10095768B2 (en)*2014-11-142018-10-09Veritas Technologies LlcSystems and methods for aggregating information-asset classifications
US20160140207A1 (en)*2014-11-142016-05-19Symantec CorporationSystems and methods for aggregating information-asset classifications
US10404799B2 (en)2014-11-192019-09-03Commvault Systems, Inc.Migration to cloud storage from backup
US12058209B2 (en)2014-11-192024-08-06Commvault Systems, Inc.Migration to cloud storage
US9996287B2 (en)2014-11-202018-06-12Commvault Systems, Inc.Virtual machine change block tracking
US9823977B2 (en)2014-11-202017-11-21Commvault Systems, Inc.Virtual machine change block tracking
US11422709B2 (en)2014-11-202022-08-23Commvault Systems, Inc.Virtual machine change block tracking
US9983936B2 (en)2014-11-202018-05-29Commvault Systems, Inc.Virtual machine change block tracking
US12061798B2 (en)2014-11-202024-08-13Commvault Systems, Inc.Virtual machine change block tracking
US10509573B2 (en)2014-11-202019-12-17Commvault Systems, Inc.Virtual machine change block tracking
US11321281B2 (en)2015-01-152022-05-03Commvault Systems, Inc.Managing structured data in a data storage system
US11768602B2 (en)*2015-01-202023-09-26Ultrata, LlcObject memory data flow instruction execution
US20220100370A1 (en)*2015-01-202022-03-31Ultrata, LlcObject memory data flow instruction execution
US11630739B2 (en)2015-01-212023-04-18Commvault Systems, Inc.Database protection using block-level mapping
US10110572B2 (en)*2015-01-212018-10-23Oracle International CorporationTape drive encryption in the data path
US20160212107A1 (en)*2015-01-212016-07-21Oracle International CorporationTape drive encryption in the data path
US11755424B2 (en)2015-01-212023-09-12Commvault Systems, Inc.Restoring archived object-level database data
US11030058B2 (en)2015-01-212021-06-08Commvault Systems, Inc.Restoring archived object-level database data
US10891199B2 (en)*2015-01-212021-01-12Commvault Systems, Inc.Object-level database restore
US12174710B2 (en)2015-01-212024-12-24Commvault Systems, Inc.Restoring archived database data
US11042449B2 (en)2015-01-212021-06-22Commvault Systems, Inc.Database protection using block-level mapping
US11436096B2 (en)2015-01-212022-09-06Commvault Systems, Inc.Object-level database restore
US20160217176A1 (en)*2015-01-252016-07-28Iguazio Systems Ltd.Application-centric object configuration
US10614050B2 (en)2015-01-252020-04-07Iguazio Systems, Ltd.Managing object requests via multiple indexes
WO2016118964A1 (en)*2015-01-252016-07-28Iguazio Systems Ltd.Application-centric object storage
US11269832B2 (en)*2015-01-252022-03-08Iguazio Systems Ltd.Application-centric object configuration
US10372692B2 (en)2015-01-252019-08-06Iguazio Systems Ltd.Virtual data objects
US10592488B2 (en)2015-01-252020-03-17Iguazio Systems Ltd.Application-centric object interfaces
US10805394B2 (en)*2015-01-302020-10-13Hitachi, Ltd.File server apparatus having shared file system with file and directory operation processing
US20180013827A1 (en)*2015-01-302018-01-11Hitachi, Ltd.File server apparatus
US10942817B1 (en)2015-01-312021-03-09Veritas Technologies LlcLow cost, heterogeneous method of transforming replicated data for consumption in the cloud
US11366724B2 (en)2015-01-312022-06-21Veritas Technologies LlcLow cost, heterogeneous method of transforming replicated data for consumption in the cloud
US10296422B1 (en)*2015-01-312019-05-21Veritas Technologies LlcLow cost, heterogeneous method of transforming replicated data for consumption in the cloud
US10050862B2 (en)2015-02-092018-08-14Cisco Technology, Inc.Distributed application framework that uses network and application awareness for placing data
US10019364B2 (en)2015-02-172018-07-10Hewlett Packard Enterprise Development LpAccess-based eviction of blocks from solid state drive cache memory
US11303570B2 (en)2015-02-242022-04-12Commvault Systems, Inc.Dynamic management of effective bandwidth of data storage operations
US10938723B2 (en)2015-02-242021-03-02Commvault Systems, Inc.Intelligent local management of data stream throttling in secondary-copy operations
US10313243B2 (en)2015-02-242019-06-04Commvault Systems, Inc.Intelligent local management of data stream throttling in secondary-copy operations
US11323373B2 (en)2015-02-242022-05-03Commvault Systems, Inc.Intelligent local management of data stream throttling in secondary-copy operations
US10812387B2 (en)2015-02-242020-10-20Commvault Systems, Inc.Dynamic management of effective bandwidth of data storage operations
US11711301B2 (en)2015-02-242023-07-25Commvault Systems, Inc.Throttling data streams from source computing devices
US10594610B2 (en)2015-02-242020-03-17Commvault Systems, Inc.Intelligent local management of data stream throttling in secondary-copy operations
WO2016138474A1 (en)*2015-02-262016-09-01Bittitan, Inc.Data migration systems and methods including archive migration
US10037617B2 (en)2015-02-272018-07-31Cisco Technology, Inc.Enhanced user interface systems including dynamic context selection for cloud-based networks
US10708342B2 (en)2015-02-272020-07-07Cisco Technology, Inc.Dynamic troubleshooting workspaces for cloud and network management systems
US10825212B2 (en)2015-02-272020-11-03Cisco Technology, Inc.Enhanced user interface systems including dynamic context selection for cloud-based networks
US10586063B2 (en)2015-03-202020-03-10Samsung Electronics Co., Ltd.Method and apparatus for storing file by using a plurality of cloud storages
US10733058B2 (en)2015-03-302020-08-04Commvault Systems, Inc.Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage
US9928144B2 (en)2015-03-302018-03-27Commvault Systems, Inc.Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage
US11500730B2 (en)2015-03-302022-11-15Commvault Systems, Inc.Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage
US10382534B1 (en)2015-04-042019-08-13Cisco Technology, Inc.Selective load balancing of network traffic
US11843658B2 (en)2015-04-042023-12-12Cisco Technology, Inc.Selective load balancing of network traffic
US11122114B2 (en)2015-04-042021-09-14Cisco Technology, Inc.Selective load balancing of network traffic
US9860322B2 (en)2015-04-082018-01-02Apple Inc.Stateless technique for distributing data uploads
US10033817B2 (en)2015-04-082018-07-24Apple Inc.Stateless technique for distributing data uploads
US20160307145A1 (en)*2015-04-142016-10-20International Business Machines CorporationScheduling and simulation system
US10726366B2 (en)*2015-04-142020-07-28International Business Machines CorporationScheduling and simulation system
US11573859B2 (en)2015-04-212023-02-07Commvault Systems, Inc.Content-independent and database management system-independent synthetic full backup of a database based on snapshot technology
US10938937B2 (en)2015-05-152021-03-02Cisco Technology, Inc.Multi-datacenter message queue
US10476982B2 (en)2015-05-152019-11-12Cisco Technology, Inc.Multi-datacenter message queue
US9940337B2 (en)*2015-05-312018-04-10Vmware, Inc.Predictive probabilistic deduplication of storage
US9940203B1 (en)*2015-06-112018-04-10EMC IP Holding Company LLCUnified interface for cloud-based backup and restoration
US9971526B1 (en)*2015-06-292018-05-15Amazon Technologies, Inc.Volume-based key-value store
US20170004153A1 (en)*2015-06-302017-01-05Spectra Logic CorporationParallel streams to maintain a target data transfer rate
US10063651B2 (en)*2015-06-302018-08-28Spectra Logic, Corp.Parallel streams to maintain a target data transfer rate
US10496669B2 (en)2015-07-022019-12-03Mongodb, Inc.System and method for augmenting consensus election in a distributed database
US10713275B2 (en)2015-07-022020-07-14Mongodb, Inc.System and method for augmenting consensus election in a distributed database
US10034201B2 (en)2015-07-092018-07-24Cisco Technology, Inc.Stateless load-balancing across multiple tunnels
US10432550B2 (en)2015-07-102019-10-01Alibaba Group Holding LimitedMethod and device for computing resource scheduling
US10033702B2 (en)2015-08-052018-07-24Intralinks, Inc.Systems and methods of secure data exchange
US20200097259A1 (en)*2015-08-122020-03-26Beijing Gaoyi Information Technology Co., Ltd.Method and system for realizing data tracking by means of software development kit
US10705803B2 (en)*2015-08-122020-07-07Beijing Gaoyi Information Technology Co., Ltd.Method and system for realizing data tracking by means of software development kit
US9923946B2 (en)*2015-08-212018-03-20International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US20180176275A1 (en)*2015-08-212018-06-21International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US10148718B2 (en)*2015-08-212018-12-04International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US20170054690A1 (en)*2015-08-212017-02-23International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US10129311B2 (en)*2015-08-212018-11-13International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US10142174B2 (en)2015-08-252018-11-27Oracle International CorporationService deployment infrastructure request provisioning
US10318157B2 (en)2015-09-022019-06-11Commvault Systems, Inc.Migrating data to disk without interrupting running operations
US11157171B2 (en)2015-09-022021-10-26Commvault Systems, Inc.Migrating data to disk without interrupting running operations
US10747436B2 (en)2015-09-022020-08-18Commvault Systems, Inc.Migrating data to disk without interrupting running operations
US10101913B2 (en)2015-09-022018-10-16Commvault Systems, Inc.Migrating data to disk without interrupting running backup operations
US10116692B2 (en)*2015-09-042018-10-30Arbor Networks, Inc.Scalable DDoS protection of SSL-encrypted services
US20170070531A1 (en)*2015-09-042017-03-09Arbor Networks, Inc.SCALABLE DDoS PROTECTION OF SSL-ENCRYPTED SERVICES
US9904801B2 (en)2015-09-102018-02-27International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US10079809B2 (en)2015-09-102018-09-18International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US10061938B2 (en)2015-09-102018-08-28International Business Machines CorporationMoving a portion of a streaming application to a public cloud based on sensitive data
US10614601B2 (en)2015-09-232020-04-07Vmware, Inc.Performance diagnostic for virtual machines
US10339683B2 (en)*2015-09-232019-07-02Vmware, Inc.Performance diagnostic for virtual machines
US20170084062A1 (en)*2015-09-232017-03-23Vmware, Inc.Performance diagnostic for virtual machines
US10673623B2 (en)2015-09-252020-06-02Mongodb, Inc.Systems and methods for hierarchical key management in encrypted distributed databases
US11394532B2 (en)2015-09-252022-07-19Mongodb, Inc.Systems and methods for hierarchical key management in encrypted distributed databases
US10846411B2 (en)2015-09-252020-11-24Mongodb, Inc.Distributed database systems and methods with encrypted storage engines
US10423626B2 (en)2015-09-252019-09-24Mongodb, Inc.Systems and methods for data conversion and comparison
US11288282B2 (en)2015-09-252022-03-29Mongodb, Inc.Distributed database systems and methods with pluggable storage engines
US10067780B2 (en)2015-10-062018-09-04Cisco Technology, Inc.Performance-based public cloud selection for a hybrid cloud environment
US11005682B2 (en)2015-10-062021-05-11Cisco Technology, Inc.Policy-driven switch overlay bypass in a hybrid cloud network environment
US10901769B2 (en)2015-10-062021-01-26Cisco Technology, Inc.Performance-based public cloud selection for a hybrid cloud environment
US12363115B2 (en)2015-10-132025-07-15Cisco Technology, Inc.Hybrid cloud security groups
US11218483B2 (en)2015-10-132022-01-04Cisco Technology, Inc.Hybrid cloud security groups
US10462136B2 (en)2015-10-132019-10-29Cisco Technology, Inc.Hybrid cloud security groups
US11593194B2 (en)*2015-10-232023-02-28Pure Storage, Inc.Cloud-based providing of one or more corrective measures for a storage system
US11934260B2 (en)2015-10-232024-03-19Pure Storage, Inc.Problem signature-based corrective measure deployment
US11874733B2 (en)2015-10-232024-01-16Pure Storage, Inc.Recovering a container storage system
WO2017074458A1 (en)*2015-10-302017-05-04Hewlett Packard Enterprise Development LpLikelihood of access based object storage in a cloud environment
US10523657B2 (en)2015-11-162019-12-31Cisco Technology, Inc.Endpoint privacy preservation with cloud conferencing
US10205677B2 (en)2015-11-242019-02-12Cisco Technology, Inc.Cloud resource placement optimization and migration execution in federated clouds
US10346424B2 (en)*2015-12-012019-07-09International Business Machines CorporationObject processing
US20170154090A1 (en)*2015-12-012017-06-01International Business Machines CorporationObject processing
US10084703B2 (en)2015-12-042018-09-25Cisco Technology, Inc.Infrastructure-exclusive service forwarding
US10489357B2 (en)2015-12-152019-11-26Mongodb, Inc.Systems and methods for automating management of distributed databases
CN105681273A (en)*2015-12-172016-06-15西安电子科技大学Client data deduplication method
US10367914B2 (en)2016-01-122019-07-30Cisco Technology, Inc.Attaching service level agreements to application containers and enabling service assurance
US10999406B2 (en)2016-01-122021-05-04Cisco Technology, Inc.Attaching service level agreements to application containers and enabling service assurance
US12373308B2 (en)2016-03-092025-07-29Commvault Systems, Inc.Restoring virtual machine data to cloud using a virtual server cloud file system
US10592350B2 (en)2016-03-092020-03-17Commvault Systems, Inc.Virtual server cloud file system for virtual machine restore to cloud operations
US12038814B2 (en)2016-03-092024-07-16Commvault Systems, Inc.Virtual server cloud file system for backing up cloud-based virtual machine data
US10565067B2 (en)2016-03-092020-02-18Commvault Systems, Inc.Virtual server cloud file system for virtual machine backup from cloud operations
US11159518B2 (en)*2016-03-222021-10-26International Business Machines CorporationContainer independent secure file system for security application containers
US10956382B2 (en)*2016-03-282021-03-23International Business Machines CorporationApplication aware export to object storage of low-reference data in deduplication repositories
US10956273B2 (en)2016-03-282021-03-23International Business Machines CorporationApplication aware export to object storage of low-reference data in deduplication repositories
US20170277729A1 (en)*2016-03-282017-09-28International Business Machines CorporationApplication aware export to object storage of low-reference data in deduplication repositories
US10089187B1 (en)*2016-03-292018-10-02EMC IP Holding Company LLCScalable cloud backup
US20170339070A1 (en)*2016-05-232017-11-23Cisco Technology, Inc.Inter-cloud broker for hybrid cloud networks
US10129177B2 (en)*2016-05-232018-11-13Cisco Technology, Inc.Inter-cloud broker for hybrid cloud networks
US10671496B2 (en)2016-05-312020-06-02Mongodb, Inc.Method and apparatus for reading and writing committed data
US10698775B2 (en)2016-05-312020-06-30Mongodb, Inc.Method and apparatus for reading and writing committed data
US11481289B2 (en)2016-05-312022-10-25Mongodb, Inc.Method and apparatus for reading and writing committed data
US11537482B2 (en)2016-05-312022-12-27Mongodb, Inc.Method and apparatus for reading and writing committed data
US11544154B2 (en)2016-06-272023-01-03Mongodb, Inc.Systems and methods for monitoring distributed database deployments
US10621050B2 (en)2016-06-272020-04-14Mongodb, Inc.Method and apparatus for restoring data from snapshots
US10776220B2 (en)2016-06-272020-09-15Mongodb, Inc.Systems and methods for monitoring distributed database deployments
US11520670B2 (en)2016-06-272022-12-06Mongodb, Inc.Method and apparatus for restoring data from snapshots
US10608865B2 (en)2016-07-082020-03-31Cisco Technology, Inc.Reducing ARP/ND flooding in cloud environment
US10659283B2 (en)2016-07-082020-05-19Cisco Technology, Inc.Reducing ARP/ND flooding in cloud environment
US10432532B2 (en)2016-07-122019-10-01Cisco Technology, Inc.Dynamically pinning micro-service to uplink port
WO2018011914A1 (en)*2016-07-132018-01-18株式会社日立製作所Data archive system and data archive method
US10382597B2 (en)2016-07-202019-08-13Cisco Technology, Inc.System and method for transport-layer level identification and isolation of container traffic
US10263898B2 (en)2016-07-202019-04-16Cisco Technology, Inc.System and method for implementing universal cloud classification (UCC) as a service (UCCaaS)
US10142346B2 (en)2016-07-282018-11-27Cisco Technology, Inc.Extension of a private cloud end-point group to a public cloud
US20190361846A1 (en)*2016-08-192019-11-28Charles NichollsSystem and Method for Storing Data with Rules on Containers for Collections of Data
US20180052836A1 (en)*2016-08-192018-02-22Charles NichollsSystem, Method and Apparatus for Data Management with Rules on Containers for Collections of Data
US11030153B2 (en)*2016-08-192021-06-08Charles NichollsSystem and method for storing data with rules on containers for collections of data
US10417182B2 (en)*2016-08-192019-09-17Charles NichollsSystem, method and apparatus for data management with rules on containers for collections of data
US10567344B2 (en)2016-08-232020-02-18Cisco Technology, Inc.Automatic firewall configuration based on aggregated cloud managed information
US10635643B2 (en)2016-09-292020-04-28Hewlett Packard Enterprise Development LpTiering data blocks to cloud storage systems
US10417102B2 (en)2016-09-302019-09-17Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including virtual machine distribution logic
CN106487787A (en)*2016-09-302017-03-08四川九洲电器集团有限责任公司A kind of free online multimedium method and server
US10896104B2 (en)2016-09-302021-01-19Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, using ping monitoring of target virtual machines
US10747630B2 (en)2016-09-302020-08-18Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including operations by a master monitor node
US10474548B2 (en)2016-09-302019-11-12Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, using ping monitoring of target virtual machines
US11429499B2 (en)2016-09-302022-08-30Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including operations by a master monitor node
US12432163B2 (en)2016-10-102025-09-30Cisco Technology, Inc.Orchestration system for migrating user data and services based on user information
US10523592B2 (en)2016-10-102019-12-31Cisco Technology, Inc.Orchestration system for migrating user data and services based on user information
US11716288B2 (en)2016-10-102023-08-01Cisco Technology, Inc.Orchestration system for migrating user data and services based on user information
US10366094B2 (en)*2016-10-182019-07-30Sap SeData access using aggregation
US10152251B2 (en)2016-10-252018-12-11Commvault Systems, Inc.Targeted backup of virtual machine
US11934859B2 (en)2016-10-252024-03-19Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10824459B2 (en)2016-10-252020-11-03Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10162528B2 (en)2016-10-252018-12-25Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US11416280B2 (en)2016-10-252022-08-16Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US12204929B2 (en)2016-10-252025-01-21Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US11531574B2 (en)*2016-11-172022-12-20Cimplrx Co., Ltd.System and method for creating and managing an interactive network of applications
US10678758B2 (en)2016-11-212020-06-09Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US11436202B2 (en)2016-11-212022-09-06Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US11044162B2 (en)2016-12-062021-06-22Cisco Technology, Inc.Orchestration of cloud and fog interactions
US10326817B2 (en)2016-12-202019-06-18Cisco Technology, Inc.System and method for quality-aware recording in large scale collaborate clouds
US10334029B2 (en)2017-01-102019-06-25Cisco Technology, Inc.Forming neighborhood groups from disperse cloud providers
US11522956B2 (en)*2017-01-152022-12-06Google LlcObject storage in cloud with reference counting using versions
US10530857B2 (en)*2017-01-192020-01-07International Business Machines CorporationSmart mounting of storage devices
US10986180B2 (en)2017-01-192021-04-20International Business Machines CorporationSmart mounting of storage devices
US20180205789A1 (en)*2017-01-192018-07-19International Business Machines CorporationSmart mounting of storage devices
US10552191B2 (en)2017-01-262020-02-04Cisco Technology, Inc.Distributed hybrid cloud orchestration model
US20210125198A1 (en)*2017-01-272021-04-29Walmart Apollo, LlcSystems and methods for determining customer lifetime value
US11836747B2 (en)*2017-01-272023-12-05Walmart Apollo, LlcSystems and methods for determining customer lifetime value
US12346917B2 (en)2017-01-272025-07-01Walmart Apollo, LlcSystems and methods for determining customer lifetime value
US10320683B2 (en)2017-01-302019-06-11Cisco Technology, Inc.Reliable load-balancer using segment routing and real-time application monitoring
US10917351B2 (en)2017-01-302021-02-09Cisco Technology, Inc.Reliable load-balancer using segment routing and real-time application monitoring
US10671571B2 (en)2017-01-312020-06-02Cisco Technology, Inc.Fast network performance in containerized environments for network function virtualization
US10949308B2 (en)2017-03-152021-03-16Commvault Systems, Inc.Application aware backup of virtual machines
US11573862B2 (en)2017-03-152023-02-07Commvault Systems, Inc.Application aware backup of virtual machines
US11526410B2 (en)2017-03-242022-12-13Commvault Systems, Inc.Time-based virtual machine reversion
US10896100B2 (en)2017-03-242021-01-19Commvault Systems, Inc.Buffered virtual machine replication
US10877851B2 (en)2017-03-242020-12-29Commvault Systems, Inc.Virtual machine recovery point selection
US10983875B2 (en)2017-03-242021-04-20Commvault Systems, Inc.Time-based virtual machine reversion
US12430214B2 (en)2017-03-242025-09-30Commvault Systems, Inc.Time-based virtual machine reversion
US12032455B2 (en)2017-03-242024-07-09Commvault Systems, Inc.Time-based virtual machine reversion
US10474542B2 (en)2017-03-242019-11-12Commvault Systems, Inc.Time-based virtual machine reversion
US11108858B2 (en)2017-03-282021-08-31Commvault Systems, Inc.Archiving mail servers via a simple mail transfer protocol (SMTP) server
US11074138B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US11669414B2 (en)2017-03-292023-06-06Commvault Systems, Inc.External dynamic virtual machine synchronization
US11249864B2 (en)2017-03-292022-02-15Commvault Systems, Inc.External dynamic virtual machine synchronization
US10387073B2 (en)2017-03-292019-08-20Commvault Systems, Inc.External dynamic virtual machine synchronization
US12316490B2 (en)2017-03-312025-05-27Commvault Systems, Inc.Managing data from internet of things (IoT) devices
US11140173B2 (en)2017-03-312021-10-05Baimmt, LlcSystem and method for secure access control
US11294786B2 (en)2017-03-312022-04-05Commvault Systems, Inc.Management of internet of things devices
US11314618B2 (en)2017-03-312022-04-26Commvault Systems, Inc.Management of internet of things devices
US11853191B2 (en)2017-03-312023-12-26Commvault Systems, Inc.Management of internet of things devices
US11221939B2 (en)2017-03-312022-01-11Commvault Systems, Inc.Managing data from internet of things devices in a vehicle
US11704223B2 (en)2017-03-312023-07-18Commvault Systems, Inc.Managing data from internet of things (IoT) devices in a vehicle
US11575681B2 (en)2017-03-312023-02-07Baimmt, LlcSystem and method for secure access control
US11005731B2 (en)2017-04-052021-05-11Cisco Technology, Inc.Estimating model parameters for automatic deployment of scalable micro services
US11487723B2 (en)*2017-04-282022-11-01Netapp Inc.Object and sequence number management
US12086116B2 (en)*2017-04-282024-09-10Netapp, Inc.Object and sequence number management
US10789205B1 (en)*2017-04-302020-09-29EMC IP Holding Company LLCCloud data archiving using promoted objects list
US10645166B2 (en)*2017-05-262020-05-05Realtek Semiconductor CorporationNetwork interface card
US20180343302A1 (en)*2017-05-262018-11-29Realtek Semiconductor CorporationData management circuit with network functions and network-based data management method
US10866868B2 (en)2017-06-202020-12-15Mongodb, Inc.Systems and methods for optimization of database operations
US10439877B2 (en)2017-06-262019-10-08Cisco Technology, Inc.Systems and methods for enabling wide area multicast domain name system
US10382274B2 (en)2017-06-262019-08-13Cisco Technology, Inc.System and method for wide area zero-configuration network auto configuration
US10642809B2 (en)*2017-06-262020-05-05International Business Machines CorporationImport, export, and copy management for tiered object storage
US11445022B2 (en)*2017-07-062022-09-13Acronis International GmbhSystem and method for service level agreement based data verification
US11695640B2 (en)2017-07-212023-07-04Cisco Technology, Inc.Container telemetry in data center environments with blade servers and switches
US10892940B2 (en)2017-07-212021-01-12Cisco Technology, Inc.Scalable statistics and analytics mechanisms in cloud networking
US10425288B2 (en)2017-07-212019-09-24Cisco Technology, Inc.Container telemetry in data center environments with blade servers and switches
US11411799B2 (en)2017-07-212022-08-09Cisco Technology, Inc.Scalable statistics and analytics mechanisms in cloud networking
US11196632B2 (en)2017-07-212021-12-07Cisco Technology, Inc.Container telemetry in data center environments with blade servers and switches
US11159412B2 (en)2017-07-242021-10-26Cisco Technology, Inc.System and method for providing scalable flow monitoring in a data center fabric
US11233721B2 (en)2017-07-242022-01-25Cisco Technology, Inc.System and method for providing scalable flow monitoring in a data center fabric
US10601693B2 (en)2017-07-242020-03-24Cisco Technology, Inc.System and method for providing scalable flow monitoring in a data center fabric
US11789828B2 (en)*2017-07-252023-10-17Veritas Technologies LlcMethods and systems relating to network based storage
US12184486B2 (en)2017-07-252024-12-31Cisco Technology, Inc.Detecting and resolving multicast traffic performance issues
US11102065B2 (en)2017-07-252021-08-24Cisco Technology, Inc.Detecting and resolving multicast traffic performance issues
US10541866B2 (en)2017-07-252020-01-21Cisco Technology, Inc.Detecting and resolving multicast traffic performance issues
US20210073084A1 (en)*2017-07-252021-03-11Hubstor Inc.Methods and systems relating to network based storage
US10846266B2 (en)2017-09-142020-11-24Commvault Systems, Inc.Distributed architecture for content indexing emails
US10372371B2 (en)2017-09-142019-08-06International Business Machines CorporationDynamic data relocation using cloud based ranks
US12405741B2 (en)2017-09-142025-09-02International Business Machines CorporationDynamic data relocation using cloud based ranks
US10372363B2 (en)2017-09-142019-08-06International Business Machines CorporationThin provisioning using cloud based ranks
US11263088B2 (en)2017-09-142022-03-01Commvault Systems, Inc.Distributed architecture for tracking content indexing
US10846180B2 (en)2017-09-142020-11-24Commvault Systems, Inc.Distributed framework for task splitting and task assignments in a content indexing system
US10581969B2 (en)2017-09-142020-03-03International Business Machines CorporationStorage system using cloud based ranks as replica storage
US11086535B2 (en)2017-09-142021-08-10International Business Machines CorporationThin provisioning using cloud based ranks
US11036592B2 (en)2017-09-142021-06-15Commvault Systems, Inc.Distributed content indexing architecture with separately stored file previews
US10721304B2 (en)2017-09-142020-07-21International Business Machines CorporationStorage system using cloud storage as a rank
US11086834B2 (en)2017-09-142021-08-10Commvault Systems, Inc.Distributed framework for data proximity-based task splitting in a content indexing system
US11687511B2 (en)2017-09-142023-06-27Commvault Systems, Inc.Distributed framework for data proximity-based task splitting in a content indexing system
US11321190B2 (en)2017-09-142022-05-03Commvault Systems, Inc.Distributed framework for task splitting and task assignments in a content indexing system
US10866879B2 (en)2017-10-182020-12-15Cisco Technology, Inc.System and method for graph based monitoring and management of distributed systems
US10353800B2 (en)2017-10-182019-07-16Cisco Technology, Inc.System and method for graph based monitoring and management of distributed systems
CN109947787A (en)*2017-10-302019-06-28阿里巴巴集团控股有限公司A kind of storage of data hierarchy, hierarchical query method and device
US12197396B2 (en)2017-11-132025-01-14Cisco Technology, Inc.Using persistent memory to enable restartability of bulk load transactions in cloud databases
US11481362B2 (en)2017-11-132022-10-25Cisco Technology, Inc.Using persistent memory to enable restartability of bulk load transactions in cloud databases
US11575747B2 (en)2017-12-122023-02-07Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US12375560B2 (en)2017-12-122025-07-29Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US10742735B2 (en)2017-12-122020-08-11Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US12003581B2 (en)2017-12-122024-06-04Commvault Systems, Inc.Enhanced network attached storage (NAS) interoperating with and overflowing to cloud storage resources
US10705882B2 (en)2017-12-212020-07-07Cisco Technology, Inc.System and method for resource placement across clouds for data intensive workloads
US10303555B1 (en)*2017-12-232019-05-28Rubrik, Inc.Tagging data for automatic transfer during backups
US11055182B2 (en)2017-12-232021-07-06Rubrik, Inc.Tagging data for automatic transfer during backups
US10909000B2 (en)2017-12-232021-02-02Rubrik, Inc.Tagging data for automatic transfer during backups
US11595474B2 (en)2017-12-282023-02-28Cisco Technology, Inc.Accelerating data replication using multicast and non-volatile memory enabled nodes
WO2019136430A3 (en)*2018-01-082019-08-08Domos, LlcMethod and apparatus for real time, dynamic management of real estate finance, services, and reporting
US20200349555A1 (en)*2018-01-162020-11-05Zoe Life Technologies Holding AGKnowledge currency units
US10877928B2 (en)2018-03-072020-12-29Commvault Systems, Inc.Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US10511534B2 (en)2018-04-062019-12-17Cisco Technology, Inc.Stateless distributed load-balancing
US11233737B2 (en)2018-04-062022-01-25Cisco Technology, Inc.Stateless distributed load-balancing
TWI661706B (en)*2018-05-232019-06-01蔣永和 Node system using block chain technology and operation method thereof
US10728361B2 (en)2018-05-292020-07-28Cisco Technology, Inc.System for association of customer information across subscribers
US11252256B2 (en)2018-05-292022-02-15Cisco Technology, Inc.System for association of customer information across subscribers
US10904322B2 (en)2018-06-152021-01-26Cisco Technology, Inc.Systems and methods for scaling down cloud-based servers handling secure connections
US11552937B2 (en)2018-06-192023-01-10Cisco Technology, Inc.Distributed authentication and authorization for rapid scaling of containerized services
US10764266B2 (en)2018-06-192020-09-01Cisco Technology, Inc.Distributed authentication and authorization for rapid scaling of containerized services
US11968198B2 (en)2018-06-192024-04-23Cisco Technology, Inc.Distributed authentication and authorization for rapid scaling of containerized services
US11019083B2 (en)2018-06-202021-05-25Cisco Technology, Inc.System for coordinating distributed website analysis
US10819571B2 (en)2018-06-292020-10-27Cisco Technology, Inc.Network traffic optimization using in-situ notification system
US12220230B2 (en)*2018-07-032025-02-11Moterum Technologies, Inc.Distributed system architecture for gait monitoring and methods of use
CN112638250A (en)*2018-07-032021-04-09莫特鲁姆科技有限公司Distributed system architecture for gait monitoring and method of use thereof
WO2020010212A1 (en)*2018-07-032020-01-09Moterum Technologies, Inc.Distributed system architecture for gait monitoring and methods of use
US20210251518A1 (en)*2018-07-032021-08-19Moterum Technologies, Inc.Distributed system architecture for gait monitoring and methods of use
US10904342B2 (en)2018-07-302021-01-26Cisco Technology, Inc.Container networking using communication tunnels
US10891198B2 (en)2018-07-302021-01-12Commvault Systems, Inc.Storing data to cloud libraries in cloud native formats
US20200133719A1 (en)*2018-10-242020-04-30EMC IP Holding Company LLCMethod of efficiently migrating data from one tier to another with suspend and resume capability
US10929176B2 (en)*2018-10-242021-02-23EMC IP Holding Company LLCMethod of efficiently migrating data from one tier to another with suspend and resume capability
US20200136948A1 (en)*2018-10-312020-04-30Nutanix, Inc.System and method for managing a remote office branch office location in a virtualized environment
US10917323B2 (en)*2018-10-312021-02-09Nutanix, Inc.System and method for managing a remote office branch office location in a virtualized environment
US11550680B2 (en)2018-12-062023-01-10Commvault Systems, Inc.Assigning backup resources in a data storage management system based on failover of partnered data storage resources
US11604788B2 (en)2019-01-242023-03-14EMC IP Holding Company LLCStoring a non-ordered associative array of pairs using an append-only storage medium
US10996974B2 (en)2019-01-302021-05-04Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data, including management of cache storage for virtual machine data
US10768971B2 (en)2019-01-302020-09-08Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US11467863B2 (en)2019-01-302022-10-11Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US11947990B2 (en)2019-01-302024-04-02Commvault Systems, Inc.Cross-hypervisor live-mount of backed up virtual machine data
US11792226B2 (en)2019-02-252023-10-17Oracle International CorporationAutomatic api document generation from scim metadata
US20210103397A1 (en)*2019-03-082021-04-08Netapp Inc.Transferring snapshot copy to object store with deduplication preservation and additional compression
US11687265B2 (en)*2019-03-082023-06-27Netapp, Inc.Transferring snapshot copy to object store with deduplication preservation and additional compression
US12210757B2 (en)2019-03-082025-01-28Netapp, Inc.Transferring snapshot copy to object store with deduplication preservation and additional compression
US11669261B2 (en)*2019-03-112023-06-06Commvault Systems, Inc.Skipping data backed up in prior backup operations
US12056384B2 (en)2019-03-112024-08-06Commvault Systems, Inc.Skipping data backed up in prior backup operations
US20220113873A1 (en)*2019-03-112022-04-14Commvault Systems, Inc.Skipping data backed up in prior backup operations
US11816001B2 (en)2019-03-122023-11-14Commvault Systems, Inc.Managing structured data in a data storage system
US11269732B2 (en)2019-03-122022-03-08Commvault Systems, Inc.Managing structured data in a data storage system
US11601500B2 (en)2019-03-182023-03-07Samsung Electronics Co., Ltd.Method and device for storing a data file in a cloud-based storage
WO2020190021A1 (en)*2019-03-182020-09-24Samsung Electronics Co., Ltd.Method and device for storing a data file in a cloud-based storage
US11363054B2 (en)*2019-03-282022-06-14Naver Cloud CorporationApparatus and method for analyzing security vulnerabilities
TWI798547B (en)*2019-04-302023-04-11美商克魯密爾公司Restore from a cloud-based data protection service
US11366723B2 (en)2019-04-302022-06-21Commvault Systems, Inc.Data storage management system for holistic protection and migration of serverless applications across multi-cloud computing environments
US11829256B2 (en)2019-04-302023-11-28Commvault Systems, Inc.Data storage management system for holistic protection of cloud-based serverless applications in single cloud and across multi-cloud computing environments
AU2020267132B2 (en)*2019-04-302022-11-24Commvault Systems, Inc.Restore from a cloud-based data protection service
US12294624B2 (en)2019-04-302025-05-06Commvault Systems, Inc.Change-based restore from a cloud-based data protection service
US11494273B2 (en)2019-04-302022-11-08Commvault Systems, Inc.Holistically protecting serverless applications across one or more cloud computing environments
US11888935B2 (en)2019-04-302024-01-30Clumio, Inc.Post-processing in a cloud-based data protection service
US12197293B2 (en)2019-04-302025-01-14Commvault Systems, Inc.Holistic protection of cloud-based serverless applications
US11388233B2 (en)2019-04-302022-07-12Clumio, Inc.Cloud-based data protection service
US20200356292A1 (en)*2019-05-102020-11-12Dell Products, LpSystem and Method for Performance Based Dynamic Optimal Block Size Data Deduplication
US12204781B2 (en)*2019-05-102025-01-21Dell Products L.P.System and method for performance based dynamic optimal block size data deduplication
US11989101B2 (en)2019-06-172024-05-21Commvault Systems, Inc.Data storage management system for multi-cloud protection, recovery, and migration of databases-as-a-service (DBAAS) and/or serverless database management systems (DBMS)
US11797204B2 (en)*2019-06-172023-10-24Huawei Technologies Co., Ltd.Data compression processing method and apparatus, and computer-readable storage medium
US20210397350A1 (en)*2019-06-172021-12-23Huawei Technologies Co., Ltd.Data Processing Method and Apparatus, and Computer-Readable Storage Medium
US11461184B2 (en)2019-06-172022-10-04Commvault Systems, Inc.Data storage management system for protecting cloud-based data including on-demand protection, recovery, and migration of databases-as-a-service and/or serverless database management systems
US11269734B2 (en)2019-06-172022-03-08Commvault Systems, Inc.Data storage management system for multi-cloud protection, recovery, and migration of databases-as-a-service and/or serverless database management systems
US12026179B2 (en)2019-06-272024-07-02Sigma Computing, Inc.Search using data warehouse grants
US11361001B2 (en)*2019-06-272022-06-14Sigma Computing, Inc.Search using data warehouse grants
US12007854B2 (en)2019-07-102024-06-11Commvault Systems, Inc.Backup of containerized applications using a backup services container and a backup services container-orchestration pod
US11561866B2 (en)2019-07-102023-01-24Commvault Systems, Inc.Preparing containerized applications for backup using a backup services container and a backup services container-orchestration pod
US20210019285A1 (en)*2019-07-162021-01-21Citrix Systems, Inc.File download using deduplication techniques
US12079160B2 (en)2019-07-192024-09-03JFrog Ltd.Data archive release in context of data object
US11620257B2 (en)*2019-07-192023-04-04JFrog Ltd.Data archive release in context of data object
US20210342292A1 (en)*2019-07-192021-11-04JFrog Ltd.Data archive release in context of data object
US20230333764A1 (en)*2019-07-222023-10-19Huawei Technologies Co., Ltd.Method and apparatus for compressing data of storage system, device, and readable storage medium
US20220147255A1 (en)*2019-07-222022-05-12Huawei Technologies Co., Ltd.Method and apparatus for compressing data of storage system, device, and readable storage medium
US12073102B2 (en)*2019-07-222024-08-27Huawei Technologies Co., Ltd.Method and apparatus for compressing data of storage system, device, and readable storage medium
US12019890B2 (en)*2019-07-262024-06-25Huawei Technologies Co., Ltd.Adjustable deduplication method, apparatus, and computer program product
US20220147256A1 (en)*2019-07-262022-05-12Huawei Technologies Co., Ltd.Data Deduplication Method and Apparatus, and Computer Program Product
US20220300180A1 (en)*2019-07-262022-09-22Huawei Technologies Co., Ltd.Data Deduplication Method and Apparatus, and Computer Program Product
US12242747B2 (en)*2019-07-262025-03-04Huawei Technologies Co., Ltd.Data deduplication method and apparatus, and computer program product
US20220114684A1 (en)*2019-08-132022-04-14Anil KonaMethod and apparatus for integrated e-discovery
US11972500B2 (en)*2019-08-132024-04-30Vertical Discovery Holdings, LlcMethod and apparatus for integrated e-discovery
US11461229B2 (en)*2019-08-272022-10-04Vmware, Inc.Efficient garbage collection of variable size chunking deduplication
US12045204B2 (en)2019-08-272024-07-23Vmware, Inc.Small in-memory cache to speed up chunk store operation for deduplication
US11775484B2 (en)2019-08-272023-10-03Vmware, Inc.Fast algorithm to find file system difference for deduplication
US20210084031A1 (en)*2019-09-132021-03-18Oracle International CorporationMulti-Tenant Identity Cloud Service with On-Premise Authentication Integration
US11870770B2 (en)*2019-09-132024-01-09Oracle International CorporationMulti-tenant identity cloud service with on-premise authentication integration
US11687378B2 (en)2019-09-132023-06-27Oracle International CorporationMulti-tenant identity cloud service with on-premise authentication integration and bridge high availability
US11231876B2 (en)*2019-09-242022-01-25Western Digital Technologies, Inc.Initial data placement in hybrid object storage system
US11675640B2 (en)2019-10-292023-06-13Snowflake Inc.External function invocation by a data system
US20220253222A1 (en)*2019-11-012022-08-11Huawei Technologies Co., Ltd.Data reduction method, apparatus, computing device, and storage medium
US12079472B2 (en)*2019-11-012024-09-03Huawei Technologies Co., Ltd.Data reduction method, apparatus, computing device, and storage medium for forming index information based on fingerprints
US12093190B2 (en)*2019-11-082024-09-17Nec CorporationRecordation of data in accordance with data compression method and counting reading of the data in accordance with data counting method
US11165775B2 (en)2019-11-142021-11-02Snowflake Inc.Creation of credential-less database system integrations
US10715524B1 (en)*2019-11-142020-07-14Snowflake Inc.External credential-less stages for data warehouse integrations
US11271936B2 (en)2019-11-142022-03-08Snowflake Inc.Database system integrations with external storage locations
KR20210134937A (en)*2019-11-142021-11-11스노우플레이크 인코포레이티드 Credential-free external stage for database integration
WO2021096572A1 (en)*2019-11-142021-05-20Snowflake Inc.External credential-less stages for database integrations
KR102508177B1 (en)*2019-11-142023-03-13스노우플레이크 인코포레이티드 Credentialless external stage for database integration
EP3942773A4 (en)*2019-11-142022-12-28Snowflake Inc. EXTERNAL CREDENTIAL-LESS STEPS FOR DATABASE INTEGRATIONS
US10999279B1 (en)2019-11-142021-05-04Snowflake Inc.Credential-less database system integrations
US11522860B2 (en)2019-11-142022-12-06Snowflake Inc.Storage integration with an external storage location
US11876802B2 (en)2019-11-142024-01-16Snowflake Inc.Loading and unloading data at an external storage location
US20230315681A1 (en)*2019-12-042023-10-05Commvault Systems, Inc.Optimized restoration of deduplicated data stored in cloud-based storage resources
US12321313B2 (en)*2019-12-042025-06-03Commvault Systems, Inc.Optimized restoration of deduplicated data stored in cloud-based storage resources
US20210200717A1 (en)*2019-12-262021-07-01Oath Inc.Generating full metadata from partial distributed metadata
US11361086B2 (en)*2019-12-302022-06-14Microsoft Technology Licensing, LlcReliable datacenter protection at scale
US11843610B2 (en)*2020-01-092023-12-12Cisco Technology, Inc.Providing multiple namespaces
US20210218750A1 (en)*2020-01-092021-07-15Cisco Technology, Inc.Providing multiple namespaces
US20210218807A1 (en)*2020-01-142021-07-15EMC IP Holding Company LLCReal-time replication of object storage in cloud storage
US11714568B2 (en)2020-02-142023-08-01Commvault Systems, Inc.On-demand restore of virtual machine data
US11467753B2 (en)2020-02-142022-10-11Commvault Systems, Inc.On-demand restore of virtual machine data
US11422900B2 (en)2020-03-022022-08-23Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11321188B2 (en)2020-03-022022-05-03Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11442768B2 (en)2020-03-122022-09-13Commvault Systems, Inc.Cross-hypervisor live recovery of virtual machines
US11663099B2 (en)2020-03-262023-05-30Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US11677826B2 (en)*2020-03-262023-06-13EMC IP Holding Company LLCEfficient transfer to and from a deduplicated cloud storage system
US12235744B2 (en)2020-03-262025-02-25Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US20210344756A1 (en)*2020-03-262021-11-04EMC IP Holding Company LLCEfficient transfer to and from a deduplicated cloud storage system
US12399869B2 (en)2020-03-302025-08-26Pure Storage, Inc.Replicating a file system
US12373397B2 (en)2020-03-302025-07-29Pure Storage, Inc.Managing directory-tree operations in file storage
US12079162B2 (en)2020-03-302024-09-03Pure Storage, Inc.Snapshot management in a storage system
US11704035B2 (en)2020-03-302023-07-18Pure Storage, Inc.Unified storage on block containers
US11704037B2 (en)*2020-03-302023-07-18Cohesity, Inc.Deduplicated storage disk space utilization
US12235799B2 (en)2020-03-302025-02-25Pure Storage, Inc.Optimizing a transfer of a file system
US11604759B2 (en)2020-05-012023-03-14EMC IP Holding Company LLCRetention management for data streams
US11599546B2 (en)2020-05-012023-03-07EMC IP Holding Company LLCStream browser for data streams
US11960441B2 (en)2020-05-012024-04-16EMC IP Holding Company LLCRetention management for data streams
US11455416B2 (en)2020-05-012022-09-27Kyndryl, Inc.Record-level sensitivity-based data storage in a hybrid multi cloud environment
US11748143B2 (en)2020-05-152023-09-05Commvault Systems, Inc.Live mount of virtual machines in a public cloud computing environment
US12086624B2 (en)2020-05-152024-09-10Commvault Systems, Inc.Live recovery of virtual machines in a public cloud computing environment based on temporary live mount
US11500669B2 (en)2020-05-152022-11-15Commvault Systems, Inc.Live recovery of virtual machines in a public cloud computing environment
US11449466B2 (en)*2020-05-192022-09-20EMC IP Holding Company LLCDeleting orphan archived files from storage array using a time-based decision algorithm
US20230280922A1 (en)*2020-07-022023-09-07Intel CorporationMethods and apparatus to deduplicate duplicate memory in a cloud computing environment
US12056380B2 (en)*2020-07-022024-08-06Intel CorporationMethods and apparatus to deduplicate duplicate memory in a cloud computing environment
US12271591B2 (en)*2020-07-092025-04-08Huawei Technologies Co., Ltd.Data reduction method and apparatus
US12130708B2 (en)2020-07-102024-10-29Commvault Systems, Inc.Cloud-based air-gapped data storage management system
US11416279B2 (en)*2020-07-212022-08-16Vmware, Inc.Disks in a virtualized computing environment that are backed by remote storage
US11516230B2 (en)*2020-07-272022-11-29International Business Machines CorporationSelective encryption of data in motion
US20220030012A1 (en)*2020-07-272022-01-27International Business Machines CorporationSelective encryption of data in motion
US11599420B2 (en)2020-07-302023-03-07EMC IP Holding Company LLCOrdered event stream event retention
US12380006B2 (en)2020-09-222025-08-05Commvault Systems, Inc.Anti-entropy-based metadata recovery in a strongly consistent distributed data storage system
US12367177B2 (en)2020-09-242025-07-22Commvault Systems, Inc.Migrating data between data storage systems integrated with application orchestrators
US11314687B2 (en)2020-09-242022-04-26Commvault Systems, Inc.Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US12007940B2 (en)2020-09-242024-06-11Commvault Systems, Inc.Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US20210157848A1 (en)*2020-09-252021-05-27Intel CorporationMethods, apparatus and systems to enforce data boundaries through the use of boundary labels
US11762715B2 (en)2020-09-302023-09-19EMC IP Holding Company LLCEmploying triggered retention in an ordered event stream storage system
US12067015B2 (en)*2020-10-052024-08-20Business Mobile AgTechnique for accessing archive data stored in relational databases through the SAP archive information system
US20220318251A1 (en)*2020-10-052022-10-06Business Mobile AgTechnique For Accessing Archive Data Stored In Relational Databases Through The SAP Archive Information System
US11755555B2 (en)2020-10-062023-09-12EMC IP Holding Company LLCStoring an ordered associative array of pairs using an append-only storage medium
US11599293B2 (en)2020-10-142023-03-07EMC IP Holding Company LLCConsistent data stream replication and reconstruction in a streaming data storage platform
US11372579B2 (en)*2020-10-222022-06-28EMC IP Holding Company LLCTechniques for generating data sets with specified compression and deduplication ratios
US12386507B2 (en)2020-10-232025-08-12Netapp, Inc.Creation and use of an efficiency set to estimate an amount of data stored in a data set of a storage system having one or more characteristics
US20220129159A1 (en)*2020-10-232022-04-28Netapp, Inc.Creation and use of an efficiency set to estimate an amount of data stored in a data set of a storage system having one or more characteristics
US12014045B2 (en)2020-10-232024-06-18Netapp, Inc.Creation and use of an efficiency set to estimate an amount of data stored in a data set of a storage system having one or more characteristics
US11526275B2 (en)*2020-10-232022-12-13Netapp, Inc.Creation and use of an efficiency set to estimate an amount of data stored in a data set of a storage system having one or more characteristics
US20220129184A1 (en)*2020-10-262022-04-28EMC IP Holding Company LLCData deduplication (dedup) management
US11698744B2 (en)*2020-10-262023-07-11EMC IP Holding Company LLCData deduplication (dedup) management
US12124338B2 (en)2020-10-282024-10-22Commvault Systems, Inc.Data loss vulnerability detection
US11656951B2 (en)2020-10-282023-05-23Commvault Systems, Inc.Data loss vulnerability detection
US11474753B2 (en)2020-10-302022-10-18Commvault Systems, Inc.Systems and methods for backing up to a virtual tape library
US11748018B2 (en)2020-11-212023-09-05The Migration Company PTY LTDDevices and methods for transferring optimized mass data to the cloud
US12026262B2 (en)*2020-12-092024-07-02Hitachi, Ltd.Storage system and data deletion method
US20220179970A1 (en)*2020-12-092022-06-09Hitachi, Ltd.Storage system and data deletion method
US20220197527A1 (en)*2020-12-232022-06-23Hitachi, Ltd.Storage system and method of data amount reduction in storage system
US20220214946A1 (en)*2021-01-042022-07-07EMC IP Holding Company LLCProvider-agnostic management of backup data stored on a cloud-based object storage
US12026062B2 (en)*2021-01-042024-07-02EMC IP Holding Company LLCProvider-agnostic management of backup data stored on a cloud-based object storage
US20220217204A1 (en)*2021-01-052022-07-07Nutanix, Inc.Dynamic feedback technique for improving disaster recovery replication performance
US11575745B2 (en)*2021-01-052023-02-07Nutanix, Inc.Dynamic feedback technique for improving disaster recovery replication performance
US11561707B2 (en)*2021-01-082023-01-24Western Digital Technologies, Inc.Allocating data storage based on aggregate duplicate performance
US12008254B2 (en)2021-01-082024-06-11Western Digital Technologies, Inc.Deduplication of storage device encoded data
US20220221997A1 (en)*2021-01-082022-07-14Western Digital Technologies, Inc.Allocating data storage based on aggregate duplicate performance
US11816065B2 (en)2021-01-112023-11-14EMC IP Holding Company LLCEvent level retention management for data streams
US12099513B2 (en)2021-01-192024-09-24EMC IP Holding Company LLCOrdered event stream event annulment in an ordered event stream storage system
US12160473B2 (en)*2021-01-292024-12-03Brother Kogyo Kabushiki KaishaManagement system, management method, management program, and installation program
US20220247817A1 (en)*2021-01-292022-08-04Brother Kogyo Kabushiki KaishaManagement system, management method, management program, and installation program
US20240357009A1 (en)*2021-01-312024-10-24Salesforce, Inc.Cookie-based network location of storage nodes in cloud
US12339747B2 (en)2021-02-022025-06-24Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
US11604706B2 (en)2021-02-022023-03-14Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
KR102271829B1 (en)*2021-02-242021-07-02주식회사 오픈소스컨설팅Method for analyzing cloud migration data of data center using system process information and system thereof
WO2022181958A1 (en)*2021-02-242022-09-01주식회사 오픈소스컨설팅Cloud migration data analysis method using system process information, and system therefor
US12307112B2 (en)*2021-03-092025-05-20Huawei Technologies Co., Ltd.Memory controller and method for detecting data similarity for deduplication in a data storage system
US11916915B2 (en)*2021-03-092024-02-27Jpmorgan Chase Bank, N.A.Method and system for multiplatform file transfer
US20230418497A1 (en)*2021-03-092023-12-28Huawei Technologies Co., Ltd.Memory Controller and Method for Improved Deduplication
US20220311822A1 (en)*2021-03-262022-09-29Citrix Systems, Inc.Transferring data between computing systems
US11683370B2 (en)*2021-03-262023-06-20Citrix Systems, Inc.Transferring data between computing systems
US12032537B2 (en)2021-03-292024-07-09Cohesity, Inc.Deduplicating metadata based on a common sequence of chunk identifiers
US11740828B2 (en)*2021-04-062023-08-29EMC IP Holding Company LLCData expiration for stream storages
US20220317915A1 (en)*2021-04-062022-10-06EMC IP Holding Company LLCData expiration for stream storages
US12399900B2 (en)2021-04-092025-08-26Snowflake Inc.Real-time streaming data ingestion into database tables
US12182130B2 (en)*2021-04-092024-12-31Snowflake Inc.Optimized processing of data in different formats
US11893029B2 (en)2021-04-092024-02-06Snowflake Inc.Real-time streaming data ingestion into database tables
US11727013B2 (en)*2021-04-092023-08-15Snowflake Inc.Optimized processing of data in different formats
US20230297579A1 (en)*2021-04-092023-09-21Snowflake Inc.Optimized processing of data in different formats
US12001881B2 (en)2021-04-122024-06-04EMC IP Holding Company LLCEvent prioritization for an ordered event stream
US11954537B2 (en)2021-04-222024-04-09EMC IP Holding Company LLCInformation-unit based scaling of an ordered event stream
US11675784B2 (en)2021-04-302023-06-13Snowflake Inc.Configuring parallelism parameters for invocation of external table functions
CN113311809A (en)*2021-05-282021-08-27苗叶Industrial control system-based safe operation and maintenance instruction blocking device and method
US11681460B2 (en)2021-06-032023-06-20EMC IP Holding Company LLCScaling of an ordered event stream based on a writer group characteristic
US11735282B2 (en)2021-07-222023-08-22EMC IP Holding Company LLCTest data verification for an ordered event stream storage system
US20230024060A1 (en)*2021-07-232023-01-26Netapp, Inc.Increasing provisioned storage capacity by means of growing underlying disks within a virtual storage appliance
US12124742B2 (en)*2021-07-232024-10-22Netapp, Inc.Increasing provisioned storage capacity by means of growing underlying disks within a virtual storage appliance
US12032855B2 (en)2021-08-062024-07-09Commvault Systems, Inc.Using an application orchestrator computing environment for automatically scaled deployment of data protection resources needed for data in a production cluster distinct from the application orchestrator or in another application orchestrator computing environment
US12164799B2 (en)2021-08-202024-12-10Cohesity, Inc.Reducing memory usage in storing metadata
US11797220B2 (en)2021-08-202023-10-24Cohesity, Inc.Reducing memory usage in storing metadata
US11947497B2 (en)*2021-08-242024-04-02Cohesity, Inc.Partial in-line deduplication and partial post-processing deduplication of data chunks
US20230062644A1 (en)*2021-08-242023-03-02Cohesity, Inc.Partial in-line deduplication and partial post-processing deduplication of data chunks
US11847334B2 (en)*2021-09-232023-12-19EMC IP Holding Company LLCMethod or apparatus to integrate physical file verification and garbage collection (GC) by tracking special segments
US20230089018A1 (en)*2021-09-232023-03-23EMC IP Holding Company LLCMethod or apparatus to integrate physical file verification and garbage collection (gc) by tracking special segments
US12333185B2 (en)*2021-09-302025-06-17Hitachi Vantara, Ltd.Storage system and data restoration method
US11971850B2 (en)2021-10-152024-04-30EMC IP Holding Company LLCDemoted data retention via a tiered ordered event stream data storage system
US12079193B2 (en)*2021-11-032024-09-03Netapp, Inc.Distributed storage systems and methods to provide change tracking integrated with scalable databases
US11868334B2 (en)*2021-11-032024-01-09Netapp, Inc.Integrating change tracking of storage objects of a distributed object storage database into a distributed storage system
US20240104081A1 (en)*2021-11-032024-03-28Netapp, Inc.Integrating change tracking of storage objects of a distributed object storage database into a distributed storage system
US20230140153A1 (en)*2021-11-032023-05-04Netapp, Inc.Integrating change tracking of storage objects of a distributed object storage database into a distributed storage system
US20240311013A1 (en)*2021-11-252024-09-19Huawei Technologies Co., Ltd.Data storage system, intelligent network interface card, and compute node
US20230185614A1 (en)*2021-12-102023-06-15Honda Motor Co., Ltd.System and method for providing decentralized vehicle computing using blockchain
US20230195351A1 (en)*2021-12-172023-06-22Samsung Electronics Co., Ltd.Automatic deletion in a persistent storage device
US12124727B2 (en)*2021-12-172024-10-22Samsung Electronics Co., Ltd.Automatic deletion in a persistent storage device
US20230221864A1 (en)*2022-01-102023-07-13Vmware, Inc.Efficient inline block-level deduplication using a bloom filter and a small in-memory deduplication hash table
US20230259488A1 (en)*2022-01-252023-08-17Hewlett Packard Enterprise Development LpData index for deduplication storage system
US12079161B2 (en)*2022-01-252024-09-03Hewlett Packard Enterprise Development LpData index for deduplication storage system
US11546232B1 (en)*2022-01-272023-01-03Hitachi, Ltd.Video analysis and data delivery method
US12353569B2 (en)*2022-02-252025-07-08Gdial Inc.Systems and methods for generating and using entity specific data assets
US20230273978A1 (en)*2022-02-252023-08-31West SuhanicSystems and methods for generating and using entity specific data assets
US20230275977A1 (en)*2022-02-282023-08-31Comcast Cable Communications, LlcMethods, systems, and apparatuses for signaling server-associated delays in content delivery
US12026391B2 (en)*2022-02-282024-07-02Hitachi, Ltd.Copy control device and copy control method
US20230273740A1 (en)*2022-02-282023-08-31Hitachi, Ltd.Copy control device and copy control method
US20240403270A1 (en)*2022-05-092024-12-05Netapp, Inc.Object versioning support for a file system
US20230421537A1 (en)*2022-06-272023-12-28Sap SeCloud comment storage using per-artifact key
US12135618B2 (en)2022-07-112024-11-05Commvault Systems, Inc.Protecting configuration data in a clustered container system
CN115242815A (en)*2022-07-142022-10-25山石网科通信技术股份有限公司Data cloud storage method and device, management server and user terminal
US11789639B1 (en)*2022-07-202023-10-17Zhejiang LabMethod and apparatus for screening TB-scale incremental data
US20240086364A1 (en)*2022-09-082024-03-14Carl Zeiss Microscopy GmbhMethod and system for translating a data stream
US20240104050A1 (en)*2022-09-232024-03-28Dell Products L.P.Assessing the effectiveness of an archival job
US12367175B2 (en)*2022-09-232025-07-22Dell Products L.P.Assessing the effectiveness of an archival job
US20240103973A1 (en)*2022-09-262024-03-28Dell Products L.P.Leveraging file-system metadata for direct to cloud object storage optimization
US20240111715A1 (en)*2022-09-302024-04-04Dell Products L.P.Attribute based asset discovery for intelligent protection
US12423264B2 (en)*2022-09-302025-09-23Dell Products L.P.Attribute based asset discovery for intelligent protection
US12124477B2 (en)*2022-11-292024-10-22Dell Products L.P.Scalable and system-agnostic replication mechanism between on-premises and cloud storage systems
US11902356B1 (en)*2022-12-212024-02-13International Business Machines CorporationComputer technology for device forwarding downloads
US12164797B2 (en)2022-12-212024-12-10Red Hat, Inc.Replicating storage data and metadata in separate storage layers of a distributed storage system
US12360942B2 (en)2023-01-192025-07-15Commvault Systems, Inc.Selection of a simulated archiving plan for a desired dataset
US12443762B2 (en)2023-02-232025-10-14Dell Products L.P.System and method for managing a data migration based on a security status of the source storage device
US20240289044A1 (en)*2023-02-232024-08-29Dell Products L.P.System and method for determining the security status of a source device based on the security requirement of the destination device
US20240311341A1 (en)*2023-03-162024-09-19Microsoft Technology Licensing, LlcUsing timed oplocks to determine whether a file is eligible for dehydration
US12298936B2 (en)*2023-03-162025-05-13Microsoft Technology Licensing, LlcUsing timed oplocks to determine whether a file is eligible for dehydration
US12282673B2 (en)*2023-03-232025-04-22International Business Machines CorporationLimiting deduplication search domains
CN116567001A (en)*2023-05-162023-08-08上海凯翔信息科技有限公司Cloud NAS-based data migration system
US12034726B1 (en)*2023-05-312024-07-09Cloudflare, Inc.Logging access types based on inserting tenant control headers into requests
US12353296B2 (en)*2023-07-212025-07-08Dell Products L.P.Conceptualizing sub-assets of file based backups based on directory service of the assets
US20250086139A1 (en)*2023-09-072025-03-13Ownbackup Ltd.Data archiving system
US12339804B2 (en)*2023-09-072025-06-24Own Data Company, Ltd.Data archiving system
US20250086142A1 (en)*2023-09-072025-03-13Sap SeIn-memory cache with auto-sizing for faster file reading
US20250085846A1 (en)*2023-09-082025-03-13Dell Products, L.P.Writing multiple data objects to object storage
US20250138740A1 (en)*2023-10-302025-05-01Nutanix, Inc.Inter-cloud shared content data management
US20250244900A1 (en)*2024-01-262025-07-31Samsung Electronics Co., Ltd.Method for data deduplication of storage apparatus and storage apparatus

Also Published As

Publication numberPublication date
US20100332456A1 (en)2010-12-30
US8285681B2 (en)2012-10-09
US8849955B2 (en)2014-09-30
CA2838107A1 (en)2011-01-06
EP2449477B1 (en)2020-10-07
US20170039218A1 (en)2017-02-09
US20100332454A1 (en)2010-12-30
AU2010266433B2 (en)2013-02-21
US20100332818A1 (en)2010-12-30
US9454537B2 (en)2016-09-27
US11308035B2 (en)2022-04-19
US12321592B2 (en)2025-06-03
EP2449477A2 (en)2012-05-09
WO2011002777A2 (en)2011-01-06
EP2449477A4 (en)2017-04-12
US8849761B2 (en)2014-09-30
US20240256490A1 (en)2024-08-01
US11907168B2 (en)2024-02-20
US9171008B2 (en)2015-10-27
US20100332401A1 (en)2010-12-30
CA2765624C (en)2015-03-24
CA2765624A1 (en)2011-01-06
US20220318206A1 (en)2022-10-06
US10248657B2 (en)2019-04-02
US8407190B2 (en)2013-03-26
AU2010266433C1 (en)2013-07-25
US20130238572A1 (en)2013-09-12
US20100332479A1 (en)2010-12-30
WO2011002777A3 (en)2011-04-21
DK2449477T3 (en)2020-10-12
US8612439B2 (en)2013-12-17
US20190179805A1 (en)2019-06-13
US20150012495A1 (en)2015-01-08
CA2838107C (en)2015-07-21
US20130024424A1 (en)2013-01-24
AU2010266433A1 (en)2012-01-19

Similar Documents

PublicationPublication DateTitle
US12321592B2 (en)Data object store and server for a cloud storage environment
US11693740B2 (en)Dynamic triggering of block-level backups based on block change thresholds and corresponding file identities
US11463264B2 (en)Use of data block signatures for monitoring in an information management system
US10481826B2 (en)Replication using deduplicated secondary copy data

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:COMMVAULT SYSTEMS, INC., NEW JERSEY

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PRAHLAD, ANAND;MULLER, MARCUS S.;KOTTOMTHARAYIL, RAJIV;AND OTHERS;SIGNING DATES FROM 20100714 TO 20100719;REEL/FRAME:024715/0393

ASAssignment

Owner name:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, NORTH CAROLINA

Free format text:SECURITY INTEREST;ASSIGNOR:COMMVAULT SYSTEMS, INC.;REEL/FRAME:033266/0678

Effective date:20140630

Owner name:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, NO

Free format text:SECURITY INTEREST;ASSIGNOR:COMMVAULT SYSTEMS, INC.;REEL/FRAME:033266/0678

Effective date:20140630

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

ASAssignment

Owner name:COMMVAULT SYSTEMS, INC., NEW JERSEY

Free format text:RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A.;REEL/FRAME:054913/0905

Effective date:20180209


[8]ページ先頭

©2009-2025 Movatter.jp