Patentable/Patents/US-8484257
US-8484257

System and method for generating extensible file system metadata

PublishedJuly 9, 2013
Assigneenot available in USPTO data we have
Inventorsnot available in USPTO data we have
Technical Abstract

A system and method for generating extensible file system metadata. In one embodiment, the system may include a storage device configured to store data and a file system configured to manage access to the storage device and to store file system content. The file system may be further configured to detect a file system content access event, and in response to detecting the file system content access event, to generate a metadata record, where the metadata record is stored in an extensible, self-describing data format.

Patent Claims
24 claims

Legal claims defining the scope of protection. Each claim is shown in both the original legal language and a plain English translation.

Claim 1

Original Legal Text

1. A system, comprising: a storage device configured to store file system content including a plurality of files; and a host device configured to implement a file system, wherein said file system is configured to manage application accesses to said storage device and to store said file system content to said storage device, wherein said file system is further configured to: detect a file system content access event generated by a first application distinct from said file system; and in response to detecting said file system content access event: generate a metadata record indicative of said file system content access event, wherein said metadata record includes information identifying said first application; and store said metadata record within said file system content on said storage device; wherein said file system is further configured to generate said metadata record according to an extensible, self-describing data format in which individual data elements included within said metadata record are delimited by one or more corresponding tag fields, wherein for a given individual data element included within said metadata record, said one or more corresponding tag fields indicate a type of information of said given individual data element.

Plain English Translation

A system comprises a storage device for storing files and a host device running a file system. The file system manages application access to the storage device. When an application (separate from the file system itself) accesses content, the file system detects this "access event". In response, the file system creates a metadata record describing the event, including identifying information about the application that caused it. This metadata is stored with the file system content on the storage device. The metadata uses a self-describing format (like tagged data) where each data element's type is indicated by associated tags.

Claim 2

Original Legal Text

2. The system as recited in claim 1 , wherein said file system is further configured to detect said file system content access event in-band, such that detection of said file system content access event occurs synchronously with respect to occurrence of said file system content access event.

Plain English Translation

The system described previously enhances the file system's ability to detect content access events by doing it "in-band." This means the detection happens immediately and directly as the access event occurs, synchronously. So, instead of a delayed or separate process detecting the access later, the file system notices it at the exact moment it happens.

Claim 3

Original Legal Text

3. The system as recited in claim 1 , wherein said extensible, self-describing data format is compliant with a version of the Extensible Markup Language (XML) format.

Plain English Translation

The system as previously described uses Extensible Markup Language (XML) for its extensible, self-describing data format. The metadata record, containing information about the file access event, is formatted according to XML standards, making it easily parsable and extensible.

Claim 4

Original Legal Text

4. The system as recited in claim 1 , wherein said metadata record is stored in a named stream corresponding to a given one of said plurality of files.

Plain English Translation

The system detailed earlier stores the metadata record within the file system as a "named stream" associated with the specific file that was accessed. Think of it as extra data attached directly to the file itself, providing detailed information about access events related to that particular file.

Claim 5

Original Legal Text

5. The system as recited in claim 1 , wherein said metadata record is stored in an event log corresponding to said file system.

Plain English Translation

The system described previously stores the metadata record in an event log dedicated to the file system. Instead of being directly associated with individual files, the metadata about access events is centralized in a chronological log file, enabling system-wide tracking and auditing of file access activities.

Claim 6

Original Legal Text

6. The system as recited in claim 1 , further comprising a content processor and a second application distinct from said content processor and said file system, wherein said content processor is configured to invoke said second application in response to detecting said file system content access event out-of-band.

Plain English Translation

Building upon the system previously described, a content processor and a second application (distinct from both the content processor and the file system) are added. When a file system content access event occurs, the content processor triggers the second application "out-of-band." This implies an asynchronous or separate process flow, where the content processor acts as an intermediary to invoke the second application in response to the event.

Claim 7

Original Legal Text

7. The system as recited in claim 1 , further comprising a query engine through which said first application is configured to query said file system content.

Plain English Translation

In addition to the system described earlier, a query engine is included. The first application (the one triggering the file access event) can use this query engine to search and retrieve file system content based on the generated metadata or other criteria. This allows applications to efficiently find and interact with files based on access history or other relevant metadata.

