Object-based storage with garbage collection and data consolidation

US12443559B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12443559-B2
Application numberUS-202519183475-A
CountryUS
Kind codeB2
Filing dateApr 18, 2025
Priority dateNov 6, 2023
Publication dateOct 14, 2025
Grant dateOct 14, 2025

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Embodiments are directed to a file system that include object stores. An object store for write requests may be provided. Write ahead log (WAL) entries that include data blocks may be generated. A WAL object may be generated based on the WAL entries and stored in the object store. An in-memory overlay may be updated to associate the data blocks with the WAL object. A checkpoint operation may be executed to: generate an index object that includes index entries that associate other data blocks with data objects stored in the object store; update the index object to include index entries that associate the data blocks with the WAL object; store the updated index object in the object store; update the in-memory overlay to remove the association of the data blocks and the WAL object and update the in memory WAL to remove records of successfully checkpointed WAL objects.

First claim

Opening claim text (preview).

What is claimed as new and desired to be protected by Letters Patent of the United States is: 1. A method for managing data in a file system over a network using one or more processors to execute instructions that are configured to cause performance of actions, comprising: generating a write ahead log (WAL) object for an object store based on one or more WAL entries for one or more data blocks associated with the one or more write requests; determining one or more types of index data structures to include the one or more data blocks with the one or more WAL entries, wherein the determination is based on the use of one or more of a rule, instruction or a library to select the one or more types from a plurality of different data structures; and wherein an in-memory overlay is updated with one or more types of determined index data structures to associate the one or more data blocks with the WAL object; determining a threshold for a number of stored WAL objects in the object store to initiate performance of further actions, including: updating an index object to include one or more index entries that associate the one or more data blocks with the WAL object that is converted to a data object stored in the object store, wherein the conversion updates the in-memory overlay to remove the association of the one or more data blocks with the WAL object; and using one or more additional financial costs charged by a cloud computing provider to initiate execution of garbage collection for one or more data objects stored in the object store. 2. The method of claim 1 , further comprising: determining one or more of an amount of stored data objects being above a predetermined amount for the object store or a total amount of data objects in the datastore to identify the one or more additional costs. 3. The method of claim 1 , wherein the cloud computing provider provides access to an application programming interface (API) for the file system. 4. The method of claim 1 , wherein the index object further comprises: one or more other index entries that associate one or more other data blocks with one or more other data objects stored in the object store. 5. The method of claim 1 , wherein the conversion of the WAL object to the data object, further comprises: referencing the WAL object in the updated index object; and storing the updated index object in the object store. 6. The method of claim 1 , further comprising: associating the one or more write requests with one or more write transactions, wherein each write request includes zero or more data blocks associated with a write transaction, and wherein the one or more write ahead log (WAL) entries include zero or more data blocks. 7. The method of claim 1 , further comprising: initiating a checkpoint operation based on the determined threshold; determining one or more globally committed WAL objects that correspond to one or more committed write transactions; determining one or more locally committed WAL objects that are associated with one or more uncommitted write transactions; and excluding the one or more locally committed WAL objects from the checkpoint operation. 8. A network computer, comprising: a memory that stores at least instructions for managing data in a file system; and one or more processors that execute instructions that are configured to cause performance of actions, including: generating a write ahead log (WAL) object for an object store based on one or more WAL entries for one or more data blocks associated with the one or more write requests; determining one or more types of index data structures to include the one or more data blocks with the one or more WAL entries, wherein the determination is based on the use of one or more of a rule, instruction or a library to select the one or more types from a plurality of different data structures; and wherein an in-memory overlay is updated with one or more types of determined index data structures to associate the one or more data blocks with the WAL object; determining a threshold for a number of stored WAL objects in the object store to initiate performance of further actions, including: updating an index object to include one or more index entries that associate the one or more data blocks with the WAL object that is converted to a data object stored in the object store, wherein the conversion updates the in-memory overlay to remove the association of the one or more data blocks with the WAL object, and; and using one or more additional financial costs charged by a cloud computing provider to initiate execution of garbage collection for one or more data objects stored in the object store. 9. The network computer of claim 8 , further comprising: determining one or more of an amount of stored data objects being above a predetermined amount for the object store or a total amount of data objects in the datastore to identify the one or more additional costs. 10. The network computer of claim 8 , wherein the cloud computing provider provides access to an application programming interface (API) for the file system. 11. The network computer of claim 8 , wherein the index object further comprises: one or more other index entries that associate one or more other data blocks with one or more other data objects stored in the object store. 12. The network computer of claim 8 , wherein the conversion of the WAL object to the data object, further comprises: referencing the WAL object in the updated index object; and storing the updated index object in the object store. 13. The network computer of claim 8 , further comprising: associating the one or more write requests with one or more write transactions, wherein each write request includes zero or more data blocks associated with a write transaction, and wherein the one or more write ahead log (WAL) entries include zero or more data blocks. 14. The network computer of claim 8 , further comprising: initiating a checkpoint operation based on the determined threshold; determining one or more globally committed WAL objects that correspond to one or more committed write transactions; determining one or more locally committed WAL objects that are associated with one or more uncommitted write transactions; and excluding the one or more locally committed WAL objects from the checkpoint operation. 15. A processor readable non-transitory storage media that includes instructions for managing data in a file system over a network, wherein execution of the instructions by one or more processors on one or more network computers performs actions, comprising: generating a write ahead log (WAL) object for an object store based on one or more WAL entries for one or more data blocks associated with the one or more write requests; determining one or more types of index data structures to include the one or more data blocks with the one or more WAL entries, wherein the determination is based on the use of one or more of a rule, instruction or a library to select the one or more types from a plurality of different data structures; and wherein an in-memory overlay is updated with one or more types of determined index data structures to associate the one or more data blocks with the WAL object; determining a threshold for a number of stored WAL objects in the object store to initiate performance of further actions, including: updating an index object to include one or more index entries that associate the one or more data blocks with the WAL object that is converted to a data object stored in the object store, wherein the conversion updates the in-memory

Assignees

Inventors

Classifications

  • Garbage collection, i.e. reclamation of unreferenced memory · CPC title

  • Conservative garbage collection · CPC title

  • G06F16/122Primary

    using management policies (point-in-time backing up or restoration of persistent data G06F11/1446; file migration policies for HSM systems G06F16/185) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12443559B2 cover?
Embodiments are directed to a file system that include object stores. An object store for write requests may be provided. Write ahead log (WAL) entries that include data blocks may be generated. A WAL object may be generated based on the WAL entries and stored in the object store. An in-memory overlay may be updated to associate the data blocks with the WAL object. A checkpoint operation may be…
Who is the assignee on this patent?
Qumulo Inc
What technology area does this patent fall under?
Primary CPC classification G06F16/122. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Oct 14 2025 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).