[go: up one dir, main page]

US20140330781A1 - Parallel Filesystem Traversal For Transparent Mirroring of Directories and Files - Google Patents

Parallel Filesystem Traversal For Transparent Mirroring of Directories and Files Download PDF

Info

Publication number
US20140330781A1
US20140330781A1 US14/335,932 US201414335932A US2014330781A1 US 20140330781 A1 US20140330781 A1 US 20140330781A1 US 201414335932 A US201414335932 A US 201414335932A US 2014330781 A1 US2014330781 A1 US 2014330781A1
Authority
US
United States
Prior art keywords
objects
job
job queue
executors
barrier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/335,932
Inventor
Chi Ming Wong
Anand Iyengar
Panagiotis Tsirigotis
Thomas K. Wong
Tadd Ottman
Gaurav Gupta
Lalitha Krishnan
Richard A. Simpkins
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cisco Technology Inc
Original Assignee
Cisco Technology Inc
Cisco Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cisco Technology Inc, Cisco Systems Inc filed Critical Cisco Technology Inc
Priority to US14/335,932 priority Critical patent/US20140330781A1/en
Publication of US20140330781A1 publication Critical patent/US20140330781A1/en
Assigned to CISCO SYSTEMS, INC. reassignment CISCO SYSTEMS, INC. MERGER (SEE DOCUMENT FOR DETAILS). Assignors: NEOPATH NETWORKS, INC.
Assigned to CISCO TECHNOLOGY, INC. reassignment CISCO TECHNOLOGY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CISCO SYSTEMS, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • G06F17/30179
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/184Distributed file systems implemented as replicated file system
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/1658Data re-synchronization of a redundant component, or initial sync of replacement, additional or spare unit
    • G06F11/1662Data re-synchronization of a redundant component, or initial sync of replacement, additional or spare unit the resynchronized component or unit being a persistent storage device
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • G06F16/1794Details of file format conversion
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1858Parallel file systems, i.e. file systems supporting multiple processors
    • G06F17/30224
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2094Redundant storage or storage space
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5011Pool
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5018Thread allocation

