RLINKS: A MECHANISM FOR NAVIGATING TO RELATED FILES

This thesis introduces Relative links or rlinks, which are directed labeled links from one file to another in a file system. Rlinks provide a clean way to build and share related-file information without creating additional files and directories. Rlinks form overlay graphs between files of a file sy...

Full description

Bibliographic Details
Main Author: Akarapu, Naveen
Format: Others
Published: UKnowledge 2007
Subjects:
Online Access:http://uknowledge.uky.edu/gradschool_theses/467
http://uknowledge.uky.edu/cgi/viewcontent.cgi?article=1470&context=gradschool_theses
Description
Summary:This thesis introduces Relative links or rlinks, which are directed labeled links from one file to another in a file system. Rlinks provide a clean way to build and share related-file information without creating additional files and directories. Rlinks form overlay graphs between files of a file system, thus providing useful alternate views of the file system. This thesis implements rlinks for the Linux kernel and modifies the storage structure of the Ext2 file system to store the rlinks.