cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
94 stars 35 forks source link

Write lng files only once #31

Closed overheadhunter closed 6 years ago

overheadhunter commented 6 years ago

Currently cryptofs re-writes .lng file during every single access to a corresponding file with a long name.

If a .lng file already exists, it should not get overwritten to prevent unnecessary I/O.

Side effects include triggering synchronization of unchanged files (due to the new modification date) as reported in this forum thread.