这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: mwbyeon/gcsfuse

Tags

v0.29.0

Toggle v0.29.0's commit message
Merge various contributions:

- Updates readme with billing_project mount option.
- Adds billing_project to supported fstab options.
- Allow passing of more debugging options.
- Make stat cache capacity configurable
- Preserve http_proxy environment variable when daemonizing.

v0.28.1

Toggle v0.28.1's commit message
Second release built with Golang 1.9.7.

There appears to be a regression betweem Golang 1.9.7 and 1.10.

v0.28.0

Toggle v0.28.0's commit message
Add a check to make sure random reads don't read past the end of an o…

…bject.

v0.27.0

Toggle v0.27.0's commit message
gcsfuse 0.27.0

* Fix build process.

v0.26.0

Toggle v0.26.0's commit message
gcsfuse 0.26.0

* Fixed lint errors.
* Update package build scripts.

v0.25.0

Toggle v0.25.0's commit message
Add logic to detect and optimise random reads.

Signed-off-by: Bjorn Leffler <leffler@google.com>

v0.24.0

Toggle v0.24.0's commit message
* Optimisations for streaming reads and parallel read access.

Various bug fixes:
* Add support for requester pays.
* Fixes to documentation.
* Fix and clarify certain error messages.

v0.23.0

Toggle v0.23.0's commit message
gcsfuse 0.23.0

 *  Move informational logging to stdout. Now stderr contains only actual errors
    encountered when processing fuse requests. See issue GoogleCloudPlatform#242.

 *  Don't fail to mount when the bucket doesn't work. Instead print only an
    error. See issue GoogleCloudPlatform#244.

v0.22.0

Toggle v0.22.0's commit message
gcsfuse 0.22.0

 *  Add an `only_dir` fstab option.
 *  Add fstab options for throttling.
 *  Check at program startup that the bucket works properly.
 *  Add cache TTL fstab options.
 *  Update vendored dependencies.
 *  Build with a new version of Go.
     *  This works around a memory usage problem: http://golang.org/issues/20448

v0.21.0

Toggle v0.21.0's commit message
gcsfuse 0.21.0

 *  Support `temp_dir`, `uid`, and `gid` in `/etc/fstab`.