This disclosure relates to storage systems and, in particular, to systems, methods and apparatus for data virtualization.
An I/O data services module may be configured to provide I/O services to one or more clients by use of one or more lower-level I/O resources. As used herein, a lower-level I/O resource refers to any device, service, module, and/or layer capable of servicing an I/O request. Accordingly, a storage resource may include, but is not limited to: a hard drive (e.g., magnetic storage medium), battery-backed Random Access Memory (RAM), solid-state storage medium, disk array (e.g., a redundant array of inexpensive disks (RAID)), Storage Area Network (SAN), logical unit (e.g., a Small Computer System Interface (SCSI) compliant storage resource), virtual logical unit, and/or the like.
The I/O data services module may maintain one or more upper-level I/O namespace(s), which may include, but are not limited to: a set, collection, range, and/or extent of data references and/or identifiers; a set, collection, range, and/or extent of addresses (e.g., sector addresses, block addresses, logical block addresses, and/or the like); a storage namespace; a file system namespace; and/or the like. The I/O data services module may comprise a namespace manager configured to link identifiers of the upper-level I/O namespace(s) to lower-level I/O resources by use of, inter alia, virtualization metadata, including any-to-any mappings between identifiers of upper-level I/O namespaces and identifiers of the lower-level I/O resource(s). In some embodiments, an upper-level I/O namespace may correspond to two or more different storage resources. Accordingly, the I/O data services module may be configured to combine multiple lower-level I/O namespaces into an aggregate upper-level I/O namespace. Alternatively, or in addition, two or more upper-level I/O namespaces may map to the same storage resource.
In some embodiments, the I/O data services module includes a storage module configured to log I/O operations. The storage module may be configured to log I/O operations in a virtualized data log. As used herein, a virtual data log (VDL) refers to a log corresponding to a front-end, upper-level I/O namespace, such that the VDL comprises segments defined within front-end interfaces of one or more storage resources. The VDL may correspond to a data stream comprising data of I/O requests serviced by the data services module. The VDL may comprise upper-level log segments corresponding to respective sets, collections, ranges, and/or extents within one or more lower-level namespaces. Appending data to the VDL may, therefore, comprise appending data sequentially within the I/O namespace of an I/O resource. In some embodiments, the data services module may comprise a plurality of VDLs, each having a different respective append point. Although specific embodiments of a VDL for storage of data of I/O requests is described herein, the disclosure is not limited in this regard and could be adapted to use any suitable structure to store that data. Exemplary data storage structures include, but are not limited to, logging and/or journaling mechanisms, including, but not limited to: key-value storage systems, write out-of-place storage systems, write-anywhere data layouts, journaling storage systems, object-based storage systems, and/or the like.
The log module may further comprise a garbage collector configured to reclaim segments of the VDL (and/or other logs, such as the metadata log, disclosed in further detail herein). The garbage collector may comprise: a garbage collector (GC) scanner configured to distinguish valid data from data that does not need to be retained within the log(e.g., invalid data), a GC relocation strategy module configured to determine a plan for relocating valid data within one or more log segments being reclaimed to other segments of the log, and a GC implementation module configured to execute the determined relocation plan. The GC implementation module may be configured to implement the relocation plan in accordance with properties and/or characteristics of the underlying storage resources. A storage resource may, for example, support logical move operations (disclosed in further detail herein), and the GC implementation module may relocate data using a supported logical move operation rather than re-writing the data on the storage resource.
The I/O data services module may further comprise a metadata log, which may be maintained separately from the VDL. The metadata log may maintain a persistent, ordered record of mappings between identifiers in upper-level I/O namespace(s) of the I/O data services module and identifiers of corresponding storage resources. The metadata log preserves and maintains a temporal ordering of I/O operations performed by the I/O data services module (e.g., a “log order” of the metadata log). As used herein, “log order” refers to an ordered sequence of information in a log data structure (e.g., the order of data within the log). The log order of the metadata log may correspond to an order in which I/O operations were received at the data services module 110. Since the metadata log maintains temporal ordering of the I/O operations, the corresponding data storage operations performed in the VDL may be free from time ordering constraints (e.g., may be performed out-of-order). In some embodiments, the metadata log is maintained separately from the VDL (e.g., in a separate I/O namespace, on a separate storage resource, and/or the like). Although specific embodiments of a metadata log are described herein, the disclosure is not limited in this regard and could be adapted to maintain mapping metadata using any suitable metadata storage technique including, but not limited to: key-value storage mechanisms, journaling storage mechanisms, and/or the like.
The log(s) maintained by the I/O data services module may comprise segments corresponding to respective sets, collections, ranges, and/or extents of identifiers within respective namespace(s) of one or more storage resources. A translation module may be configured to bind (e.g., associate, map, tie, connect, relate, etc.) identifiers of I/O namespace(s) to respective storage resources by use of, inter alia, virtualization metadata. In some embodiments, the virtualization metadata comprises a forward map comprising any-to-any mappings between upper-level identifiers of the virtualization layer, and identifiers of respective storage resources. The virtualization index may comprise any suitable data structure including, but not limited to: a map, a hash map, a tree data structure, a binary tree (B-Tree), an n-ary tree data structure (B+ Tree), a range encoded tree, a radix tree, and/or the like. The virtualization index may be maintained in volatile memory. In some embodiments, the translation module is configured to map LIDs to virtual blocks that correspond to groups of one or more virtual addresses. The virtual blocks may be adapted to provide a desired storage granularity (e.g., block size). The data services module may be configured to persist portions of the virtualization index to ensure that the mappings of the virtualization index are persistent and/or crash safe. The data services module may comprise a reconstruction module configured to rebuild the virtualization index using the contents of one or more VDLs and/or metadata log. As above, although particular embodiments of a VDL (and metadata log) are described herein, the disclosure is not limited in this regard and could be adapted to use any suitable storage, logging, and/or journaling mechanisms.
The data services module may be configured to maintain mapping metadata in an ordered metadata log. The metadata log may include mapping entries configured to associate LIDs with respective virtual addresses (and/or virtual blocks). The data services module may be further configured to implement efficient logical manipulation operations on data stored within the VDL. The logical manipulation operations may include, but are not limited to: logical move operations, logical copy operations, merge operations, and the like. Implementing the logical manipulation operations may comprise recording logical manipulation entries to the metadata log 160. Accordingly, logical manipulation operations may be implemented without modifying data in the VDL and/or without appending data to the VDL.
Disclosed herein are embodiments of an apparatus, comprising an interface module configured to receive input/output (I/O) requests pertaining to logical identifiers of a logical address space, a storage module configured to store data corresponding to one or more of the I/O requests by way of a storage resource, and/or a data services module configured to record logical manipulation entries corresponding to modifications to associations between logical identifiers and data stored on the storage resource. The logical manipulation entries may be recorded in a metadata log. The metadata log may further comprise mapping entries corresponding to associations between logical identifiers and data stored on the storage resource.
The disclosed apparatus may further include a translation module configured to manage a logical interface to data stored on the storage resource by mapping logical identifiers to virtual identifiers of the storage resource. As used herein, a “logical interface” to data stored on a storage resource refers to a handle, an identifier, a path, a process, or other mechanism(s) for referencing and/or interfacing with the data. A logical interface may include, but is not limited to: an address, an identifier, a logical identifier, a logical block address (LBA), a virtual storage unit address, a range or extent of identifiers, a reference (e.g., a link between logical identifiers, a pointer, etc.), and/or the like. The virtual identifiers may correspond to respective physical storage units comprising the data stored on the storage resource. The data services module may be configured to modify the logical interface of the data stored on the storage resource in response to one or more I/O requests. The data services module may be configured to modify the logical interface by changing a mapping between logical identifiers and respective virtual identifiers and appending a logical manipulation entry that records the changed mapping to the metadata log. In some embodiments, mappings between logical identifiers and respective virtual identifiers are independent of relationships between the virtual identifiers and respective physical storage units comprising the data stored on the storage resource. The mapping entries may comprise associations between logical identifiers and virtual blocks, wherein the virtual blocks correspond to respective groups of two or more virtual addresses of a front-end namespace of the storage resource, and wherein the virtual addresses correspond to physical storage units of the storage resource.
The translation module may be configured to maintain a forward map configured to associate logical identifiers of the logical address space with respective virtual identifiers of the storage resource. The apparatus may further include a logical move module configured to implement a logical move operation of data stored on the storage resource, wherein the data is stored at a physical storage address of the storage resource that corresponds to a first virtual identifier, and wherein the logical move operation includes a) updating the forward map to associate the first virtual identifier with a second, different logical identifier, and/or b) appending a logical manipulation entry to the metadata log corresponding to the logical move operation. The appended logical manipulation entry may be configured to indicate that the first virtual identifier is bound to the second, different logical identifier, and to indicate that the first logical identifier is unbound.
In some embodiments, the apparatus includes a logical replication module configured to implement a logical replication operation of data stored on the storage resource and mapped to a first logical identifier through a first virtual address, wherein the logical replication operation comprises a) updating the forward map to associate the first virtual identifier with a second, different logical identifier, and/or b) appending a logical manipulation entry to the metadata log, such that the metadata log indicates that the first virtual address is associated with both the first logical identifier and the second, different logical identifier. The disclosed apparatus may comprise a snapshot module configured to create a snapshot of a first set of identifiers within the logical address space by writing a logical manipulation entry to the metadata log. The appended logical manipulation entry may be configured to tie a second set of identifiers to data tied to the first set of identifiers.
Embodiments of the disclosed apparatus may comprise a metadata log module configured to order entries appended to the metadata log, such that the order of the entries within the metadata log corresponds to an order in which I/O requests pertaining to the entries are received. The data services module may be configured to acknowledge completion of an I/O request in response to appending an entry corresponding to the I/O request to the metadata log.
The disclosed apparatus may further include a data log module configured to append data of the one or more I/O requests to a data log comprising a plurality of storage resources. The metadata log may be maintained on a storage resource that is separate from the storage resources comprising the data log. The data log module may be configured to append data to the data log in an order that differs from an order in which I/O requests corresponding to the data are received.
Disclosed herein are embodiments of a method for data virtualization, comprising writing data to a storage device in response to requests pertaining to a logical address space, maintaining logical interface metadata pertaining to data stored on the storage device, the logical interface metadata comprising mappings between identifiers of the logical address space and data stored on the storage device, and/or modifying a logical interface for a data segment stored on the storage device. Modifying the logical interface may comprise modifying a mapping pertaining to the data segment in the logical interface metadata, and appending a record to a persistent metadata log corresponding to the modified logical interface. The logical interface metadata may be configured to bind identifiers of the logical address space to respective intermediate identifiers, wherein the intermediate identifiers correspond to respective physical storage units of the storage device, and wherein writing the data comprises appending the data to segments of a virtual data log, wherein the segments comprise respective sets of intermediate identifiers.
The disclosed method may further include translating identifiers of the logical address space to identifiers of a virtual address space by use of the logical interface metadata, wherein virtual addresses of the virtual address space correspond to respective physical storage units of one of a plurality of storage devices. Modifying the logical interface of the data segment may comprise modifying a mapping of the logical interface metadata that is configured to bind a first logical identifier to the data segment through a particular virtual address, to bind the particular virtual address to a second, different logical identifier, and/or appending a record to the persistent metadata log that corresponds to the binding between the second, different logical identifier and the particular virtual address. In some embodiments, modifying the logical interface of the data segment further includes removing a mapping between the first identifier and the particular virtual address from the logical interface metadata. The persistent metadata log may indicate that the particular virtual address is bound to both the first logical identifier and the second, different logical identifier.
Disclosed herein are further embodiments of a method for data virtualization, which may include the operations of servicing requests pertaining to logical identifiers of a logical address space by appending data of the requests to a data log maintained on a storage device, translating logical identifiers of the logical address space to addresses of an intermediate translation layer, wherein the addresses of the intermediate translation layer correspond to respective storage units of the storage device, and/or altering a mapping between a logical identifier and an address of the intermediate translation layer in response to a request, wherein altering the mapping comprises appending a persistent note to a metadata log corresponding to the altered mapping. The operations may further comprise altering the mapping in response to a virtual copy operation, wherein the persistent note appended to the metadata log is configured to associate two or more identifiers of the logical address space to a single address of the intermediate translation layer. Alternatively, or in addition, the operations may include altering the mapping in response to a virtual move operation, wherein the persistent note is configured to replace an association between a first identifier of the logical address space and a particular address of the intermediate translation layer with an association between a second, different identifier of the logical address space and the particular address.
The disclosed method may comprise servicing an atomic storage request pertaining to a first, target set of logical identifiers by implementing storage operations corresponding to the atomic storage request in a second set of logical identifiers, wherein implementing the storage operations comprises binding logical identifiers of the second set to particular addresses within the intermediate translation layer, and altering mappings between logical identifiers and addresses of the intermediate translation layer to bind the first, target set of logical identifiers to the particular addresses. The persistent note may correspond to the bindings between the first, target set of identifiers and the particular set of addresses. The operations may further include performing a logical clone operation to associate the second set of logical identifiers with data associated with the first, target set of logical identifiers.
The data services module 110 (and/or modules, components, and/or features thereof) may be implemented in software, hardware, and/or a combination of software and hardware components. In some embodiments, portions of the data services module 110 are embodied as executable instructions stored on a non-transitory storage medium. The instructions may comprise computer program code configured for execution by the processing resources 102 of the computing system 100 and/or processing resources of other components and/or modules. The data services module 110, and/or portions thereof, may be implemented as a driver, a library, an interface, an application programming interface (API), and/or the like. Accordingly, portions of the data services module 110 may be accessed by and/or included within other modules, processes, and/or services (e.g., incorporated within a kernel layer of an operating system of the computing system 100). In some embodiments, portions of the data services module 110 are embodied as machine components, such as general and/or application-specific devices, including, but not limited to: processing components, interface components, hardware controller(s), storage controller(s), programmable hardware, FPGAs, ASICs, and/or the like.
The data services module 110 may be configured to provide I/O and/or storage services to clients 106. The clients 106 may include, but are not limited to, operating systems, file systems, journaling systems, key-value storage systems, database systems, applications, users, remote storage clients, and so on. The clients 106 may further include, but are not limited to: components of a virtualized computing environment, such as hypervisors, virtualization kernels, guest operating systems, virtual machines, and/or the like.
The services provided by the data services module 110 refer to storage and/or I/O services, which are not specific to virtualized computing environments, nor limited to virtualized computing platforms. As disclosed in further detail herein, the data services module 110 may be configured to service storage requests to write, read, and/or modify data stored on the storage resources 190A-N. The data services module 110 may be further configured to provide higher-level functionality to, inter alia, manipulate the logical interface to data stored on the storage resources 190A-N without requiring the stored data to be re-written and/or otherwise modified. As above, the “logical interface” to data refers to a handle, an identifier, a path, a process, or other mechanism(s) for referencing and/or interfacing with the data. A logical interface to data may, therefore, include bindings, associations, and/or ties between logical identifiers and data stored on one or more of the storage resources 190A-N. A logical interface may be used to reference data through a storage interface and/or application programming interface (API), such as the interface 112 of the data services module 110.
Manipulating the logical interface to data may include, but is not limited to: move operations configured to associate data with different set(s) of LIDs in the logical address space 122 (and/or in other address space(s)), replication operations configured to provide for referencing persistent data through two or more different sets of LIDs in the logical address space 122 (and/or in other address space(s)), merge operations configured to merge two or more sets of LIDs, and so on. Accordingly, manipulating the logical interface to data may comprise modifying existing bindings, ties, mappings and/or associations between the logical address space 122 and data stored on a storage resource 190A-N. The logical manipulation operations implemented by the data services module 110, in certain embodiments, are persistent and crash safe, such that the effect of the operations are preserved despite loss and/or corruption of volatile metadata (e.g., virtualization metadata, such as the forward map 125). Moreover, the logical manipulation operations may be implemented without modifying the persistent data in the VDL 150 and/or without appending data to the VDL 150. The data services module 110 may be further configured to leverage the logical manipulation operations disclosed herein to implement higher-level features, including, but not limited to: I/O transactions, atomic storage operations, vectored atomic storage operations, snapshots, data consistency (e.g., close-to-open file consistency), data collision management (e.g., key collision in key-value storage systems), de-duplication, data version management, and/or the like.
The data services module 110 may service I/O requests by use of one or more storage resources 190. As used herein, a “storage resource” refers to a storage device, layer, module, service, and/or the like that is capable of servicing I/O and/or storage requests. The storage resource 190 may be capable of storing data persistently on a storage medium 191. The storage resource 190 may comprise one or more storage devices including, but not limited to: solid-state storage devices or drives (SSD), hard disk drives (e.g., Integrated Drive Electronics (IDE) drives, Small Computer System Interface (SCSI) drives, Serial Attached SCSI (SAS) drives, Serial AT Attachment (SATA) drives, etc.), tape drives, writeable optical drives (e.g., CD drives, DVD drives, Blu-ray drives, etc.), and/or the like. The storage medium 191 may include, but is not limited to: a magnetic storage medium, an optical storage medium, a solid-state storage medium, NAND flash memory, NOR flash memory, nano RAM (NRAM), magneto-resistive RAM (MRAM), phase change RAM (PRAM), Racetrack memory, Memristor memory, nanocrystal wire-based memory, silicon-oxide-based sub-10 nanometer process memory, graphene memory, Silicon-Oxide-Nitride-Oxide-Silicon (SONOS) memory, resistive RAM (RRAM), programmable metallization cell (PMC) memory, conductive-bridging RAM (CBRAM), and/or the like. Although particular embodiments of storage media are disclosed herein, the teachings of this disclosure could be applied to any suitable storage medium, including both non-volatile and volatile forms.
The storage resource 190 may comprise an interface configured to receive storage and/or I/O requests. The interface may comprise and/or correspond to a storage resource address space 194, which may include, but is not limited to: a namespace, a front-end interface, a virtual address space, a block address space, a logical address space, a LUN, a vLUN, and/or the like. The front-end interface of the storage resource (storage resource address space 194) may comprise a set, range, and/or extent of identifiers, which may include, but are not limited to: front-end identifiers, front-end addresses, virtual addresses, block addresses, logical block addresses, and/or the like. As used herein, the identifiers of the front-end storage resource address space 194 are referred to as virtual addresses 195. The storage resource address space 194 may be managed by, inter alia, a storage resource controller 192. The storage resource controller 192 may include, but is not limited to: a driver, an I/O interface, a storage interface (e.g., block device driver, interface, and/or API), a hardware controller, and/or the like.
The storage resource controller 192 may be configured to perform storage operations on respective storage units 197 of the storage medium 191. As used herein, a “storage unit” refers to a storage location capable of persistently storing data. The storage units 197 of the storage resource 190 may correspond to: blocks, sectors, pages, storage divisions (e.g., erase blocks), groups of storage locations (e.g., logical pages and/or offsets within a logical page), storage divisions (e.g., physical erase blocks, logical erase blocks, etc.), physical die, physical die plane(s), locations on a magnetic disk, battery-backed memory locations, and/or the like. The storage units 197 may be addressable within a storage media address space 196 (e.g., physical address space). The storage media address space 196 may include, but is not limited to: a set, range, and/or collection of storage unit addresses, a namespace, a back-end interface, a physical address space, a block address space, address offsets, and/or the like. The storage resource controller 192 may be configured to correlate virtual addresses 195 of the storage resource address space 194 with storage units 197 using, for example, deterministic one-to-one mappings (e.g., cylinder sector head (CHS) addressing), any-to-any mappings, an address translation layer, an index, a flash translation layer, and/or the like.
The data services module 110 may comprise a storage resource manager 114 configured to, inter alia, perform storage on the storage resource 190. The storage resource manager 114 may interface with the storage resource 190 by use of an interconnect 115, which may include, but is not limited to: a peripheral component interconnect (PCI), PCI express (PCI-e), Serial ATAttachment (serial ATA or SATA), parallel ATA (PATA), Small Computer System Interface (SCSI), IEEE 1394 (FireWire), Fiber Channel, universal serial bus (USB), and/or the like. In some embodiments, the storage resource 190 may comprise one or more remote storage devices that are communicatively coupled to the computing system 100 through the network 105 (and/or other communication interface, such as a Storage Area Network (SAN), a Virtual Storage Area Network (VSAN), and/or the like). The interconnect 115 may, therefore, comprise a remote bus, such as a PCI-e bus, a network connection (e.g., Infiniband), a storage network, a Fibre Channel Protocol (FCP) network, a HyperSCSI, and/or the like.
The data services module 110 may comprise an interface 112 through which clients 106 may access the I/O services and/or functionality. The interface 112 may include one or more block device interfaces, object storage interfaces, file storage interfaces, key-value storage interfaces, virtualized storage interfaces, VSUs, LUNs, vLUNs, storage namespaces, logical address spaces, virtual address spaces, database storage interfaces, and/or the like.
The data services module 110 may provide access to I/O and/or storage resources through an upper-level I/O namespace. As used herein, an “upper-level I/O interface” refers to an interface through which clients 106 may refer to I/O and/or storage services provided by the data services module 110. The data services module 110 comprises a namespace manager 120 configured to maintain the upper-level I/O namespace. In the
The logical capacity of the logical address space 122 may correspond to the number of LIDs in the logical address space 122 and/or the size and/or granularity of the storage resources referenced by the LIDs. The logical address space 122 managed by the data services module 110 may be independent of the underlying storage resources 190. Accordingly, in some embodiments, the logical address space 122 may be sparse and/or “thinly provisioned.” As used herein, a thinly provisioned logical address space 122 refers to a logical address space 122 having a logical capacity that is independent of the physical storage capacity and/or granularity of corresponding storage resources 190 (e.g., exceeds the storage capacity of the storage resource 190). In one embodiment, the logical address space 122 comprises 64-bit LIDs (e.g., 2^26 unique LIDs). As disclosed in further detail herein, the data services module 110 may leverage the large, thinly provisioned logical address space 122 to efficiently allocate and/or reference contiguous ranges of LIDs.
The namespace manager 120 may further include a translation module 124 configured to bind LIDs of the upper-level I/O namespace (logical address space 122) to front-end identifiers of a storage resource 190 by use of virtualization metadata. As used herein, virtualization metadata refers to metadata configured to, inter alia, manage mappings between identifiers of the logical address space 122 and virtual addresses of the storage resource(s) 190. In the
In some embodiments, the forward map 125 is configured to map LIDs of the logical address space 122 to respective virtual addresses (e.g., one-to-one mappings). In such embodiments, LIDs of the logical address space 122 may correspond to respective storage units 197 of the storage resource 190. The LIDs may, therefore, correspond to and/or represent the same physical storage capacity as the underlying storage units 197. The storage resource 190 may, for example, have a block size of 1 kilobyte (kb), such that each storage unit 197 is capable of storing 1 kb of data. The LIDs of the logical address space 122 may, therefore, map to 1 kb blocks (e.g., each LID may correspond to 1 kb of storage capacity).
In some embodiments, the translation module 124 is configured to manage LID-to-mappings in order to, inter alia, manage the physical storage capacity represented by the LIDs. As illustrated in
As illustrated in embodiment 101B of
The forward map 125 may include an entry 126 configured to bind LID range 34, 2 to virtual blocks 16987, 2, an entry 126 configured to tie LID 642439 to virtual block 842, and an entry 126 that associates LID 8642439 with virtual block 11788. The translation module 124 may be configured to map virtual blocks 145 to virtual addresses 195 using a pre-determined algorithm based on, inter alia, the ratio between virtual addresses 195 and virtual blocks 145, as disclosed above. In some embodiments, the forward map 125 may be configured to index the entries 126 by LID and may be structured such that the entries 126 are leaf nodes within the B+ Tree data structure. The B+ Tree data structure may comprise intermediate reference nodes 129 to facilitate efficient lookup of the entries 126. The forward map 125 may be maintained in volatile memory resources 103 of the computing system. The data services module 110 may be configured to checkpoint the forward map 125 (e.g., store portions of the forward map 125 on non-volatile storage) in order to, inter alia, ensure that the forward map 125 is persistent and crash safe.
The data services module 110 may be configured to service I/O requests by use of, inter alia, a storage module 118. The storage module 118 may be configured to store data pertaining to I/O requests received through the interface 112 on one or more storage resources 190. In some embodiments, the storage module 118 is configured to store data within a log on the storage resource 190 by use of a log module 130. The log module 130 may comprise a data log module 132 configured to manage a VDL 150, as illustrated in
The data log module 132 may be configured to append data within the log segments 152A-N according to a particular fill pattern and/or sequence. In some embodiments, the data log module 132 is configured to append data sequentially within the segments 152. The data log module 132 may be configured to maintain an append point 156 for the VDL 150. The append point 156 may correspond to the head of the VDL 150. The data log module 132 may be configured to append data at the log storage unit 155 corresponding to the append point 156, and then advance the append point 156 sequentially within the storage resource address space 194 (e.g., append data to log storage units 155 of a log segment 152 according to a particular order and/or sequence). Upon filling a log segment 152, the data log module 132 may advance the append point 156 to a next available VDL segment 152A-N. As used herein, an “available” VDL segment 152A-N refers to a VDL segment 152A-N that has been initialized and/or is capable of storing log data (e.g., is not currently in use to reference valid data that needs to be retained within the VDL 150). In the
The data log module 132 may be configured to service I/O requests by, inter alia, appending data to the VDL 150.
Servicing the I/O request 113A may comprise appending data to the VDL 150, which may comprise writing data X at the append point 156 within the VDL 150 (at log storage unit 158A). Servicing the I/O request 113A may further comprise creating an entry in the forward map 125 to bind LID A to the log storage unit 158A comprising the data X. In some embodiments, the data log module 132 may be further configured to store persistent metadata in the VDL 150 to persist the binding between LID A and storage location 158A. The data log module 132 may be configured to process data segments for storage within the VDL 150, which may comprise encapsulating data segments (data X) into containers, such as packets, that are configured to associate the data segments with persistent VDL metadata 184. As depicted in
The data services module 110 may be configured to perform storage operations out-of-place within the VDL 150. As used herein, performing storage operations “out-of-place” refers to performing storage operations that pertain to the same front-end identifiers (the same LIDs) at different log storage locations 155 within the VDL 150. Performing storage operations out-of-place may enable the data log module 132 to manage the VDL 150 as an append-only log structure.
The data log module 132 may be configured to maintain an order of data within the VDL 150. The data services module 110 may be configured to rebuild portions of the forward map 125 based on the data stored in the VDL 150. In some embodiments, the VDL segments 152A-N comprise respective VDL sequence metadata configured to define a relative order of the segments 152A-N in the VDL 150. The VDL sequence metadata may be assigned to VDL segments 152A-N when the segments 152A-N are initialized (by the garbage collector 136, as disclosed below), when the segments 152A-N are first used by the data log module 132, when the segments 152A-N are filled, and/or the like. Accordingly, the order of the VDL segments 152A-N may be independent of the underlying virtual blocks 145 (and/or corresponding virtual addresses 195) of the segments 152A-N. In some embodiments, the VDL sequence metadata is stored within the segments 152A-N themselves (e.g., in a header, footer, and/or the like). Alternatively, or in addition, the VDL sequence metadata may be stored in separate storage location(s), such as the metadata log, disclosed below.
The data log module 132 may be further configured to append data within the VDL segments 152A-N according to a predetermined order and/or pattern. The data log module 132 may, for example, be configured to increment the append point 156 sequentially within a range and/or extent of virtual blocks 145 (e.g., virtual addresses 195) corresponding to a particular VDL segment 152A-N. Accordingly, the relative order of data stored within log storage units 155 of the VDL 150 may be determined by use of: a) VDL sequence metadata of the corresponding VDL segment 152A-N and b) the relative order of the log storage unit 155 within the VDL segment 152A-N. In the
In some embodiments, the data log module 132 is configured to append data to the VDL 150 according to the order in which the corresponding I/O requests were received. The order of the VDL 150 may, therefore, correspond to a temporal and/or operational order of I/O requests. In other embodiments, the data log module 132 may not enforce strict temporal ordering in the VDL 150. The data log module 132 may be configured to service I/O requests out-of-order within the VDL 150 by, inter alia, queuing, buffering, and/or scheduling the I/O requests. I/O requests may be serviced out-of-order due to differences in storage resource performance and/or availability, quality of service (QoS) policies, and/or the like. The temporal order of I/O requests and/or operations may be maintained in a separate data structure, such as the metadata log, disclosed below.
Referring to
Referring back to
The garbage collector 136 may be configured to distinguish valid data from invalid data by use of dedicated validity metadata pertaining to the VDL 150. Alternatively, or in addition, the garbage collector 136 may be configured to identify invalid data by use of the forward map 125 (and/or other mapping data structure(s)). As disclosed above, log storage units 155 that are bound to LIDs in the forward map correspond to valid data, and log storage units 155 that are unbound (do not correspond to a valid entry 126 in the forward map 125) correspond to invalid data. As disclosed in further detail herein, the garbage collector 136 may identify invalid data using a mark-and-sweep approach and/or other suitable technique (e.g., reference count).
The garbage collector 136 may be configured to relocate data from a VDL segment 152 that is being reclaimed by a) determining a relocation plan, and b) implementing the determined relocation plan. Determining a relocation plan may comprise identifying other log storage unit(s) 155 available to store the valid data. The identified storage unit(s) 155 may correspond to the current VDL append point 156. Alternatively, and as disclosed in further detail herein, data may be relocated to a different log, different storage resource 190, and/or the like. Implementing the determined relocation plan may comprise copying the data to the identified log storage units 155 (e.g., appending the valid data to the head of the VDL 150), moving the data to the identified log storage units 155, and/or the like.
The compaction operation of
The compaction operation may further comprise preparing the segment 152C for reuse (re-initializing the segment 152). Preparing the segment 152C may comprise marking the segment 152C as available to store new data, placing the segment 152C into a write queue, and/or the like. Preparing the segment 152C may further comprise erasing and/or deallocating storage resources associated with the segment 152C by, inter alia, informing the underlying storage resource 190 that data corresponding to segment 152C does not need to be retained. The segment 152C may be deallocated by use of coordination information communicated between the data services module 110 and the storage resource 190. The coordination information may comprise deallocation messages configured to identify the virtual blocks 145 (and/or corresponding virtual addresses 195) comprising the reclaimed segment 152C (e.g., TRIM messages, erase messages, erase commands, and/or the like). Further embodiments of systems and methods for coordinating deallocation are disclosed in U.S. Pat. No. 8,261,005, entitled “Apparatus, System, and Method for Managing Data in a Storage Device with an Empty Data Token Directive,” issued Sep. 4, 2012 to David Flynn et al., U.S. patent application Ser. No. 14/045,605, entitled “Systems and Methods for Persistent Address Space Management,” filed Oct. 4, 2013 for David Atkisson et al., and U.S. patent application Ser. No. 14/075,951, entitled “Systems and Methods for Log Coordination,” filed Nov. 8, 2013 for Nisha Talagala et al., each of which is hereby incorporated by reference in its entirety.
As disclosed herein, the data log module 132 may be configured to append data sequentially within respective segments 152 of the VDL 150. Accordingly, the relative order of data within a segment 152 may correspond to the relative address and/or offset of the data within the segment 152 (e.g., the relative address of the storage unit 155 comprising the data within the segment 152). Segments 152 of the VDL 150 may, for example, comprise M log storage units 155, and the data log module 132 may be configured to append data to the segments 152 sequentially from 1 to M. The relative order of data stored within a segment 152 may, therefore, be determined by the relative offset and/or address of data within the segment 152. Specifically, the relative order of data in a segment 152 ranges from the oldest data (earliest in time or earliest received) at log storage unit 1, to the most recent data in the segment in log storage unit M.
The data log module 132 may be further configured to maintain an ordered sequence of segments 152. As disclosed above, after filling the log storage units 155 of a segment 152, the data log module 132 may be configured to advance the append point 156 to a next available segment 152. The next available segment 152 may not correspond to the next sequential address in the storage resource address space 194. The next available segment 152 may be determined according to the availability of erased and/or initialized segments 152, as disclosed in further detail herein (e.g., segments 152 in a write queue). Accordingly, the next available segment 152 may be at a non-sequential storage address and/or on another storage resource 190 (as disclosed in further detail herein).
In the
In the
The data log module 132 may be configured to assign respective sequence information 151[1]-151[Y] to the segments 152A-N. The sequence information 151[1]-151[Y] may be configured to define the order in which the segments 152A-N were filled. Accordingly, the order in which the data was appended to the VDL 150 may be defined by, inter alia, sequence information 151[1]-151[Y] of the segments 152A-N and/or the relative addresses of the log storage locations 155 within the respective segments 152A-N. In some embodiments, the sequence information 151[1]-151[Y] may be stored on the storage resource 190 and/or in the VDL 150. In some embodiments, the sequence information 151[1]-151[Y] is stored at predetermined locations within the segments 152A-N (e.g., in a header, at a predetermined offset, and/or the like). The sequence information 151[1]-151[Y] may be stored when the segments 152A-N are prepared for use by the data log module 132 (e.g., re-initialized), when the segments 152[1]-152[N] are placed in a write queue, when the data log module 132 fills the respective segments 152A-N, and/or the like.
In the
As disclosed above, the log storage operations performed by the data log module 132 may not be strictly ordered time. Accordingly, in some instances, data segments may be appended to the VDL 150 in a different order from the order in which the corresponding I/O requests were received by the data services module 110. The data log module 132 may append data out-of-order within the VDL 150 due to any number of conditions including, but not limited to: performance considerations, a QoS policy, availability of the data to be written to the VDL 150 (e.g., data source bandwidth, direct memory access (DMA) latency, and/or the like), back-end storage resource availability (e.g., bandwidth to/from storage resources 190), and/or the like. Moreover, and as disclosed in further detail herein, the VDL 150 may correspond to a plurality of different storage resources 190, which may have different performance characteristics, resulting in different latencies for I/O operations performed thereon.
Referring to embodiment 101H depicted in
The metadata log 160 may comprise an ordered sequence of metadata pertaining to the I/O operations serviced by the data services module 110. As used herein, an “ordered sequence of metadata” refers to data stored in a manner that defines an order of the metadata (e.g., defines a relative order of segments 152 of the VDL 150 and/or log storage units 155 within the segments 152, as disclosed above). The metadata log 160 may include, inter alia, mapping metadata, such as mapping entries 163, which may comprise persistent metadata configured to bind a LID of the logical address space 122 to one or more log storage units 155 (e.g., virtual blocks 145 and/or virtual addresses 195). As disclosed in further detail herein, the metadata log 160 may further comprise logical manipulation entries configured to modify associations between LIDs and data stored in the VDL 150. The mapping entries 163 of the metadata log 160 may correspond to entries 126 of the forward map 125. The metadata log 160 may comprise a plurality of segments 162A-N. The segments 162A-N may comprise respective metadata log storage units 165, which may correspond to virtual blocks 145 and/or virtual addresses 195 of one or more storage resources 190. As illustrated in
The metadata log 160 may be configured to manage the logical interface to data stored in the VDL 150. As disclosed above, the “logical interface” to data stored in the VDL 150 may correspond to the LIDs bound to the data by use of, inter alia, the forward map 125 and/or other metadata. The metadata log 160 may comprise an ordered, persistent, and crash-safe log of mapping metadata configured to manage the logical interface to data stored in the VDL 150 which may include, but is not limited to: allocating LIDs, binding LIDs to data stored in the VDL 150, deallocating LIDs (e.g., invalidating LID bindings), moving LID ranges (e.g., binding data in the VDL 150 to different sets of LIDs), replicating LID ranges (e.g., cloning and/or snapshotting particular sets of LIDs, providing for referencing the same data in the VDL 150 through two or more different sets of LIDs), merging LID ranges, and/or the like. Accordingly, as used herein, the metadata log 160 refers to a persistent, ordered log comprising mapping metadata configured to manage the logical interface to data in the VDL 150 by: a) binding LIDs of the logical address space 122 to data storage locations in the VDL 150 and/or b) implementing logical manipulation operations pertaining to said bindings.
The metadata log module 134 may be configured to append mapping entries 163 to the ordered metadata log 160 in accordance with the order in which the corresponding I/O requests 113 were received. As disclosed above, the data log module 132 may not enforce strict temporal ordering in the VDL 150 and, as such, the order of I/O operations reflected in the metadata log 160 may differ from the log order 159 of the VDL 150.
In some embodiments, the metadata log module 134 comprises an ordered metadata log queue 135. The metadata log queue 135 may comprise mapping metadata corresponding to I/O requests 113 received at the data services module 110. The metadata log queue 135 may be ordered, such that the metadata log module 134 appends mapping metadata to the metadata log 160 in accordance with the order in which the corresponding I/O requests 113 were received. In some embodiments, the metadata log queue 135 comprises a first-in-first-out (FIFO) buffer and/or other ordered buffer. The metadata log module 134 may be configured to append mapping entries 163 to the metadata log 160 in accordance with the order of the corresponding mapping metadata in the ordered metadata log queue 135. In some embodiments, the metadata log module 134 comprises a queue management module 137 configured to ensure that mapping metadata is appended to the metadata log 160 in accordance with the order of the mapping metadata in the ordered metadata log queue 135. The data log module 132 may comprise a data log queue 133 configured to queue I/O operations corresponding to I/O requests 113 received at the data services module 110. In some embodiments, the data log queue 133 is ordered, such that data operations are issued to the storage resource 190 in accordance with the order in which the I/O requests 113 were received. The data log module 132 may be configured to process entries of the data log queue 133 in order, as disclosed above. Alternatively, the data log module 132 may be configured to implement data storage operations out-of-order in accordance with the availability of storage resources 190, I/O bandwidth, data transfer bandwidth (e.g., DMA bandwidth), and/or the like.
In the
The translation module 124 may be configured to update the forward map 125 in accordance with the order in which the I/O requests 113[0]-113[2] were received at the data services module 110 (e.g., by use of an ordered queue, by implementing updates in serial, thread-safe operations, and/or the like). Accordingly, the forward map 125 may reflect the order of the I/O requests 113[0]-113[2], and, as such, the forward map 125 comprises an entry 126 to bind LID Q to data D2 at log storage location 158[2] regardless of the order of the corresponding data within the VDL 150. In some embodiments, the translation module 124 is configured to update the forward map 125 in a serial, thread-safe operation, which may include a) obtaining a lock on the forward map 125, b) modifying the forward map 125 (e.g., adding, removing, and/or modifying one or more entries 126 of the forward map 125), and c) unlocking the forward map 125. The translation module 124 may perform a serial, thread-safe operation for each I/O request 113 received at the data services module 110.
The forward map 125 may, however, be maintained in volatile memory resources 103 of the computing system 100 and, as such, may be subject to loss and/or corruption. The data services module 110 may comprise a metadata management module 128 configured to, inter alia, reconstruct the forward map 125 and/or other metadata by use of a metadata log 160. Reconstructing the forward map 125 from the contents of the VDL 150 alone, however, may result in errors due, inter alia, to the lack of strict ordering in the VDL 150. In the
As illustrated in
In the
In response to loss and/or corruption of the volatile memory resources 103, the metadata management module 128 may reconstruct the forward map 125 (and/or other metadata) by use of the metadata log 160. The metadata management module 128 may be configured to access the metadata log 160 in log order 159 to ensure that the entries 126 are accurately reconstructed. In the
The metadata log module 134 may be further configured to append mapping entries 163 to the metadata log 160 in response to log management operations in the VDL 150. As disclosed above, the garbage collector 136 may be configured to relocate valid data during compaction operations. Relocating valid data may comprise updating one or more entries 126 in the forward map 125 to bind LIDs to new storage units 158 in the VDL 150. Relocating valid data may further comprise appending a mapping entry 163 to the metadata log 160 to identify the new storage location of the LID within the VDL 150. Referring back to
The data services module 110 may be configured to implement deallocation operations by use of, inter alia, the metadata log module 134. As used herein, a deallocation operation refers to an operation configured to deallocate a LID (e.g., remove an association, binding, tie, and/or mapping between a LID and one or more virtual addresses). A deallocation operation may comprise a hint, message, and/or command configured to indicate that a particular LID (or set of LIDs) is no longer in use and/or that the data bound to the LIDs does not need to be retained in the VDL 150. Deallocation operations implemented by the data services module 110 may be configured to ensure that operations to erase, delete, and/or otherwise deallocate LIDs are persistent and crash safe by, inter alia, appending mapping metadata to the metadata log 160 configured to identify deallocated LIDs. The deallocation operations may be persistent and/or crash safe regardless of whether the corresponding data is removed from the underlying storage resources and/or regardless of whether the underlying storage resource(s) 190 support deallocation hints, messages, and/or commands.
A client 106 may deallocate a LID by use of a deallocation message, an erase message, an erase command, and/or the like. The deallocation message may be issued as an I/O request 113 through the interface 112 of the data services module 110 (and/or another I/O interface). The deallocation message may identify one or more LIDs that are no longer in use to reference data. In response, the translation module 124 may be configured to write one or more mapping entries 163 to the metadata log 160 to indicate that the one or more LIDs have been deallocated.
Referring to
Referring to embodiment 101I of
The garbage collector 136 may be configured to reclaim segments 162 of the metadata log 160. As disclosed herein, reclaiming a segment 162 of the metadata log 160 may comprise a) identifying valid mapping metadata in the segment 162 (e.g., identifying valid mapping entries 163 in the segment), and b) relocating the valid metadata within the metadata log 160. Identifying valid mapping metadata in the segment 162 may comprise identifying valid mapping entries 163 in the segment 162. As used herein, “valid mapping metadata” and/or a “valid mapping entry” refers to mapping metadata that correlates to the forward map 125 (e.g., a mapping entry 163 that reflects an entry 126 in the forward map 125). In the
The metadata management module 128 may be further configured to aggregate mapping entries 163. As used herein, an “aggregate” mapping entry 167 refers to persistent metadata configured to bind two or more LIDs to respective storage location(s) within the VDL 150. The metadata management module 128 may be configured to generate aggregate mapping entries 167 in response to reclaiming a segment 162 of the metadata log 160. In the
In some embodiments, the metadata management module 128 is configured to checkpoint the forward map 125 (and/or other metadata pertaining to the data services module 110). As used herein, “checkpointing” or “destaging” refers to storing metadata of the data services module 110 in the metadata log 160 (and/or another persistent storage resource). Destaging the forward map 125 may refer to storing mapping entries 126 of the forward map 125 in the metadata log 160. The metadata management module 128 may be configured to checkpoint the forward map 125 in order to, inter alia, compact the mapping entries 163 of the forward map 125 in the metadata log 160. As disclosed herein, the metadata log module 134 may be configured to append mapping entries 163 to the metadata log 160 in response to I/O requests 113 received at the data services module 110. The mapping entries 163 may be appended to the metadata log 160 in accordance with the order in which the I/O requests 113 were received (may be temporally ordered). The metadata log module 134 may be configured to append a mapping entry 163 in a respective metadata log segment 162 in response to each I/O request 113. The data services module 110 may be configured to acknowledge completion of an I/O request 113 in response to a) writing data of the I/O request 113 to the VDL 150 and b) writing a corresponding mapping entry to the metadata log 160. As such, appending mapping entries 163 to the metadata log 160 may be in the critical timing path of I/O operations (e.g., the data services module 110 may guarantee that a metadata log entry is recorded for each completed I/O request 113). The metadata log segments 162, however, may be large as compared to the size of the mapping entries 163. For example, the metadata log segments 162 may correspond to 4 k disk blocks or pages, whereas the mapping entries 163 consume minimal storage space. Accordingly, the individual mapping entries 163 may not be space efficient. The metadata management module 128 may be configured to compact segments 162 of the metadata log 160, which may comprise combining multiple entries 163 into aggregate mapping entries 167, as disclosed herein. The aggregate mapping entries 167 may combine multiple mapping entries 163 into a single metadata log storage unit 165, which may improve space efficiency. The aggregate mapping entries 167, however, may be formed from limited amounts of valid data within segments 162 that are being recovered and, as such, may not fully exploit the storage capacity of the metadata log storage units 165. In addition, the aggregate mapping entries 167 may correspond to unstructured groups of LIDs (e.g., LIDs of different, disjoint, and/or non-contiguous regions of the logical address space 122). Accordingly, processing the aggregate mapping entries 167 to identify entries corresponding to particular LIDs and/or reconstruct the storage metadata (e.g., forward map 125) may not be computationally efficient.
The metadata management module 128 may be configured to checkpoint portions of the forward map 125, such that the checkpointed portions correspond to structured groups of LIDs that are computationally efficient to search and/or process. In some embodiments, the metadata management module 128 is configured to checkpoint LID regions, ranges, and/or extents within the logical address space 122.
In some embodiments, the data services module 110 configures the storage metadata for efficient access and/or copy operations (e.g., checkpoint operations as disclosed herein). Referring to embodiment 101K illustrated in
The data services module 110 may be configured to arrange the data structures 123 in the memory address space of the computing system 100 to facilitate DMAs to ranges and/or extents of entries 126. As illustrated in
Checkpointing the forward map region comprising entries 126A, 126C, and 126N may comprise transferring the contiguous memory region comprising the data structures 123A, 123C, and 123N from the volatile memory resources 103 to the metadata log 160. The metadata management module 128 may be configured to checkpoint regions of the forward map 125 that correspond to storage boundaries of the metadata log 160 (e.g., size of the storage units 165). In one embodiment, the metadata log storage units 165 comprise 4 k of storage capacity and the data structures 123 comprise 128 bytes of data. Accordingly, the metadata management module 128 may be configured to checkpoint groups of 32 entries 126 from the forward map 125. Alternatively, or in addition, the metadata management module 128 may be configured to checkpoint larger regions of the forward map 125 (and/or the entire forward map 125) by, inter alia, streaming the memory region(s) comprising the data structures 123 representing the entries 126 into the metadata log 160, as disclosed herein.
Checkpointing regions of the forward map 125 may comprise storing one or more checkpoint entries 168 in the metadata log 160. As used herein, a checkpoint entry 168 refers to an entry configured to bind a set, group, range, and/or extent of LIDs to respective VDL storage units 155. A checkpoint entry 168 may correspond to a particular region, range, and/or extent of the forward map 125. Accordingly, in contrast to aggregate mapping entries 167, checkpoint entries 168 may correspond to a structure and/or arrangement of entries 126 in the forward map 125. By contrast, mapping information of an aggregate mapping entry 167 may correspond to unstructured groups of LIDs taken from, inter alia, one or more metadata log segments 162 being reclaimed. The LIDs of checkpoint entry 168 may, or may not, be contiguous with respect to the logical address space 122. In the
In some embodiments, the metadata management module 128 is configured to identify portions of the forward map 125 that have been checkpointed. The metadata management module 128 may be configured to iteratively checkpoint portions and/or regions of the forward map 125 in background metadata compaction operations. Checkpointing the forward map 125 may simply be garbage collection operations in the metadata log 160. Referring back to
In some embodiments, the metadata management module 128 is configured to identify entries that have been checkpointed by use of a “checkpoint” indicator. The checkpoint indicator may indicate whether an entry 126 has been “checkpointed” (destaged) to the metadata log 160 (e.g., has been destaged and/or checkpointed, as disclosed herein). The checkpoint indicator of an entry 126 may be set to “false” in response to writing a “sparse” mapping entry 163 to the metadata log 160 corresponding to the entry 126. As used herein, a “sparse entry” refers to a mapping entry 163 in the metadata log 160 that corresponds to a single LID and/or LID range. A sparse entry may also refer to an aggregate entry corresponding to an unstructured set of LIDs. As disclosed above, sparse entries 163 may be written to the metadata log 160 in response to servicing I/O requests 113, relocating data in VDL garbage collection operations, and/or the like. Entries 126 that are “checkpointed” refer to entries 126 that have been written to the metadata log 160 in a checkpoint entry 168 that comprises a group of LIDs that correspond to a structure of the forward map 125, as disclosed herein.
In some embodiments, the metadata management module 128 may be configured to determine whether a mapping entry 163 and/or aggregate mapping 167 in the metadata log 160 has been checkpointed based on a log time associated with the entries. As disclosed above, the log order (or log time) of data appended to the metadata log 160 may be based on a) sequence metadata associated with the segment 162 comprising the data, and b) the storage address of the data within the segment 162. The metadata management module 128 may compare a log time of an entry 163 and/or 167 to a log time corresponding to a checkpoint operation in the metadata log 160 pertaining to the entries 163 and/or 167 to determine whether the entries 163 and/or 167 were included in the checkpoint. The determination may, therefore, comprise a) identifying a checkpoint operation pertaining to particular entries 163 and/or 167 in the metadata log(e.g., identifying a checkpoint operation corresponding to the entire forward map 125 and/or a section of the forward map 125 that includes the LIDs of the entries 163 and/or 167), and b) comparing a log time of the identified checkpoint operation to the log time of the entries 163 and/or 167. If the log time of the identified checkpoint operation is later than the entries 163 and/or 167, the metadata management module 128 may determine that mapping information in the entries 163 and/or 167 was included in the identified checkpoint operation (and that the entries 163 and/or 167 do not need to be checkpointed and/or copied forward in a garbage collection operation).
As disclosed above, checkpointing a LID region within the forward map 125 may comprise appending a checkpoint entry 168 to the metadata log 160 that corresponds to a particular set, range, and/or extent of LIDs within the logical address space 122 (e.g., checkpoint LIDs 0 through 32786). In some embodiments, checkpoint operations may be performed in the background with respect to other operations of the data services module (e.g., operations to service I/O requests 113). Checkpointing a LID region may comprise a) locking the region within the forward map 125, b) writing a checkpoint entry 168 to the metadata log 160 corresponding to the LID region, and c) unlocking the region. As used herein, locking a region of the forward map 125 refers to preventing I/O operations from modifying LIDs within the region that is being checkpointed. Accordingly, locking a region of the forward map 125 may comprise stalling I/O requests 113 pertaining to the locked region until the checkpoint operation is complete.
The translation module 124 may be further configured to manage translations between virtual addresses 195 and virtual blocks 145A-N. As disclosed above, the virtual blocks 145A-N may be configured to determine a storage granularity of the LIDs and/or manage differences between block sizes of the storage resources 190A-N. In the
The VDL 150 managed by the data log module 132 may comprise segments 152 on the storage resources 190A-Y. As illustrated in embodiment 201C of
Relocating valid data in a segment 152 selected for recovery may comprise a) determining a relocation plan for the valid data by use of the relocation plan module 236B, and b) implementing the relocation plan by use of the relocation implementation module 236C. As used herein, a “relocation plan” refers to a plan for relocating valid data from a segment 152 to other log storage unit(s) 155 within the VDL 150. Data may be relocated by, inter alia, copying the valid data within the VDL 150, re-appending the valid data to the VDL 150, moving the valid data, and/or the like.
The relocation plan module 236B may be configured to determine a relocation plan by use of the storage resource manager 114. As disclosed above, the storage resource manager 114 may be configured to interface with the storage resources 190A-Y, which may comprise issuing I/O requests to the storage resources 190A-Y, writing data to the storage resources 190A-Y, reading data from the storage resources 190A-Y, allocating virtual blocks 145A-N (e.g., virtual addresses 195A-Y within respective storage resource address spaces 194A-Y), communicating coordination information with the storage resources 190A-Y (e.g., deallocation information), and/or the like. In some embodiments, the storage resource manager 114 comprises storage resource profiles 116A-Y, which may comprise information pertaining to the respective storage resources 190A-Y. The storage resource profiles 116A-Y may include, but are not limited to: performance characteristics of the respective storage resources 190A-Y, capabilities of the respective storage resources 190A-Y, configuration options pertaining to the respective storage resources 190A-Y, coordination capabilities of the storage resources 190A-Y, storage format used by the storage resources 190A-Y (e.g., whether a storage resource 190A-Y is log-based or the like), and so on. The storage resource profiles 116A-Y may indicate whether a particular storage resource 190A-Y is capable of high-performance, sequential data transfers; comprises DMA functionality; is capable of performing logical address manipulations (e.g., virtual copy operations, disclosed below); and/or the like.
The relocation plan module 236B of the garbage collector 136 may determine a relocation plan based on a) profile information 116A-Y pertaining to the source of the data (e.g., the storage resource 190A-Y comprising the valid data), and b) profile information 116A-Y pertaining to the destination of the data (e.g., the storage resource 190A-Y corresponding to the current append point 156). In the
In another embodiment 201D, and as illustrated in
The data services module 110 may be further configured to maintain a metadata log 160, as disclosed herein. In the
As disclosed above, the metadata log module 134 may be configured to append entries 163 to the metadata log 160 in response to I/O requests 113 serviced by the data services module 110. The entries 163 may be written to log storage units 165, which may comprise significantly more storage capacity than required by the entry 163, resulting in wasted space on the underlying storage resource (e.g., storage resource 190Y). In some embodiments, the metadata log 160 may be implemented using a storage resource 190Y configured to implement persistent, byte-addressable storage operations, such as battery-backed RAM, n-Channel DRAM, auto-commit memory, and/or the like. Further embodiments of auto-commit memory are disclosed in U.S. patent application Ser. No. 13/324,942, entitled “Apparatus, System and Method for Auto-Commit Memory,” filed Dec. 13, 2011 for David Flynn et al., and which is hereby incorporated by reference in its entirety.
In some embodiments, the metadata log module 134 may be configured to cache and/or buffer entries 163, and then write groups of entries 163 (and/or aggregate entries 163) to the metadata log 160. The metadata log module 134 may, for example, be configured to buffer a sufficient amount of mapping entry data to fill (or substantially fill) a log storage unit 165. In such embodiments, the data log module 132 may be configured to append data mapping information to the VDL 150 (as disclosed above in conjunction with
The metadata log module 134 may be configured to maintain a metadata log 160 on a separate storage resource 190Y. As disclosed in further detail herein, the metadata log module 134 may be configured to maintain ordered metadata pertaining to multiple VDL 150A-N. For clarity of illustration, the metadata log 160 of
In the
The data services module 110 may be configured to service I/O requests 113 by use of one or more VDLs 150A-N. As disclosed above, the data services module 110 may comprise a data virtualization module (DVM) 140, which may include an allocation module 143 configured to allocate resources of the data services module 110 to clients 106. The allocation module 143 may be configured to allocate sets, groups, ranges, and/or extents of LIDs to clients 106 in response to, inter alia, allocation requests. As disclosed herein, LIDs of the logical address space 122 may be mapped to any log storage unit 155 and/or virtual block 145A-N (virtual addresses 195A-N) of any of the storage resources 190A-Y (by use of, inter alia, the forward map 125 and/or metadata log 160). Accordingly, an I/O request 113 pertaining to a particular LID may be serviced by any of the data log modules 132A-N and/or within any of the VDLs 150A-N.
In some embodiments, the data services module 110 includes a log provisioner 131. The log provisioner 131 may be adapted to assign storage resources 190A-Y to one or more VDLs 150A-N. As disclosed in further detail herein, the log provisioner 131 may be configured to configure the VDLs 150A-N to provide a particular level of performance and/or reliability. Accordingly, the log provisioner 131 may be configured to combine (and/or separate) storage resources 190A-Y used in a particular VDL 150A-N based, inter alia, on performance and/or reliability characteristics of the storage resources 190A-Y (as indicated in the profile information 116A-Y, as disclosed herein). The data services module 110 may further include an allocation module 143 configured to allocate resources to clients 106. The allocation module 143 may be configured to allocate LIDs to clients 106. Further embodiments of systems and methods for managing logical and/or physical resource allocations are disclosed in U.S. Pat. No. 8,578,127 issued on Nov. 5, 2013 to David Flynn et al., which is hereby incorporated by reference in its entirety.
The log provisioner 131 may be configured to configure VDLs 150A-N of the data services module 110 based, inter alia, on characteristics of the storage resources 190A-Y. As disclosed above, the storage resource manager 114 may comprise profile information 116A-Y configured to indicate the capabilities and/or configuration of the storage resource 190A-Y. The profile information 116A-Y may be further configured to indicate current and/or observed performance and/or reliability characteristics of the storage resources 190A-Y. Accordingly, profile information 116A-Y pertaining to a storage resource 190A-Y may include, but is not limited to: the latency of storage operations performed on the storage resource 190A-Y, a workload the storage resource 190A-Y is capable of sustaining, current workload on the storage resource 190A-Y, available storage capacity, a QoS guaranteed by the storage resource 190A-Y, reliability characteristics pertaining to the storage resource 190A-Y (e.g., persistence level, whether the storage resource is configured to store data redundantly, such as a RAID configuration, observed error rate, and/or the like), capabilities of the storage resource 190A-Y (e.g., whether the storage resource 190A-Y supports particular storage operations and/or interfaces), storage format of the storage resource 190A-Y (e.g., log-based storage, modify-in-place, and/or the like), availability and/or cache mode of the storage resource 190A-Y, and/or the like.
The log provisioner 131 may be configured to assign storage resources 190A-Y to VDLs 150A-N in accordance with the characteristics of the storage resources 190A-Y. The log provisioner 131 may, for example, be configured to combine storage resources 190A-Y having similar performance characteristics in the same VDL 150A-N and/or avoid combining storage resources 190A-Y with different performance attributes (e.g., avoid pairing high-performance storage resources 190A-Y with lower-performance storage resources 190A-Y in the same VDL 150A-N). The log provisioner 131 may, in one embodiment, configure a VDL 150A-N to separate a combination of a high-performance storage resource 190C with one or more lower-performance storage resources 190A-B. In another embodiment, the assignment module is configured to group a plurality of high-performance storage resources 190A-Y into a single, higher-capacity VDL 150A-N. The log provisioner 131 may be further configured to combine storage resources 190A-Y configured to provide similar levels of persistence. The log provisioner 131 may, in one embodiment, combine storage resources 190A-Y configured to store data redundantly into a particular VDL 150A-N, and to exclude storage resources 190A-Y from the particular VDL 150A-N that are not capable of providing and/or configured to provide a similar level of persistence. In the
The log provisioner 131 may be configured to combine storage resources 190A-Y into VDL 150A-N having particular performance and/or reliability characteristics. As disclosed in further detail herein, the data services module 110 may include an allocation policy 147, comprising I/O requirements and/or preferences of the clients 106. The log provisioner 131 may be configured to create VDL 150A-N capable of satisfying the I/O requirements of the clients 106 per the allocation policy 147. The log provisioner may, for example, assign a single high-performance storage resource to VDL 150B in response to QoS requirements of a particular client 106. In another embodiment, the log provisioner 131 may be configured to combine redundant, low-performance storage resources 190A-B into a VDL 150A in response to I/O requirements of a different client 106 (e.g., requirements for reliable, high-capacity storage services).
The data services module 110 may further include a log assignment module 144 configured to assign clients 106 (and/or LIDs allocated thereto) to respective VDL 150A-N. The assignments may be based on, inter alia, profile information of the storage resources 190A-Y comprising the VDL 150A-N and/or requirements of the clients 106. The assignments may be configured to provide clients 106 with a particular QoS, storage-tiering level, persistent level, and/or the like. The I/O requirements and/or preferences of the clients 106 may be embodied in an allocation policy 147. The log assignment module 144 may, therefore, be configured to assign VDLs 150A-N to clients 106 based on a) profile information 116A-Y pertaining to the storage resources 190A-Y comprising the VDLs 150A-N and/or b) the allocation policy 147.
As disclosed above, the allocation policy 147 may correspond to I/O requirements and/or preferences of particular clients 106 (e.g., applications, services, and/or the like). The allocation policy 147 may comprise a QoS requirement of a particular client 106. The QoS policy of a client 106 may correspond to properties of the I/O services provided to the client 106 through the data services module 110, such as input/output bandwidth, input/output latency (e.g., response time), persistence level (e.g., RAID level), high-availability requirement(s), and/or the like. In other embodiments, the allocation policy 147 may comprise a persistence level requirement of a client 106, such as a requirement that data of the client 106 be stored redundantly and/or in a RAID configuration. The data services module 110 may be configured to acquire information pertaining to the I/O requirements of particular clients 106 and/or I/O requests 113 using any suitable mechanism including, but not limited to: receiving I/O requirements and/or preferences through the interface 112, through a storage interface (e.g., as fadvise parameters, IOCTL parameters, and/or the like), and/or the like.
The log assignment module 144 may be configured to associate clients 106 with particular VDLs 150A-N by, inter alia, pairing clients 106 with VDLs 150A-N comprising storage resources 190A-Y that are capable of satisfying the I/O requirements of the clients 106. Assigning a client 106 to a VDL 150 may, therefore, comprise comparing requirements and/or preferences of the client 106 in the allocation policy 147 to profile information 116A-Y corresponding to the storage resources 190A-Y. In the
The storage resource manager 114 may be configured to acquire information pertaining to the availability and/or usage characteristics of the storage resources 190A-Y, and to incorporate the acquired information into the profile information 116A-Y. The acquired information may include, but is not limited to: the availability of logical and/or physical capacity on the storage resources 190A-Y, workload on the storage resources 190A-Y, I/O bandwidth to/from the storage resources 190A-Y (e.g., load on the interconnect 115), data transfer rates, observed latency for storage operations performed on the storage resources 190A-Y, reliability of the storage resources 190A-Y (e.g., observed error rate), and/or the like.
The log assignment module 144 may use information pertaining to the operating state of the storage resources 190A-Y to determine log assignments. In one embodiment, the log assignment module 144 is configured to avoid overloading one or more of the storage resources 190A-Y. As disclosed above, the VDL 150B may correspond to a high-performance storage resource 190C and, as such, may be assigned to clients having particular requirements (e.g., particular QoS requirements). The log assignment module 144 may determine that the storage resource 190C is nearing capacity and that assigning additional workload would degrade performance of the VDL 150B, such that the QoS of one or more clients 106 would no longer be met. In response, the log assignment module 144 may a) assign other clients 106 to one or more other VDL 150A-N (e.g., VDL A), and/or b) move storage operations of one or more clients 106 to another VDL 150A-N.
The data services module 110 may be configured to service the I/O requests 113C and 113D by a) appending data DP to VDL 150A (at append point 156A), and appending data DV to VDL 150B (at append point 156B), and b) writing corresponding mapping entries 163P and 163V to the metadata log 160. The data services module 110 may be configured to append data DP and/or DV out-of-order with respect to the I/O requests 113C and/or 113D. As disclosed above, the storage resource 190C of VDL 150B may comprise a high-performance SSD storage device and, as such, the storage operation in VDL 150B may complete before the storage operation in VDL 150A. Additionally, other I/O requests 113 received after I/O requests 113C and/or 113D may complete within other VDL 150B-N before the operation(s) to write data DP to the VDL 150A is complete. The metadata log 160, however, may be configured to maintain a temporal order of I/O requests 113 (including I/O requests 113C and 113D). In particular, the metadata log module 134 may be configured to append the entries 163P and 163V to the metadata log 160 in accordance with the order in which the I/O requests 113C and 113D were received, regardless of the order in which the corresponding storage operations are completed within the respective VDLs 150A and/or 150B.
As illustrated in
As disclosed above, the garbage collector 136 may comprise a scan module 236A configured to identify segments 152 to recover based, inter alia, on the amount and/or proportion of invalid data in the segments 152. In the
The relocation plan module 236B may be configured to determine a relocation plan for the valid data (data DV in log storage unit 358B). As disclosed above, the relocation plan may be based on, inter alia, profile information pertaining to the source of the valid data in the VDL 150B and/or destination of the valid data in the VDL 150B. In the
Referring back to
The DVM 140 may comprise one or more logical manipulation modules 141A-N configured to implement logical manipulation operations. The logical manipulation modules 141A-N may include a logical move module 141A configured to implement logical move operations. As used herein, a “logical move,” “virtual move,” and/or “range move” operation refers to an operation configured to modify the LIDs bound to data stored in a VDL 150 A-N. A logical move operation may comprise: a) modifying one or more entries 126 in the forward map 160, and b) appending corresponding metadata to the metadata log 160 (e.g., LME 173). Logical move operations may be implemented without modifying the corresponding data stored in the VDL 150A-N and/or without appending data to the VDL 150A-N.
After servicing the I/O request 113C, the data services module 110 may receive an I/O request 113E to perform a logical move operation to move data of LID P to LID U. The I/O request 113E may be received through the interface 112 of the data services module 110, as disclosed herein. The VSM 146 may be configured to implement the logical move operation of the I/O request 113E by a) updating the forward map 125 to bind LID U to the data at log storage unit 358A, and b) appending an LME 173A to the metadata log 160. The LME 173A may correspond to the logical move operation and, as such, may be configured to indicate that the data DP stored at log storage unit 358A is bound to LID U. The LME 173A may be further configured to indicate that LID P is no longer associated with the data DP (e.g., deallocate LID P). The LME 173A may invalidate the original mapping entry 163P due to, inter alia, the log order of the mapping entry 163P and the LME 173A within the metadata log 160 (the LME 173A is later in the metadata log 160 than the original, pre-move mapping entry 163P).
As illustrated in
The DVM 140 may comprise a logical replication module 141B configured to implement logical copy operations. As used herein, a “logical copy,” “logical replication,” and/or “virtual copy” operation refers to an operation to associate two or more different LIDs with the same data in the VDL 150A-N.
Implementing the logical copy operation of
The mapping between LID V and data DP (at log storage unit 358A) may be maintained regardless of subsequent modifications to LID P in subsequent I/O requests.
The operations implemented by the VSM 146 may be performed on LID vectors, which may comprise sets, ranges, and/or extents of LIDs. A vector may be defined using a starting address (LID), range (size), and/or destination address.
The interface module 112 may receive the I/O request 413A to create a logical copy of the LID range 512-1536. The data services module 110 may be configured to service the I/O request 413A by use of, inter alia, the VSM 146. Servicing the I/O request 413 may comprise a) altering the forward map 125 to associate the data of LIDs 512-1536 with LIDs 16384-17408 and b) appending an LME 173C to the metadata log corresponding to the logical copy operation. The LME 173 may be configured to indicate that LIDs 16384-17408 are associated with the same data as the source LID vector 512-1536 (e.g., bind the destination LIDs 16384-17408 to the log storage units 32456-33480). As disclosed above, the data services module 110 may implement the vector logical copy operation without modifying the corresponding data stored within the VDL 150A and/or without appending data to the VDL 150A.
The data services module 110 may be configured to manage logical copies, such that storage operations in the LID range 512-1536 do not affect the corresponding logical copies (e.g., LID range 16384-17408). The data services module 110 may, therefore, be configured to implement copy-on-write operations within the respective LID vectors 512-1536 and 16384-17408. In embodiment 401B illustrated in
The DVM 140 may comprise a logical merge module 141N configured to implement logical merge operations. As used herein, a logical merge operation refers to combining two or more different sets, ranges, and/or extents of LIDs. A merge operation may comprise, for example, merging LIDs 512-1536 with LIDs 16385-17408. The VSM 146 may be configured to perform merge operations in accordance with a merge policy. As used herein, a “merge policy” refers to mechanisms and/or rules for resolving merge conflicts (e.g., differences in the LID vectors to be merged). A merge policy may include, but is not limited to: a write-order policy in which more recent modifications override earlier modifications; a priority-based policy based on the relative priority of storage operations and/or LID vectors (e.g., based on properties of the clients 106 and/or I/O requests 113); a completion indicator (e.g., completion of an atomic storage operation, failure of an atomic storage operation, or the like, as disclosed in further detail herein); and/or the like. Clients 106 may specify a merge policy in an I/O request (as an I/O request parameter), through the interface 112 (e.g., set a default merge policy), by use of fadvise parameters or IOCTL parameters, and/or the like.
The merge I/O request 413C may be received after servicing the I/O request 413B to write data X to LID 16384. Accordingly, the LID 16384 may be bound to log storage unit 3254 on storage resource 190B, as illustrated in
The efficient logical manipulation operations implemented by the VSM 146 may be used to implement other higher-level storage operations, including, but not limited to: atomic storage operations, transactions, snapshots, and/or the like. Referring to embodiment 501A depicted in
As used herein, an atomic storage operation refers to a storage operation that is either fully completed as a whole or rolled back. Accordingly, atomic storage operations may not be partially completed. Implementing an atomic storage request may comprise: a) creating a logical or “transactional” copy of one or more vectors pertaining to the atomic storage operation, b) performing storage operations of the atomic operation in the transactional vectors, and c) performing a logical move and/or merge operation to relocate the transaction vectors to the destination vectors of the atomic storage request. The atomic storage module 546 may be further configured to service composite and/or vector atomic storage operations, which may comprise a plurality of different storage operations pertaining to one or more different vectors. As illustrated in embodiment 501B of
The atomic storage module 546 may be configured to create the transactional vectors 517 in a designated section or region of the logical address space 122 and/or in a separate namespace, such that the LIDs of the transactional vectors 517 can be distinguished from other non-transactional LIDs. In the
Servicing the atomic storage request may further comprise assigning a VDL 150A-N to the transactional vectors 517 (and/or target vectors of the atomic I/O request 513A). In the
The atomic storage module 546 may be configured to implement the atomic storage operations of the I/O request 513A using the transactional vectors 517, which may comprise appending data D1 and D2 to a VDL 150A-N. As illustrated in
In embodiment 501D illustrated in
As illustrated in
In some embodiments, the efficient logical manipulation operations implemented by the data services module 110 may be leveraged to implement snapshots. As used herein, a snapshot refers to a storage operation configured to preserve the state of a storage system at a particular point in time. A snapshot operation may, therefore, be configured to preserve data associated with LIDs of the logical address space 122 managed by the data services module 110.
As illustrated in
As disclosed above, a snapshot refers to an operation to preserve the state of a storage system and, in particular, to preserving the state of a particular set, range, and/or extent of LIDs within the logical address space 122. In some embodiments the snapshot module 648 may be configured to create a snapshot through a logical copy operation implemented by use of, inter alia, the VSM 146.
The snapshot module 648 may be configured to service a snapshot I/O request 613A. The I/O request 613A may specify a source address for the snapshot (LID 0 in the logical address space 122), a destination for the snapshot (LID 100000), and a size, range, and/or extent (65536). The snapshot I/O request 613A of
Servicing the snapshot I/O request 613A may comprise allocating the destination LIDs 100000-165535 (if not already allocated), and creating a logical copy of the LID range 0-65535 by, inter alia, appending an LME 173F to the metadata log 160. The LME 173F may be configured to indicate that the destination LIDs of the snapshot are associated with the same data as the source LIDs. The LME 173F may, therefore, be configured to associate the snapshot destination LID range 100000-165535 with the log storage units bound to the snapshot source LID range 0-65535, which may comprise associating LID 100000 with log storage unit 1023, associating LIDs 100001-100007 with log storage units 32-38, associating LID 100010 with log storage unit 997094, associating LID 165535 with log storage unit 21341, and so on. The LME 173F may exclude mapping information pertaining to portions of the logical address space 122 that are outside of the source range (e.g., LIDs 65536 and 87212 of entries 126X-Z). As disclosed above, the LME 173F may be embodied as one or more of a packet, note, persistent note, and/or other data structure stored within the metadata log 160. Although not depicted in
In some embodiments, the snapshot operation further comprises activating the snapshot. As used herein, “activating” a snapshot refers to adding entries 126 to the forward map 125 corresponding to the snapshot operation. In the
Referring to embodiment 601C depicted in
The snapshot activator 649 may be configured to efficiently replicate the entries 126A-N in memory by: a) copying the memory address range (region 603A) to a destination memory address range (region 603B), and b) modifying the LID fields 127A of the copied entries in accordance with the snapshot destination. As illustrated in the
Referring back to
As disclosed above, even with the efficiency improvements disclosed in conjunction with
The snapshot I/O request 613A may specify whether to defer snapshot activation.
In some embodiments, snapshot operations may be assigned respective identifiers. The identifier of a snapshot may correspond to a LID associated with the snapshot and/or a log time of the snapshot. As disclosed above, a “log time” refers to a particular time and/or log location in the ordered, metadata log 160. The log time of a log storage unit 165 in the metadata log 160 may correspond to a) sequence information of the segment 162 comprising the log storage unit 165 and b) the relative address and/or offset of the log storage unit 165 within the segment 162. The log time may be configured to be monotonically increasing (in accordance with sequence metadata 161 applied to the segments 162). As used herein, the log time of a snapshot refers to the log time of the LME 173F appended to the metadata log 160 to create the snapshot. Accordingly, the log time of the snapshot of
As illustrated in embodiment 601E depicted in
Deferring snapshot activation may impact garbage collection operations of the data services module 110. As disclosed above, the scan module 236A of the garbage collector 136 may be configured to identify invalid data based on the forward map 125 (in a mark-and-sweep operation). Data corresponding to the activated snapshots and/or snapshot regions of
As illustrated in embodiment 601F depicted in
In some embodiments, the snapshot module 648 is configured to preserve snapshot data. The snapshot module 648 may be configured to maintain snapshot metadata 645, including an entry corresponding to the deferred activation snapshot of
The snapshot module 648 may use the snapshot metadata 645 to activate the snapshot.
In response to the activation I/O request 613E, the snapshot activator 649 may activate the snapshot by, inter alia, copying the memory region corresponding to entries 126A-126N, and modifying the LID field 127A of the copied entries 626A-N, as disclosed above. Snapshot activation may further comprise modifying the entry 626A in accordance with the retention information. Based on the retention information of the snapshot metadata entry 646, the snapshot activator 649 may determine that the entry 126A no longer references the snapshot data at log storage unit 1023. In response, the snapshot activator 649 may be further configured to modify the log storage unit field 127B of the entry 626A in accordance with the retention information (e.g., set the log storage unit field 127B to 1023 rather than 33422). After activating the snapshot, the snapshot module 648 may remove the snapshot metadata entry 646.
In another embodiment, the snapshot module 648 is configured to activate snapshot entries “on-demand” (e.g., in response to storage operations that would remove bindings to snapshot data). In embodiment 601H illustrated in
The snapshot module 648 may be further configured to deallocate snapshots. As used herein, deallocating a snapshot may comprise deallocating the LIDs comprising the snapshot (e.g., deallocating destination LIDs of an activated snapshot). Activated snapshot LIDs may be deallocated by a) appending metadata to the metadata log configured to deallocate the activated LIDs and/or b) removing the corresponding entries from the forward map 125. Deallocating the snapshot of
As disclosed herein, the snapshot module 648 may be configured to generate and/or manage snapshots by use of the metadata log 160. Snapshots may be created and/or managed without modifying the underlying data stored in the VDL 150A-N. Moreover, the garbage collector 136 may be configured to identify invalid data by use of entries 126 and/or retention information maintained in volatile memory resources 103, without affecting the storage overhead of the data on the VDL 150A-N and/or creating reference count overhead in the metadata log 160 and/or forward map 125. Accordingly, the snapshot module 648 may be capable of creating any number of snapshots, without significantly increasing the metadata management overhead of the data services module 110.
In some embodiments, step 710 comprises maintaining a logical address space 122 comprising a plurality of LIDs using, inter alia, virtualization metadata. The virtualization metadata may include a forward map 125 comprising entries 126 configured to bind LIDs of the logical address space 122 to log storage units 155, virtual blocks 145, and/or corresponding virtual addresses 195 of one or more VDLs 150A-N.
Step 720 may comprise servicing the I/O request 113 received at step 710 by: a) storing data of the I/O request 113 within the VDL 150, and b) appending an entry 163 to the metadata log 160 corresponding to the I/O request 113. Storing the data of the I/O request 113 may comprise writing the data to one or more log storage units 155 in a segment 152 of the VDL 150 by, inter alia, issuing commands to one or more storage resources 190 corresponding to the VDL 150. The data may be stored to one or more identifier(s) 195 within a storage resource address space 194 of the storage resource 190.
The entry 163 appended to the metadata log 160 may be configured to bind the LID of the I/O request 113 to the data appended to the VDL 150. The entry 163 may, therefore, be configured to bind the LID to a particular log storage unit 155, virtual block 145, and/or virtual address(es) 195. The metadata log 160 may be ordered, such that an order of the metadata stored in the metadata log 160 (e.g., entries 163, aggregate entries 167, checkpoint entries 168, LME 173, and so on) corresponds with an order in which I/O requests 113 were received at the data services module 110. The log order of the metadata in the metadata log 160 may be determined by a) sequence metadata assigned to segments 162 of the metadata 160, and b) the relative address and/or offset of the metadata within the respective segments 162.
Step 711 may further comprise associating the stored data with a logical interface. Step 711 may comprise assigning identifiers of a logical address space 122 to the stored data, which may include, but is not limited to: assigning logical identifiers to the data by use of a logical interface and/or virtualization metadata (e.g., the forward map 125); and recording the assignments in a metadata log 160 (e.g., appending mapping entries 163 to the metadata log 160, as disclosed above).
Step 721 may comprise modifying the logical interface to data stored at step 711. Step 721 may comprise manipulating a logical interface to the stored data, which may include modifying bindings between identifiers of the logical address space 122 and the stored data by a) altering the logical interface to the data in logical interface and/or virtualization metadata (e.g., forward map 125); and b) recording an LME 173 corresponding to the altered logical interface. The modifications to the logical interface may include, but are not limited to: modifications configured to: a) change the LIDs associated with the stored data (e.g., modify the LID(s) bound to stored data), b) replicate sets of LIDs (e.g., create logical copies of particular LIDs, snapshot particular sets of LIDs, and/or the like), c) merge sets of LIDs, and/or the like. In some embodiments, step 721 comprises modifying a mapping between data stored at step 711 and one or more identifiers of the logical address space 122 in the forward map 125, and appending a record corresponding to the modified mapping in the metadata log 160. The record appended to the metadata log 160 may comprise a logical manipulation entry 173, as disclosed above. The logical interface modification(s) of step 721 may be implemented without storing data to the VDL 150 and/or without modifying data stored within the VDL 150.
Step 820 may comprise condensing valid mapping metadata in the metadata log 160. Step 820 may comprise a) compacting segments 162 of the metadata log 160 and/or b) checkpointing portions of the forward map 125 to the metadata log 160. Compacting segments 162 of the metadata log 160 may comprise a) identifying valid mapping metadata within the segments 162 and b) combining the valid mapping metadata into one or more aggregate mapping entries 167. Checkpointing portions of the forward map 125 may comprise appending one or more checkpoint entries 168 to the metadata log 160, wherein the checkpoint entries 168 are configured to map a plurality of LIDs to respective log storage units 155 of the VDL 150.
Accordingly, in some embodiments, step 820 comprises recovering a segment 162 of the metadata log 160. Recovering the segment 162 may comprise a) identifying valid metadata entries 163 in the segment 162 (if any), and b) combining mapping information of the identified mapping entries 163 into an aggregate mapping entry 167. The aggregate mapping entry 167 may comprise the mapping information of the combined mapping entries 163. Step 820 may further comprise appending the aggregate mapping entry 167 to the metadata log 160 and/or preparing the segment 162 for reuse. Identifying valid mapping entries 163 may comprise identifying metadata entries 163 comprising mapping information that a) corresponds to an entry in the forward map 125, and b) has not been persisted to the metadata log 160 another aggregate mapping entry 167 and/or checkpoint entry 168. Identifying valid metadata entries may, therefore, comprise comparing a log time and/or log order of the metadata entries, to a log time and/or log order of one or more checkpoint entries 168 in the metadata log 160. If a checkpoint entry 168 corresponding to the same LID(s) as the mapping entry 163 exists in the metadata log 160, and is later in log time and/or log order than the mapping entry 163, the mapping entry 163 may be identified as invalid, since the mapping metadata of the entry has already been checkpointed to the metadata log 160.
Alternatively, or in addition, step 820 may comprise checkpointing mapping metadata of the forward map 125 to the metadata log 160. Checkpointing mapping metadata may comprise one or more checkpoint entries 168 to the metadata log 160 comprising mapping information pertaining to a set, range, and/or extent of LIDs in the logical address space 122. The amount of mapping metadata included in a checkpoint entry 168 may correspond to a storage capacity of the log storage units 165 of the metadata log 160. In some embodiments, step 820 comprises streaming mapping information pertaining to the entire logical address space 122 (e.g., all entries 126 in the forward map 125) to the metadata log 160.
Step 910 may comprise accessing a metadata log 160 pertaining to one or more VDLs 150A-N corresponding to respective storage resources 190A-N. The metadata log 160 accessed at step 910 may be stored on a storage resource 190Y that is separate from and/or independent of the storage resources 190A-X used to implement the VDL 150A-N.
Step 920 may comprise reconstructing entries of the forward map 125 based on the ordered metadata log 160 accessed at step 910. Step 920 may comprise identifying a checkpoint entry 168 in the metadata log 160. As used herein, a checkpoint entry 168 refers to mapping metadata pertaining to a set, range, and/or extent of LIDs of the logical address space 122. A checkpoint entry 168 may comprise mapping information for the entire logical address space 122. Step 920 may further comprise reconstructing entries of the forward map 125 based on the mapping metadata of the identified checkpoint entry 168, and accessing updating the entries of the forward map 128 based on mapping metadata appended after the checkpoint entry 168. Alternatively, step 920 may comprise reconstructing the forward map 125 by use of individual mapping entries 163 and/or aggregate mapping entries 167 stored in the metadata log 160. Step 920 may further comprise reconstructing and/or modifying the forward map based on one or more LME 173 stored in the metadata log 160.
Step 1020 may comprise creating one or more VDLs 150A-N comprising storage resources 190A-X having compatible characteristics. Step 1020 may comprise identifying storage resources 190A-X for use in respective VDLs 150A-N. Step 1020 may comprise grouping the storage resources 190A-X based on, inter alia, the profile information 116A-Y pertaining to the storage resources 190A-X accessed at step 1010. Step 1020 may further comprise forming VDL 150A-N comprising storage resources 190A-X that have similar characteristics and/or that are capable of satisfying similar performance, reliability, and/or capacity requirements (e.g., QoS requirements). Step 1020 may further comprise forming VDL 150A-N configured to satisfy I/O requirements of one or more clients 106. Accordingly, step 1020 may comprise identifying storage resources 190A-X that are capable of satisfying I/O requirements (e.g., QoS requirements of particular clients 106), and forming VDL 150A-N comprising the identified storage resources 190A-X.
Step 1030 may comprise assigning I/O requests and/or LIDs to the respective VDL 150A-N created at step 1020. Step 1030 may comprise comparing I/O requirements of a client 106 to characteristics of the storage resources 190A-X comprising the respective VDLs 150A-N in order to, inter alia, identify a VDL 150A-N capable of satisfying the I/O requirements of the client 106. Step 1030 may further comprise assigning a set, range, and/or extent of LIDs of the logical address space 122 to respective VDL 150A-N. In some embodiments, step 1030 may further include monitoring operating characteristics of the storage resources 190A-X of the VDL 150A-N to ensure that the storage resources 190A-X are not overloaded, such that the I/O requirements of clients 106 and/or LIDs assigned to the VDL 150A-N can no longer be satisfied.
Step 1120 may comprise modifying a logical interface to data appended to the VDL 150 by appending persistent data to the metadata log 160 (appending an LME 173 to the metadata log 160). Step 1120 may further comprise modifying one or more entries in a forward map 125 corresponding to the modified logical interface. Step 1120 may comprise modifying the logical interface of the data without modifying the data stored on the VDL 150 and/or without appending data to the VDL 150.
Step 1220 may comprise completing the atomic storage request by use of, inter alia, the metadata log 160. Step 1220 may comprise implementing a logical merge operation to merge the LIDs in the designated range of the logical address space 122 and/or separate namespace to target LIDs of the atomic storage request (e.g., to the vectors designated in the atomic storage request of step 1210). Step 1220 may, therefore, comprise completing and/or closing the atomic storage request in a single, atomic write operation to the metadata log 160, which may comprise recording an LME 173 in the metadata log 160, as disclosed above. In some embodiments, step 1220 may further comprise recording logical management metadata specified in the atomic storage request, such as deallocation information, as described above in conjunction with
Step 1320 may comprise creating a snapshot of a set, range, and/or extent of LIDs in the logical address space 1320 by using the metadata log 1320. As disclosed above, creating a snapshot may comprise appending a persistent note, packet, and/or other data to the metadata log 160 (e.g., an LME 173) that is configured to bind a set of destination LIDs to the data bound to a set of source LIDs. In some embodiments, step 1320 comprises activating the snapshot by, inter alia, creating entries corresponding to the snapshot in the forward map 125. Alternatively, snapshot activation may be deferred, as disclosed herein. Step 1320 may further comprise preserving data corresponding to the snapshot by, inter alia, maintaining retention information pertaining to data of the snapshot and/or activating portions of the snapshot on-demand, as disclosed herein.
Step 1420 may comprise servicing the I/O requests by, inter alia, storing data pertaining to the I/O requests on a persistent storage resource (e.g., storage resource 190A-X). Step 1420 may comprise appending data pertaining to the I/O requests to a VDL 150, as disclosed herein. Alternatively, step 1410 may comprise storing data using another storage mechanism, such as a write-out-of-place storage system, a write-in-place storage system, a key-value storage system, a journaling storage system, and/or the like.
Step 1430 may comprise maintaining mapping metadata pertaining to the I/O requests received at step 1410. Step 1430 may comprise storing mapping metadata that is persistent and crash safe, such that bindings between LIDs of the data stored at step 1420 and storage unit(s) of the data may be maintained despite loss and/or corruption of the volatile memory resources 103 of the computing system 100. Step 1430 may comprise storing mapping metadata to a metadata storage, which may comprise a metadata log 160, as disclosed herein. Alternatively, the metadata storage may comprise a different storage mechanism, such as key-value pair storage, a journaling storage system, and/or the like. Step 1430 may comprise maintaining an order of the stored mapping metadata, such that mapping information stored in the metadata storage are ordered in accordance with an order in which the I/O requests were received at the data services module 110. Maintaining metadata order may comprise appending mapping metadata to an ordered metadata log 160, as disclosed herein. Alternatively, mapping metadata may be ordered using other mechanisms, such as dedicated sequence metadata, monotonically increasing ordering values, and/or the like.
Step 1520 may comprise maintaining mapping metadata corresponding to the I/O requests, as disclosed above. Step 1520 may comprise appending mapping entries to a metadata log 160. Alternatively, step 1520 may comprise storing mapping metadata in another storage format and/or using another storage technique. Step 1520 may further comprise maintaining ordering information pertaining to the mapping metadata, as disclosed herein.
Step 1530 may comprise modifying the logical interface to data stored at step 1510 by, inter alia, modifying the mapping metadata of step 1520. Step 1530 may comprise one or more of: a) a logical move operation to associate data stored at step 1510 with a different set of LIDs, b) a logical copy operation to associate data stored at step 1510 with two or more different sets of LIDs, c) a logical merge operation to merge data associated with two or more different sets of LIDs, and/or the like. Step 1530 may comprise writing an LME 173 to the metadata log 160, as disclosed herein. The modification(s) to the logical interface may be implemented without modifying the stored data and/or without storing additional data to the storage resource(s) 190A-Y comprising the stored data. The modifications to the logical interface of step 1530 may be persistent and crash safe, such that the modifications are reflected in persistent data stored in a metadata storage. Accordingly, the modifications of step 1530 may be implemented regardless of loss and/or corruption of the volatile memory resources 103 of the computing system 100.
This disclosure has been made with reference to various exemplary embodiments. However, those skilled in the art will recognize that changes and modifications may be made to the exemplary embodiments without departing from the scope of the present disclosure. For example, various operational steps, as well as components for carrying out operational steps, may be implemented in alternative ways depending upon the particular application or in consideration of any number of cost functions associated with the operation of the system (e.g., one or more of the steps may be deleted, modified, or combined with other steps). Therefore, this disclosure is to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope thereof. Likewise, benefits, other advantages, and solutions to problems have been described above with regard to various embodiments. However, benefits, advantages, solutions to problems, and any element(s) that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as a critical, a required, or an essential feature or element. As used herein, the terms “comprises,” “comprising,” and any other variation thereof are intended to cover a non-exclusive inclusion, such that a process, a method, an article, or an apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, system, article, or apparatus. Also, as used herein, the terms “coupled,” “coupling,” and any other variation thereof are intended to cover a physical connection, an electrical connection, a magnetic connection, an optical connection, a communicative connection, a functional connection, and/or any other connection.
Additionally, as will be appreciated by one of ordinary skill in the art, principles of the present disclosure may be reflected in a computer program product on a machine-readable storage medium having machine-readable program code means embodied in the storage medium. Any tangible, non-transitory machine-readable storage medium may be utilized, including magnetic storage devices (hard disks, floppy disks, and the like), optical storage devices (CD-ROMs, DVDs, Blu-ray discs, and the like), flash memory, and/or the like. These computer program instructions may be loaded onto a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions that execute on the computer or other programmable data processing apparatus create means for implementing the functions specified. These computer program instructions may also be stored in a machine-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the machine-readable memory produce an article of manufacture, including implementing means that implement the function specified. The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process, such that the instructions that execute on the computer or other programmable apparatus provide steps for implementing the functions specified.
While the principles of this disclosure have been shown in various embodiments, many modifications of structure, arrangements, proportions, elements, materials, and components that are particularly adapted for a specific environment and operating requirements may be used without departing from the principles and scope of this disclosure. These and other changes or modifications are intended to be included within the scope of the present disclosure.
Number | Name | Date | Kind |
---|---|---|---|
4571674 | Hartung | Feb 1986 | A |
5193184 | Belsan et al. | Mar 1993 | A |
5261068 | Gaskins et al. | Nov 1993 | A |
5307497 | Feigenbaum et al. | Apr 1994 | A |
5325509 | Lautzenheiser | Jun 1994 | A |
5392427 | Barrett et al. | Feb 1995 | A |
5404485 | Ban | Apr 1995 | A |
5438671 | Miles | Aug 1995 | A |
5469555 | Ghosh et al. | Nov 1995 | A |
5499354 | Aschoff et al. | Mar 1996 | A |
5504882 | Chai | Apr 1996 | A |
5535399 | Blitz et al. | Jul 1996 | A |
5553261 | Hasbun et al. | Sep 1996 | A |
5586291 | Lasker | Dec 1996 | A |
5594883 | Pricer | Jan 1997 | A |
5596736 | Kerns | Jan 1997 | A |
5598370 | Nijima et al. | Jan 1997 | A |
5651133 | Burkes | Jul 1997 | A |
5680579 | Young et al. | Oct 1997 | A |
5682497 | Robinson | Oct 1997 | A |
5682499 | Bakke et al. | Oct 1997 | A |
5701434 | Nakagawa | Dec 1997 | A |
5745792 | Jost | Apr 1998 | A |
5754563 | White | May 1998 | A |
5757567 | Hetzler et al. | May 1998 | A |
5787486 | Chin et al. | Jul 1998 | A |
5794253 | Norin et al. | Aug 1998 | A |
5802602 | Rahman et al. | Sep 1998 | A |
5809527 | Cooper et al. | Sep 1998 | A |
5809543 | Byers | Sep 1998 | A |
5845329 | Onishi et al. | Dec 1998 | A |
5930815 | Estakhri et al. | Jul 1999 | A |
5957158 | Volz et al. | Sep 1999 | A |
5960462 | Solomon et al. | Sep 1999 | A |
6000019 | Dykstal et al. | Dec 1999 | A |
6014724 | Jennett | Jan 2000 | A |
6073232 | Kroeker et al. | Jun 2000 | A |
6101601 | Matthews | Aug 2000 | A |
6170039 | Kishida | Jan 2001 | B1 |
6170047 | Dye | Jan 2001 | B1 |
6173381 | Dye | Feb 2001 | B1 |
6185654 | Van Doren | Feb 2001 | B1 |
6209088 | Reneris | Mar 2001 | B1 |
6236593 | Hong et al. | May 2001 | B1 |
6256642 | Krueger et al. | Jul 2001 | B1 |
6279069 | Robinson | Aug 2001 | B1 |
6289413 | Rogers et al. | Sep 2001 | B1 |
6330642 | Brown | Dec 2001 | B1 |
6330688 | Brown | Dec 2001 | B1 |
6336174 | Li et al. | Jan 2002 | B1 |
6356986 | Solomon et al. | Mar 2002 | B1 |
6370631 | Dye | Apr 2002 | B1 |
6385710 | Goldman et al. | May 2002 | B1 |
6404647 | Minne | Jun 2002 | B1 |
6412080 | Fleming et al. | Jun 2002 | B1 |
6418478 | Ignatius et al. | Jul 2002 | B1 |
6507911 | Langford | Jan 2003 | B1 |
6523102 | Dye et al. | Feb 2003 | B1 |
6564285 | Mills et al. | May 2003 | B1 |
6587915 | Kim | Jul 2003 | B1 |
6601211 | Norman | Jul 2003 | B1 |
6625684 | Cho et al. | Sep 2003 | B1 |
6625685 | Cho et al. | Sep 2003 | B1 |
6629112 | Shank | Sep 2003 | B1 |
6658438 | Moore et al. | Dec 2003 | B1 |
6671757 | Multer et al. | Dec 2003 | B1 |
6715027 | Kim et al. | Mar 2004 | B2 |
6751155 | Gorobets | Jun 2004 | B2 |
6754774 | Gruner et al. | Jun 2004 | B2 |
6775185 | Fujisawa et al. | Aug 2004 | B2 |
6779088 | Benveniste et al. | Aug 2004 | B1 |
6785776 | Arimilli et al. | Aug 2004 | B2 |
6785785 | Piccirillo et al. | Aug 2004 | B2 |
6877076 | Cho et al. | Apr 2005 | B1 |
6880049 | Gruner et al. | Apr 2005 | B2 |
6883069 | Yoshida | Apr 2005 | B2 |
6883079 | Priborsky | Apr 2005 | B1 |
6938133 | Johnson et al. | Aug 2005 | B2 |
6957158 | Hancock et al. | Oct 2005 | B1 |
6959369 | Ashton et al. | Oct 2005 | B1 |
6981070 | Luk et al. | Dec 2005 | B1 |
6996676 | Megiddo | Feb 2006 | B2 |
7010652 | Piccirillo et al. | Mar 2006 | B2 |
7010662 | Aasheim et al. | Mar 2006 | B2 |
7013376 | Hooper, III | Mar 2006 | B2 |
7013379 | Testardi | Mar 2006 | B1 |
7093101 | Aasheim et al. | Mar 2006 | B2 |
7035974 | Shang | Apr 2006 | B2 |
7043599 | Ware et al. | May 2006 | B1 |
7047366 | Ezra | May 2006 | B1 |
7050337 | Iwase et al. | May 2006 | B2 |
7058769 | Danilak | Jun 2006 | B1 |
7076599 | Aasheim | Jul 2006 | B2 |
7082495 | DeWhitt et al. | Jul 2006 | B2 |
7085512 | Aasheim et al. | Jul 2006 | B2 |
7085879 | Aasheim et al. | Aug 2006 | B2 |
7089391 | Geiger et al. | Aug 2006 | B2 |
7096321 | Modha | Aug 2006 | B2 |
7130956 | Rao | Oct 2006 | B2 |
7130957 | Rao | Oct 2006 | B2 |
7167953 | Megiddo et al. | Jan 2007 | B2 |
7171536 | Chang et al. | Jan 2007 | B2 |
7173852 | Gorobets | Feb 2007 | B2 |
7181572 | Walmsley | Feb 2007 | B2 |
7194577 | Johnson et al. | Mar 2007 | B2 |
7194740 | Frank et al. | Mar 2007 | B1 |
7203815 | Haswell | Apr 2007 | B2 |
7215580 | Gorobets | May 2007 | B2 |
7219238 | Saito et al. | May 2007 | B2 |
7243203 | Scheuerlein | Jul 2007 | B2 |
7246179 | Camara et al. | Jul 2007 | B2 |
7254686 | Islam et al. | Aug 2007 | B2 |
7275135 | Coulson | Sep 2007 | B2 |
7280536 | Testardi | Oct 2007 | B2 |
7293183 | Lee et al. | Nov 2007 | B2 |
7305520 | Voight et al. | Dec 2007 | B2 |
7328307 | Hoogterp | Feb 2008 | B2 |
7340558 | Lee et al. | Mar 2008 | B2 |
7340566 | Voth et al. | Mar 2008 | B2 |
7356651 | Liu | Apr 2008 | B2 |
7360015 | Matthews et al. | Apr 2008 | B2 |
7366808 | Kano et al. | Apr 2008 | B2 |
7395384 | Sinclair | Jul 2008 | B2 |
7398348 | Moore et al. | Jul 2008 | B2 |
7418465 | Lewis et al. | Aug 2008 | B1 |
7437510 | Rosenbluth et al. | Oct 2008 | B2 |
7447847 | Louie et al. | Nov 2008 | B2 |
7450420 | Sinclair et al. | Nov 2008 | B2 |
7464221 | Nakamura et al. | Dec 2008 | B2 |
7487235 | Andrews et al. | Feb 2009 | B2 |
7487320 | Bansal et al. | Feb 2009 | B2 |
7516267 | Coulson et al. | Apr 2009 | B2 |
7526614 | van Riel | Apr 2009 | B2 |
7529905 | Sinclair | May 2009 | B2 |
7536491 | Kano et al. | May 2009 | B2 |
7552271 | Sinclair et al. | Jun 2009 | B2 |
7580287 | Aritome | Aug 2009 | B2 |
7603532 | Rajan et al. | Oct 2009 | B2 |
7610348 | Kisley et al. | Oct 2009 | B2 |
7620773 | Nicholson et al. | Nov 2009 | B2 |
7640390 | Iwamura | Dec 2009 | B2 |
7644239 | Ergan et al. | Jan 2010 | B2 |
7664239 | Groff et al. | Jan 2010 | B2 |
7657717 | Karr et al. | Feb 2010 | B1 |
7660911 | McDaniel | Feb 2010 | B2 |
7660941 | Lee et al. | Feb 2010 | B2 |
7669019 | Fujibayashi et al. | Feb 2010 | B2 |
7676628 | Compton et al. | Mar 2010 | B1 |
7702873 | Griess et al. | Apr 2010 | B2 |
7721059 | Mylly et al. | May 2010 | B2 |
7725628 | Phan et al. | May 2010 | B1 |
7831783 | Pandit et al. | Nov 2010 | B2 |
7853772 | Chang et al. | Dec 2010 | B2 |
7873782 | Terry | Jan 2011 | B2 |
7873803 | Cheng | Jan 2011 | B2 |
7882305 | Moritoki | Feb 2011 | B2 |
7904647 | El-Batal et al. | Mar 2011 | B2 |
7913051 | Todd et al. | Mar 2011 | B1 |
7917803 | Stefanus et al. | Mar 2011 | B2 |
7941591 | Aviles | May 2011 | B2 |
7984230 | Nasu et al. | Jul 2011 | B2 |
8046526 | Yeh | Oct 2011 | B2 |
8055820 | Sebire | Nov 2011 | B2 |
8127103 | Kano et al. | Feb 2012 | B2 |
8135900 | Kunimatsu et al. | Mar 2012 | B2 |
8135907 | Moore | Mar 2012 | B2 |
8151082 | Flynn et al. | Apr 2012 | B2 |
8171204 | Chow et al. | May 2012 | B2 |
8214583 | Sinclair | Jul 2012 | B2 |
8392428 | Bonwick et al. | Mar 2013 | B1 |
8539362 | Braam et al. | Nov 2013 | B2 |
8627005 | Bradford et al. | Jan 2014 | B1 |
20020069318 | Chow et al. | Jun 2002 | A1 |
20020103819 | Duvillier | Aug 2002 | A1 |
20020161855 | Manczak et al. | Oct 2002 | A1 |
20020181134 | Bunker et al. | Dec 2002 | A1 |
20030061296 | Craddock et al. | Mar 2003 | A1 |
20030140051 | Fujiwara et al. | Jul 2003 | A1 |
20030145230 | Chiu et al. | Jul 2003 | A1 |
20030149753 | Lamb | Aug 2003 | A1 |
20030198084 | Fujisawa et al. | Oct 2003 | A1 |
20040003002 | Adelmann | Jan 2004 | A1 |
20040093463 | Shang | May 2004 | A1 |
20040117586 | Estakhri et al. | Jun 2004 | A1 |
20040148360 | Mehra et al. | Jul 2004 | A1 |
20040186946 | Lee | Sep 2004 | A1 |
20040268359 | Hanes | Dec 2004 | A1 |
20050002263 | Iwase et al. | Jan 2005 | A1 |
20050015539 | Horii et al. | Jan 2005 | A1 |
20050027951 | Piccirillo et al. | Feb 2005 | A1 |
20050120177 | Black | Jun 2005 | A1 |
20050141313 | Gorobets | Jun 2005 | A1 |
20050144360 | Bennett | Jun 2005 | A1 |
20050177687 | Rao | Aug 2005 | A1 |
20050193166 | Johnson et al. | Sep 2005 | A1 |
20050216653 | Aasheim | Sep 2005 | A1 |
20050240713 | Wu et al. | Oct 2005 | A1 |
20050246510 | Retnamma et al. | Nov 2005 | A1 |
20050257017 | Yagi | Nov 2005 | A1 |
20050268359 | Mach et al. | Dec 2005 | A1 |
20050273476 | Wertheimer et al. | Dec 2005 | A1 |
20060004955 | Ware et al. | Jan 2006 | A1 |
20060020744 | Sinclair et al. | Jan 2006 | A1 |
20060026339 | Rostampour | Feb 2006 | A1 |
20060059326 | Aasheim et al. | Mar 2006 | A1 |
20060075057 | Gildea et al. | Apr 2006 | A1 |
20060085626 | Roberson et al. | Apr 2006 | A1 |
20060129778 | Clark et al. | Jun 2006 | A1 |
20060136657 | Rudelic et al. | Jun 2006 | A1 |
20060143396 | Cabot | Jun 2006 | A1 |
20060149893 | Barfuss et al. | Jul 2006 | A1 |
20060179263 | Song et al. | Aug 2006 | A1 |
20060184722 | Sinclair | Aug 2006 | A1 |
20060190552 | Henze et al. | Aug 2006 | A1 |
20060224849 | Islam et al. | Oct 2006 | A1 |
20060236061 | Koclanes | Oct 2006 | A1 |
20060248387 | Nicholson et al. | Nov 2006 | A1 |
20060265636 | Hummler | Nov 2006 | A1 |
20070008852 | Kobayashi | Jan 2007 | A1 |
20070016699 | Minamii | Jan 2007 | A1 |
20070022148 | Akers et al. | Jan 2007 | A1 |
20070033325 | Sinclair | Feb 2007 | A1 |
20070033326 | Sinclair | Feb 2007 | A1 |
20070033327 | Sinclair | Feb 2007 | A1 |
20070033362 | Sinclair | Feb 2007 | A1 |
20070043900 | Yun | Feb 2007 | A1 |
20070050571 | Nakamura | Mar 2007 | A1 |
20070061508 | Zweighaft | Mar 2007 | A1 |
20070069318 | Chow et al. | Mar 2007 | A1 |
20070088666 | Saito | Apr 2007 | A1 |
20070118676 | Kano et al. | May 2007 | A1 |
20070118713 | Guterman | May 2007 | A1 |
20070124540 | van Riel | May 2007 | A1 |
20070136555 | Sinclair | Jun 2007 | A1 |
20070143532 | Gorobets et al. | Jun 2007 | A1 |
20070143560 | Gorobets | Jun 2007 | A1 |
20070143566 | Gorobets | Jun 2007 | A1 |
20070143567 | Gorobets et al. | Jun 2007 | A1 |
20070147356 | Gorobets | Jun 2007 | A1 |
20070150689 | Pandit et al. | Jun 2007 | A1 |
20070156998 | Gorobets | Jul 2007 | A1 |
20070168698 | Coulson et al. | Jul 2007 | A1 |
20070198770 | Horii et al. | Aug 2007 | A1 |
20070204128 | Lee et al. | Aug 2007 | A1 |
20070208790 | Reuter et al. | Sep 2007 | A1 |
20070233937 | Coulson et al. | Oct 2007 | A1 |
20070260608 | Hertzberg et al. | Nov 2007 | A1 |
20070261030 | Wadhwa | Nov 2007 | A1 |
20070263514 | Iwata et al. | Nov 2007 | A1 |
20070266037 | Terry et al. | Nov 2007 | A1 |
20070274150 | Gorobets | Nov 2007 | A1 |
20070300008 | Rogers et al. | Dec 2007 | A1 |
20080010395 | Mylly et al. | Jan 2008 | A1 |
20080052377 | Light | Feb 2008 | A1 |
20080052477 | Lee | Feb 2008 | A1 |
20080091876 | Fujibayashi et al. | Apr 2008 | A1 |
20080109543 | Abanami et al. | May 2008 | A1 |
20080120469 | Kornegay | May 2008 | A1 |
20080126507 | Wilkinson | May 2008 | A1 |
20080126700 | El-Batal et al. | May 2008 | A1 |
20080209090 | Esmaili et al. | May 2008 | A1 |
20080140737 | Garst et al. | Jun 2008 | A1 |
20080155169 | Hiltgen et al. | Jun 2008 | A1 |
20080109090 | Kano et al. | Aug 2008 | A1 |
20080229045 | Qi | Sep 2008 | A1 |
20080235443 | Chow et al. | Sep 2008 | A1 |
20080243966 | Croisettier et al. | Oct 2008 | A1 |
20080263259 | Sadovsky et al. | Oct 2008 | A1 |
20080263305 | Shu et al. | Oct 2008 | A1 |
20080263569 | Shu et al. | Oct 2008 | A1 |
20080276040 | Moritoki | Nov 2008 | A1 |
20080294847 | Maruyama | Nov 2008 | A1 |
20090070526 | Tetrick | Mar 2009 | A1 |
20090083478 | Kunimatsu et al. | Mar 2009 | A1 |
20090083485 | Cheng | Mar 2009 | A1 |
20090089483 | Tanaka | Apr 2009 | A1 |
20090089485 | Yeh | Apr 2009 | A1 |
20090125650 | Sebire | May 2009 | A1 |
20090125700 | Kisel | May 2009 | A1 |
20090150599 | Bennett | Jun 2009 | A1 |
20090150605 | Flynn | Jun 2009 | A1 |
20090150641 | Flynn et al. | Jun 2009 | A1 |
20090172257 | Prins | Jul 2009 | A1 |
20090228637 | Moon | Sep 2009 | A1 |
20090248763 | Rajan | Oct 2009 | A1 |
20090249001 | Narayanan et al. | Oct 2009 | A1 |
20090276588 | Murase | Nov 2009 | A1 |
20090276654 | Butterworth | Nov 2009 | A1 |
20090287887 | Matsuki | Nov 2009 | A1 |
20090292861 | Kanevsky et al. | Nov 2009 | A1 |
20090294847 | Maruyama et al. | Nov 2009 | A1 |
20090300277 | Jeddeloh | Dec 2009 | A1 |
20090307424 | Galloway et al. | Dec 2009 | A1 |
20090313453 | Stefanus et al. | Dec 2009 | A1 |
20090313503 | Atluri | Dec 2009 | A1 |
20090327602 | Moore et al. | Dec 2009 | A1 |
20090327804 | Moshayedi | Dec 2009 | A1 |
20100005228 | Fukutomi | Jan 2010 | A1 |
20100017556 | Chin | Jan 2010 | A1 |
20100023674 | Aviles | Jan 2010 | A1 |
20100023676 | Moon | Jan 2010 | A1 |
20100023682 | Lee | Jan 2010 | A1 |
20100030946 | Kano et al. | Feb 2010 | A1 |
20100076936 | Rajan | Mar 2010 | A1 |
20100095059 | Kisley et al. | Apr 2010 | A1 |
20100153617 | Miroshnichenko et al. | Jun 2010 | A1 |
20100169542 | Sinclair | Jul 2010 | A1 |
20100191713 | Lomet | Jul 2010 | A1 |
20100205231 | Cousins | Aug 2010 | A1 |
20100205335 | Phan et al. | Aug 2010 | A1 |
20100211737 | Flynn et al. | Aug 2010 | A1 |
20100235597 | Arakawa | Sep 2010 | A1 |
20100262738 | Swing et al. | Oct 2010 | A1 |
20100262740 | Borchers et al. | Oct 2010 | A1 |
20100262757 | Sprinkle et al. | Oct 2010 | A1 |
20100262758 | Swing et al. | Oct 2010 | A1 |
20100262759 | Borchers et al. | Oct 2010 | A1 |
20100262760 | Swing et al. | Oct 2010 | A1 |
20100262761 | Borchers et al. | Oct 2010 | A1 |
20100262762 | Borchers et al. | Oct 2010 | A1 |
20100262766 | Sprinkle et al. | Oct 2010 | A1 |
20100262767 | Borchers et al. | Oct 2010 | A1 |
20100262773 | Borchers et al. | Oct 2010 | A1 |
20100262894 | Swing et al. | Oct 2010 | A1 |
20100262979 | Borchers et al. | Oct 2010 | A1 |
20100263894 | Swing et al. | Oct 2010 | A1 |
20110022819 | Post et al. | Jan 2011 | A1 |
20110119455 | Tsai et al. | May 2011 | A1 |
20110153977 | Root et al. | Jun 2011 | A1 |
20120011340 | Flynn | Jan 2012 | A1 |
20120030408 | Flynn et al. | Feb 2012 | A1 |
20120137303 | Okada | May 2012 | A1 |
20130144844 | Ito et al. | Jun 2013 | A1 |
20130227236 | Flynn et al. | Aug 2013 | A1 |
20130311990 | Chuanbin et al. | Nov 2013 | A1 |
20130332660 | Talagala | Dec 2013 | A1 |
20140089264 | Talagala et al. | Mar 2014 | A1 |
20140089265 | Talagala et al. | Mar 2014 | A1 |
20140215127 | Perrin | Jul 2014 | A1 |
20140344507 | Piggin et al. | Nov 2014 | A1 |
Number | Date | Country |
---|---|---|
1771495 | May 2006 | CN |
1418502 | May 2004 | EP |
1814039 | Mar 2009 | EP |
0123416 | Sep 2001 | GB |
4242848 | Aug 1992 | JP |
8153014 | Jun 1996 | JP |
200259525 | Sep 2000 | JP |
2009122850 | Jun 2009 | JP |
WO1994019746 | Sep 1994 | WO |
WO1995018407 | Jul 1995 | WO |
WO199612225 | Apr 1996 | WO |
0201365 | Jan 2002 | WO |
WO200201365 | Jan 2002 | WO |
WO2004099989 | Nov 2004 | WO |
WO2005103878 | Nov 2005 | WO |
2006062511 | Jun 2006 | WO |
WO2006062511 | Jun 2006 | WO |
WO2006065626 | Jun 2006 | WO |
WO2008130799 | Mar 2008 | WO |
WO2008070173 | Jun 2008 | WO |
WO2008073421 | Jun 2008 | WO |
2008130799 | Oct 2008 | WO |
WO2011106394 | Sep 2011 | WO |
Entry |
---|
State Intellectual Property Office, Office Action, CN Application No. 200780051020.X, dated Jul. 6, 2011. |
State Intellectual Property Office, Office Action, CN Application No. 200780051020.X, dated Nov. 7, 2011. |
State Intellectual Property Office, Office Action, CN Application No. 200780050970.0, dated Oct. 28, 2010. |
Tal, “NAND vs. NOR Flash Technology,” M-Systems, www2.electronicproducts.com/PrintArticle.aspx?ArticleURL=FEBMSY1.feb2002.html, visited Nov. 22, 2010. |
Terry et al., U.S. Appl. No. 60/797,127, “Filesystem-aware Block Storage System, Apparatus, and Method,” filed May 3, 2006. |
United States Patent Office, Final Office Action, U.S. Appl. No. 11/952,109, dated Nov. 29, 2011. |
United States Patent Office, Office Action, U.S. Appl. No. 11/952,113, dated Mar. 6, 2012. |
United States Patent Office, Office Action, U.S. Appl. No. 11/952,113, dated Dec. 15, 2010. |
United States Patent Office, Office Action, U.S. Appl. No. 11/952,109, dated May 1, 2012. |
U.S. Appl. No. 60/912,728, published as U.S. Application Publication No. 20080263305 on Oct. 23, 2008. |
USPTO, Notice of Allowance for U.S. Appl. No. 12/986,117, dated Apr. 4, 2013. |
USPTO, Notice of Allowance for U.S. Appl. No. 12/986,117 dated Jun. 5, 2013. |
USPTO, Office Action for U.S. Appl. No. 12/879,004 dated Feb. 25, 2013. |
USPTO, Office Action for U.S. Appl. No. 13/607,486 dated Jan. 10, 2013. |
USPTO, Office Action for U.S. Appl. No. 12/711,113, dated Jun. 6, 2012. |
USPTO, Office Action for U.S. Appl. No. 12/711,113, dated Nov. 23, 2012. |
USPTO, Office Action for U.S. Appl. No. 13,607,486 dated May 2, 2013. |
USPTO, Office Action for U.S. Appl. No. 13/118,237 dated Apr. 22, 2013. |
USPTO, Office Action for U.S. Appl. No. 13/424,333 dated Mar. 17, 2014. |
USPTO, Office Action for U.S. Appl. No. 14/030,717 dated Apr. 11, 2014. |
USPTO, Office Action, U.S. Appl. No. 11/952,109, dated Nov. 29, 2011. |
Van Hensbergen, “Dynamic Policy Disk Caching for Storage Networking,” IBM Research Division, RC24123, Nov. 2006. |
Volos, “Mnemosyne: Lightweight Persistent Memory”, ACM 978-1-4503-0266-1/11/03, published Mar. 5, 2011. |
Wacha, “Improving RAID-Based Storage Systems with Flash Memory,” First Annual ISSDM/SRL Research Symposium, Oct. 20-21, 2009. |
Walp, “System Integrated Flash Storage,” Microsoft Corporation, 2008, http://download.microsoft.com/download/5/E/6/5E66B27B-988B-4F50-AF3A-C2FF1E62180F/COR-T559_WHO8.pptx, Printed Apr. 6, 2010, 8 pgs. |
Wikipedia, “Object Storage Device,” http://en.wikipedia.org/wiki/Object-storage-device, last visited Apr. 29, 2010. |
WIPO, International Preliminary Report of Patentability for PCT/US2007/086691, dated Feb. 16, 2009. |
WIPO, International Preliminary Report on Patentability for PCT/US2007/025048, dated Jun. 10, 2009. |
WIPO, International Preliminary Report on Patentability for PCT/US2007/059048, dated Oct. 20, 2009. |
WIPO, International Preliminary Report on Patentability for PCT/US2007/086687, dated Mar. 18, 2009. |
WIPO, International Preliminary Report on Patentability for PCT/US2007/086688, dated Mar. 16, 2009. |
WIPO, International Preliminary Report on Patentability for PCT/US2007/086701, dated Mar. 16, 2009. |
WIPO, International Preliminary Report on Patentability for PCT/US2010/048325, dated Mar. 13, 2012. |
WIPO, International Search Report and Written Opinion for PCT/US11/65927, dated Aug. 28, 2012. |
WIPO, International Search Report and Written Opinion for PCT/US2010/048325, dated Jun. 1, 2011. |
WIPO, International Search Report and Written Opinion for PCT/US2011/025885, dated Sep. 28, 2011. |
WIPO, International Search Report and Written Opinion for PCT/US2007/025048, dated May 27, 2008. |
WIPO, International Search Report and Written Opinion for PCT/US2007/086687, dated Sep. 5, 2008. |
WIPO, International Search Report and Written Opinion for PCT/US2007/086691, dated May 8, 2008. |
WIPO, International Search Report and Written Opinion for PCT/US2007/086701, dated Jun. 5, 2008. |
Wright, “Extending ACID Semantics to the File System”, ACM Transactions on Storage, vol. 3, No. 2, published May 1, 2011, pp. 1-40. |
Wu, “eNVy: A Non-Volatile, Main Memory Storage System,” ACM 0-89791-660-3/94/0010, ASPLOS-VI Proceedings of the sixth international conference on Architectural support for programming languages and operating systems, pp. 86-97, 1994. |
Yerrick, “Block Device,” http://www.pineight.com/ds/block, last visited Mar. 1, 2010. |
Zhang et al., “De-indirection for Flash-based SSDs with Nameless Writes,” Usenix InFast 2012 (Feb. 14, 2012). |
Actel, “Actel Fusion FPGAs Supporting Intelligent Peripheral Management Interface (IPMI) Applications,” http://www.actel.com/documents/Fusion_IPMI_AN.pdf, Oct. 1, 2006, visited Mar. 11, 2010. |
AGIGATECH, “Bulletproof Memory for RAID Servers, Part 1,” http://agigatech.com/blog/bulletproof-memory-for-raid-servers-part-1/, last visited Feb. 16, 2010. |
Anonymous, “Method for Fault Tolerance in Nonvolatile Storage”, http://ip.com, IP.com No. IPCOM000042269D, 2005. |
Ari, “Performance Boosting and Workload Isolation in Storage Area Networks with SanCache,” Hewlett Packard Laboratories, Proceedings of the 23rd IEEE / 14th NASA Goddard Conference on Mass Storage Systems and Technologies (MSST 2006), May 2006, pp. 263-27. |
Arpaci-Dusseau, “Nameless Writes,” HotStorage '10, Boston, MA, Jun. 2010. |
Asine, “ASPMC-660 Rugged IDE Flash Drive PMC Module”, http://www.asinegroup.com/products/aspmc660.html, copyright 2002, visited Nov. 8, 2009. |
Barrall et al., U.S. Appl. No. 60/625,495, “Dynamically Expandable and Contractible Fault-Tolerant Storage System Permitting Variously Sized Storage Devices and Method,” filed Nov. 5, 2004. |
Barrall et al., U.S. Appl. No. 60/718,768, “Dynamically Adaptable Fault-Tolerant Storage System,” filed Sep. 20, 2005. |
BiTMICRO, “BiTMICRO Introduces E-Disk PMC Flash Disk Module at Military & Aerospace Electronics East 2004,” http://www.bitmicro.com/press.sub, published May 18, 2004, visited Mar. 8, 2011. |
Bonnet et al., “Flash Device Support for Database Management,” published at the 5th Biennial Conference on Innovative Data Systems Research (CIDR '11), held in Asilomar, California, on Jan. 9-12, 2011. |
Brandon, Jr., “Sparse Matrices in CS Education,” Journal of Computing Sciences in Colleges, vol. 24 Issue 5, May 2009, pp. 93-98. |
Clustered Storage Solutions: “Products,” http://www.clusteredstorage.com/clustered_storage_solutions.HTML, last visited Feb. 16, 2010. |
Coburn, “NV-Heaps: Making Persistent Objects Fast and Safe with Next-Generation, Non-Volatile Memories”, ACM 978-1-4503-0266-1/11/0, published Mar. 5, 2011. |
Dan, “Implementing MLC NAND Flash for Cost-Effective, High-Capacity Memory,” M-Systems, White Paper, 91-SR-014-02-8L, Rev 1.1, Sep. 2003. |
EEEL-6892, Lecture 18, “Virtual Computers,” Mar. 2010. |
ELNEC, “NAND Flash Memories and Programming NAND Flash Memories Using ELNEC Device Programmers, Application Note,” published Mar. 1, 2007. |
European Patent Office, Office Action, EP Application No. 07865345.8, dated Nov. 17, 2010. |
Gal, “A Transactional Flash File System for Microcontrollers,” 2005 USENIX Annual Technical Conference, published Apr. 10, 2009. |
Garfinkel, “One Big File Is Not Enough: A Critical Evaluation of the Dominant Free-Space Sanitization Technique,” 6th Workshop on Privacy Enhancing Technologies. Cambridge, United Kingdom, published Jun. 1, 2006. |
Gutmann, “Secure Deletion of Data from Magnetic and Solid-State Memory”, Usenix, 14 pages, San Jose, CA, published Jul. 1, 1996. |
Hensbergen, IBM Research Report, “Dynamic Policy Disk Caching for Storage Networking,” IBM Research Division, Computer Science, RC24123, Nov. 28, 2006. |
Huffman, “Non-Volatile Memory Host Controller Interface,” Apr. 14, 2008, 65 pgs. |
Hynix Semiconductor, Intel Corporation, Micron Technology, Inc. Phison Electronics Corp., Sony Corporation, Spansion, STMicroelectronics, “Open NAND Flash Interface Specification,” Revision 2.0, Feb. 27, 2008. |
Hystor: “Making SSDs the Survival of the Fittest in High-Performance Storage Systems,” ics10-Paper 102, Feb. 2010. |
IBM, “Method to Improve Reliability of SSD Arrays,” Nov. 2009. |
Information Technology, “SCSI Object-Based Storage Device Commands,” 2 (OSD-2), Project T10/1729-D, Revision 4, published Jul. 30, 2004, printed Jul. 24, 2008. |
Intel, “Non-Volatile Memory Host Controller Interface (NVMHCI) 1.0,” Apr. 14, 2008. |
Johnson, “An Introduction to Block Device Drivers,” Jan. 1, 1995. |
Kawaguchi, “A Flash-Memory Based File System,” TCON'95 Proceedings of the USENIX 1995 Technical Conference Proceedings, p. 13. |
Mesnier, “Object-Based Storage,” IEEE Communications Magazine, Aug. 2003, pp. 84-90. |
Micron Technology, Inc., “NAND Flash 101: An Introduction to NAND Flash and How to Design It in to Your Next Product (TN-29-19),” http://www.micron.com/˜/media/Documents/Products/Technical%20Note/NAND%20Flash/145tn2919_nand_101.pdf, 2006, visited May 10, 2010. |
Micron, “TN-29-08: Technical Note, Hamming Codes for NAND Flash Memory Devices,” Mar. 10, 2010. |
Micron, “TN-29-17: NAND Flash Design and Use Considerations,” Mar. 10, 2010. |
Micron, “TN-29-42: Wear-Leveling Techniques in NAND Flash Devices,” Mar. 10, 2010. |
Microsoft, “How NTFS Works,” Apr. 9, 2010. |
Morgenstern, David, “Is There a Flash Memory RAID in your Future?”, http://www.eweek.com—eWeek, Ziff Davis Enterprise Holdings Inc., Nov. 8, 2006, visited Mar. 18, 2010. |
Novell, “File System Primer”, http://wiki.novell.com/index.php/File_System_Primer, 2006, visited Oct. 18, 2006. |
Plank, “A Tutorial on Reed-Solomon Coding for Fault Tolerance in RAID-like System,” Department of Computer Science, University of Tennessee, pp. 995-1012, Sep. 1997. |
Porter, “Operating System Transactions,” ACM 978-1-60558-752-3/09/10, published Oct. 1, 2009. |
Probert, “Windows Kernel Internals Cache Manager,” Microsoft Corporation, http://www.i.u-tokyo.ac.jp/edu/training/ss/lecture/new-documents/Lectures/15-CacheManager/CacheManager.pdf, printed May 15, 2010. |
Ranaweera, 05-270RO, SAT: Write Same (10) command (41h), T10/05, Jul. 7, 2005, www.t10.org/ftp/t10/document.05/05-270r0.pdf, last visited Apr. 11, 2013. |
Rosenblum, “The Design and Implementation of a Log-Structured File System,” ACM Transactions on Computer Systems, vol. 10 Issue 1, Feb. 1992. |
Samsung Electronics, “Introduction to Samsung's Linux Flash File System—RFS Application Note”, Version 1.0, Nov. 2006. |
Sears, “Stasis: Flexible Transactional Storage,” OSDI '06: 7th USENIX Symposium on Operating Systems Design and Implementation, published Nov. 6, 2006. |
Seltzer, “File System Performance and Transaction Support”, University of California at Berkeley, published Jan. 1, 1992. |
Seltzer, “Transaction Support in a Log-Structured File System”, Harvard University Division of Applied Sciences, published Jan. 1, 1993 (Chapter 5, pp. 52-69). |
Seltzer, “Transaction Support in Read Optimized and Write Optimized File Systems,” Proceedings of the 16th VLDB Conference, Brisbane, Australia, published Jan. 1, 1990. |
Shimpi, Anand, The SSD Anthology: Understanding SSDs and New Drives from OCZ, Mar. 18, 2009, 69 pgs. |
Shu, “Data Set Management Commands Proposals for ATA8-ACS2,” Dec. 12, 2007, http://www.t13.org.Documents/UploadedDocuments/docs2008/e07154r6-Data_Set_Management_Proposal_for_ATA-ACS2.pdf, printed Apr. 5, 2010. |
Singer, “Implementing MLC NAND Flash for Cost-Effective, High Capacity Memory,” M-Systems, White Paper, 91-SR014-02-8L, Rev. 1.1, Sep. 2003. |
Spansion, “Data Management Software (DMS) for AMD Simultaneous Read/Write Flash Memory Devices”, published Jul. 7, 2003. |
Spillane “Enabling Transactional File Access via Lightweight Kernel EXtensions”, Stony Brook University, IBM T. J. Watson Research Center, published Feb. 25, 2009. |
State Intellectual Property Office, Office Action, CN Application No. 200780050983.8, dated May 18, 2011. |
State Intellectual Property Office, Office Action, CN Application No. 200780050970.0, dated Jan. 5, 2012. |
State Intellectual Property Office, Office Action, CN Application No. 200780051020.X, dated Nov. 11, 2010. |
Application No. PCT/US2015/012301, International Search Report and Written Opinion, dated Apr. 29, 2015. |
Application No. PCT/US2012/024930, International Preliminary Report on Patentability, dated Aug. 13, 2013. |
Application No. 200780050970.0, Office Action, dated Jun. 29, 2011. |
U.S. Appl. No. 14/030,717, Office Action, dated Apr. 11, 2014. |
“Couchbase Server Manual 1.8”, Couchbase, pp. 157, Feb. 13, 2012. |
“Object Storage Device”, Wikipedia, pp. 42, downloaded Apr. 29, 2010. |
U.S. Appl. No. 13/830,809, Office Action, dated Aug. 24, 2015. |
Final Office Action, U.S. Appl. No. 13/830,809 dated Apr. 21, 2016. |
U.S. Appl. No. 14/253,721 Non-Final Office Action dated Sep. 22, 2016. |
PCT/US2015/012301 International Preliminary Report on Patentability dated Aug. 4, 2016. |
PCT/US2011/065927 International Preliminary Report on Patentability dated Aug. 28, 2012. |
U.S. Appl. No. 14/253,721 Final Office Action dated Apr. 20, 2017. |
U.S. Appl. No. 13/830,809 Office Action dated Apr. 21, 2017. |
U.S. Appl. No. 13/939,992 Non-Final Office Action dated Apr. 5, 2016. |
U.S. Appl. No. 14/253,721 Non-Final Office Action dated Aug. 10, 2017. |
Number | Date | Country | |
---|---|---|---|
20140310499 A1 | Oct 2014 | US |
Number | Date | Country | |
---|---|---|---|
61929793 | Jan 2014 | US | |
61812695 | Apr 2013 | US |