File system for a computer and method of synchronizing sets...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C707S793000

Reexamination Certificate

active

06473767

ABSTRACT:

TECHNICAL FIELD OF THE INVENTION
The present invention relates to file systems for computers and to a method of synchronising a set of named target files with a set of named source files.
BACKGROUND OF THE INVENTION
All modern computers employ a file system as a part of their operating system. A principal task of the file system is to enable a user to create a logical structure of files of data and to manage the secondary storage of. this data onto disk or tape, controlling its retrieval and security. To do this, it is usual for the system to create a structured directory, also on secondary storage, in which entries identify the file by name and some of its properties and also include a logical pointer to data storage areas in which, for example, fixed size blocks may be chained together by pointers.
Every user of a personal computer is familiar with the hierarchical appearance of his or her own file structure in which large numbers of subdirectories may be created, each containing a potentially quite large number of files. At times it is desirable to add modify or delete information and to move the changed information to different subdirectories (sometimes called folders) or even to other file systems (such as between a hard disk and a network server). Typical operations allowed by the operating system include:
Create—which creates an entry for a provided file name in the directory;
Delete—which deletes an existing directory entry and releases the corresponding secondary storage;
Rename—which renames an existing file in the directory;
Copy—which copies a file to another subdirectory or file system, leaving the original;
Move—which moves the file without leaving the original and
List—which lists files with specified properties or attributes in response to a query command
Other common operations such as Open, Close, Read and Write are not relevant to the present invention.
At a somewhat broader level than the personal computer file system, library systems also exist with similar logical structures and operations. One application of a library system is to hold the source code modules created and modified during the development of a computer program in a structured library and to provide current sets of these modules to a build process so that an executable version of the current level of program can be compiled, link edited and tested. Another similar arrangement is an install suite of executable and associated files of a software package which provides the complete set of files necessary to run and administer that package. When components are replaced or updated, a new install suite must be created on the user's system to replace the original. All these systems are intended to be included within the scope of the broad term “file system” as used herein.
In general, in all these cases, there is a problem of maintaining synchronisation between two sets of files: a set of source files and a set of target files. The trivial solution is to delete all the files from the target and copy all the files from the source set. This is reliable but can take a great deal of time if the source set is very large.
An alternative is to try to identify only the changes that have taken place on the source set and to make the same changes to the target set. It is a relatively simple matter to identify the new files and files whose contents have been changed by examining a modification date (or timestamp) associated with the file and to copy these new or changed files to the target file set.
Various comparison methods for determining which of a set of source files has changed and must be copied to a target set are shown in published patent applications EP 0230616 A2 and EP 0841615 A2 and in U.S. Pat. No. 4,912,637, 5,278,979 and 5,771,381. The applications described in these patents are to version control of source code, software package updating and computer system configuration control.
However, the latter method will not work for files which have been deleted from the source file set which will remain on the target copy. Only by replacing all files or at least listing them all so as to determine which have been deleted, can deleted files at source be removed from the target set.
The continued presence of files which should have been deleted can cause problems. For example in the source code version control case, when the executable code is compiled, it is important that source parts which reference a deleted file should fail to compile so that these references can be detected and deleted by the code developers. If the item is left in the build target file set (or “shadow”), then the executable code might build without errors but would not accurately reflect the status of the source library file set. Detection of parts which are no longer present is not easy. It relies on the deletion being recorded and the record of it being accessible to the process that maintains the shadowing. In view of the “undo” capability for a library system command, an accurate determination of the status of such records is invariably complex.
Presently available file and library'systems do not have the ability to easily handle deleted files so that copies are automatically deleted.
SUMMARY OF THE INVENTION
Accordingly, the present invention provides a file system for a computer comprising non-volatile storage for storing a plurality of directories, each for maintaining at least one list of data files as a plurality of directory entries; first means for creating data file directory entries, each of which includes a file name, file attributes and a pointer to the location of said file data in storage; second means for creating anti-file directory entries, each of which includes a file name and also a file attribute indicating there is no real data file corresponding to the directory entry; means for moving entries between directories; means for comparing data file and anti-file names in said directory entries within a directory; and means responsive to an equal compare by said comparing means to delete the directory entry for the respective real data file, thereby releasing the corresponding location in storage.
According to another aspect, the invention also provides a file handling computer program capable of supporting a plurality of directories, each for maintaining at least one list of data files in non-volatile storage as a plurality of directory entries; said computer program comprising: first means for creating data file directory entries, each of which includes a file name, file attributes and a pointer to the location of said file data in storage; second means for creating anti-file directory entries, each of which includes a file name and also a file attribute indicating there is no real data file corresponding to the directory entry; means for moving entries between directories; means for comparing data file and anti-file names in said directory entries within a directory; and means responsive to an equal compare by said comparing means to delete the directory entry for the respective real data file, thereby releasing the corresponding location in storage.
In such a system, anti-files can either be created directly in the system as the result of a create anti-file command or they can be created as a result of a command to delete an existing real data file. In the latter case, the invention also provides a method of synchronising in a computer system a set of named target files, listed as entries in a target directory, with a set of named source files containing data, listed as entries in a source directory, the source files being subject to change in response to respective external commands to create new source data files and to delete and to modify existing source data files, the method comprising the steps of: in response to an external command to delete-a source data file, deleting the corresponding source directory entry and creating an anti-file directory entry, being an entry with the same name but having an additional attribute indicating there is no real data file corresponding to the anti-fil

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

File system for a computer and method of synchronizing sets... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with File system for a computer and method of synchronizing sets..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and File system for a computer and method of synchronizing sets... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2991006

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.