scality / elmerfs

MIT License
96 stars 2 forks source link

Improvements/links tracking #10

Closed liaud closed 3 years ago

liaud commented 3 years ago

This adds the notion of link set in inodes. This means that divergent renames are now fully supported.

For files, it means that two link of the original file will be made. For directories, as in the previous PR, last writer win semantic is applied.

Closes #3 #2