EP0733238B1 - Extended attributes file system - Google Patents
Extended attributes file system Download PDFInfo
- Publication number
- EP0733238B1 EP0733238B1 EP95905869A EP95905869A EP0733238B1 EP 0733238 B1 EP0733238 B1 EP 0733238B1 EP 95905869 A EP95905869 A EP 95905869A EP 95905869 A EP95905869 A EP 95905869A EP 0733238 B1 EP0733238 B1 EP 0733238B1
- Authority
- EP
- European Patent Office
- Prior art keywords
- extended
- database
- record
- extended attributes
- records
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99942—Manipulating data structure, e.g. compression, compaction, compilation
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99943—Generating database or data structure, e.g. via user interface
Definitions
- the present invention is related to the field of file systems using extended attributes.
- EA extended attributes
- a prior art method disclosed in U.S.-A-5,218,696 issued to Baird, et al. on June 8, 1993, implements a method for dynamically expanding and rapidly accessing file directories in a UNIX tree-based file directory system.
- the technique provides name-oriented accessing of files having at least zero records, any access path to files and records through an external store coupling the computer being defined by a pair of related directories.
- An attribute directory of record entries is sorted on a two-part token.
- the token consists of a unique serial number assigned to the record and the unique serial number of any parent record entry. Each record entry includes the token, file or record name, and external store address or pointer.
- the name directory is a subset of the attribute directory.
- a traverse through the tokens constitutes a leaf-searchable B-tree.
- the names directory provides fast access into the attribute directory.
- U.S.-A-5,113,519 issued to Johnson, et al. on May 12, 1992 implements a system and method for maintaining file attributes at a server data processing system in a distributed data processing system.
- the file attributes include file size, modify time, and access time.
- the system and method provides a protocol that allows processes in the distributed environment to access a file.
- a file is accessed either through system calls or through a mechanism mapping the file to the address space of each process.
- the attributes of the files are distributed to all of the interested processes.
- the attributes are maintained separately and independently from each of the other attributes in the distributed environment.
- Johnson, et al. is directed to a system and method for maintaining file sizes, modify times, and access times at a server data processing system in a distributed data processing system.
- JP-A-4297934 and US-A-5367671 relates to a system for accessing extended attribute (EA) data through file name or EA handle linkages in path tables, and to permit an operating system to conjointly manage storage of EA data sets and associated base file data structures as if these were in a single file.
- Function calls specifying a file name allow EA information to be stored, modified or read either separately from or jointly with associated file data, e.g. a call to copy or delete a named file could be used to effect copying or deletion of both file data and associated EA data.
- a disk storage and chained cluster architecture is described which effectively allows extended attribute data to be of unlimited form and length relative to an associated file name, but there is no disclosure of a database structure within the extended attributes.
- IBM DISCLOSURE BULLETIN Vol. 33, No. 9, February 1991 proposes the use of an extended attributes "subfile", which, along with other subfiles including a data subfile which may include original user data, may all be viewed conceptually by the user as a single object.
- subfile an extended attributes
- the prior art allows an extended attribute to be named and can store information, it fails to define an architecture for storing information in the extended attributes.
- the prior art does not provide high performance file management using extended attributes, and lacks an architecture of extended attributes for providing improved file system management, maintenance, and control by creating and storing a database inside the extended attributes.
- the present invention provides a definition, format, and structure of extended attributes, a method in accordance with claim 1, and a computer system in accordance with claim 12, for managing, maintaining, and controlling file systems supporting extended attributes. This is accomplished by creating a database containing management, maintenance, control, and other user-defined data that are associated with a directorv entry of the file system.
- the database is stored inside the extended attribute or sets of extended attributes.
- each extended attribute includes a header for defining the extended attribute that comprises a first plurality of fields. It also includes a plurality of records for storing data. In turn, each record of the plurality of records comprises a second plurality of fields.
- the extended attribute is identified by a string stored in a directory entry of a directory entry table for the file system. The string comprises a predetermined substring denoting the extended attribute having the database architecture of the present invention.
- the first plurality of fields of the extended attribute includes fields for storing a length of the header, a version number of the header, a revision number of the header, the number of extended attributes in the database, and the number of records in the plurality of records in the database.
- the second plurality of fields includes fields for storing a name of a record, data, a record length, a length of the record name, and a length of the data. Both the name and data are stored as strings.
- the present invention is an architecture for managing file systems (e.g., Netware File Systems Version 3.X and greater) with support for extended attributes.
- Figure 1 is a diagram illustrating a representation of a file system, i.e., Netware File System Version 3.X.
- the file system 104 comprises a directory entry table 110 and extended attributes 120, 130, and 140.
- the directory entry table 110 comprises directory entries 110A-110D.
- Figure 1 illustrates that a single extended attribute 120 or lists of extended attributes 120 and 130 may be associated with each directory entry 110A-110D.
- a directory entry 110A-110D is defined to be a file or directory in the file system 110.
- each directory entry 110A-110D are "hidden” from users of the file system 104 and are not normally “visible” from any clients of the files system 104.
- Application software and operating systems e.g., OS/2
- extended attributes e.g., extended attributes 120 and 130
- This information includes proprietary and application dependent information.
- the present invention more clearly specifies the definition, format, and structure of extended attributes 120 and 130 for the purposes of managing, maintaining, and controlling file systems 104. This is accomplished by creating a database containing management, maintenance, control, and other user-defined data that are associated with a directory entry 110A-110D. The database is stored inside the extended attributes 120 or sets of extended attributes 120 and 130.
- an extended attribute 120 and 130 that supports this architecture is referred to as a file management extended attribute (FMEA).
- the file system 104 of the present invention allows extended attributes 120, 130, and 140 with text strings of known length.
- the text strings may comprise up to 255 characters in length.
- Extended attributes 120 and 130 supporting the FMEA architecture are required to include the substring "FMEA" at the start of their name.
- the present invention is not limited to the substring "FMEA", and other character combinations may be utilized without departing from the scope of the present invention.
- the substring may be followed with any combination of characters allowed by the extended attribute naming conventions of the file system 104.
- extended attribute having the string "FMEA" beginning its name is considered to be part of the FMEA database for the particular directory entry.
- Other extended attributes may be associated with a directory entry 110A-110D, but are not supported by either tools or methods adhering to the FMEA architecture.
- extended attribute 140 of directory entry 110A has a name beginning with the substring "XYZ123" and is not part of the FMEA database; however, extended attribute 120 of directory entry 110C is part of the FMEA database.
- An FMEA database is structured as one or more FMEA's that is formatted as shown in Figure 2.
- Figure 2 is a diagram illustrating that an FMEA 210 includes a header 210A and a set 210B of N records (i.e., record 1 to record N).
- the FMEA 210 of directory entry 110D is referenced by a name "FMEA_TWO".
- Header 210A is followed by a set 210B of one or more records.
- an FMEA without records is deleted from the database, i.e., if FMEA 210 has no records, FMEA 210 is deleted from the database.
- Figure 2 demonstrates the internal structure of the database.
- FIG 3 is a diagram illustrating the internal format of an FMEA.
- Extended attribute 210 is an FMEA as indicated by its name starting with substring "FMEA”.
- the extended attribute 210 comprises header 210A and a set 210B of N records.
- the set 210B of N records includes record 2. Header 210A and record 2 are shown in detail (indicated by dashed lines).
- the header 210A is a variable length structure that can be extended by adjusting the length field and attaching additional information at the end of the header structure.
- the header 210A comprises fields 310, 312, 314, 316, and 318.
- the length of the header 310 specifies the length of the header structure (i.e., in bytes) and is also used to determine the offset of a first record (i.e., record 1) in extended attribute 210.
- Fields 312 and 314 store the FMEA version and revision, respectively.
- Field 316 contains the number of FMEA's in the database. Each FMEA in the database stores this number in field 316 of its header.
- Field 318 of the FMEA 210 is used to determine the presence of all necessary FMEA's in the database.
- the number of records field 318 refers to the records within the specific FMEA 210, rather than to the total number of records in the FMEA database given by field 316.
- the extended attribute 210 of Figure 3 includes a set 210B of N records including record 2.
- Record 2 of FMEA 210 is shown in detail in Figure 3 comprising fields 340, 342, 344, 346, and 348.
- the length of the record field 340 specifies the length of the record structure (i.e., in bytes).
- Field 342 contains the length of name specifying the number of characters, up to a predetermined number (e.g., 255 characters), in the name.
- Field 344 stores the length of data contained in the record (i.e., record 2).
- Field 346 contains the name of the particular record (i.e., record 2 in this instance).
- Field 348 of the FMEA 210 contains the data stored in record 2.
- Figure 4 is a detailed diagram illustrating specific data types used in the preferred embodiment of the present invention for fields 310-318 of a header 210A and fields 340-348 of a record for FMEA 210 of Figure 3.
- a byte is defined as an unsigned 8-bit integer
- a word is an unsigned 16-bit integer
- a dword is an unsigned 32-bit integer
- a string is a sequence of bytes.
- the length of a header field 310 of header 210A is a word data type allowing the header 210A to be up to 65,535 bytes long.
- the FMEA version and revision fields 312 and 314 are each double words (i.e., 32-bit integers).
- the number of FMEA's in the database field 316 is a double word allowing the database to contain up to four gigabytes (4 GB) of extended attributes.
- the number of records field 318 is a word allowing the extended attribute (i.e., the specific FMEA 210) to contain up to 65,535 records.
- the length of record field 340 of record 2 is a word data type allowing the record to be up to 65,535 bytes long.
- the length of name field 342 is a byte allowing a record name 346 (string) to contain up to 255 characters.
- the length of data field 344 is a word permitting the data 348 (string) to contain up to 65,535 characters.
- the name field 346 and data field 348 are sequences of bytes (up to 255 and 65,535 bytes, respectively).
- the architecture of extended attributes may be used by tools and methods for providing access to directory entries (i.e., directory entries 110A-110D of directory entry table 110 of Figure 1) using the record names 346 as search keys.
- directory entries i.e., directory entries 110A-110D of directory entry table 110 of Figure 1
- an application program may allow the file system to "tag" a directory entry 110A-110D of Figure 1 with application types: "word processing", "spreadsheet", etc.
- an entire file system 104 may be searched for all files and directories (i.e., directory entries 110A-110D of a directory entry table 110) having the type "word processing".
- the string "word processing” is stored in the name field 346 of a record (e.g., record 2 of set 210B shown in Figures 2-4) in the FMEA database for the files and directories of the file system 104.
- This facility would allow an administrator of the file system 104 to determine storage space used by textual files in contrast to executable files, for instance. While a specific example is illustrated for finding files and directories having the type "word processing", it should be apparent to a person skilled in the art that the present invention may be used by tools and methods to accomplish the management, maintenance, and control of files and directories in a file system (e.g., the Novell Netware environment).
- the present invention for providing an extended attributes architecture may be used to allow file system administrators to easily manage files and directories in a computer networking environment (e.g., the Novell Netware environment).
- Table 1 contains several applications of the present invention that may use Novell Netware utilities.
- SMS Backup a directory entry (entries) matching the FMEA record name.
- FILER Allow the creation and administration of FMEA databases and their contents.
- FLAG Add record names to an FMEA database (i.e., "tag" files and/or directories with a string).
- the NCOPY utility allows all files matching an FMEA name 346 to be copied.
- the NDIR utility displays directory information of a file in the file system 104 that matches the FMEA record name (e.g., "word processing").
- the SMS utility makes backup copies of directory entries 110A-110D that match an FMEA record name 346.
- the FILER utility allows the creation and administration of FMEA databases and their contents.
- the FLAG utility adds record names to an FMEA database. This is done by "tagging" files or directories (directory entries 110A-110D) with a string.
- the present invention may be used to implement a version control system for files.
- the version control system is able to keep track of file information: version number of the file, the date that the file was built, the owner (or person responsible for) of the file, and an electronic footprint of the file for detecting when non-FMEA applications modify the file.
- Prior art version control systems are inefficient, particularly regarding the release of software files.
- a source code librarian may "tag" files as release files using the string "release” in the record names 346.
- the utility NCOPY may be used to copy all "release” files to a compact disc (CD) for storage, for example. In the prior art, this operation is done manually by copying the "release” files manually, which is slow and inefficient.
- the present invention provides an efficient method for copying "release” files.
- the extended attribute (FMEA) architecture of the present invention allows multiple FMEA databases to be associated with a file(s).
- Application programs may create sets of FMEA's for use by the application programs as long as the application programs adhere to the architecture of the present invention so that file system utilities and other FMEA applications (and methods) may support them.
- Figure 5 is a flow diagram illustrating a method of searching for a directory entry (entries) that may contain an FMEA database associated with it. It further illustrates a method of reading each record in the FMEA database and outputting the names and data of the records to the user.
- Figure 5 is provided by way of example to illustrate data flow using the definition, format, and structure of extended attributes for managing, maintaining, and controlling file systems according to the present invention.
- Execution begins at step 500.
- a directory entry (DE) is found (e.g., DE 110A-110D).
- decision block 504 a check is made to determine if the directory entry has an FMEA database associated with it.
- this check is accomplished by looking at the starting substring of the name of the extended attribute to determine if it contains "FMEA". If the name of the extended attribute begins with "FMEA”, the extended attribute is assumed to contain an FMEA database. Thus, when decision block 504 returns false (no), execution continues at decision block 512. In decision block 512, a check is made to determine if there are more directory entries in the file system (e.g., file system 104). When decision block 512 returns false (no), execution continues at step 514. In step 514, execution terminates. When decision block 512 returns true (yes), execution continues at step 502. When decision block 504 returns true (yes), execution continues at step 506.
- step 506 a count of extended attributes is set to zero.
- step 508 an FMEA of the directory entry is opened (e.g., extended attribute 120 of DE 110C in Figure 1).
- step 510 the FMEA database header is read to obtain the number of extended attributes in the database (e.g., field 316 of header 210A shown in Figure 4).
- step 516 a check is made to determine if the count of extended attributes is less than the number of extended attributes in the FMEA database. When decision block 516 returns false (no), execution continues at decision block 512 (described above). When decision block 516 returns true (yes), execution continues at step 518.
- step 518 the FMEA header is read to obtain the number of records in the particular extended attribute (i.e., field 318 of header 210A shown in Figures 3 and 4).
- step 520 the name of the extended attribute is output to the user.
- step 522 a count of records is set to zero.
- decision block 524 a check is made to determine if the count of records is less than the number of records in the extended attribute. When decision block 524 returns false (no), execution continues at step 534.
- step 534 another extended attribute (FMEA) containing the FMEA database is obtained.
- step 536 the count of extended attributes is incremented. Execution continues at decision block 516. When decision block 524 returns true (yes), execution continues at step 526.
- a record of the extended attribute (e.g., record 2 of extended attribute 210 shown in Figure 3) is read.
- the name of the record i.e., field 346 shown in Figures 3 and 4 are output.
- the data of the record i.e., field 348 shown in Figures 3 and 4) is output to the user. It should be apparent to a person skilled in the art that the name 346 and/or data 348 of the record may require interpretation or other processing.
- the count of records is incremented. Execution continues at decision block 524.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Management Or Editing Of Information On Record Carriers (AREA)
Abstract
Description
NCOPY | Copy all files matching an FMEA record name. |
NDIR | Display directory information of a file matching the FMEA record name. |
SMS | Backup a directory entry (entries) matching the FMEA record name. |
FILER | Allow the creation and administration of FMEA databases and their contents. |
FLAG | Add record names to an FMEA database (i.e., "tag" files and/or directories with a string). |
Claims (15)
- A method for managing, maintaining and controlling a file system (104) supporting extended attributes (120,130,140) in a computer system, that allows an extended attribute to be named and can store and access information in extended attributes associated with a file or directory, or "directory entry" (110A-110D), in the file system, characterized by the steps ofstoring a database inside extended attributes (120) or sets of extended attributes (120,130) of a directory entry within the file system,providing for navigating a said database within said extended attributes,where in a said database, a plurality of extended attributes (210) is associated with a directory entry (110D) of the file system, and each of said plurality of extended attributes includes:at least a first field (316) indicating a number of said plurality of extended attributes associated with said database;a second field (318) indicating a number of records (210B) stored in each of said plurality of extended attributes; andan arbitrary number of records (210B) of arbitrary content.
- The method of claim 1, wherein said plurality of extended attributes (210) have a name (346) and said step of associating a plurality of extended attributes with a directory entry (110D) includes using a predefined text string ("FMEA") in said name of said plurality of extended attributes, said text string for identifying said plurality of extended attributes as having an architecture compliant with said database.
- The method of claim 1 or claim 2, wherein said providing for navigating said database comprises the steps of:(a) finding (502) and reading one of said plurality of directory entries within a file system;(b) determining (504) whether a database is associated with said extended attributes of said directory entry, and if so, continuing to step (c);(c) reading (510) and examining a first field (316) of said database, said first field indicating a number of extended attributes associated with said database;(d) comparing (516) the value of a first counter of examined records to said number of records stored in said extended attribute;(e) reading (518) from a second field (318) of said database a number of records stored in said extended attribute;(f) reading (526) and examining a record (210B) of said extended attribute;(g) incrementing (532) a first counter of examined records of said extended attribute;(h) repeating steps (f) through (g) if the value of said counter of examined records is less than the number of records stored in said extended attribute; and(i) repeating steps (a) through (h) for the remaining ones of said plurality of directory entries.
- The method of any of claims 1 to 3, wherein said plurality of directory entries comprise entries for files and entries for subdirectories.
- The method of claim 3, wherein said step of reading (526) and examining a record of said extended attribute comprises:examining a data (348) of said record;comparing said data of said record to a record selection criteria specified by a user; andsupplying said data of said record to said user if said data meets said criteria.
- The method of claim 3, wherein said step of reading (510) and examining a first field (316) of said extended attribute comprises:incrementing (536) a second counter of extended attributes examined for said first directory entry;comparing (516) a value of said second counter of extended attributes examined to said number of extended attributes associated with said directory entry; andrefraining from reading any additional extended attributes associated with said directory entry if said value of said second counter of extended attributes examined equals said number of extended attributes.
- The method of claim 3, wherein said step of reading (510) and examining a first field (316) of said extended attribute includes the step of examining a header (210A) of said extended attribute, said header comprising a data (310) specifying a length of said header.
- The method of claim 7, wherein said header (210A) comprises said first field (316) and said second field (318).
- The method of claim 8, wherein each of said records (210B) in said extended attribute comprises a data (340) specifying a length of said record.
- The method of claim 9, wherein said header (210A) includes a field (312) for storing a version number of said header, and/or a field (314) for storing a revision number of said header.
- The method of claim 10, wherein a beginning of a first record of said extended attribute is determined from said data (310) specifying said length of said header and wherein a beginning of any subsequent record (210B) of said extended attribute is determined from said data (340) specifying said length of said first record.
- A computer system for managing, maintaining and controlling a file system (104) supporting extended attributes (120,130,140), that allows an extended attribute to be named and can store and access information in extended attributes associated with a file or directory, or "directory entry" (110A-110D), in the file system, characterized bymeans for storing a database inside extended attributes (120) or sets of extended attributes (120,130) of a directory entry within the file system,means providing for navigating a said database within said extended attributes,where in a said database, a plurality of extended attributes (210) is associated with a directory entry (110D) of the file system, and each of said plurality of extended attributes includes:at least a first field (316) indicating a number of said plurality of extended attributes associated with said database;a second field (318) indicating a number of records (210B) stored in each of said plurality of extended attributes; andan arbitrary number of records (210B) of arbitrary content.
- The system of claim 12, in which said means providing for navigating said database comprises:(a) means for finding (502) and reading one of said plurality of directory entries within a file system;(b) means for determining (504) whether a database is associated with said extended attributes of said directory entry, and if so, continuing to step (c);(c) means for reading (510) and examining a first field (316) of said database, said first field indicating a number of extended attributes associated with said database;(d) a comparator for comparing (516) the value of a first counter of examined records to said number of records stored in said extended attribute.(e) means for reading (518) from a second field (318) of said database a number of records stored in said extended attribute;(f) means for reading (526) and examining a record (210B) of said extended attribute;(g) a first counter for incrementing (532) the number of examined records of said extended attribute; and
- The system of claim 13, wherein said step of reading (526) and examining a record of said extended attribute comprises:means for examining a data (348) of said record;a comparator for comparing said data of said record to a record selection criteria specified by a user; andmeans for supplying said data of said record to a user if said data meets said criteria.
- The system of claim 14, wherein said means for reading (510) and examining a first field (316) of said extended attribute comprises:a second counter for incrementing (536) the number of extended attributes examined for said first directory entry;a comparator for comparing (516) a value of said second counter of extended attributes examined to said number of extended attributes associated with said directory entry.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/165,971 US5499358A (en) | 1993-12-10 | 1993-12-10 | Method for storing a database in extended attributes of a file system |
US165971 | 1993-12-10 | ||
PCT/US1994/014097 WO1995016241A1 (en) | 1993-12-10 | 1994-12-07 | Extended attributes file system |
Publications (3)
Publication Number | Publication Date |
---|---|
EP0733238A1 EP0733238A1 (en) | 1996-09-25 |
EP0733238A4 EP0733238A4 (en) | 1997-01-08 |
EP0733238B1 true EP0733238B1 (en) | 1998-04-01 |
Family
ID=22601259
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP95905869A Expired - Lifetime EP0733238B1 (en) | 1993-12-10 | 1994-12-07 | Extended attributes file system |
Country Status (8)
Country | Link |
---|---|
US (2) | US5499358A (en) |
EP (1) | EP0733238B1 (en) |
JP (1) | JPH09506195A (en) |
AT (1) | ATE164696T1 (en) |
AU (1) | AU1432095A (en) |
CA (1) | CA2178753C (en) |
DE (1) | DE69409404T2 (en) |
WO (1) | WO1995016241A1 (en) |
Families Citing this family (79)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5499358A (en) * | 1993-12-10 | 1996-03-12 | Novell, Inc. | Method for storing a database in extended attributes of a file system |
US5794251A (en) * | 1994-06-06 | 1998-08-11 | Canon Kabushiki Kaisha | Information file processing apparatus and method |
US5617568A (en) * | 1994-12-14 | 1997-04-01 | International Business Machines Corporation | System and method for supporting file attributes on a distributed file system without native support therefor |
US5677851A (en) * | 1994-12-15 | 1997-10-14 | Novell, Inc. | Method and apparatus to secure digital directory object changes |
US5701452A (en) * | 1995-04-20 | 1997-12-23 | Ncr Corporation | Computer generated structure |
US5819275A (en) * | 1995-06-07 | 1998-10-06 | Trusted Information Systems, Inc. | System and method for superimposing attributes on hierarchically organized file systems |
US5761499A (en) * | 1995-12-21 | 1998-06-02 | Novell, Inc. | Method for managing globally distributed software components |
US5829023A (en) * | 1995-07-17 | 1998-10-27 | Cirrus Logic, Inc. | Method and apparatus for encoding history of file access to support automatic file caching on portable and desktop computers |
US5878419A (en) * | 1996-01-19 | 1999-03-02 | Novell, Inc. | Method for creating a relational description of a formatted transaction |
US6119118A (en) * | 1996-05-10 | 2000-09-12 | Apple Computer, Inc. | Method and system for extending file system metadata |
US5907845A (en) * | 1996-07-26 | 1999-05-25 | International Business Machines Corporation | Method and system for organizing on-line books using bookcases |
FI104595B (en) * | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Storing events in a service database system |
FI104596B (en) * | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Storage of transactions in a service database system |
FI104597B (en) * | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Storing events in a service database system |
FI104594B (en) | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Storing events in a service database system |
FI104598B (en) * | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Storing events in a service database system |
FI104599B (en) * | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Storage of transactions in a service database system |
FI104600B (en) * | 1996-08-29 | 2000-02-29 | Nokia Networks Oy | Load monitoring in a service database system |
US5870739A (en) * | 1996-09-20 | 1999-02-09 | Novell, Inc. | Hybrid query apparatus and method |
US5873079A (en) * | 1996-09-20 | 1999-02-16 | Novell, Inc. | Filtered index apparatus and method |
US5884304A (en) * | 1996-09-20 | 1999-03-16 | Novell, Inc. | Alternate key index query apparatus and method |
US5943675A (en) * | 1996-09-25 | 1999-08-24 | Allen-Bradley Company, Llc | Change log historian system for memory shared by multiple workstations |
DE19645128C2 (en) * | 1996-11-04 | 1999-02-11 | Anja David | Procedure for managing documents and device drivers for performing the procedure |
US6029229A (en) * | 1997-01-29 | 2000-02-22 | Emc Corporation | Digital data storage subsystem including directory for efficiently providing formatting information for stored records |
JP4832619B2 (en) * | 1997-04-07 | 2011-12-07 | エイ・ティ・アンド・ティ・コーポレーション | System and method for processing audio-visual information based on an object |
US5978815A (en) * | 1997-06-13 | 1999-11-02 | Microsoft Corporation | File system primitive providing native file system support for remote storage |
US5940841A (en) * | 1997-07-11 | 1999-08-17 | International Business Machines Corporation | Parallel file system with extended file attributes |
US6016499A (en) * | 1997-07-21 | 2000-01-18 | Novell, Inc. | System and method for accessing a directory services respository |
JP3024619B2 (en) * | 1997-11-20 | 2000-03-21 | 三菱電機株式会社 | File management method |
US6654931B1 (en) | 1998-01-27 | 2003-11-25 | At&T Corp. | Systems and methods for playing, browsing and interacting with MPEG-4 coded audio-visual objects |
US6925477B1 (en) * | 1998-03-31 | 2005-08-02 | Intellisync Corporation | Transferring records between two databases |
US6189103B1 (en) | 1998-07-21 | 2001-02-13 | Novell, Inc. | Authority delegation with secure operating system queues |
US6510450B1 (en) * | 1999-02-04 | 2003-01-21 | Novell, Inc. | Multiple storage class distributed nametags for locating items in a distributed computing system |
US6922708B1 (en) * | 1999-02-18 | 2005-07-26 | Oracle International Corporation | File system that supports transactions |
JP4251726B2 (en) * | 1999-07-08 | 2009-04-08 | 三菱電機株式会社 | File management method |
US7418435B1 (en) * | 1999-08-05 | 2008-08-26 | Oracle International Corporation | Multi-model access to data |
US6381600B1 (en) * | 1999-09-22 | 2002-04-30 | International Business Machines Corporation | Exporting and importing of data in object-relational databases |
JP3573012B2 (en) * | 1999-09-29 | 2004-10-06 | 三菱電機株式会社 | Data management device and data management method |
US7302399B1 (en) * | 1999-11-10 | 2007-11-27 | Electronic Data Systems Corporation | Method and system for processing travel reservation data |
US6424976B1 (en) | 2000-03-23 | 2002-07-23 | Novell, Inc. | Method of implementing a forward compatibility network directory syntax |
US6625597B1 (en) | 2000-07-25 | 2003-09-23 | Mobashar Yazdani | Information exchange system |
US6625614B1 (en) * | 2000-09-07 | 2003-09-23 | International Business Machines Corporation | Implementation for efficient access of extended attribute data |
US6970892B2 (en) * | 2001-02-16 | 2005-11-29 | Stratus Technologies Bermuda Ltd | Implementing standards-based file operations in proprietary operating systems |
US6721758B1 (en) | 2001-03-30 | 2004-04-13 | Novell, Inc. | System and method for using schema attributes as meta-data in a directory service |
US7139763B1 (en) * | 2001-09-28 | 2006-11-21 | Sonic Solutions | Method and system for processing data selected for recording to optical media |
WO2004002044A2 (en) * | 2002-02-01 | 2003-12-31 | John Fairweather | A system for exchanging binary data |
US7562089B2 (en) * | 2002-06-26 | 2009-07-14 | Seagate Technology Llc | Systems and methods for storing information to allow users to manage files |
US8051172B2 (en) * | 2002-09-30 | 2011-11-01 | Sampson Scott E | Methods for managing the exchange of communication tokens |
US6804687B2 (en) * | 2002-09-30 | 2004-10-12 | Scott E. Sampson | File system management with user-definable functional attributes stored in a token action log |
US20040073688A1 (en) * | 2002-09-30 | 2004-04-15 | Sampson Scott E. | Electronic payment validation using Transaction Authorization Tokens |
US20060168089A1 (en) * | 2002-09-30 | 2006-07-27 | Sampson Scott E | Controlling incoming communication by issuing tokens |
US6909994B2 (en) * | 2002-11-25 | 2005-06-21 | General Electric Company | Method, system and computer product for performing failure mode and effects analysis throughout the product life cycle |
US7512790B2 (en) * | 2003-04-17 | 2009-03-31 | International Business Machines Corporation | Method, system and article of manufacture for management of co-requisite files in a data processing system using extended file attributes |
US20040220941A1 (en) * | 2003-04-30 | 2004-11-04 | Nielson Mark R. | Sorting variable length keys in a database |
US7877426B2 (en) * | 2003-07-17 | 2011-01-25 | International Business Machines Corporation | Performance-enhancing system and method of accessing file system objects |
US7412632B2 (en) * | 2003-11-25 | 2008-08-12 | Ford Motor Company | Method to facilitate failure modes and effects analysis |
WO2005086003A1 (en) * | 2004-03-08 | 2005-09-15 | Annex Systems Incorporated | Database system |
JP4491273B2 (en) * | 2004-05-10 | 2010-06-30 | 株式会社日立製作所 | Storage system, file access control program, and file access control method |
US7904906B2 (en) * | 2004-11-23 | 2011-03-08 | Stratus Technologies Bermuda Ltd. | Tracking modified pages on a computer system |
US7921076B2 (en) * | 2004-12-15 | 2011-04-05 | Oracle International Corporation | Performing an action in response to a file system event |
US9639554B2 (en) | 2004-12-17 | 2017-05-02 | Microsoft Technology Licensing, Llc | Extensible file system |
WO2007016360A2 (en) * | 2005-07-28 | 2007-02-08 | Metaldyne Company, Llc | Look-across system |
US8949455B2 (en) | 2005-11-21 | 2015-02-03 | Oracle International Corporation | Path-caching mechanism to improve performance of path-related operations in a repository |
US20070136517A1 (en) * | 2005-11-29 | 2007-06-14 | Quantum Corporation | Use of directory revision number to validate directory |
US7865464B2 (en) | 2006-09-29 | 2011-01-04 | Presenceid, Inc. | Systems and methods for notifying multiple systems and applications of changes to data attributes |
US7865518B2 (en) * | 2006-10-02 | 2011-01-04 | Presenceid, Inc. | Systems and methods for managing identities in a database system |
US8103673B2 (en) * | 2006-10-02 | 2012-01-24 | Presenceid, Inc. | Systems and methods for provisioning content from multiple sources to a computing device |
WO2008042913A2 (en) | 2006-10-02 | 2008-04-10 | Presenceid, Inc. | Systems and methods for delegating information technology authorization to at least one other person |
US7840590B2 (en) * | 2006-12-18 | 2010-11-23 | Oracle International Corporation | Querying and fragment extraction within resources in a hierarchical repository |
US20090049047A1 (en) * | 2007-08-15 | 2009-02-19 | Microsoft Corporation | Storing custom metadata using custom access control entries |
US8214641B2 (en) * | 2007-08-23 | 2012-07-03 | Microsoft Corporation | File access in multi-protocol environment |
US8037113B2 (en) * | 2009-01-20 | 2011-10-11 | Novell, Inc. | Techniques for file system searching |
US8656454B2 (en) * | 2010-12-01 | 2014-02-18 | Microsoft Corporation | Data store including a file location attribute |
US9996549B2 (en) * | 2014-03-21 | 2018-06-12 | Entangled Media Corp. | Method to construct a file system based on aggregated metadata from disparate sources |
US10642789B2 (en) | 2014-11-01 | 2020-05-05 | Hewlett Packard Enterprise Development Lp | Extended attribute storage |
CN107239712A (en) * | 2016-03-29 | 2017-10-10 | 阿里巴巴集团控股有限公司 | The hidden method and device of user profile based on application program |
US10528556B1 (en) | 2017-12-31 | 2020-01-07 | Allscripts Software, Llc | Database methodology for searching encrypted data records |
US10528557B1 (en) * | 2017-12-31 | 2020-01-07 | Allscripts Software, Llc | Database methodology for searching encrypted data records |
CN113377721B (en) * | 2021-07-02 | 2023-03-24 | 电信科学技术第五研究所有限公司 | File table design method for storing files in database |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5047918A (en) * | 1985-12-31 | 1991-09-10 | Tektronix, Inc. | File management system |
US5113519A (en) * | 1989-05-15 | 1992-05-12 | International Business Machines Corporation | Maintenance of file attributes in a distributed data processing system |
US5218696A (en) * | 1989-07-24 | 1993-06-08 | International Business Machines Corporation | Method for dynamically expanding and rapidly accessing file directories |
US5371885A (en) * | 1989-08-29 | 1994-12-06 | Microsoft Corporation | High performance file system |
US5367671A (en) * | 1990-09-25 | 1994-11-22 | International Business Machines Corp. | System for accessing extended object attribute (EA) data through file name or EA handle linkages in path tables |
CA2067650C (en) * | 1991-07-24 | 1996-10-22 | Eric Jonathan Bauer | Method and apparatus for operating a computer-based file system |
DE4212796A1 (en) * | 1992-04-16 | 1993-10-21 | Bayer Ag | Propenoyl-imidazole derivatives |
US5499358A (en) * | 1993-12-10 | 1996-03-12 | Novell, Inc. | Method for storing a database in extended attributes of a file system |
-
1993
- 1993-12-10 US US08/165,971 patent/US5499358A/en not_active Expired - Lifetime
-
1994
- 1994-12-07 WO PCT/US1994/014097 patent/WO1995016241A1/en active IP Right Grant
- 1994-12-07 AU AU14320/95A patent/AU1432095A/en not_active Abandoned
- 1994-12-07 DE DE69409404T patent/DE69409404T2/en not_active Expired - Lifetime
- 1994-12-07 EP EP95905869A patent/EP0733238B1/en not_active Expired - Lifetime
- 1994-12-07 CA CA002178753A patent/CA2178753C/en not_active Expired - Lifetime
- 1994-12-07 JP JP7516332A patent/JPH09506195A/en active Pending
- 1994-12-07 AT AT95905869T patent/ATE164696T1/en not_active IP Right Cessation
-
1995
- 1995-06-09 US US08/489,128 patent/US5628007A/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH09506195A (en) | 1997-06-17 |
DE69409404T2 (en) | 1998-09-03 |
EP0733238A1 (en) | 1996-09-25 |
WO1995016241A1 (en) | 1995-06-15 |
DE69409404D1 (en) | 1998-05-07 |
AU1432095A (en) | 1995-06-27 |
US5499358A (en) | 1996-03-12 |
CA2178753A1 (en) | 1995-06-15 |
CA2178753C (en) | 2000-06-13 |
EP0733238A4 (en) | 1997-01-08 |
ATE164696T1 (en) | 1998-04-15 |
US5628007A (en) | 1997-05-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0733238B1 (en) | Extended attributes file system | |
US6427123B1 (en) | Hierarchical indexing for accessing hierarchically organized information in a relational system | |
US6209000B1 (en) | Tracking storage for data items | |
US5991776A (en) | Database system with improved methods for storing free-form data objects of data records | |
US6738790B1 (en) | Approach for accessing large objects | |
US6029170A (en) | Hybrid tree array data structure and method | |
US6035303A (en) | Object management system for digital libraries | |
US9898545B2 (en) | Path-caching mechanism to improve performance of path-related operations in a repository | |
US5999943A (en) | Lob locators | |
US5347653A (en) | System for reconstructing prior versions of indexes using records indicating changes between successive versions of the indexes | |
US6243705B1 (en) | Method and apparatus for synchronizing information on two different computer systems | |
JP2708331B2 (en) | File device and data file access method | |
US7860907B2 (en) | Data processing | |
US7158981B2 (en) | Providing a consistent hierarchical abstraction of relational data | |
US6606618B2 (en) | Method for optimizing the performance of a database | |
US7047253B1 (en) | Mechanisms for storing content and properties of hierarchically organized resources | |
EP0632364B1 (en) | Efficient storage of object in a file system | |
JP2000003321A (en) | Message storage structure of high performance | |
JPH09212528A (en) | Method for storing data base, method for retrieving record from data base, and data base storage and retrieval system | |
JPH06505816A (en) | Information retrieval system and method | |
JP2014222538A (en) | System and method for scoping searches using index keys | |
GB2439576A (en) | Storing related small data fragments in the same block | |
GB2439577A (en) | Storing data in streams of varying size | |
US6360218B1 (en) | Compact record format for low-overhead databases | |
US20050102276A1 (en) | Method and apparatus for case insensitive searching of ralational databases |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 19960704 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LI LU MC NL PT SE |
|
AX | Request for extension of the european patent |
Free format text: LT PAYMENT 960704;SI PAYMENT 960704 |
|
RAX | Requested extension states of the european patent have changed |
Free format text: LT PAYMENT 960704;SI PAYMENT 960704 |
|
A4 | Supplementary search report drawn up and despatched |
Effective date: 19961122 |
|
AK | Designated contracting states |
Kind code of ref document: A4 Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LI LU MC NL PT SE |
|
17Q | First examination report despatched |
Effective date: 19970121 |
|
GRAG | Despatch of communication of intention to grant |
Free format text: ORIGINAL CODE: EPIDOS AGRA |
|
GRAG | Despatch of communication of intention to grant |
Free format text: ORIGINAL CODE: EPIDOS AGRA |
|
GRAH | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOS IGRA |
|
GRAH | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOS IGRA |
|
GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LI LU MC NL PT SE |
|
AX | Request for extension of the european patent |
Free format text: LT PAYMENT 960704;SI PAYMENT 960704 |
|
LTIE | Lt: invalidation of european patent or patent extension | ||
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: NL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980401 Ref country code: LI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980401 Ref country code: IT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRE;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.SCRIBED TIME-LIMIT Effective date: 19980401 Ref country code: GR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 19980401 Ref country code: ES Free format text: THE PATENT HAS BEEN ANNULLED BY A DECISION OF A NATIONAL AUTHORITY Effective date: 19980401 Ref country code: CH Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980401 Ref country code: BE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980401 Ref country code: AT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980401 |
|
REF | Corresponds to: |
Ref document number: 164696 Country of ref document: AT Date of ref document: 19980415 Kind code of ref document: T |
|
REG | Reference to a national code |
Ref country code: CH Ref legal event code: EP |
|
REF | Corresponds to: |
Ref document number: 69409404 Country of ref document: DE Date of ref document: 19980507 |
|
ET | Fr: translation filed | ||
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980701 Ref country code: PT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980701 Ref country code: DK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 19980701 |
|
REG | Reference to a national code |
Ref country code: IE Ref legal event code: FG4D Free format text: 79644 |
|
NLV1 | Nl: lapsed or annulled due to failure to fulfill the requirements of art. 29p and 29m of the patents act | ||
REG | Reference to a national code |
Ref country code: CH Ref legal event code: PL |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 19981207 |
|
PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
26N | No opposition filed | ||
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: MC Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 19990630 |
|
REG | Reference to a national code |
Ref country code: GB Ref legal event code: IF02 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20131204 Year of fee payment: 20 Ref country code: IE Payment date: 20131210 Year of fee payment: 20 Ref country code: DE Payment date: 20131204 Year of fee payment: 20 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20131209 Year of fee payment: 20 |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R071 Ref document number: 69409404 Country of ref document: DE |
|
REG | Reference to a national code |
Ref country code: GB Ref legal event code: PE20 Expiry date: 20141206 |
|
REG | Reference to a national code |
Ref country code: IE Ref legal event code: MK9A |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GB Free format text: LAPSE BECAUSE OF EXPIRATION OF PROTECTION Effective date: 20141206 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IE Free format text: LAPSE BECAUSE OF EXPIRATION OF PROTECTION Effective date: 20141207 |