File system management

US9411812B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9411812-B2
Application numberUS-201514644070-A
CountryUS
Kind codeB2
Filing dateMar 10, 2015
Priority dateJan 14, 2011
Publication dateAug 9, 2016
Grant dateAug 9, 2016

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.

Methods, systems, and apparatus, including computer programs encoded on a computer storage medium, for file system management. In one aspect, a method includes receiving a request at a kernel to perform a file operation on a particular file; identifying a flag bit associated with the file; invoking user space file handler to perform particular action when the flag bit is set; determining whether notification that action has been performed by file handler is received; and allowing the file operation on the file when notification is received.

First claim

Opening claim text (preview).

What is claimed is: 1. A method comprising: by a kernel of a computing device: receiving a request to perform an operation on a file; reading a file attribute when a flag bit associated with the file indicates that special file handling should be performed; determining, based on the special file handling, that a file content needs to be downloaded before the operation can be performed; invoking by the kernel a user space file handler to perform a particular action, wherein the particular action comprises: i) downloading the file content and ii) modifying the file based on the file content to produce a modified file; holding the operation and setting a time for the file handler to perform the particular action without setting any resource locks; determining that the particular action has been performed by the file handler; and allowing the operation to be performed on the modified file. 2. The method of claim 1 , wherein expiration of the set time without a request for further time results in the kernel performing the operation. 3. The method of claim 2 , wherein the kernel executes in a kernel space of a memory of a computer system. 4. The method of claim 3 , wherein the kernel space is reserved for execution of the kernel, kernel extensions, and device drivers. 5. The method of claim 3 , wherein particular operations can be performed in a user space that cannot be performed in the kernel space and vice versa. 6. The method of claim 1 , wherein the operation is a read file operation. 7. The method of claim 1 , wherein the operation is a modify file operation and the file handler copies the file prior to the modify file operation being performed. 8. The method of claim 1 , further comprising: identifying i-node information for the file, wherein the i-node information includes one or more flag bits. 9. The method of claim 8 , further comprising: loading the file attribute into a memory when the file operation request is received; and when the flag bit is set: accessing the file attribute from the memory to identify the particular action to be performed by the file handler. 10. The method of claim 9 , wherein the file attribute identifies a particular user space handler to be invoked, the particular user space handler being designated to perform particular operations. 11. The method of claim 1 , wherein the file attribute indicates that the file is to be backed up before the operation is performed. 12. The method of claim 2 , wherein a user space comprises a memory area in which user mode applications execute and the kernel does not execute. 13. A system comprising: one or more computing devices operable to perform operations comprising: receiving a request at a kernel to perform an operation on a file; reading a file attribute when a flag bit associated with the file indicates that special file handling should be performed; determining, based on the file attribute, that a file content needs to be downloaded before the operation can be performed; invoking by the kernel a user space file handler to perform a particular action, wherein the particular action comprises: i) downloading the file content and ii) modifying the file based on the file content to produce a modified file; holding the operation and setting a time for the file handler to perform the particular action without setting any resource locks; determining at the kernel that the particular action has been performed by the file handler; and allowing, at the kernel, the operation to be performed on the modified file. 14. The system of claim 13 , wherein expiration of the set time without a request for further time results in the kernel performing the operation. 15. The system of claim 13 , wherein the operation is a read file operation. 16. The system of claim 13 , wherein the operation is a modify file operation and the file handler copies the file prior to the modify file operation being performed. 17. The system of claim 13 , further operable to perform operations comprising: identifying i-node information for the file, wherein the i-node information includes one or more flag bits. 18. The system of claim 17 , further comprising: when the flag bit is set: loading the file attribute into a memory when the file operation request is received; and accessing the file attribute from the memory to identify the particular action to be performed by the file handler. 19. The system of claim 13 , wherein the file attribute indicates that the file is to be backed up before the operation is performed. 20. The system of claim 13 , wherein the file attribute identifies a particular user space handler to be invoked, the particular user space handler being designated to perform particular operations. 21. A non-transitory computer storage medium encoded with a computer program, the program comprising instructions that when executed by data processing apparatus cause the data processing apparatus to perform operations comprising: receiving a request at a kernel to perform an operation on a file; reading a file attribute when a flag bit associated with the file indicates that special file handling should be performed; determining, based on the special file handling, that a file content needs to be downloaded before the operation can be performed; invoking by the kernel a user space file handler to perform a particular action, wherein the particular action comprises: i) downloading the file content and ii) modifying the file based on the file content to produce a modified file; holding the operation and setting a time for the file handler to perform the particular action without setting any resource locks; determining that the particular action has been performed by the file handler; and allowing the operation to be performed on the modified file. 22. The non-transitory computer storage medium of claim 21 , wherein expiration of the set time without a request for further time results in the kernel performing the operation. 23. The non-transitory computer storage medium of claim 21 , wherein the operation is a read file operation. 24. The non-transitory computer storage medium of claim 21 wherein the operation is a modify file operation and the file handler copies the file prior to the modify file operation being performed. 25. The non-transitory computer storage medium of claim 21 , further operable to cause the data processing apparatus to perform operations comprising: identifying i-node information for the file, wherein the i-node information includes one or more flag bits. 26. The non-transitory computer storage medium of claim 21 , further operable to cause the data processing apparatus to perform operations comprising: loading the file attribute into a memory when the file operation request is received; and when the flag bit is set: accessing the file attribute from the memory to identify the particular action to be performed by the file handler. 27. The non-transitory computer storage medium of claim 21 , wherein the file attribute indicates that the file is to be backed up before the operation is performed. 28. The non-transitory computer storage medium of claim 21 , wherein the file attribute identifies a particular user space handler to be invoked, the particular user space handler being designated to perform particular operations. 29. A method

Assignees

Inventors

Classifications

  • using tickets or tokens, e.g. Kerberos (network architectures or network communication protocols for entities authentication using tickets in a packet data network H04L63/0807) · CPC title

  • G06F16/16Primary

    File or folder operations, e.g. details of user interfaces specifically adapted to file systems · CPC title

  • Details of file format conversion · CPC title

  • Physics · mapped topic

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 US9411812B2 cover?
Methods, systems, and apparatus, including computer programs encoded on a computer storage medium, for file system management. In one aspect, a method includes receiving a request at a kernel to perform a file operation on a particular file; identifying a flag bit associated with the file; invoking user space file handler to perform particular action when the flag bit is set; determining whethe…
Who is the assignee on this patent?
Apple Inc
What technology area does this patent fall under?
Primary CPC classification G06F16/16. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Aug 09 2016 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 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).