Closed
Description
OSv does not support hard links that are needed by Apache Cassandra for snapshotting, for example.
Christoph Hellwig already did vnode and dentry separation that's in master and the remaining TODO is:
- wire up the vnode hash again, this time with a uin64_t as index
- use the znode id as index for zfs, a counter for ramfs/devfs
- write the actual link syscall and vnop (should be trivial)
- lots of testing