github.com/cs3org/reva/v2@v2.27.7/changelog/1.3.0_2020-10-08/eos-version-invariant.md (about)

     1  Enhancement: Add logic in EOS FS for maintaining same inode across file versions
     2  
     3  This PR adds the functionality to maintain the same inode across various
     4  versions of a file by returning the inode of the version folder which remains
     5  constant. It requires extra metadata operations so a flag is provided to disable
     6  it.
     7  
     8  https://github.com/cs3org/reva/pull/1174