Claim 8

Original Legal Text

8. A method, comprising: a file system storing file system content on a storage device, wherein said file system content includes a plurality of files, and wherein said file system is configured to manage application accesses to said storage device; said file system detecting a file system content access event generated by a first application distinct from said file system; in response to detecting said file system content access event, said file system generating a metadata record indicative of said file system content access event, wherein said metadata record includes information identifying said first application, and wherein said metadata record is generated according to an extensible, self-describing data format in which individual data elements included within said metadata record are delimited by one or more corresponding tag fields, wherein for a given individual data element included within said metadata record, said one or more corresponding tag fields indicate a type of information of said given individual data element; and said file system storing said metadata record within said file system content on said storage device.

Plain English Translation

A method involves a file system storing files on a storage device and managing access. When an application (separate from the file system) accesses a file, the file system detects this. The file system then creates a metadata record about the access event, noting which application caused it. This record is stored along with the files. The metadata is formatted using a self-describing format like tagged data, where each data element's type is indicated by tags.

Claim 9

Original Legal Text

9. The method as recited in claim 8 , wherein said file system detecting said file system content access event is performed in-band, such that detection of said file system content access event occurs synchronously with respect to said file system content access event occurring.

Plain English Translation

The method described previously involves detecting file access events "in-band." This means the detection happens instantly and directly when the event occurs, synchronously.

Claim 10

Original Legal Text

10. The method as recited in claim 8 , wherein said extensible, self-describing data format is compliant with a version of the Extensible Markup Language (XML) format.

Plain English Translation

The method described previously uses Extensible Markup Language (XML) as the extensible, self-describing data format for the metadata records.

Claim 11

Original Legal Text

11. The method as recited in claim 8 , wherein said metadata record is stored in a named stream corresponding to a given one of said plurality of files.

Plain English Translation

The method described previously stores the metadata record as a "named stream" attached to the specific file that was accessed.

Claim 12

Original Legal Text

12. The method as recited in claim 8 , wherein said metadata record is stored in an event log.

Plain English Translation

The method described previously stores the metadata record in an event log maintained by the file system.

Claim 13

Original Legal Text

13. The method as recited in claim 8 , further comprising a content processor invoking a second application in response to detecting said file system content access event out-of-band, wherein said second application is distinct from said content processor and said file system.

Plain English Translation

Expanding on the method described previously, a content processor triggers a second application (different from the content processor and the file system) when a file access event is detected "out-of-band." This represents an asynchronous or detached process where the content processor intervenes to start the second application following the event.

Claim 14

Original Legal Text

14. The method as recited in claim 8 , further comprising said first application querying said file system content through a query engine.

Plain English Translation

The method described earlier allows the first application (the one that triggered the file access) to query the file system content using a query engine.

Claim 15

Original Legal Text

15. A tangible, computer-accessible storage medium comprising program instructions, wherein the program instructions are executable to implement: a file system storing file system content on a storage device, wherein said file system content includes a plurality of files, and wherein said file system is configured to manage application accesses to said storage device; said file system detecting a file system content access event generated by a first application distinct from said file system; in response to detecting said file system content access event, said file system generating a metadata record indicative of said file system content access event, wherein said metadata record includes information identifying said first application, and wherein said metadata record is generated according to an extensible, self-describing data format in which individual data elements included within said metadata record are delimited by one or more corresponding tag fields, wherein for a given individual data element included within said metadata record, said one or more corresponding tag fields indicate a type of information of said given individual data element; and said file system storing said metadata record within said file system content on said storage device.

Plain English Translation

A computer-readable storage medium contains instructions to implement a file system that stores files and manages access. When an application (separate from the file system) accesses a file, the file system detects it and creates a metadata record about the access, noting which application caused it. The record is stored with the files, using a self-describing format like tagged data where each element's type is indicated by tags.

Claim 16

Original Legal Text

16. The computer-accessible storage medium as recited in claim 15 , wherein said file system detecting said file system content access event is performed in-band, such that detection of said file system content access event occurs synchronously with respect to said file system content access event occurring.

Plain English Translation

