Actions
Bug #3833
closed[Keep] Improve file and directory invalidation in fuse driver
Status:
Resolved
Priority:
Low
Assigned To:
-
Category:
Keep
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Updated by Peter Amstutz over 10 years ago
- Subject changed from Improve change detection in fuse driver to Improve file and directory invalidation in fuse driver
- Category set to Keep
- Priority changed from Normal to Low
The FUSE driver uses a timestamp and expiration time to determine whether to refresh directory contents from the server. This is not ideal, because it may refresh when it doesn't have to, and takes up to the expiration time to detect changes. It should use websockets when available to selectively invalidate directory and file contents based on when they actually changed.
Updated by Brett Smith about 10 years ago
- Subject changed from Improve file and directory invalidation in fuse driver to [Keep] Improve file and directory invalidation in fuse driver
Updated by Brett Smith about 9 years ago
- Status changed from New to Resolved
This got done as part of writable FUSE, #3198.
Actions