rclone/vfs/vfscache
Nick Craig-Wood fa472a340e vfs: fix writeback deadlocks and other bugs
- fix deadlock when cancelling upload
- fix double upload and panic after cancelled upload
- fix cancelation strategy of uploading files
    - don't cancel uploads if we don't modify the file
    - cancel uploads if we do modify the file
- fix deadlock between Item and writeback
- fix confusion about whether writeback item was being uploaded
- fix cornercases in cancelling uploads and removing files
2020-06-30 12:01:36 +01:00
..
cache_test.go vfs: Make tests run reliably 2020-06-30 12:01:36 +01:00
cache.go vfs: fix writeback deadlocks and other bugs 2020-06-30 12:01:36 +01:00
downloader.go vfs: add tests and fix bugs for vfscache.Item 2020-06-30 12:01:36 +01:00
item_test.go vfs: add tests and fix bugs for vfscache.Item 2020-06-30 12:01:36 +01:00
item.go vfs: fix writeback deadlocks and other bugs 2020-06-30 12:01:36 +01:00
writeback.go vfs: fix writeback deadlocks and other bugs 2020-06-30 12:01:36 +01:00