Definitions

  • the present invention relates generally to traversals of filesystems, and more specifically, to using multiple job executors for filesystem traversal.
  • Filesystems are directories that organize and manage access to sub-directories and files stored on a computing device such as a server.
  • a file server can have a filesystem that allows clients to access stored sub-directories and files.
  • a filesystem is copied from one file server to another file server for purposes such as file migration and file replication.
  • a mirroring application traverses the filesystem by visiting each node and performing a copy operation.
  • minor operations performed over a network can be slow due to, for example, idle time experienced while waiting for the results of a command.
  • a command such as read sub-directory can be sent to the filesystem being mirrored.
  • the command is packed according to a network protocol and travels across the network before being unpacked.
  • the receiving device process the command and returns results through the network. During this time, the file traversal process is idle.
  • the system includes a pool of job executors (e.g., threads), a job queue, and a trigger tracker.
  • An object, representative of a node in the filesystem, is added (i.e., pushed) to the job queue for processing by an job executor.
  • the job queue assigns (i.e., pops) objects to job executors in accordance to a LIFO (Last In First Out) ordering.
  • LIFO Last In First Out
  • the job executor performs an action such as copy.
  • the trigger tracker follows the processing of a child nodes to a particular child node.
  • a bather can be added to the job queue to control the parallel processing. For example, in a debugging operations, a program may want only a certain part of a filesystem to be processed.
  • the job queue controls parallel processing by adding sets of objects generated by after all of the job executors have returned. In still another embodiment, the job queue controls parallel processing by assigning objects to the job executors without accepting any adds until assignments are completed.
  • parallel processing increases the speed, and reduces downtime, or the amount of time a file system is subject to mirroring.
  • FIG. 1 is a block diagram illustrating a system for parallel traversal of a file system according to one embodiment of the present invention.
  • FIG. 2 is a more detailed block diagram of a file switch of FIG. 1 according to one embodiment of the present invention.
  • FIG. 3 is a more detailed block diagram of a file traversal module of FIG. 2 according to one embodiment of the present invention.
  • FIG. 4 is a flow diagram of a method for mirroring using parallel file traversal according to one embodiment of the present invention.
  • FIG. 5 is a flow diagram of a method for parallel traversal of a filing system according to one embodiment of the present invention.
  • FIG. 6 is a flow diagram of a method for performing parallel processing according to one embodiment of the present invention.
  • FIG. 7 is a flow diagram of a method for performing a processing action on an object according to one embodiment of the present invention.
  • FIGS. 8A-H are schematic diagrams illustrating an example of parallel file traversal according to one embodiment of the present invention.
  • a system and method for parallel traversal of a file system are disclosed. For example, during mirroring operations in applications such as file migration, file replication, or snapshot, multiple job executors (e.g., threads) can be used for parallel file system traversal.
  • traversal of a filesystem is a process of visiting each directory and file in the filesystem, and performing some action.
  • FIGS. 1-3 The system according to some embodiments of the present invention is set forth in FIGS. 1-3 , and methods operating therein, according to some embodiments of the present invention, are set forth in FIGS. 4-8 .
  • FIG. 1 is a block diagram illustrating a system 100 for parallel traversal of a file system according to one embodiment of the present invention.
  • System 200 includes a clients 105 A-C, a file switch 110 , and file servers 120 A-C.
  • the components can be implemented with a personal computer or other processing device capable of communication over a network. Each of the components can be coupled in communication through the network such as a TCP/IP (Transmission Control Protocol/Internet Protocol) data network or a telephone network.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • the components of system 100 communicate using NAS (Network Attached Storage) protocols or another decentralized protocol for storage networks.
  • the NAS can be implemented with, for example, CIFS or NFS.
  • file switch 110 provides a transparency for clients 105 A-C accessing file servers 120 A-C.
  • file switch 110 allows clients to use a switch file handle, which is persistent, to continuously refer to a file, even though the file may change physical locations on file servers 130 A-C.
  • clients 105 A-C use switch file handles issued by file switch 110 to access files stored on file servers 120 A-C.
  • file switch 110 tracks changes to file locations using a file handle location table as described below with respect to FIG. 2 .
  • An original export share stored in the file handle location table from file servers 120 A-C contain NAS file handles that are representative of a file location on corresponding file systems.
  • the switch file handles are associated with NAS file handles and are issued to clients 105 A-C.
  • the NAS switch handle is updated in the file handle location table.
  • file switch 110 can provide additional services such as authentication to file servers 120 A-C on behalf of clients 105 A-C.
  • File servers 120 A-C include filesystems, the contents of which are tracked and managed by file switch 110 .
  • FIG. 2 is a more detailed block diagram of file switch 110 of FIG. 1 according to one embodiment of the present invention.
  • File switch 110 includes a client module 210 , a filesystem traversal module 220 , a mirror module 230 , and a file server module 240 .
  • Client module 210 manages communications with clients 105 A-C while file server module 240 manages communications with file servers 120 A-C.
  • Minor module 230 can provide mirroring services to replicate a filesystem from a source file server to a destination file server.
  • filesystem traversal module 220 manages filesystem traversals during mirroring operations using multiple job executors as described in more detail below with respect to FIG. 3 . Because file switch 110 can maintain the availability of the storage network during mirroring, faster processing from multiple job executors reduces the possibility of interruptions to mirroring caused by commands from clients 105 A-C.
  • FIG. 3 is a more detailed block diagram of filesystem traversal module 220 of FIG. 2 according to one embodiment of the present invention.
  • Filesystem traversal module 220 includes a job executor pool 310 , a job queue 320 , and a trigger tracker 330 .
  • Job executor pool 310 is just one embodiment of multiple job executors. An alternative embodiment can be implemented with, for example, a thread pool or a process pool.
  • Job executor pool 320 includes several job executors 315 A-D. Although four job executors 315 A-D are shown in the present embodiment, other embodiments can be implemented with, for example, 2, 8 or 64 job executors.
  • Job executors 315 A-D can be, for example, hardware logic (e.g., processors or execution units) and/or software instructions.
  • job executors 315 A-D can pop objects from job queue 320 . Based on whether the object is a directory, a file, or a trigger, various pre-processing and post-processing actions can be performed. For example, actions can include copying a directory from a source filesystem to a destination filesystem.
  • Pre-processing can be performed before all of the child nodes have been visited, and post-processing can be performed after all of the child nodes have been visited. Specificactions can vary depending on the application making use of filesystem traversals.
  • job executors 315 A-D can generate objects representative of nodes in a filesystem, and push the objects to job queue 320 .
  • job executors 315 A-D operate in parallel since several threads can be operating on several jobs (e.g., one job per thread) at the same time.
  • a single thread can experience latency, due in part to network performance and processing on the file server, while multiple threads can overlap such that the traversal process experiences less idle time.
  • parallel processing can be enhanced with multiple processor cores, multi-threaded operating systems, and/or inter-process communication.
  • Job queue 320 can be, for example, a volatile or non-volatile memory device such as a LIFO (Last In First Out) device. Generally, the LIFO device sends out an entry that was most recently added. Job queue 320 can be thread-safe to allow access by multiple threads while remaining consistent. In one embodiment, job queue 320 manages how objects are stored and an order in which objects are dispatched. During push operations, job queue 320 receives and stores objects that represent nodes of the filesystem that need to be processed by job executors 315 A-D. In the LIFO embodiment, job queue 320 pops the object from the last set of objects that were pushed. In some embodiments, job queue 320 can be implemented with techniques to control parallel processing with further granularity.
  • LIFO Last In First Out
  • a barrier can be added between objects to add a requirement that all objects on one side of the barrier be processed prior to releasing the barrier.
  • job queue 320 can control pushing and/or pop operations such that job executors 315 A-D can only do so once during each round. In other words, an job executor 315 A-D that finishes quickly would have to wait until each of the other job executors 315 A-D are likewise prepared to push and/or pop.
  • Trigger tracker 330 can be, for example, a table stored in a memory device.
  • the table can include a list of objects that have triggers, and a count associated with the triggers.
  • a trigger is created when a particular node in the filesystem has child nodes, and a count is set to the number of child nodes.
  • the parent node is associated with each of the child nodes so that whenever a child node is processed, the count decrements. Once the count reaches zero, the trigger fires, and is added to job queue 320 so that it may be processed.
  • An example of trigger operations is described below in association with FIGS. 8A-H .
  • FIG. 4 is a flow diagram of a method 400 for mirroring using parallel file traversal according to one embodiment of the present invention.
  • Method 400 can be implemented, for example, in system 100 of FIG. 1 .
  • mirroring is a process in which a filesystem is copied from a source filesystem to a destination filesystem.
  • Applications such as file migration, file replication, and snapshot use mirroring.
  • mirroring is a two step process in which the namespace is copies separately from the data content as described more fully in related U.S. patent applications Ser. Nos. 10/831,376 and 10/831,701. The two step process can be transparent to the user since the filesystems remain online during mirroring.
  • system 100 uses 410 parallel traversal to copy a namespsace, or the directory structure, from an origin export to a destination export. If no changes have occurred to the namespace during the copying process (e.g., creation or deletion of a sub-directory), then it is committed.
  • system 100 uses 420 parallel traversal to copy data content in the namespace from the origin export to the destination export. Again, if no changes have occurred during copying the data content is committed.
  • FIG. 5 is a flow diagram of a method 500 for parallel traversal of a filing system according to one embodiment of the present invention.
  • Method 500 can be implemented by, for example, filesystem traversal module 220 .
  • Filesystem traversal module 220 adds 510 a root object to job queue 320 as its first entry for processing.
  • Job queue 320 assigns 520 objects to a plurality of threads. Because job queue 320 can be thread-safe, it is able to track which threads have been assigned particular objects.
  • Job executors 315 A-D perform 530 parallel processing on the assigned objects as described further below with respect to FIG. 6 .
  • filesystem traversal has been completed. If the mirroring application is performing transparent mirror, as described above, the process will return to method 400 . Referring again to FIG. 4 , if the filesystem traversal has just finished the first step shown in step 410 proceeds to again perform filesystem traversal as shown in step 410 . If step 420 has finished, the process is complete.
  • job queue 320 optionally adds control to step 510 and/or step 520 . Accordingly, when assigning 520 objects from storage, job queue 320 can wait until all threads are ready and waiting. Alternatively, when performing 520 parallel processing, job queue 320 can wait until all threads have returned before adding. Furthermore, job queue 320 may add objects from threads in a particular order.
  • FIG. 6 is a flow diagram of method 530 for performing parallel processing according to one embodiment of the present invention.
  • job executor 315 A-D performs 620 a pre-processing action on the object.
  • pre-processing is described below with respect to FIG. 7 .
  • a sub-directory or file can be copied.
  • job executor 315 A-D optionally performs 640 a post-processing action on the object. Note that in the mirroring process, there is no post-processing action once a copy has been made. However, there may be post processing actions for other processes that should occur after the entire directory has been walked. If the object represents 650 a stop command, the process returns to method 500 .
  • an alternative command can be implemented to control the behavior or parallel filesystem traversal.
  • a barrier can be inserted as a command or object, or command embedded within an object. The barrier can be used to contain processing within a certain portion of the filesystem in an application such as debugging.
  • FIG. 7 is a flow diagram of method 620 for performing a processing action on an object according to one embodiment of the present invention.
  • Method 620 can be implemented by, for example, job executors 315 A-D.
  • An job executor 315 A-D requests 710 an object from job queue 320 .
  • a request is sent across the network to an appropriate file server. For example, a read operation for a directory reveals child nodes of a parent node. From the child nodes, job executor 315 A-D can generate a set of objects for adding job queue 320 , and a trigger with associations for adding to trigger tracker 330 . The set of objects is sent 740 to job queue 320 , and if needed, to trigger tracker 330 .
  • FIGS. 8A-H are schematic diagrams illustrating an example of parallel file traversal according to one embodiment of the present invention.
  • job queue 320 starts with root node A being the only object.
  • an job executor 315 A-D pops node A from job queue 320 and invokes a pre-processing action on the node.
  • a first job executor 315 A-D pops object C from job queue 320 and processes.
  • a second job executor 315 A-D pops object B from job queue 320 and processes it in parallel with object C.
  • the second job executor 315 A-D finished processing before the first job executor 315 A-D, and pushes objects F and G in to job queue 320 first.
  • the second job executor 315 A-D pops object G and processes it while the first job executor 315 A-D is finishing object B.
  • the first job executor 315 A-D pops object E, while the second job executor 315 A-D processes object Gin parallel. Since objects G and E do not have any sub-directories in this example, the first and second job executors 315 A-D invoke the post-processing actions on them.
  • FIG. 8E objects D and F are popped and processed in parallel.
  • Object D is completed first.
  • FIG. 8F trigger Bt's reference count drops to zero as soon as object D is completed.
  • object B itself is added to job queue 320 for dispatch.
  • the free job executor 315 A-D gets object B and invokes a post-processing action. Then nodes F and B are completed.
  • trigger Ct's count drops to zero and node C is added to job queue 320 .
  • One of the job executors 315 A-D completes C, after which trigger At fires, and node A is added to job queue 320 .
  • node A has a post-processing action performed on it, and the traversal is complete.
  • the present invention also relates to an apparatus for performing the operations herein.
  • This apparatus can be specially constructed for the required purposes, or it can be a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program can be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • a component of the present invention is implemented as software
  • the component can be implemented as a standalone program, as part of a larger program, as a plurality of separate programs, as a statically or dynamically linked library, as a kernel loadable module, as a device driver, and/or in every and any other way known now or in the future to those of skill in the art of computer programming
  • the present invention is in no way limited to implementation in any specific operating system or environment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A system and method for parallel file system traversal using multiple job executors is disclosed. The system includes a pool of job executors, a job queue, and a trigger tracker. An object, representative of a node in the filesystem, is added (i.e., pushed) to the job queue for processing by an job executor. The job queue assigns (i.e., pops) objects to job executors in accordance to a LIFO (Last In First Out) ordering. Then the job executor performs an action such as copy. In one embodiment, the trigger tracker follows the processing of a child nodes to a particular child node. Thus, the filesystem is being traversed by several job executors at the same time.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • The present application claims the benefit of U.S. patent application Ser. No. 11/478,998, filed on Jun. 29, 2006, and also claims priority under 35 USC 119(e) to U.S. Provisional Patent Application No. 60/695,559 filed on Jun. 29, 2005; and is related to U.S. patent applications Ser. No. 10/831,376, filed on Apr. 23, 2004 and U.S. patent applications Ser. No. 10/831,701, filed on Apr. 23, 2004, the contents of each being hereby incorporated by reference.
  • TECHNICAL FIELD
  • The present invention relates generally to traversals of filesystems, and more specifically, to using multiple job executors for filesystem traversal.
  • BACKGROUND
  • Filesystems are directories that organize and manage access to sub-directories and files stored on a computing device such as a server. For example, a file server can have a filesystem that allows clients to access stored sub-directories and files. In a mirroring operation, a filesystem is copied from one file server to another file server for purposes such as file migration and file replication. To copy the filesystem, a mirroring application traverses the filesystem by visiting each node and performing a copy operation.
  • However, minor operations performed over a network can be slow due to, for example, idle time experienced while waiting for the results of a command. More particularly, a command such as read sub-directory can be sent to the filesystem being mirrored. The command is packed according to a network protocol and travels across the network before being unpacked. The receiving device process the command and returns results through the network. During this time, the file traversal process is idle.
  • What is needed is a system and method for parallel file traversal using multiple job executors.
  • SUMMARY
  • To meet the above need, a system and method for parallel file system traversal using multiple job executors is disclosed. The system includes a pool of job executors (e.g., threads), a job queue, and a trigger tracker. An object, representative of a node in the filesystem, is added (i.e., pushed) to the job queue for processing by an job executor. The job queue assigns (i.e., pops) objects to job executors in accordance to a LIFO (Last In First Out) ordering. Then the job executor performs an action such as copy. In one embodiment, the trigger tracker follows the processing of a child nodes to a particular child node. Thus, the filesystem is being traversed by several job executors at the same time.
  • In one embodiment, a bather can be added to the job queue to control the parallel processing. For example, in a debugging operations, a program may want only a certain part of a filesystem to be processed.
  • In another embodiment, the job queue controls parallel processing by adding sets of objects generated by after all of the job executors have returned. In still another embodiment, the job queue controls parallel processing by assigning objects to the job executors without accepting any adds until assignments are completed.
  • Advantageously, parallel processing increases the speed, and reduces downtime, or the amount of time a file system is subject to mirroring.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating a system for parallel traversal of a file system according to one embodiment of the present invention.
  • FIG. 2 is a more detailed block diagram of a file switch of FIG. 1 according to one embodiment of the present invention.
  • FIG. 3 is a more detailed block diagram of a file traversal module of FIG. 2 according to one embodiment of the present invention.
  • FIG. 4 is a flow diagram of a method for mirroring using parallel file traversal according to one embodiment of the present invention.
  • FIG. 5 is a flow diagram of a method for parallel traversal of a filing system according to one embodiment of the present invention.
  • FIG. 6 is a flow diagram of a method for performing parallel processing according to one embodiment of the present invention.
  • FIG. 7 is a flow diagram of a method for performing a processing action on an object according to one embodiment of the present invention.
  • FIGS. 8A-H are schematic diagrams illustrating an example of parallel file traversal according to one embodiment of the present invention.
  • One skilled in the art will recognize that these Figures are merely examples of the operation of the invention according to one embodiment and that other configurations and modes of operation can be used without departing from the essential characteristics of the invention.
  • DETAILED DESCRIPTION
  • A system and method for parallel traversal of a file system are disclosed. For example, during mirroring operations in applications such as file migration, file replication, or snapshot, multiple job executors (e.g., threads) can be used for parallel file system traversal. Generally, traversal of a filesystem (or directory tree) is a process of visiting each directory and file in the filesystem, and performing some action. The system according to some embodiments of the present invention is set forth in FIGS. 1-3, and methods operating therein, according to some embodiments of the present invention, are set forth in FIGS. 4-8.
  • FIG. 1 is a block diagram illustrating a system 100 for parallel traversal of a file system according to one embodiment of the present invention. System 200 includes a clients 105A-C, a file switch 110, and file servers 120A-C. The components can be implemented with a personal computer or other processing device capable of communication over a network. Each of the components can be coupled in communication through the network such as a TCP/IP (Transmission Control Protocol/Internet Protocol) data network or a telephone network. In one embodiment, the components of system 100 communicate using NAS (Network Attached Storage) protocols or another decentralized protocol for storage networks. The NAS can be implemented with, for example, CIFS or NFS. At a high-level, file switch 110 provides a transparency for clients 105A-C accessing file servers 120A-C. In providing transparency, file switch 110 allows clients to use a switch file handle, which is persistent, to continuously refer to a file, even though the file may change physical locations on file servers 130A-C.
  • In one embodiment, clients 105A-C use switch file handles issued by file switch 110 to access files stored on file servers 120A-C. Thus, clients 105A-C are unaware of changes to file locations on the back-end. In one embodiment, file switch 110 tracks changes to file locations using a file handle location table as described below with respect to FIG. 2. An original export share stored in the file handle location table from file servers 120A-C contain NAS file handles that are representative of a file location on corresponding file systems. In turn, the switch file handles are associated with NAS file handles and are issued to clients 105A-C. When a file changes locations on the storage network due to, for example, a file migration operations, the NAS switch handle is updated in the file handle location table. In other embodiments, file switch 110 can provide additional services such as authentication to file servers 120A-C on behalf of clients 105A-C. File servers 120A-C include filesystems, the contents of which are tracked and managed by file switch 110.
  • FIG. 2 is a more detailed block diagram of file switch 110 of FIG. 1 according to one embodiment of the present invention. File switch 110 includes a client module 210, a filesystem traversal module 220, a mirror module 230, and a file server module 240.
  • Client module 210 manages communications with clients 105A-C while file server module 240 manages communications with file servers 120A-C. Minor module 230 can provide mirroring services to replicate a filesystem from a source file server to a destination file server. In one embodiment, filesystem traversal module 220 manages filesystem traversals during mirroring operations using multiple job executors as described in more detail below with respect to FIG. 3. Because file switch 110 can maintain the availability of the storage network during mirroring, faster processing from multiple job executors reduces the possibility of interruptions to mirroring caused by commands from clients 105A-C.
  • FIG. 3 is a more detailed block diagram of filesystem traversal module 220 of FIG. 2 according to one embodiment of the present invention. Filesystem traversal module 220 includes a job executor pool 310, a job queue 320, and a trigger tracker 330. Job executor pool 310 is just one embodiment of multiple job executors. An alternative embodiment can be implemented with, for example, a thread pool or a process pool.
  • Job executor pool 320 includes several job executors 315A-D. Although four job executors 315A-D are shown in the present embodiment, other embodiments can be implemented with, for example, 2, 8 or 64 job executors. Job executors 315A-D can be, for example, hardware logic (e.g., processors or execution units) and/or software instructions. In one embodiment, job executors 315A-D can pop objects from job queue 320. Based on whether the object is a directory, a file, or a trigger, various pre-processing and post-processing actions can be performed. For example, actions can include copying a directory from a source filesystem to a destination filesystem. Pre-processing can be performed before all of the child nodes have been visited, and post-processing can be performed after all of the child nodes have been visited. Specificactions can vary depending on the application making use of filesystem traversals. Moreover, job executors 315A-D can generate objects representative of nodes in a filesystem, and push the objects to job queue 320. In one embodiment, job executors 315A-D operate in parallel since several threads can be operating on several jobs (e.g., one job per thread) at the same time. A single thread can experience latency, due in part to network performance and processing on the file server, while multiple threads can overlap such that the traversal process experiences less idle time. In one embodiment, parallel processing can be enhanced with multiple processor cores, multi-threaded operating systems, and/or inter-process communication.
  • Job queue 320 can be, for example, a volatile or non-volatile memory device such as a LIFO (Last In First Out) device. Generally, the LIFO device sends out an entry that was most recently added. Job queue 320 can be thread-safe to allow access by multiple threads while remaining consistent. In one embodiment, job queue 320 manages how objects are stored and an order in which objects are dispatched. During push operations, job queue 320 receives and stores objects that represent nodes of the filesystem that need to be processed by job executors 315A-D. In the LIFO embodiment, job queue 320 pops the object from the last set of objects that were pushed. In some embodiments, job queue 320 can be implemented with techniques to control parallel processing with further granularity. For example, a barrier can be added between objects to add a requirement that all objects on one side of the barrier be processed prior to releasing the barrier. In another example, job queue 320 can control pushing and/or pop operations such that job executors 315A-D can only do so once during each round. In other words, an job executor 315A-D that finishes quickly would have to wait until each of the other job executors 315A-D are likewise prepared to push and/or pop.
  • Trigger tracker 330 can be, for example, a table stored in a memory device. The table can include a list of objects that have triggers, and a count associated with the triggers. Generally, a trigger is created when a particular node in the filesystem has child nodes, and a count is set to the number of child nodes. The parent node is associated with each of the child nodes so that whenever a child node is processed, the count decrements. Once the count reaches zero, the trigger fires, and is added to job queue 320 so that it may be processed. An example of trigger operations is described below in association with FIGS. 8A-H.
  • FIG. 4 is a flow diagram of a method 400 for mirroring using parallel file traversal according to one embodiment of the present invention. Method 400 can be implemented, for example, in system 100 of FIG. 1. Generally, mirroring is a process in which a filesystem is copied from a source filesystem to a destination filesystem. Applications such as file migration, file replication, and snapshot use mirroring. In one embodiment, as shown in FIG. 4, mirroring is a two step process in which the namespace is copies separately from the data content as described more fully in related U.S. patent applications Ser. Nos. 10/831,376 and 10/831,701. The two step process can be transparent to the user since the filesystems remain online during mirroring.
  • More specifically, system 100 uses 410 parallel traversal to copy a namespsace, or the directory structure, from an origin export to a destination export. If no changes have occurred to the namespace during the copying process (e.g., creation or deletion of a sub-directory), then it is committed. Next, system 100 uses 420 parallel traversal to copy data content in the namespace from the origin export to the destination export. Again, if no changes have occurred during copying the data content is committed.
  • FIG. 5 is a flow diagram of a method 500 for parallel traversal of a filing system according to one embodiment of the present invention. Method 500 can be implemented by, for example, filesystem traversal module 220.
  • Filesystem traversal module 220 adds 510 a root object to job queue 320 as its first entry for processing. Job queue 320 assigns 520 objects to a plurality of threads. Because job queue 320 can be thread-safe, it is able to track which threads have been assigned particular objects.
  • Job executors 315A-D perform 530 parallel processing on the assigned objects as described further below with respect to FIG. 6. Once the job queue 320 is empty and no job executors 315A-D are processing 540, filesystem traversal has been completed. If the mirroring application is performing transparent mirror, as described above, the process will return to method 400. Referring again to FIG. 4, if the filesystem traversal has just finished the first step shown in step 410 proceeds to again perform filesystem traversal as shown in step 410. If step 420 has finished, the process is complete.
  • In one embodiment, job queue 320 optionally adds control to step 510 and/or step 520. Accordingly, when assigning 520 objects from storage, job queue 320 can wait until all threads are ready and waiting. Alternatively, when performing 520 parallel processing, job queue 320 can wait until all threads have returned before adding. Furthermore, job queue 320 may add objects from threads in a particular order.
  • FIG. 6 is a flow diagram of method 530 for performing parallel processing according to one embodiment of the present invention. If the object popped from job queue 320 represents a directory 610 that has child nodes yet to be visited, job executor 315A-D performs 620 a pre-processing action on the object. One embodiment of pre-processing is described below with respect to FIG. 7. In the mirroring application, a sub-directory or file can be copied. If the object popped from job queue 320 represents a trigger 630, then the child nodes have already been visited, and job executor 315A-D optionally performs 640 a post-processing action on the object. Note that in the mirroring process, there is no post-processing action once a copy has been made. However, there may be post processing actions for other processes that should occur after the entire directory has been walked. If the object represents 650 a stop command, the process returns to method 500.
  • In one embodiment, rather than a stop command, an alternative command can be implemented to control the behavior or parallel filesystem traversal. For example, a barrier can be inserted as a command or object, or command embedded within an object. The barrier can be used to contain processing within a certain portion of the filesystem in an application such as debugging.
  • FIG. 7 is a flow diagram of method 620 for performing a processing action on an object according to one embodiment of the present invention. Method 620 can be implemented by, for example, job executors 315A-D.
  • An job executor 315A-D requests 710 an object from job queue 320. A request is sent across the network to an appropriate file server. For example, a read operation for a directory reveals child nodes of a parent node. From the child nodes, job executor 315A-D can generate a set of objects for adding job queue 320, and a trigger with associations for adding to trigger tracker 330. The set of objects is sent 740 to job queue 320, and if needed, to trigger tracker 330.
  • FIGS. 8A-H are schematic diagrams illustrating an example of parallel file traversal according to one embodiment of the present invention. In FIG. 8A, job queue 320 starts with root node A being the only object. In FIG. 8B, an job executor 315A-D pops node A from job queue 320 and invokes a pre-processing action on the node. A trigger for A, At, corresponding to nodes B and C and having a reference count of two, is added to trigger tracker 330 and objects representing nodes B and C are added to job queue 320.
  • In FIG. 8C, a first job executor 315A-D pops object C from job queue 320 and processes. At the same time, a second job executor 315A-D pops object B from job queue 320 and processes it in parallel with object C. In this example, the second job executor 315A-D finished processing before the first job executor 315A-D, and pushes objects F and G in to job queue 320 first. In FIG. 8D, the second job executor 315A-D pops object G and processes it while the first job executor 315A-D is finishing object B. Once finished, the first job executor 315A-D pops object E, while the second job executor 315A-D processes object Gin parallel. Since objects G and E do not have any sub-directories in this example, the first and second job executors 315A-D invoke the post-processing actions on them.
  • In FIG. 8E, objects D and F are popped and processed in parallel. Object D is completed first. In FIG. 8F, trigger Bt's reference count drops to zero as soon as object D is completed. Then, object B itself is added to job queue 320 for dispatch. The free job executor 315A-D gets object B and invokes a post-processing action. Then nodes F and B are completed.
  • In FIG. 8G, when F is finished, trigger Ct's count drops to zero and node C is added to job queue 320. One of the job executors 315A-D completes C, after which trigger At fires, and node A is added to job queue 320. Finally, in FIG. 8H, node A has a post-processing action performed on it, and the traversal is complete.
  • In the above description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the invention. It will be apparent, however, to one skilled in the art that the invention can be practiced without these specific details. In other instances, structures and devices are shown in block diagram form in order to avoid obscuring the invention.
  • Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. The appearances of the phrase “in one embodiment” in various places in the specification are not necessarily all referring to the same embodiment.
  • Some portions of the detailed description are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, pridcipally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
  • It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
  • The present invention also relates to an apparatus for performing the operations herein. This apparatus can be specially constructed for the required purposes, or it can be a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program can be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • The algorithms and modules presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems can be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatuses to perform the method steps. The required structure for a variety of these systems will appear from the description below. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages can be used to implement the teachings of the invention as described herein. Furthermore, as will be apparent to one of ordinary skill in the relevant art, the modules, features, attributes, methodologies, and other aspects of the invention can be implemented as software, hardware, firmware or any combination of the three. Of course, wherever a component of the present invention is implemented as software, the component can be implemented as a standalone program, as part of a larger program, as a plurality of separate programs, as a statically or dynamically linked library, as a kernel loadable module, as a device driver, and/or in every and any other way known now or in the future to those of skill in the art of computer programming Additionally, the present invention is in no way limited to implementation in any specific operating system or environment.
  • It will be understood by those skilled in the relevant art that the above-described implementations are merely exemplary, and many changes can be made without departing from the true spirit and scope of the present invention. Therefore, it is intended by the appended claims to cover all such changes and modifications that come within the true spirit and scope of this invention.

