index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
fsimpl
/
fuse
/
dev.go
Age
Commit message (
Expand
)
Author
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2020-11-17
fs/fuse: don't dereference fuse.DeviceFD.fs if it is nil
Andrei Vagin
2020-11-13
Have fuse.DeviceFD hold reference on fuse.filesystem.
Jamie Liu
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-17
fuse.DeviceFD needs to hold a reference on the associated filesystem.
Rahat Mahmood
2020-09-16
fuse: fix FUSE_RELEASE reply handling
Jinmou Li
2020-09-16
Fix FUSE connection control lock ordering and race in unit test
Jinmou Li
2020-09-16
Add FUSE umount support
Jinmou Li
2020-09-16
Fix FUSE_RELEASE protocol reply processing
Jinmou Li
2020-09-16
Improve FUSE async/noreply call logic
Jinmou Li
2020-09-16
Implement FUSE_WRITE
Jinmou Li
2020-09-16
FUSE device: clean up readLocked
Jinmou Li
2020-09-16
Implement FUSE_READ
Jinmou Li
2020-09-16
Implement FUSE_RELEASE/RELEASEDIR
Boyuan He
2020-09-16
Extend integration test to test sequence of FUSE operation
Craig Chi
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-29
Add FUSE_INIT
Jinmou Li
2020-07-27
Add device implementation for /dev/fuse
Ridwan Sharif
2020-07-23
Added stub FUSE filesystem
Ridwan Sharif
2020-07-09
Gate FUSE behind a runsc flag
Ridwan Sharif
2020-06-25
Moved FUSE device under the fuse directory
Ridwan Sharif