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
/
gofer
Age
Commit message (
Expand
)
Author
2020-09-09
Fix deadlock in gofer direct IO.
Dean Deng
2020-09-09
Flush in fsimpl/gofer.regularFileFD.OnClose() if there are no dirty pages.
Jamie Liu
2020-09-09
Update inotify documentation for gofer filesystem.
Dean Deng
2020-09-09
Consistent precondition formatting
Michael Pratt
2020-09-09
Remove path walk from localFile.Mknod
Fabricio Voznika
2020-08-19
[vfs] Allow offsets for special files other than regular files.
Ayush Ranjan
2020-08-19
Don't set atime if mount is readonly
Fabricio Voznika
2020-08-19
Avoid holding locks when opening files in VFS2.
Jamie Liu
2020-08-19
[vfs] Do O_DIRECTORY check after resolving symlinks.
Ayush Ranjan
2020-08-13
[vfs2][gofer] Fix file creation flags sent to gofer.
Ayush Ranjan
2020-08-12
[vfs2][gofer] Return appropriate errors when opening and creating files.
Ayush Ranjan
2020-08-07
Don't hold gofer.filesystem.renameMu during dentry destruction.
Jamie Liu
2020-08-07
Mark dropped pages unevictable in fsimpl/gofer.dentry.destroyLocked.
Jamie Liu
2020-08-07
Support separate read/write handles in fsimpl/gofer.dentry.
Jamie Liu
2020-08-07
Try to update atime and mtime on VFS2 gofer files on dentry eviction.
Jamie Liu
2020-08-06
Add LinkAt support to gofer
Fabricio Voznika
2020-08-04
Inline gofer.regularFileFD.pwriteLocked
Fabricio Voznika
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-27
Move platform.File in memmap
Andrei Vagin
2020-07-23
Add permission checks to vfs2 truncate.
Dean Deng
2020-07-23
[vfs2][gofer] Fix update attributes race condition.
Ayush Ranjan
2020-07-22
Add O_APPEND support in vfs2 gofer.
Ayush Ranjan
2020-07-14
Update special file option name in comment.
Dean Deng
2020-07-13
[vfs2] Make gofer metadata atomics consistent
Ayush Ranjan
2020-07-06
Call fdnotifier.UpdateFD() from fsimpl/gofer.specialFileFD.
Jamie Liu
2020-07-06
Ensure sync is called for readonly file
Fabricio Voznika
2020-07-06
Add inode number to synthetic dentries
Fabricio Voznika
2020-07-01
Update preadv2/pwritev2 flag handling in vfs2.
Dean Deng
2020-07-01
[vfs2][gofer] Fix mmap syscall test.
Ayush Ranjan
2020-07-01
[vfs2][gofer] Update file size to 0 on O_TRUNC
Ayush Ranjan
2020-07-01
Port vfs1 implementation of sync_file_range to vfs2.
Dean Deng
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-06-27
Support sticky bit in vfs2.
Dean Deng
2020-06-26
Support inotify IN_ONESHOT.
Dean Deng
2020-06-23
Complete inotify IN_EXCL_UNLINK implementation in VFS2.
Dean Deng
2020-06-23
Support inotify in vfs2 gofer fs.
Dean Deng
2020-06-22
Check for invalid trailing / when traversing path in gofer OpenAt.
Dean Deng
2020-06-21
Fix vfs2 extended attributes.
Dean Deng
2020-06-19
Fix vfs2 handling of preadv2/pwritev2 flags.
Dean Deng
2020-06-19
Don't adjust parent link count if we replace a child dir with another.
Dean Deng
2020-06-19
Support all seek options in gofer specialFileFD.Seek.
Dean Deng
2020-06-19
Fix synthetic file bugs in gofer fs.
Dean Deng
2020-06-17
Implement Sync() to directories
Fabricio Voznika
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-16
Miscellaneous VFS2 fixes.
Jamie Liu
2020-06-11
Add //pkg/sentry/fsimpl/overlay.
Jamie Liu
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-06-05
Implement mount(2) and umount2(2) for VFS2.
Rahat Mahmood
2020-06-01
Fix VFS2 gofer open(O_CREAT) reference leak.
Jamie Liu
2020-06-01
Handle gofer blocking opens of host named pipes in VFS2.
Jamie Liu
[next]