Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Graph
58c4a4126f7705d2a53d8bb1d23599053b5c6fad
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
May
20
19
18
16
15
14
11
10
2
1
25
Apr
24
2
1
29
Mar
26
19
17
29
Feb
23
22
17
8
30
Jan
28
Dec
22
15
14
13
8
7
6
5
30
Nov
29
26
24
21
19
18
17
10
9
4
3
1
27
Oct
26
24
19
18
13
10
7
6
3
2
30
Sep
28
27
26
25
24
23
22
21
20
19
17
16
15
14
13
12
9
8
9
8
7
6
5
4
3
2
1
31
Aug
30
29
26
25
24
23
22
19
18
17
16
15
12
11
9
5
3
30
Jul
29
28
27
26
13
11
6
4
3
30
Jun
28
27
24
23
22
21
20
19
26
May
25
23
18
17
16
15
14
13
11
10
9
8
7
6
4
3
1
30
Apr
29
28
27
26
25
24
22
Fix possible nil pointer dereference in PathNodeFs.GetAttr().
Add timing for Dell T3500.
Use waitgroup to shutdown connection cleanly.
Update README with T400 results.
Drop bulkstat binary.
Use multiple loops rather than goroutine spawning. This allows
Drop extra cache heating run in benchmark; use b.N as stat count instead.
Don't create garbage in zipfs Stat().
Simplify dirent serialization.
Avoid byte/string conversion in direntry.go.
Add support for artificial delays in benchmark.
Update timings.
Run GC before starting one benchmark run, to decrease variability.
Switch off kernel side caching for entries, to get more stable benchmark timings.
Fix fsetattr_test.go.
Pass destination attribute to File.GetAttr.
Pass destination to FsNode.GetAttr() as argument.
Pass Stdout to zipfs subcommand.
Use preallocated buffer for ReadDir.
Add code to profile zipfs.
Have RawFileSystem fill in passed destination structured data.
Use fixed buffer for response header data.
Use same TTL settings for benchmarking CFuse.
Don't try to drop inodes on ReleaseDir().
Preallocate properly sized map for inode.Children().
Avoid defer if possible in core code. This saves a malloc/free per
Use slice for portableHandleMap, which is slighty more efficient.
More verbosity in illegal name message.
Add portable-inodes option to autounionfs.
Support rewinddir. Untested.
Simplify open directory seeking.
Return slice rather than channel for OpenDir.
Go style receivers for unionfs/ and zipfs/
Move Attr.Print to raw/
Use go style receiver names.
Fix comment.
After copying the input buffer, reuse it.
Release input buffers early.
Panic if adding a nil child to an inode.
Cleanup some log/panic messages.