github.com/cs3org/reva/v2@v2.27.7/changelog/2.14.0_2023-06-05/clean-decomposedfs-idcache.md (about)

     1  Bugfix: Clean IDCache properly
     2  
     3  decomposedfs' subpackage `tree` uses an idCache to avoid reading too often from disc. In case of a `move` or `delete` this cache was
     4  properly cleaned, but when renaming a file (= move with same parent) the cache wasn't cleaned. This lead to strange behaviour when
     5  uploading files with the same name and renaming them
     6  
     7  https://github.com/cs3org/reva/pull/3911
     8  https://github.com/cs3org/reva/pull/3903