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
Commits
83bca046
Commit
83bca046
authored
Aug 04, 2016
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change license headers to refer to "Go-FUSE authors"
Add AUTHORS file.
parent
d5da28da
Changes
128
Show whitespace changes
Inline
Side-by-side
Showing
128 changed files
with
142 additions
and
127 deletions
+142
-127
AUTHORS
AUTHORS
+15
-0
LICENSE
LICENSE
+1
-1
benchmark/benchmark.go
benchmark/benchmark.go
+1
-1
benchmark/bulkstat/main.go
benchmark/bulkstat/main.go
+1
-1
benchmark/latencymap.go
benchmark/latencymap.go
+1
-1
benchmark/latencymap_test.go
benchmark/latencymap_test.go
+1
-1
benchmark/stat_test.go
benchmark/stat_test.go
+1
-1
benchmark/statfs.go
benchmark/statfs.go
+1
-1
example/autounionfs/main.go
example/autounionfs/main.go
+1
-1
example/hello/main.go
example/hello/main.go
+1
-1
example/loopback/main.go
example/loopback/main.go
+1
-1
example/memfs/main.go
example/memfs/main.go
+1
-1
example/multizip/main.go
example/multizip/main.go
+1
-1
example/statfs/main.go
example/statfs/main.go
+1
-1
example/unionfs/main.go
example/unionfs/main.go
+1
-1
example/zipfs/main.go
example/zipfs/main.go
+1
-1
fuse/api.go
fuse/api.go
+1
-1
fuse/attr.go
fuse/attr.go
+1
-1
fuse/attr_darwin.go
fuse/attr_darwin.go
+1
-1
fuse/attr_linux.go
fuse/attr_linux.go
+1
-1
fuse/bufferpool.go
fuse/bufferpool.go
+1
-1
fuse/bufferpool_test.go
fuse/bufferpool_test.go
+1
-1
fuse/constants.go
fuse/constants.go
+1
-1
fuse/constants_freebsd.go
fuse/constants_freebsd.go
+1
-1
fuse/constants_linux.go
fuse/constants_linux.go
+1
-1
fuse/defaultraw.go
fuse/defaultraw.go
+1
-1
fuse/direntry.go
fuse/direntry.go
+1
-1
fuse/lockingfs.go
fuse/lockingfs.go
+1
-1
fuse/misc.go
fuse/misc.go
+1
-1
fuse/misc_test.go
fuse/misc_test.go
+1
-1
fuse/mount_darwin.go
fuse/mount_darwin.go
+1
-1
fuse/mount_linux.go
fuse/mount_linux.go
+1
-1
fuse/nodefs/api.go
fuse/nodefs/api.go
+1
-1
fuse/nodefs/defaultfile.go
fuse/nodefs/defaultfile.go
+1
-1
fuse/nodefs/defaultnode.go
fuse/nodefs/defaultnode.go
+1
-1
fuse/nodefs/dir.go
fuse/nodefs/dir.go
+1
-1
fuse/nodefs/fileless_test.go
fuse/nodefs/fileless_test.go
+1
-1
fuse/nodefs/files.go
fuse/nodefs/files.go
+1
-1
fuse/nodefs/files_darwin.go
fuse/nodefs/files_darwin.go
+1
-1
fuse/nodefs/files_linux.go
fuse/nodefs/files_linux.go
+1
-1
fuse/nodefs/fsconnector.go
fuse/nodefs/fsconnector.go
+1
-1
fuse/nodefs/fsmount.go
fuse/nodefs/fsmount.go
+1
-1
fuse/nodefs/fsops.go
fuse/nodefs/fsops.go
+1
-1
fuse/nodefs/fuse.go
fuse/nodefs/fuse.go
+1
-1
fuse/nodefs/handle.go
fuse/nodefs/handle.go
+1
-1
fuse/nodefs/handle_test.go
fuse/nodefs/handle_test.go
+1
-1
fuse/nodefs/inode.go
fuse/nodefs/inode.go
+1
-1
fuse/nodefs/lockingfile.go
fuse/nodefs/lockingfile.go
+1
-1
fuse/nodefs/memnode.go
fuse/nodefs/memnode.go
+1
-1
fuse/nodefs/memnode_test.go
fuse/nodefs/memnode_test.go
+1
-1
fuse/nodefs/nodefs.go
fuse/nodefs/nodefs.go
+1
-1
fuse/nodefs/print.go
fuse/nodefs/print.go
+1
-1
fuse/nodefs/syscall_linux.go
fuse/nodefs/syscall_linux.go
+1
-1
fuse/nodefs/verbose_test.go
fuse/nodefs/verbose_test.go
+1
-1
fuse/opcode.go
fuse/opcode.go
+1
-1
fuse/pathfs/api.go
fuse/pathfs/api.go
+1
-1
fuse/pathfs/copy.go
fuse/pathfs/copy.go
+1
-1
fuse/pathfs/copy_test.go
fuse/pathfs/copy_test.go
+1
-1
fuse/pathfs/default.go
fuse/pathfs/default.go
+1
-1
fuse/pathfs/locking.go
fuse/pathfs/locking.go
+1
-1
fuse/pathfs/loopback.go
fuse/pathfs/loopback.go
+1
-1
fuse/pathfs/loopback_darwin.go
fuse/pathfs/loopback_darwin.go
+1
-1
fuse/pathfs/loopback_linux.go
fuse/pathfs/loopback_linux.go
+1
-1
fuse/pathfs/owner_test.go
fuse/pathfs/owner_test.go
+1
-1
fuse/pathfs/pathfs.go
fuse/pathfs/pathfs.go
+1
-1
fuse/pathfs/prefixfs.go
fuse/pathfs/prefixfs.go
+1
-1
fuse/pathfs/readonlyfs.go
fuse/pathfs/readonlyfs.go
+1
-1
fuse/pathfs/syscall_linux.go
fuse/pathfs/syscall_linux.go
+1
-1
fuse/pathfs/syscall_test.go
fuse/pathfs/syscall_test.go
+1
-1
fuse/pathfs/verbose_test.go
fuse/pathfs/verbose_test.go
+1
-1
fuse/pathfs/xattr_test.go
fuse/pathfs/xattr_test.go
+1
-1
fuse/print.go
fuse/print.go
+1
-1
fuse/print_darwin.go
fuse/print_darwin.go
+1
-1
fuse/print_linux.go
fuse/print_linux.go
+1
-1
fuse/read.go
fuse/read.go
+1
-1
fuse/request.go
fuse/request.go
+1
-1
fuse/request_darwin.go
fuse/request_darwin.go
+1
-1
fuse/request_linux.go
fuse/request_linux.go
+1
-1
fuse/server.go
fuse/server.go
+1
-1
fuse/server_darwin.go
fuse/server_darwin.go
+1
-1
fuse/server_linux.go
fuse/server_linux.go
+1
-1
fuse/splice_darwin.go
fuse/splice_darwin.go
+1
-1
fuse/splice_linux.go
fuse/splice_linux.go
+1
-1
fuse/syscall_darwin.go
fuse/syscall_darwin.go
+1
-1
fuse/syscall_linux.go
fuse/syscall_linux.go
+1
-1
fuse/test/cache_test.go
fuse/test/cache_test.go
+1
-1
fuse/test/defaultread_test.go
fuse/test/defaultread_test.go
+1
-1
fuse/test/delete_linux_test.go
fuse/test/delete_linux_test.go
+1
-1
fuse/test/fsetattr_test.go
fuse/test/fsetattr_test.go
+1
-1
fuse/test/loopback_darwin_test.go
fuse/test/loopback_darwin_test.go
+1
-1
fuse/test/loopback_linux_test.go
fuse/test/loopback_linux_test.go
+1
-1
fuse/test/loopback_test.go
fuse/test/loopback_test.go
+1
-1
fuse/test/mount_test.go
fuse/test/mount_test.go
+1
-1
fuse/test/notify_linux_test.go
fuse/test/notify_linux_test.go
+1
-1
fuse/test/verbose.go
fuse/test/verbose.go
+1
-1
fuse/test/xattr_test.go
fuse/test/xattr_test.go
+1
-1
fuse/test/xfs_test.go
fuse/test/xfs_test.go
+1
-1
fuse/typeprint.go
fuse/typeprint.go
+1
-1
fuse/types.go
fuse/types.go
+1
-1
fuse/types_darwin.go
fuse/types_darwin.go
+1
-1
fuse/types_linux.go
fuse/types_linux.go
+1
-1
fuse/upgrade.go
fuse/upgrade.go
+1
-1
splice/copy.go
splice/copy.go
+1
-1
splice/copy_test.go
splice/copy_test.go
+1
-1
splice/pair.go
splice/pair.go
+1
-1
splice/pair_darwin.go
splice/pair_darwin.go
+1
-1
splice/pair_linux.go
splice/pair_linux.go
+1
-1
splice/pool.go
splice/pool.go
+1
-1
splice/splice.go
splice/splice.go
+1
-1
splice/splice_test.go
splice/splice_test.go
+1
-1
unionfs/autounion.go
unionfs/autounion.go
+1
-1
unionfs/autounion_test.go
unionfs/autounion_test.go
+1
-1
unionfs/cachingfs.go
unionfs/cachingfs.go
+1
-1
unionfs/cachingfs_test.go
unionfs/cachingfs_test.go
+1
-1
unionfs/create.go
unionfs/create.go
+1
-1
unionfs/dircache.go
unionfs/dircache.go
+1
-1
unionfs/timedcache.go
unionfs/timedcache.go
+1
-1
unionfs/timedcache_test.go
unionfs/timedcache_test.go
+1
-1
unionfs/unionfs.go
unionfs/unionfs.go
+1
-1
unionfs/unionfs_test.go
unionfs/unionfs_test.go
+1
-1
unionfs/unionfs_xattr_test.go
unionfs/unionfs_xattr_test.go
+1
-1
unionfs/verbose_test.go
unionfs/verbose_test.go
+1
-1
zipfs/memtree.go
zipfs/memtree.go
+1
-1
zipfs/multizip.go
zipfs/multizip.go
+1
-1
zipfs/multizip_test.go
zipfs/multizip_test.go
+1
-1
zipfs/tarfs.go
zipfs/tarfs.go
+1
-1
zipfs/zipfs.go
zipfs/zipfs.go
+1
-1
zipfs/zipfs_test.go
zipfs/zipfs_test.go
+1
-1
No files found.
AUTHORS
0 → 100644
View file @
83bca046
Adam H. Leventhal <adam.leventhal@gmail.com>
Daniel Martà <mvdan@mvdan.cc>
Fazlul Shahriar <fshahriar@gmail.com>
Frederick Akalin <akalin@gmail.com>
Google Inc.
Haitao Li <lihaitao@gmail.com>
Jakob Unterwurzacher <jakobunt@gmail.com>
James D. Nurmi <james@abneptis.com>
Jeff <leterip@me.com>
Logan Hanks <logan@bitcasa.com>
Nick Cooper <gh@smoogle.org>
Patrick Crosby <pcrosby@gmail.com>
Paul Jolly <paul@myitcv.org.uk>
Valient Gough <vgough@pobox.com>
Yongwoo Park <nnnlife@gmail.com>
LICENSE
View file @
83bca046
// New BSD License
//
// Copyright (c) 2010
Ivan Krasin (imkrasin@gmail.com)
. All rights reserved.
// Copyright (c) 2010
the Go-FUSE Authors
. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
benchmark/benchmark.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
benchmark/bulkstat/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
benchmark/latencymap.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
benchmark/latencymap_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
benchmark/stat_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
benchmark/statfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/autounionfs/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/hello/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/loopback/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/memfs/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/multizip/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/statfs/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/unionfs/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
example/zipfs/main.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/api.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/attr.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/attr_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/attr_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/bufferpool.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/bufferpool_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/constants.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/constants_freebsd.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/constants_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/defaultraw.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/direntry.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/lockingfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/misc.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/misc_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/mount_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/mount_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/api.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/defaultfile.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/defaultnode.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/dir.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/fileless_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/files.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/files_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/files_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/fsconnector.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/fsmount.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/fsops.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/fuse.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/handle.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/handle_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/inode.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/lockingfile.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/memnode.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/memnode_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/nodefs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/print.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/syscall_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/nodefs/verbose_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/opcode.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/api.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/copy.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/copy_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/default.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/locking.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/loopback.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/loopback_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/loopback_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/owner_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/pathfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/prefixfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/readonlyfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/syscall_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/syscall_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/verbose_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/pathfs/xattr_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/print.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/print_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/print_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/read.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/request.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/request_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/request_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/server.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/server_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/server_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/splice_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/splice_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/syscall_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/syscall_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/cache_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/defaultread_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/delete_linux_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/fsetattr_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/loopback_darwin_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/loopback_linux_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/loopback_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/mount_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/notify_linux_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/verbose.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/xattr_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/test/xfs_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/typeprint.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/types.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/types_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/types_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
fuse/upgrade.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/copy.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/copy_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/pair.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/pair_darwin.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/pair_linux.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/pool.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/splice.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
splice/splice_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/autounion.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/autounion_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/cachingfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/cachingfs_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/create.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/dircache.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/timedcache.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/timedcache_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/unionfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/unionfs_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/unionfs_xattr_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
unionfs/verbose_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
zipfs/memtree.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
zipfs/multizip.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
zipfs/multizip_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
zipfs/tarfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
zipfs/zipfs.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
zipfs/zipfs_test.go
View file @
83bca046
// Copyright 2016
Google Inc
. All rights reserved.
// Copyright 2016
the Go-FUSE Authors
. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment