Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / asjoyner/fuse_gdrive issues and pull requests
#16 - add file shadowing
Pull Request -
State: open - Opened by devilmonastery about 6 years ago
#15 - Param Port conflict
Issue -
State: closed - Opened by Yifei0727 over 6 years ago
#14 - Add basic prometheus metrics.
Pull Request -
State: closed - Opened by devilmonastery almost 7 years ago
#13 - Remove the old "cache" module, and make the infinite-prefetch optional.
Pull Request -
State: closed - Opened by devilmonastery almost 9 years ago
#12 - Change prefetching to continuously fetch the next chunk for open files,
Pull Request -
State: closed - Opened by devilmonastery about 9 years ago
- 1 comment
#11 - This contains some updates for oauth, caching, and other stuff.
Pull Request -
State: closed - Opened by devilmonastery about 9 years ago
#10 - Calculate link counts for all directories and files.
Pull Request -
State: closed - Opened by hatchling over 9 years ago
#9 - Enable the readonly FUSE mount option since that feature is now avail…
Pull Request -
State: closed - Opened by hatchling over 9 years ago
#8 - Updating code after bazil/fuse API change
Pull Request -
State: closed - Opened by hatchling over 9 years ago
- 2 comments
#7 - Fix a double-fetch-from-drive bug and make the prefetch workers tunable.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
#6 - fix up inode cache invalidation a bit; I was seeing errors after deleting files. For now also add a log line for each file change, so I can observe the upload behavior.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
#5 - Handle an out of bounds read, and remove some debug logging.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
#4 - Retry the downloadURL.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
#3 - Add on-disk caching with readahead. The cache will grow to a maximum size and then start recycling blocks. Block allocations are tracked in the leveldb, and cached data is stored in files on disk. Use separate "data" and "cache" dirs, and store the oauth token in the "data" dir. Use appropriate paths on OSX. Adds locking to lru/lru.go to make goroutine safe.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
- 1 comment
#2 - Use a worker pool of goroutines rather than create a new goroutine for every request.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
- 3 comments
#1 - fix use of 'b' vs 'batch', thus fixing the mkdir bug.
Pull Request -
State: closed - Opened by devilmonastery about 10 years ago
- 1 comment