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
/
vfs
Age
Commit message (
Expand
)
Author
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-23
Add more descriptive comments on mount options.
Dean Deng
2020-09-17
Complete vfs2 implementation of fallocate.
Dean Deng
2020-09-15
Read vfs2 epoll events atomically.
Jamie Liu
2020-09-09
Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti...
Jamie Liu
2020-09-08
[vfs] overlayfs: Fix socket tests.
Ayush Ranjan
2020-09-08
Honor readonly flag for root mount
Fabricio Voznika
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-08-28
Implement StatFS for various VFS2 filesystems.
Rahat Mahmood
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-25
Change "Fd" member to "FD" according to convension
gVisor bot
2020-08-24
Bump build constraints to 1.17
Michael Pratt
2020-08-24
Update inotify documentation for gofer filesystem.
Dean Deng
2020-08-21
[vfs] Allow mountpoint to be an existing non-directory.
Ayush Ranjan
2020-08-21
Provide fdReader/Writer for FileDescription
gVisor bot
2020-08-21
Internal change.
gVisor bot
2020-08-21
Make mounts ReadWrite first, then later change to ReadOnly.
Nicolas Lacasse
2020-08-20
[vfs] Create recursive dir creation util.
Ayush Ranjan
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-20
Fix tabs in lock-ordering doc.
Nicolas Lacasse
2020-08-19
Return appropriate errors when file locking is unsuccessful.
Dean Deng
2020-08-18
Don't set atime if mount is readonly
Fabricio Voznika
2020-08-12
Fix race in vfs.FileDescription.statusFlag
Fabricio Voznika
2020-08-07
Support separate read/write handles in fsimpl/gofer.dentry.
Jamie Liu
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-31
Clean up vfs2 fallocate.
Dean Deng
2020-07-29
Force registration for EPOLLHUP, not EPOLLRDHUP, in vfs2's epoll.
Jamie Liu
2020-07-23
Add permission checks to vfs2 truncate.
Dean Deng
2020-07-23
Added stub FUSE filesystem
Ridwan Sharif
2020-07-13
Clean up inotify comments.
Dean Deng
2020-07-08
Add shared mount hints to VFS2
Fabricio Voznika
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-06-30
Allow O_DIRECT on vfs2 tmpfs files.
Dean Deng
2020-06-27
Port GETOWN, SETOWN fcntls to vfs2.
Dean Deng
2020-06-27
Support sticky bit in vfs2.
Dean Deng
2020-06-27
Add documentation for vfs2 inotify.
Dean Deng
2020-06-26
Support inotify IN_ONESHOT.
Dean Deng
2020-06-24
Fix procfs bugs in vfs2.
Dean Deng
2020-06-23
Resolve remaining inotify TODOs.
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-18
Fix vfs2 tmpfs link permission checks.
Dean Deng
2020-06-18
Remove various uses of 'whitelist'
Michael Pratt
2020-06-17
Implement POSIX locks
Fabricio Voznika
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-03
Take Mount reference in VFS.connectLocked.
Jamie Liu
2020-05-29
Update Go version build tags
Michael Pratt
[next]