会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 3. 发明授权
    • Allocating storage using calculated physical storage capacity
    • 使用计算的物理存储容量分配存储
    • US09292431B2
    • 2016-03-22
    • US14072697
    • 2013-11-05
    • INTELLIGENT INTELLECTUAL PROPERTY HOLDINGS 2 LLC
    • Jonathan ThatcherDavid Flynn
    • G06F12/02G06F3/06
    • G06F12/0246G06F3/0604G06F3/0626G06F3/064G06F3/0671G06F12/0238G06F12/0292G06F2212/7201G06F2212/7204
    • An apparatus, system, and method are disclosed for allocating non-volatile storage. The storage device may present a logical address, which may exceed a physical storage capacity of the device. The storage device may allocate logical capacity in the logical address space. An allocation request may be allowed when there is sufficient unassigned and/or unallocated logical capacity to satisfy the request. Data may be stored on the non-volatile storage device by requesting physical storage capacity. A physical storage request, such as a storage request or physical storage reservation, when there is sufficient available physical storage capacity to satisfy the request. The device may maintain an index to associate logical identifiers (LIDs) in the logical address space with storage locations on the storage device. This index may be used to make logical capacity allocations and/or to manage physical storage space.
    • 公开了用于分配非易失性存储器的装置,系统和方法。 存储设备可以呈现可能超过设备的物理存储容量的逻辑地址。 存储设备可以在逻辑地址空间中分配逻辑容量。 当有足够的未分配和/或未分配的逻辑容量来满足请求时,可以允许分配请求。 可以通过请求物理存储容量将数据存储在非易失性存储设备上。 物理存储请求,如存储请求或物理存储预留,当有足够的可用物理存储容量来满足请求时。 设备可以维护索引以将逻辑地址空间中的逻辑标识符(LID)与存储设备上的存储位置相关联。 该索引可用于进行逻辑容量分配和/或管理物理存储空间。
    • 4. 发明申请
    • APPARATUS, SYSTEM, AND METHOD FOR COORDINATING STORAGE REQUESTS IN A MULTI-PROCESSOR/MULTI-THREAD ENVIRONMENT
    • 用于协调多处理器/多线程环境中的存储请求的装置,系统和方法
    • US20160018991A1
    • 2016-01-21
    • US14866461
    • 2015-09-25
    • Intelligent Intellectual Property Holdings 2 LLC
    • David FlynnMichael ZappeJonathan Thatcher
    • G06F3/06
    • G06F3/061G06F3/064G06F3/0643G06F3/0659G06F3/067G06F3/0679G06F12/121
    • An apparatus, system, and method are disclosed for coordinating storage requests in a multi-processor/multi-thread environment. An append/invalidate module generates a first append data storage command from a first storage request and a second append data storage command from a second storage request. The storage requests overwrite existing data with first and second data including where the first and second data have at least a portion of overlapping data. The second storage request is received after the first storage request. The append/invalidate module updates an index by marking data being overwritten as invalid. A restructure module updates the index based on the first data and updates the index based on the second data. The updated index is organized to indicate that the second data is more current than the first data regardless of processing order. The modules prevent access to the index until the modules have completed updating the index.
    • 公开了用于协调多处理器/多线程环境中的存储请求的装置,系统和方法。 附加/无效模块从第一存储请求生成第一附加数据存储命令,并从第二存储请求生成第二附加数据存储命令。 存储请求用第一和第二数据覆盖现有数据,包括第一和第二数据具有至少一部分重叠数据的位置。 在第一存储请求之后接收第二存储请求。 append / invalidate模块通过标记被覆盖为无效的数据来更新索引。 重组模块基于第一数据更新索引,并基于第二数据更新索引。 更新的索引被组织以指示第二数据比第一数据更新,而不管处理顺序如何。 模块阻止访问索引,直到模块完成更新索引。
    • 5. 发明申请
    • APPARATUS, SYSTEM, AND METHOD FOR A STORAGE LAYER
    • 存储层的装置,系统和方法
    • US20160011972A1
    • 2016-01-14
    • US14841323
    • 2015-08-31
    • Intelligent Intellectual Property Holdings 2 LLC
    • David FlynnJonathan Thatcher
    • G06F12/02G06F17/30G06F12/06
    • G06F12/0246G06F12/023G06F12/0292G06F12/0623G06F17/30067G06F2212/1044G06F2212/2022G06F2212/7201G06F2212/7202G06F2212/7204G06F2212/7207G06F2212/7209
    • A storage layer for a non-volatile storage device presents a large, logical address space having a logical capacity that may exceed the storage capacity of the non-volatile storage device. The storage layer implements persistent storage operations within the logical address space; storage operations performed within the logical address space may be persisted on the non-volatile storage device. The storage layer maintains storage metadata to allocate ranges of the logical address space to storage entities. The storage layer provides for allocation of contiguous logical address ranges, which may be implemented by segmenting logical identifiers into a first portion referencing storage entities, and a second portion referencing storage entity offsets. The storage layer persists data on the non-volatile storage device in a sequential, log-based format. Accordingly, storage clients, such as file systems, databases, and other applications, may delegate logical allocations, physical storage bindings, and/or crash-recovery to the storage layer.
    • 用于非易失性存储设备的存储层呈现具有可能超过非易失性存储设备的存储容量的逻辑容量的大的逻辑地址空间。 存储层在逻辑地址空间内实现持久存储操作; 在逻辑地址空间内执行的存储操作可以被持续在非易失性存储设备上。 存储层维护存储元数据以将逻辑地址空间的范围分配给存储实体。 存储层提供连续的逻辑地址范围的分配,其可以通过将逻辑标识符分割成引用存储实体的第一部分和引用存储实体偏移的第二部分来实现。 存储层以顺序的基于日志的格式在非易失性存储设备上持久存储数据。 因此,存储客户端(如文件系统,数据库和其他应用程序)可以将逻辑分配,物理存储绑定和/或崩溃恢复委托给存储层。