Claims (20)

What is claimed is:
1. A method comprising:
selecting one or more sets of objects, each object in a set being representative of a child node stemming from at least one of one or more common parent nodes in the file system;
assigning one or more objects from the one of the one or more sets of objects to a plurality of job executors, wherein assignment of an object is prevented before completing operations on each object positioned in relation to a barrier; and
performing parallel actions on the assigned objects, wherein parallel actions include at least one of replication and migration of data characterizing an object,
wherein the plurality of job executors are configured to perform pre-processing on an assigned object when the assigned object has child nodes that have not yet been processed, and to perform post-processing on an assigned object when the assigned object has child nodes that have already been processed.
2. The method of claim 1, further comprising:
adding the selected one or more sets of objects to a job queue; and
incrementing a respective one of one or more counts associated with an object in accordance with a number of child nodes associated with a corresponding one of the one or more common parent nodes represented by the object.
3. The method of claim 2, further comprising inserting a barrier between the objects in the job queue, the barrier preventing assignment of an object before the barrier prior to completing operations on each object after the barrier.
4. The method of claim 1, wherein completing operations on an object in the job queue comprises performing parallel actions on objects representative of child nodes stemming from another object.
5. The method of claim 1, wherein assigning objects comprises:
detecting that each of the plurality of job executors is awaiting an assignment from the job queue; and
assigning the objects from the job queue to the plurality of job executors before adding additional sets of objects to the job queue.
6. The method of claim 1, wherein assigning objects comprises:
detecting that each of the plurality of job executors has a set of objects to add to the job queue; and
adding each set to the job queue before assigning additional objects.
7. The method of claim 1, further comprising requesting information for generating a set of objects.
8. The method of claim 1, wherein the parallel actions are part of one of a namespace replication or a namespace migration.
9. The method of claim 1, wherein the parallel actions are part of at least one of a snapshot application and a data replication.
10. The method of claim 1, wherein the plurality of job executors comprises a plurality of threads.
11. A system for parallel traversal of a file system with a plurality of job executors, the system comprising:
a processor;
a non-transitory memory storing instructions that when executed by a processor cause a system to operate to:
select one or more sets of objects, each object in a set being representative of a child node stemming from at least one of one or more common parent nodes in the file system;
assign one or more objects from the one of the one or more sets of objects to a plurality of job executors, wherein assignment of an object is prevented before completing operations on each object positioned in relation to a barrier; and
perform parallel actions on the assigned objects, wherein parallel actions include at least one of replication and migration of data characterizing an object,
wherein the plurality of job executors are configured to perform pre-processing on an assigned object when the assigned object has child nodes that have not yet been processed, and to perform post-processing on an assigned object when the assigned object has child nodes that have already been processed
12. The system of claim 11, wherein the non-transitory memory further comprises instructions when executed by the processor cause the system to operate to:
add the selected one or more sets of objects to a job queue; and
increment a respective one of one or more counts associated with an object in accordance with a number of child nodes associated with a corresponding one of the one or more common parent nodes represented by the object.
13. The system of claim 12, wherein the non-transitory memory further comprises instructions when executed by the processor cause the system to operate to insert a barrier between the objects in the job queue, the barrier preventing assignment of an object before the barrier prior to completing operations on each object after the barrier.
14. The system of claim 11, wherein completing operations on an object in the job queue comprises performing parallel actions on objects representative of child nodes stemming from another object.
15. The system of claim 11, wherein assigning objects comprises:
detecting that each of the plurality of job executors is awaiting an assignment from the job queue; and
assigning the objects from the job queue to the plurality of job executors before adding additional sets of objects to the job queue
16. The system of claim 11, wherein assigning objects comprises:
detecting that each of the plurality of job executors has a set of objects to add to the job queue; and
adding each set to the job queue before assigning additional objects.
17. The system of claim 11, wherein the non-transitory memory further comprises instructions when executed by the processor cause the system to operate to request information for generating a set of objects.
18. The system of claim 11, wherein the parallel actions are part of one of a namespace replication or a namespace migration.
19. The system of claim 11, wherein the plurality of job executors comprises a plurality of threads.
20. The system of claim 11, wherein the parallel actions are part of at least one of a snapshot application and a data replication
US14/335,932 2005-06-29 2014-07-20 Parallel Filesystem Traversal For Transparent Mirroring of Directories and Files Abandoned US20140330781A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/335,932 US20140330781A1 (en) 2005-06-29 2014-07-20 Parallel Filesystem Traversal For Transparent Mirroring of Directories and Files

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US69555905P 2005-06-29 2005-06-29
US11/478,998 US8832697B2 (en) 2005-06-29 2006-06-29 Parallel filesystem traversal for transparent mirroring of directories and files
US14/335,932 US20140330781A1 (en) 2005-06-29 2014-07-20 Parallel Filesystem Traversal For Transparent Mirroring of Directories and Files

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/478,998 Continuation US8832697B2 (en) 2005-06-29 2006-06-29 Parallel filesystem traversal for transparent mirroring of directories and files

