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
Don't write VFS2 gofer client timestamps back on dentry destruction.
Jamie Liu
2020-09-08
[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.
Ayush Ranjan
2020-09-02
[vfs] Implement xattr for overlayfs.
Ayush Ranjan
2020-09-01
Implement setattr+clunk in 9P
Fabricio Voznika
2020-08-31
Don't use read-only host FD for writable gofer dentries in VFS2.
Jamie Liu
2020-08-27
unix: return ECONNREFUSE if a socket file exists but a socket isn't bound to it
Andrei Vagin
2020-08-25
Fix deadlock in gofer direct IO.
Dean Deng
2020-08-24
Flush in fsimpl/gofer.regularFileFD.OnClose() if there are no dirty pages.
Jamie Liu
2020-08-24
Update inotify documentation for gofer filesystem.
Dean Deng
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-19
Remove path walk from localFile.Mknod
Fabricio Voznika
2020-08-18
[vfs] Allow offsets for special files other than regular files.
Ayush Ranjan
2020-08-18
Don't set atime if mount is readonly
Fabricio Voznika
2020-08-18
Avoid holding locks when opening files in VFS2.
Jamie Liu
2020-08-17
[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
[next]