- 23 Jul, 2015 19 commits
-
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
This gave UID and GID information that wasn't obviously useful to the file system, given that (by default at least) the file system can only be used by the mounting user.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
It allocates for each call, which is a drag.
-
- 22 Jul, 2015 7 commits
-
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
The call to commonOp.Logf in sendBazilfuseResponse is extremely hot for allocations, presumably because it needs to allocate an argument slice. It is normally not needed at all, so why pay for it?
-
Aaron Jacobs authored
This saves an allocation that is very much on the hot path in a read-heavy load.
-
- 21 Jul, 2015 1 commit
-
-
Aaron Jacobs authored
-
- 16 Jul, 2015 10 commits
-
-
Aaron Jacobs authored
For GoogleCloudPlatform/gcsfuse#89.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
This was a cute hack, but I haven't used it in awhile, and it won't work (for gcsfuse at least) as of the changes for GoogleCloudPlatform/gcsfuse#89.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
- 25 Jun, 2015 3 commits
-
-
Aaron Jacobs authored
For GoogleCloudPlatform/gcsfuse#81.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-