The computer-readable storage medium from the previous description implements file access event detection "in-band," meaning it happens instantly and directly when the event occurs, synchronously.

Claim 17

Original Legal Text

17. The computer-accessible storage medium as recited in claim 15 , wherein said extensible, self-describing data format is compliant with a version of the Extensible Markup Language (XML) format.

Plain English Translation

The computer-readable storage medium as described previously uses Extensible Markup Language (XML) for the extensible, self-describing data format.

Claim 18

Original Legal Text

18. The computer-accessible storage medium as recited in claim 15 , wherein said metadata record is stored in a named stream corresponding to a given one of said plurality of files.

Plain English Translation

The computer-readable storage medium as previously detailed stores the metadata record as a "named stream" linked to the file that was accessed.

Claim 19

Original Legal Text

19. The computer-accessible storage medium as recited in claim 15 , wherein said metadata record is stored in an event log.

Plain English Translation

The computer-readable storage medium as previously presented stores the metadata record in an event log.

Claim 20

Original Legal Text

20. The computer-accessible storage medium as recited in claim 15 , wherein the program instructions are further executable to implement a content processor invoking a second application in response to detecting said file system content access event out-of-band, wherein said second application is distinct from said content processor and said file system.

Plain English Translation

The computer-readable storage medium from the description above also contains instructions for a content processor to trigger a second application (distinct from both the content processor and the file system) when a file access event is detected "out-of-band." This signifies an asynchronous mechanism where the content processor starts the second application after the event.

Claim 21

Original Legal Text

21. The computer-accessible storage medium as recited in claim 15 , wherein the program instructions are further executable to implement a query engine through which said first application is configured to query said file system content.

Plain English Translation

The computer-readable storage medium from the description above also contains instructions for a query engine that allows the first application to query file system content.

Claim 22

Original Legal Text

22. The system as recited in claim 1 , wherein while generating said metadata record, said file system is further configured to extend said extensible, self-describing data format such that at least one of said tag fields corresponding to said given individual data element was not previously defined within said extensible, self-describing data format.

Plain English Translation

In the system, while generating the metadata record, the file system dynamically extends the self-describing data format. This means that a tag field used to describe a data element in the metadata record is newly defined during the metadata generation process and didn't exist in the format previously. The file system evolves its metadata structure on-the-fly to accommodate new information.

Claim 23

Original Legal Text

23. The method as recited in claim 8 , wherein said file system generating said metadata record comprises said file system extending said extensible, self-describing data format such that at least one of said tag fields corresponding to said given individual data element was not previously defined within said extensible, self-describing data format.

Plain English Translation

In the method, while generating the metadata record, the file system extends the self-describing data format. A tag field describing a data element in the metadata record is newly defined during the process and was not previously defined in the format. The file system dynamically adds new fields to the metadata structure as needed.

Claim 24

Original Legal Text

24. The computer-accessible storage medium as recited in claim 15 , wherein to implement said file system generating said metadata record, the program instructions are further executable to implement said file system extending said extensible, self-describing data format such that at least one of said tag fields corresponding to said given individual data element was not previously defined within said extensible, self-describing data format.

Plain English Translation

The computer-accessible storage medium contains instructions to implement a file system that, while generating the metadata record, extends the self-describing data format. At least one tag field describing a given data element is newly defined and was not present in the format before. The file system dynamically adds new fields to the metadata as required.

Classification Codes (CPC)

Cooperative Patent Classification codes for this invention. Click any code to explore related patents in that topic.

Patent Metadata

Filing Date

June 7, 2004

Publication Date

July 9, 2013

Want to explore more patents?

Browse 5M+ US patents with plain-English claim translations and AI-generated analysis.

Citation & reuse

Analysis on this page is generated by Patentable — an AI-powered patent intelligence platform. AI-generated summaries, explanations, FAQs, and analysis may be reused with attribution and a visible link back to the canonical URL below. Patent abstracts and claims are USPTO public domain.

Cite as: Patentable. “System and method for generating extensible file system metadata” (US-8484257). https://patentable.app/patents/US-8484257

© 2026 Nomic Interactive Technology LLC. Machine-readable context available at /api/llm-context/US-8484257. See llms.txt for full attribution policy.