IP Library Granted Patent US 10,127,238
Granted Patent B1
US 10,127,238 · App. 14/962,663 · Granted Nov 13, 2018

Methods and apparatus for filtering dynamically loadable namespaces (DLNs)

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,127,238
App. No.
14/962,663
Granted
Nov 13, 2018
Kind
B1
Abstract

Methods and apparatus are provided for filtering dynamically loadable namespaces (DLNs). In one exemplary embodiment, a method comprises the steps of, in response to a job submitted by an application, obtaining a dynamically loadable namespace (DLN) portion of a global single namespace of a file system, wherein the DLN is associated with the job and is maintained in a capacity tier of object storage of a storage system; obtaining one or more filtering directives from a user; reducing the DLN based on the one or more filtering directives to generate a filtered DLN; and dynamically loading the filtered DLN, including the metadata only for the filtered DLN, from the capacity tier of object storage into a performance tier of storage of the storage system for processing by the application. The filtered DLN is merged into the original DLN following one or more modifications to the filtered DLN.

Claims (45)

1. A method comprising:

in response to a job submitted by an application, obtaining a dynamically loadable namespace (DLN) portion of a global single namespace of a file system, wherein said DLN is associated with the job and is maintained in a capacity tier of object storage of a storage system;

obtaining one or more filtering directives from a user;

reducing, using at least one processing device, said DLN based on said one or more filtering directives by removing one or more files from said DLN that do not satisfy one or more requirements of said one or more filtering directives to generate a filtered DLN, wherein the reducing comprises traversing a directory tree associated with said DLN and, for each entry in said DLN, creating an entry in a directory tree associated with said filtered DLN when said entry satisfies said one or more requirements of said one or more filtering directives; and

dynamically loading, using said at least one processing device, the filtered DLN, including the metadata only for the filtered DLN, from the capacity tier of object storage into a performance tier of storage of the storage system for processing by said application.

2. The method of claim 1 , wherein the reducing is performed by one or more of a daemon in the performance tier and a job scheduler.

3. The method of claim 1 , further comprising the step of merging said filtered DLN into said DLN following one or more modifications to said filtered DLN.

4. The method of claim 3 , wherein said merging comprises the steps of converting a content of said performance tier into a merged DLN, traversing a directory tree associated with said DLN and, for each entry in said DLN, and inserting a given entry from said merged DLN when said given entry is not in said DLN.

5. The method of claim 3 , wherein said merging does not insert deleted files in said merged DLN.

6. The method of claim 1 , further comprising the step of reorganizing one or more files in said filtered DLN based on one or more reordering directives.

7. The method of claim 1 , wherein the dynamically loading the filtered DLN into the performance tier comprises:

fetching the DLN from the capacity tier of object storage;

receiving the DLN from the capacity tier of object storage;

performing said reducing of said DLN based on said one or more filtering directives to generate said filtered DLN;

creating an active namespace in the performance tier for the filtered DLN; and

inserting the filtered DLN into the performance tier of storage.

8. The method of claim 1 , further comprising reading a file comprising:

receiving an open command from the application;

performing a first lookup for the file in the performance tier;

receiving a first response from the performance tier indicating success or failure of the first lookup;

when the first lookup succeeds because the file is resident in the performance tier in the filtered DLN loaded into the performance tier,

receiving metadata from the performance tier identifying the file; and

acknowledging the open command from the application.

9. A non-transitory machine-readable recordable storage medium, wherein one or more software programs when executed by one or more processing devices implement the following steps:

in response to a job submitted by an application, obtaining a dynamically loadable namespace (DLN) portion of a global single namespace of a file system, wherein said DLN is associated with the job and is maintained in a capacity tier of object storage of a storage system;

obtaining one or more filtering directives from a user;

reducing, using at least one processing device, said DLN based on said one or more filtering directives by removing one or more files from said DLN that do not satisfy one or more requirements of said one or more filtering directives to generate a filtered DLN, wherein the reducing comprises traversing a directory tree associated with said DLN and, for each entry in said DLN, creating an entry in a directory tree associated with said filtered DLN when said entry satisfies said one or more requirements of said one or more filtering directives; and

dynamically loading, using said at least one processing device, the filtered DLN, including the metadata only for the filtered DLN, from the capacity tier of object storage into a performance tier of storage of the storage system for processing by said application.

10. The non-transitory machine-readable recordable storage medium of claim 9 , further comprising the step of merging said filtered DLN into said DLN following one or more modifications to said filtered DLN.

11. The non-transitory machine-readable recordable storage medium of claim 10 , wherein said merging comprises the steps of converting a content of said performance tier into a merged DLN, traversing a directory tree associated with said DLN and, for each entry in said DLN, and inserting a given entry from said merged DLN when said given entry is not in said DLN.

12. The non-transitory machine-readable recordable storage medium of claim 10 , wherein said merging does not insert deleted files in said merged DLN.

13. The non-transitory machine-readable recordable storage medium of claim 9 , further comprising the step of reorganizing one or more files in said filtered DLN based on one or more reordering directives.

14. A system, comprising:

a memory; and

at least one processing device configured to:

in response to a job submitted by an application, obtain a dynamically loadable namespace (DLN) portion of a global single namespace of a file system, wherein said DLN is associated with the job and is maintained in a capacity tier of object storage of a storage system;

obtain one or more filtering directives from a user;

reduce, using at least one processing device, said DLN based on said one or more filtering directives by removing one or more files from said DLN that do not satisfy one or more requirements of said one or more filtering directives to generate a filtered DLN, wherein the reducing comprises traversing a directory tree associated with said DLN and, for each entry in said DLN, creating an entry in a directory tree associated with said filtered DLN when said entry satisfies said one or more requirements of said one or more filtering directives; and

dynamically load, using said at least one processing device, the filtered DLN, including the metadata only for the filtered DLN, from the capacity tier of object storage into a performance tier of storage of the storage system for processing by said application.

15. The system of claim 14 , wherein the reducing is performed by one or more of a daemon in the performance tier and a job scheduler.

16. The system of claim 14 , wherein said at least one processing device is further configured to merge said filtered DLN into said DLN following one or more modifications to said filtered DLN.

17. The system of claim 16 , wherein said merging comprises the steps of converting a content of said performance tier into a merged DLN, traversing a directory tree associated with said DLN and, for each entry in said DLN, and inserting a given entry from said merged DLN when said given entry is not in said DLN.

18. The system of claim 16 , wherein said merging does not insert deleted files in said merged DLN.

19. The system of claim 14 , wherein said at least one processing device is further configured to reorganize one or more files in said filtered DLN based on one or more reordering directives.

20. The system of claim 14 , further comprising a performance tier of storage and a capacity tier of object storage.

Assignments (7)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST AT REEL 048825 FRAME 0489 Recorded Nov 2, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
Reel/Frame 058000/0916 →
SECURITY AGREEMENT Recorded Apr 8, 2019
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
Reel/Frame 048825/0489 →
SECURITY AGREEMENT Recorded Mar 21, 2019
From: CREDANT TECHNOLOGIES, INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 049452/0223 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Sep 20, 2018
From: EMC CORPORATION
To: EMC IP HOLDING COMPANY LLC
Reel/Frame 047114/0426 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Apr 12, 2016
From: PEDONE, JAMES M., JR.
To: EMC CORPORATION
Reel/Frame 038255/0825 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 8, 2015
From: BENT, JOHN M.; FAIBISH, SORIN; COMBES, PATRICK S.; PAEGLE, ERIKS S.
To: EMC CORPORATION
Reel/Frame 037240/0388 →
Cited By (1)
US 12,222,929