1
mirror of https://github.com/rclone/rclone synced 2024-11-05 01:42:31 +01:00
rclone/vfs/vfscache
Nick Craig-Wood 2a40f00077 vfs: fix a code path which allows dirty data to be removed causing data loss
Before this change the VFS layer could remove a locally cached file
even if it had data which needed to be written back, thus causing data loss.

See: https://forum.rclone.org/t/rclone-1-55-doesnt-save-file-changes-if-the-file-has-been-reopened-during-upload-google-drive-mount/23646
2021-04-20 16:36:38 +01:00
..
downloaders vfs: fix file leaks with --vfs-cache-mode full and --buffer-size 0 2021-01-21 18:35:04 +00:00
writeback fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
cache_test.go vfs: rename files in cache and cancel uploads on directory rename 2021-03-22 09:07:01 +00:00
cache.go vfs: rename files in cache and cancel uploads on directory rename 2021-03-22 09:07:01 +00:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go vfs: fix a code path which allows dirty data to be removed causing data loss 2021-04-20 16:36:38 +01:00