Skip to content
Snippets Groups Projects
  • Yorhel's avatar
    88cd199d
    Link hard linked files together with a circular linked list · 88cd199d
    Yorhel authored
    The directory sizes are now incorrect as hard links will be counted
    twice again (as if there wasn't any detection in the first place), but
    this will get fixed by adding a shared size field.
    
    This method of keeping track of hard links is a lot faster and allows
    adding an interface which lists the found links.
    88cd199d
    History
    Link hard linked files together with a circular linked list
    Yorhel authored
    The directory sizes are now incorrect as hard links will be counted
    twice again (as if there wasn't any detection in the first place), but
    this will get fixed by adding a shared size field.
    
    This method of keeping track of hard links is a lot faster and allows
    adding an interface which lists the found links.