Publications (1)

Publication Number Publication Date
US20140330781A1 true US20140330781A1 (en) 2014-11-06

Family

ID=37596062

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/478,998 Active 2031-09-13 US8832697B2 (en) 2005-06-29 2006-06-29 Parallel filesystem traversal for transparent mirroring of directories and files
US14/335,932 Abandoned US20140330781A1 (en) 2005-06-29 2014-07-20 Parallel Filesystem Traversal For Transparent Mirroring of Directories and Files

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/478,998 Active 2031-09-13 US8832697B2 (en) 2005-06-29 2006-06-29 Parallel filesystem traversal for transparent mirroring of directories and files

Country Status (3)

Country Link
US (2) US8832697B2 (en)
EP (1) EP1900189B1 (en)
WO (1) WO2007002855A2 (en)

Families Citing this family (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8195760B2 (en) * 2001-01-11 2012-06-05 F5 Networks, Inc. File aggregation in a switched file system
US8239354B2 (en) 2005-03-03 2012-08-07 F5 Networks, Inc. System and method for managing small-size files in an aggregated file system
US7512673B2 (en) 2001-01-11 2009-03-31 Attune Systems, Inc. Rule based aggregation of files and transactions in a switched file system
US7509322B2 (en) 2001-01-11 2009-03-24 F5 Networks, Inc. Aggregated lock management for locking aggregated files in a switched file system
US20040133606A1 (en) 2003-01-02 2004-07-08 Z-Force Communications, Inc. Directory aggregation for files distributed over a plurality of servers in a switched file system
TW561358B (en) * 2001-01-11 2003-11-11 Force Corp Z File switch and switched file system
US7788335B2 (en) * 2001-01-11 2010-08-31 F5 Networks, Inc. Aggregated opportunistic lock and aggregated implicit lock management for locking aggregated files in a switched file system
US7877511B1 (en) 2003-01-13 2011-01-25 F5 Networks, Inc. Method and apparatus for adaptive services networking
WO2004097624A1 (en) * 2003-04-24 2004-11-11 Neopath Networks, Inc. Large file support for a network file server
US7587422B2 (en) 2003-04-24 2009-09-08 Neopath Networks, Inc. Transparent file replication using namespace replication
US7346664B2 (en) * 2003-04-24 2008-03-18 Neopath Networks, Inc. Transparent file migration using namespace replication
US8539081B2 (en) * 2003-09-15 2013-09-17 Neopath Networks, Inc. Enabling proxy services using referral mechanisms
US7720796B2 (en) * 2004-04-23 2010-05-18 Neopath Networks, Inc. Directory and file mirroring for migration, snapshot, and replication
US8190741B2 (en) 2004-04-23 2012-05-29 Neopath Networks, Inc. Customizing a namespace in a decentralized storage environment
US8195627B2 (en) 2004-04-23 2012-06-05 Neopath Networks, Inc. Storage policy monitoring for a storage network
US7885970B2 (en) 2005-01-20 2011-02-08 F5 Networks, Inc. Scalable system for partitioning and accessing metadata over multiple servers
US7958347B1 (en) 2005-02-04 2011-06-07 F5 Networks, Inc. Methods and apparatus for implementing authentication
US8832697B2 (en) 2005-06-29 2014-09-09 Cisco Technology, Inc. Parallel filesystem traversal for transparent mirroring of directories and files
US8131689B2 (en) * 2005-09-30 2012-03-06 Panagiotis Tsirigotis Accumulating access frequency and file attributes for supporting policy based storage management
US20070088871A1 (en) * 2005-09-30 2007-04-19 Kwong Man K Implementation of shared and persistent job queues
US8417746B1 (en) 2006-04-03 2013-04-09 F5 Networks, Inc. File system management with enhanced searchability
WO2008130983A1 (en) * 2007-04-16 2008-10-30 Attune Systems, Inc. File aggregation in a switched file system
WO2008147973A2 (en) * 2007-05-25 2008-12-04 Attune Systems, Inc. Remote file virtualization in a switched file system
US8180747B2 (en) 2007-11-12 2012-05-15 F5 Networks, Inc. Load sharing cluster file systems
US8548953B2 (en) * 2007-11-12 2013-10-01 F5 Networks, Inc. File deduplication using storage tiers
US20090204705A1 (en) * 2007-11-12 2009-08-13 Attune Systems, Inc. On Demand File Virtualization for Server Configuration Management with Limited Interruption
US8117244B2 (en) 2007-11-12 2012-02-14 F5 Networks, Inc. Non-disruptive file migration
US20090204650A1 (en) * 2007-11-15 2009-08-13 Attune Systems, Inc. File Deduplication using Copy-on-Write Storage Tiers
US8352785B1 (en) 2007-12-13 2013-01-08 F5 Networks, Inc. Methods for generating a unified virtual snapshot and systems thereof
US8549582B1 (en) 2008-07-11 2013-10-01 F5 Networks, Inc. Methods for handling a multi-protocol content name and systems thereof
US8897372B2 (en) * 2009-02-18 2014-11-25 Nec Corporation Task allocation device, task allocation method, and storage medium storing task allocation program
US10721269B1 (en) 2009-11-06 2020-07-21 F5 Networks, Inc. Methods and system for returning requests with javascript for clients before passing a request to a server
US9195500B1 (en) 2010-02-09 2015-11-24 F5 Networks, Inc. Methods for seamless storage importing and devices thereof
US8204860B1 (en) 2010-02-09 2012-06-19 F5 Networks, Inc. Methods and systems for snapshot reconstitution
US9058334B2 (en) * 2010-02-11 2015-06-16 Emc Corporation Parallel file system processing
US8347100B1 (en) 2010-07-14 2013-01-01 F5 Networks, Inc. Methods for DNSSEC proxying and deployment amelioration and systems thereof
US9286298B1 (en) 2010-10-14 2016-03-15 F5 Networks, Inc. Methods for enhancing management of backup data sets and devices thereof
US8396836B1 (en) 2011-06-30 2013-03-12 F5 Networks, Inc. System for mitigating file virtualization storage import latency
US8463850B1 (en) 2011-10-26 2013-06-11 F5 Networks, Inc. System and method of algorithmically generating a server side transaction identifier
US9020912B1 (en) 2012-02-20 2015-04-28 F5 Networks, Inc. Methods for accessing data in a compressed file system and devices thereof
US9519501B1 (en) 2012-09-30 2016-12-13 F5 Networks, Inc. Hardware assisted flow acceleration and L2 SMAC management in a heterogeneous distributed multi-tenant virtualized clustered system
US10375155B1 (en) 2013-02-19 2019-08-06 F5 Networks, Inc. System and method for achieving hardware acceleration for asymmetric flow connections
US9554418B1 (en) 2013-02-28 2017-01-24 F5 Networks, Inc. Device for topology hiding of a visited network
GB201318582D0 (en) * 2013-10-21 2013-12-04 Heyns Richard A method of analysing a first data set and a second data set
US10523753B2 (en) * 2014-05-06 2019-12-31 Western Digital Technologies, Inc. Broadcast data operations in distributed file systems
US11838851B1 (en) 2014-07-15 2023-12-05 F5, Inc. Methods for managing L7 traffic classification and devices thereof
US10146788B1 (en) * 2014-10-10 2018-12-04 Google Llc Combined mirroring and caching network file system
US10182013B1 (en) 2014-12-01 2019-01-15 F5 Networks, Inc. Methods for managing progressive image delivery and devices thereof
US11895138B1 (en) 2015-02-02 2024-02-06 F5, Inc. Methods for improving web scanner accuracy and devices thereof
US10834065B1 (en) 2015-03-31 2020-11-10 F5 Networks, Inc. Methods for SSL protected NTLM re-authentication and devices thereof
US9922201B2 (en) 2015-04-01 2018-03-20 Dropbox, Inc. Nested namespaces for selective content sharing
US10963430B2 (en) 2015-04-01 2021-03-30 Dropbox, Inc. Shared workspaces with selective content item synchronization
CN105022796B (en) * 2015-06-30 2019-03-15 北京奇艺世纪科技有限公司 A kind of file traversal method, apparatus and system
US10691718B2 (en) 2015-10-29 2020-06-23 Dropbox, Inc. Synchronization protocol for multi-premises hosting of digital content items
US9571573B1 (en) 2015-10-29 2017-02-14 Dropbox, Inc. Peer-to-peer synchronization protocol for multi-premises hosting of digital content items
US10452730B2 (en) * 2015-12-22 2019-10-22 Usablenet Inc. Methods for analyzing web sites using web services and devices thereof
US10404698B1 (en) 2016-01-15 2019-09-03 F5 Networks, Inc. Methods for adaptive organization of web application access points in webtops and devices thereof
US10797888B1 (en) 2016-01-20 2020-10-06 F5 Networks, Inc. Methods for secured SCEP enrollment for client devices and devices thereof
US9537952B1 (en) 2016-01-29 2017-01-03 Dropbox, Inc. Apparent cloud access for hosted content items
EP3414806B1 (en) * 2016-02-08 2023-06-21 Skorpios Technologies, Inc. Broadband back mirror for a iii-v chip in silicon photonics
US10732349B2 (en) 2016-02-08 2020-08-04 Skorpios Technologies, Inc. Broadband back mirror for a III-V chip in silicon photonics
US10412198B1 (en) 2016-10-27 2019-09-10 F5 Networks, Inc. Methods for improved transmission control protocol (TCP) performance visibility and devices thereof
US10389810B2 (en) * 2016-11-02 2019-08-20 Commvault Systems, Inc. Multi-threaded scanning of distributed file systems
US10567492B1 (en) 2017-05-11 2020-02-18 F5 Networks, Inc. Methods for load balancing in a federated identity environment and devices thereof
US11223689B1 (en) 2018-01-05 2022-01-11 F5 Networks, Inc. Methods for multipath transmission control protocol (MPTCP) based session migration and devices thereof
US10833943B1 (en) 2018-03-01 2020-11-10 F5 Networks, Inc. Methods for service chaining and devices thereof
US12003422B1 (en) 2018-09-28 2024-06-04 F5, Inc. Methods for switching network packets based on packet data and devices
US11290531B2 (en) 2019-12-04 2022-03-29 Dropbox, Inc. Immediate cloud content item creation from local file system interface
US12026131B2 (en) * 2021-06-14 2024-07-02 Vast Data Ltd. Parallel traversal of a filesystem tree

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832261A (en) * 1991-11-28 1998-11-03 Fujitsu Limited Barrier synchronizing mechanism for a parallel data processing control system
US20020032719A1 (en) * 1998-11-16 2002-03-14 Insignia Solutions, Plc Method and system of dynamic memory management
US20020087849A1 (en) * 2000-12-28 2002-07-04 International Business Machines Corporation Full multiprocessor speculation mechanism in a symmetric multiprocessor (smp) System
US6671707B1 (en) * 1999-10-19 2003-12-30 Intel Corporation Method for practical concurrent copying garbage collection offering minimal thread block times
US20040093477A1 (en) * 2002-11-12 2004-05-13 Matthias Oberdorfer Scalable parallel processing on shared memory computers
US7009976B1 (en) * 2000-12-31 2006-03-07 Cisco Technology, Inc. Method and apparatus for using barrier phases to synchronize processes and components in a packet switching system
US20070074207A1 (en) * 2005-09-27 2007-03-29 Sony Computer Entertainment Inc. SPU task manager for cell processor
US8607247B2 (en) * 2011-11-03 2013-12-10 Advanced Micro Devices, Inc. Method and system for workitem synchronization

Family Cites Families (118)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4482956A (en) * 1982-11-04 1984-11-13 International Business Machines Corporation Parallel queueing method
EP0537721B1 (en) * 1991-10-15 1998-11-25 Hewlett-Packard Company Hardware-configured operating system kernel for a multitasking processor
US5689701A (en) 1994-12-14 1997-11-18 International Business Machines Corporation System and method for providing compatibility between distributed file system namespaces and operating system pathname syntax
US5774715A (en) * 1996-03-27 1998-06-30 Sun Microsystems, Inc. File system level compression using holes
US5832525A (en) * 1996-06-24 1998-11-03 Sun Microsystems, Inc. Disk fragmentation reduction using file allocation tables
JPH10143403A (en) * 1996-11-12 1998-05-29 Fujitsu Ltd Information management apparatus and information management program storage medium
US20060129627A1 (en) * 1996-11-22 2006-06-15 Mangosoft Corp. Internet-based shared file service with native PC client access and semantics and distributed version control
JP3410010B2 (en) 1997-12-24 2003-05-26 株式会社日立製作所 Subsystem migration method and information processing system
US5937406A (en) * 1997-01-31 1999-08-10 Informix Software, Inc. File system interface to a database
US5951656A (en) * 1997-01-31 1999-09-14 Hewlett-Packard Company Method and system for controlling queue deletions in which pointer corresponding to item to be deleted is moved back and pointers for items after deleted item are shifted
US6453334B1 (en) * 1997-06-16 2002-09-17 Streamtheory, Inc. Method and apparatus to allow remotely located computer programs and/or data to be accessed on a local computer in a secure, time-limited manner, with persistent caching
US5933825A (en) * 1997-07-21 1999-08-03 Apple Computer, Inc. Arbitrating concurrent access to file system objects
US6101508A (en) * 1997-08-01 2000-08-08 Hewlett-Packard Company Clustered file management for network resources
US6192408B1 (en) * 1997-09-26 2001-02-20 Emc Corporation Network file server sharing local caches of file access information in data processors assigned to respective file systems
US6070254A (en) 1997-10-17 2000-05-30 International Business Machines Corporation Advanced method for checking the integrity of node-based file systems
US6374336B1 (en) 1997-12-24 2002-04-16 Avid Technology, Inc. Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
WO1999042934A2 (en) * 1998-02-20 1999-08-26 Storm Systems, Llc File system performance enhancement
US6697846B1 (en) * 1998-03-20 2004-02-24 Dataplow, Inc. Shared file system
US6473401B1 (en) * 1998-04-06 2002-10-29 Iscale, Inc. Self-scaling method for exploiting cached resources across organizational boundaries to enhance user response time and to reduce server and network load
US6353837B1 (en) * 1998-06-30 2002-03-05 Emc Corporation Method and apparatus providing mass storage access from systems using different meta-data formats
US6341302B1 (en) * 1998-09-24 2002-01-22 Compaq Information Technologies Group, Lp Efficient inter-task queue protocol
US6314460B1 (en) 1998-10-30 2001-11-06 International Business Machines Corporation Method and apparatus for analyzing a storage network based on incomplete information from multiple respective controllers
US6453354B1 (en) * 1999-03-03 2002-09-17 Emc Corporation File server system using connection-oriented protocol and sharing data sets among data movers
JP2001075843A (en) 1999-09-03 2001-03-23 Hitachi Ltd Data management system
US6694431B1 (en) * 1999-10-12 2004-02-17 International Business Machines Corporation Piggy-backed key exchange protocol for providing secure, low-overhead browser connections when a server will not use a message encoding scheme proposed by a client
US6408298B1 (en) * 1999-12-15 2002-06-18 Microsoft Corporation Methods and systems for copying and moving across virtual namespaces
US6711625B1 (en) * 2000-01-14 2004-03-23 Hewlett-Packard Development Company, L.P. Kernel file I/O management system and method
US6757291B1 (en) * 2000-02-10 2004-06-29 Simpletech, Inc. System for bypassing a server to achieve higher throughput between data network and data storage system
US6615365B1 (en) * 2000-03-11 2003-09-02 Powerquest Corporation Storing a computer disk image within an imaged partition
US20010039497A1 (en) * 2000-03-30 2001-11-08 Hubbard Edward A. System and method for monitizing network connected user bases utilizing distributed processing systems
US7308709B1 (en) 2000-04-21 2007-12-11 Microsoft Corporation System and method for managing and authenticating services via service principal names
US6938039B1 (en) * 2000-06-30 2005-08-30 Emc Corporation Concurrent file across at a target file server during migration of file systems between file servers using a network file system access protocol
US6983379B1 (en) * 2000-06-30 2006-01-03 Hitwise Pty. Ltd. Method and system for monitoring online behavior at a remote site and creating online behavior profiles
US20030120858A1 (en) * 2000-09-15 2003-06-26 Matrix Semiconductor, Inc. Memory devices and methods for use therewith
US7386610B1 (en) * 2000-09-18 2008-06-10 Hewlett-Packard Development Company, L.P. Internet protocol data mirroring
US6850959B1 (en) 2000-10-26 2005-02-01 Microsoft Corporation Method and system for transparently extending non-volatile storage
AU2002214659A1 (en) * 2000-10-26 2002-05-06 James C. Flood Jr. Method and system for managing distributed content and related metadata
US6985956B2 (en) * 2000-11-02 2006-01-10 Sun Microsystems, Inc. Switching system
US8949471B2 (en) * 2000-11-02 2015-02-03 Oracle America, Inc. TCP/UDP acceleration
US7313614B2 (en) * 2000-11-02 2007-12-25 Sun Microsystems, Inc. Switching system
US7237027B1 (en) * 2000-11-10 2007-06-26 Agami Systems, Inc. Scalable storage system
US6976060B2 (en) * 2000-12-05 2005-12-13 Agami Sytems, Inc. Symmetric shared file storage system
US20040133606A1 (en) * 2003-01-02 2004-07-08 Z-Force Communications, Inc. Directory aggregation for files distributed over a plurality of servers in a switched file system
US7512673B2 (en) * 2001-01-11 2009-03-31 Attune Systems, Inc. Rule based aggregation of files and transactions in a switched file system
US7788335B2 (en) * 2001-01-11 2010-08-31 F5 Networks, Inc. Aggregated opportunistic lock and aggregated implicit lock management for locking aggregated files in a switched file system
TW561358B (en) * 2001-01-11 2003-11-11 Force Corp Z File switch and switched file system
US7054927B2 (en) * 2001-01-29 2006-05-30 Adaptec, Inc. File system metadata describing server directory information
US6889232B2 (en) * 2001-02-15 2005-05-03 Microsoft Corporation System and method for data migration
US6920447B2 (en) * 2001-02-15 2005-07-19 Microsoft Corporation Concurrent data recall in a hierarchical storage environment using plural queues
US6606690B2 (en) * 2001-02-20 2003-08-12 Hewlett-Packard Development Company, L.P. System and method for accessing a storage area network as network attached storage
US20030037061A1 (en) * 2001-05-08 2003-02-20 Gautham Sastri Data storage system for a multi-client network and method of managing such system
US6772177B2 (en) 2001-06-01 2004-08-03 International Business Machines Corporation System and method for parallelizing file archival and retrieval
US20030046335A1 (en) * 2001-08-30 2003-03-06 International Business Machines Corporation Efficiently serving large objects in a distributed computing network
US7092977B2 (en) * 2001-08-31 2006-08-15 Arkivio, Inc. Techniques for storing data based upon storage policies
US20030079016A1 (en) 2001-10-23 2003-04-24 Sheng (Ted) Tai Tsao Using NAS appliance to build a non-conventional distributed video server
US7127477B2 (en) 2001-11-06 2006-10-24 Everyware Solutions Inc. Method and system for access to automatically synchronized remote files
IL147073A0 (en) * 2001-12-10 2002-08-14 Monosphere Ltd Method for managing the storage resources attached to a data network
US7373406B2 (en) * 2001-12-12 2008-05-13 Valve Corporation Method and system for effectively communicating file properties and directory structures in a distributed file system
US6996714B1 (en) * 2001-12-14 2006-02-07 Cisco Technology, Inc. Wireless authentication protocol
US7185359B2 (en) * 2001-12-21 2007-02-27 Microsoft Corporation Authentication and authorization across autonomous network systems
US20030126247A1 (en) * 2002-01-02 2003-07-03 Exanet Ltd. Apparatus and method for file backup using multiple backup devices
US6931410B2 (en) 2002-01-11 2005-08-16 International Business Machines Corporation Method, apparatus, and program for separate representations of file system locations from referring file systems
US20030154236A1 (en) * 2002-01-22 2003-08-14 Shaul Dar Database Switch enabling a database area network
JP4154893B2 (en) * 2002-01-23 2008-09-24 株式会社日立製作所 Network storage virtualization method
US7103628B2 (en) * 2002-06-20 2006-09-05 Jp Morgan Chase & Co. System and method for dividing computations
US6993539B2 (en) * 2002-03-19 2006-01-31 Network Appliance, Inc. System and method for determining changes in two snapshots and for transmitting changes to destination snapshot
US7225204B2 (en) * 2002-03-19 2007-05-29 Network Appliance, Inc. System and method for asynchronous mirroring of snapshots at a destination using a purgatory directory and inode mapping
US7032125B2 (en) * 2002-04-25 2006-04-18 Lsi Logic Corporation Method for loosely coupling metadata and data in a storage array
US20030204602A1 (en) * 2002-04-26 2003-10-30 Hudson Michael D. Mediated multi-source peer content delivery network architecture
US7546364B2 (en) * 2002-05-16 2009-06-09 Emc Corporation Replication of remote copy data for internet protocol (IP) transmission
JP3966459B2 (en) 2002-05-23 2007-08-29 株式会社日立製作所 Storage device management method, system, and program
JP4211285B2 (en) 2002-05-24 2009-01-21 株式会社日立製作所 Method and apparatus for virtual unification of network storage system
US7281139B2 (en) * 2002-07-11 2007-10-09 Sun Microsystems, Inc. Authenticating legacy service via web technology
JP4240930B2 (en) * 2002-07-15 2009-03-18 株式会社日立製作所 Method and apparatus for unifying temporary transmission of multiple network storages
JP2004054607A (en) 2002-07-19 2004-02-19 Nec Corp Switch device, method of distributed object management, and program
US7308473B1 (en) 2002-07-29 2007-12-11 Rockwell Automation Technologies, Inc. System and methodology that facilitates client and server interaction in a distributed industrial automation environment
US7051155B2 (en) * 2002-08-05 2006-05-23 Sun Microsystems, Inc. Method and system for striping data to accommodate integrity metadata
JP2004102374A (en) 2002-09-05 2004-04-02 Hitachi Ltd Information processing system having data transfer device
US7284030B2 (en) * 2002-09-16 2007-10-16 Network Appliance, Inc. Apparatus and method for processing data in a network
JP2004110290A (en) 2002-09-17 2004-04-08 Sony Corp Data storage system
US20040068575A1 (en) * 2002-10-02 2004-04-08 David Cruise Method and apparatus for achieving a high transfer rate with TCP protocols by using parallel transfers
US7509645B2 (en) * 2002-10-17 2009-03-24 Intel Corporation Methods and apparatus for load balancing storage nodes in a distributed network attached storage system
US7120666B2 (en) * 2002-10-30 2006-10-10 Riverbed Technology, Inc. Transaction accelerator for client-server communication systems
JP4199993B2 (en) * 2002-11-27 2008-12-24 株式会社日立製作所 How to get a snapshot
US20040139167A1 (en) * 2002-12-06 2004-07-15 Andiamo Systems Inc., A Delaware Corporation Apparatus and method for a scalable network attach storage system
US7475142B2 (en) * 2002-12-06 2009-01-06 Cisco Technology, Inc. CIFS for scalable NAS architecture
US20040153481A1 (en) * 2003-01-21 2004-08-05 Srikrishna Talluri Method and system for effective utilization of data storage capacity
US7254636B1 (en) * 2003-03-14 2007-08-07 Cisco Technology, Inc. Method and apparatus for transparent distributed network-attached storage with web cache communication protocol/anycast and file handle redundancy
JP4320195B2 (en) * 2003-03-19 2009-08-26 株式会社日立製作所 File storage service system, file management apparatus, file management method, ID designation type NAS server, and file reading method
EP1618500A4 (en) 2003-04-24 2009-01-07 Neopath Networks Inc Transparent file migration using namespace replication
WO2004097624A1 (en) 2003-04-24 2004-11-11 Neopath Networks, Inc. Large file support for a network file server
US7346664B2 (en) 2003-04-24 2008-03-18 Neopath Networks, Inc. Transparent file migration using namespace replication
WO2004097571A2 (en) 2003-04-24 2004-11-11 Neopath Networks, Inc. Extended storage capacity for a network file server
US7072917B2 (en) * 2003-04-24 2006-07-04 Neopath Networks, Inc. Extended storage capacity for a network file server
US7587422B2 (en) 2003-04-24 2009-09-08 Neopath Networks, Inc. Transparent file replication using namespace replication
US7092976B2 (en) * 2003-06-24 2006-08-15 International Business Machines Corporation Parallel high speed backup for a storage area network (SAN) file system
US7567991B2 (en) * 2003-06-25 2009-07-28 Emc Corporation Replication of snapshot using a file system copy differential
JP4349871B2 (en) * 2003-09-09 2009-10-21 株式会社日立製作所 File sharing apparatus and data migration method between file sharing apparatuses
US8539081B2 (en) * 2003-09-15 2013-09-17 Neopath Networks, Inc. Enabling proxy services using referral mechanisms
CA2442803A1 (en) * 2003-09-26 2005-03-26 Ibm Canada Limited - Ibm Canada Limitee Structure and method for managing workshares in a parallel region
US7441011B2 (en) 2003-10-23 2008-10-21 Microsoft Corporation Truth on client persistent caching
US7324995B2 (en) * 2003-11-17 2008-01-29 Rackable Systems Inc. Method for retrieving and modifying data elements on a shared medium
US7225210B2 (en) * 2003-11-20 2007-05-29 Overland Storage, Inc. Block level data snapshot system and method
JP4408692B2 (en) * 2003-12-19 2010-02-03 富士通株式会社 Communication device management program
US20050188211A1 (en) * 2004-02-19 2005-08-25 Scott Steven J. IP for switch based ACL's
US7272654B1 (en) * 2004-03-04 2007-09-18 Sandbox Networks, Inc. Virtualizing network-attached-storage (NAS) with a compact table that stores lossy hashes of file names and parent handles rather than full names
US20050198062A1 (en) * 2004-03-05 2005-09-08 Shapiro Richard B. Method and apparatus for accelerating data access operations in a database system
US7844646B1 (en) * 2004-03-12 2010-11-30 Netapp, Inc. Method and apparatus for representing file system metadata within a database for efficient queries
US8190741B2 (en) * 2004-04-23 2012-05-29 Neopath Networks, Inc. Customizing a namespace in a decentralized storage environment
US8195627B2 (en) * 2004-04-23 2012-06-05 Neopath Networks, Inc. Storage policy monitoring for a storage network
US7720796B2 (en) * 2004-04-23 2010-05-18 Neopath Networks, Inc. Directory and file mirroring for migration, snapshot, and replication
JP2006039814A (en) 2004-07-26 2006-02-09 Hitachi Ltd Network storage system and handover method between multiple network storages
EP1805665B1 (en) 2004-09-30 2018-03-28 Cisco Technology, Inc. Storage policy monitoring for a storage network
US7634514B2 (en) * 2005-05-09 2009-12-15 Microsoft Corporation Synchronizing file system directories
JP2006344017A (en) * 2005-06-09 2006-12-21 Hitachi Ltd Sensor network system and sensor network data processing method
US8832697B2 (en) 2005-06-29 2014-09-09 Cisco Technology, Inc. Parallel filesystem traversal for transparent mirroring of directories and files
EP1934838A4 (en) 2005-09-30 2010-07-07 Neopath Networks Inc Accumulating access frequency and file attributes for supporting policy based storage management
US8131689B2 (en) * 2005-09-30 2012-03-06 Panagiotis Tsirigotis Accumulating access frequency and file attributes for supporting policy based storage management

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832261A (en) * 1991-11-28 1998-11-03 Fujitsu Limited Barrier synchronizing mechanism for a parallel data processing control system
US20020032719A1 (en) * 1998-11-16 2002-03-14 Insignia Solutions, Plc Method and system of dynamic memory management
US6671707B1 (en) * 1999-10-19 2003-12-30 Intel Corporation Method for practical concurrent copying garbage collection offering minimal thread block times
US20020087849A1 (en) * 2000-12-28 2002-07-04 International Business Machines Corporation Full multiprocessor speculation mechanism in a symmetric multiprocessor (smp) System
US7009976B1 (en) * 2000-12-31 2006-03-07 Cisco Technology, Inc. Method and apparatus for using barrier phases to synchronize processes and components in a packet switching system
US20040093477A1 (en) * 2002-11-12 2004-05-13 Matthias Oberdorfer Scalable parallel processing on shared memory computers
US20070074207A1 (en) * 2005-09-27 2007-03-29 Sony Computer Entertainment Inc. SPU task manager for cell processor
US8607247B2 (en) * 2011-11-03 2013-12-10 Advanced Micro Devices, Inc. Method and system for workitem synchronization

Also Published As

Publication number Publication date
US20070024919A1 (en) 2007-02-01
US8832697B2 (en) 2014-09-09
WO2007002855A3 (en) 2007-06-28
EP1900189A2 (en) 2008-03-19
EP1900189A4 (en) 2011-03-30
WO2007002855A2 (en) 2007-01-04
EP1900189B1 (en) 2018-04-18

Similar Documents

Publication Publication Date Title
US8832697B2 (en) Parallel filesystem traversal for transparent mirroring of directories and files
US11119678B2 (en) Transactional operations in multi-master distributed data management systems
Sánchez et al. de la (2016)
US10089183B2 (en) Method and apparatus for reconstructing and checking the consistency of deduplication metadata of a deduplication file system
KR20080006558A (en) Fast and reliable synchronization of file system directories
US8751469B2 (en) System and method for scaling for a large number of concurrent users
CN101755262A (en) namespace merger
JP7228321B2 (en) System for chronological out-of-place updating, method for chronological out-of-place updating, and computer program for chronological out-of-place updating
US11487727B2 (en) Resolving versions in an append-only large-scale data store in distributed data management systems
US9535854B2 (en) Building an undo log for in-memory blocks of data
JP7212440B2 (en) Method, computer program, and apparatus for post-failure recovery using checkpoints in a time-sequenced log-structured key-value store in a system
US20120310982A1 (en) Scalable, distributed containerization across homogenous and heterogeneous data stores
US12001460B2 (en) Performing a write-prioritized tree copy
JP2024505161A (en) Writing database logs based on log pipeline contention
US11163636B2 (en) Chronologically ordered log-structured key-value store from failures during garbage collection
US11327793B2 (en) Garbage collection work stealing mechanism
US12093217B2 (en) File transfer prioritization during replication
US20200110819A1 (en) Low cost fast recovery index in storage class memory
JP2023522861A (en) Transactional memory-based memory page deduplication method, system
CN114138451A (en) Cluster deployment method and device, disk allocation method, electronic device and medium
Donnelly Data locality techniques in an active cluster file system designed for scientific workflows

Legal Events

Date Code Title Description
AS Assignment

Owner name: CISCO TECHNOLOGY, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CISCO SYSTEMS, INC.;REEL/FRAME:036120/0214

Effective date: 20150716

Owner name: CISCO SYSTEMS, INC., CALIFORNIA

Free format text: MERGER;ASSIGNOR:NEOPATH NETWORKS, INC.;REEL/FRAME:036120/0201

Effective date: 20100203

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION