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
/
kernfs
/
filesystem.go
Age
Commit message (
Expand
)
Author
2021-02-24
Kernfs should not try to rename a file to itself.
Nicolas Lacasse
2021-02-11
Assign controlling terminal when tty is opened and support NOCTTY
Kevin Krakauer
2021-02-05
[vfs] Handle `.` and `..` as last path component names in kernfs Rename.
Ayush Ranjan
2021-01-14
Check for existence before permissions
Fabricio Voznika
2020-11-06
[vfs] Return EEXIST when file already exists and rp.MustBeDir() is true.
Ayush Ranjan
2020-11-06
Avoid extra DecRef on kernfs root for "kept" dentries.
Dean Deng
2020-11-02
[vfs2] Refactor kernfs checkCreateLocked.
Dean Deng
2020-10-28
Add leak checking for kernfs.Dentry.
Dean Deng
2020-10-23
[vfs] kernfs: Implement remaining InodeAttr fields.
Ayush Ranjan
2020-10-12
[vfs] kernfs: Fix inode memory leak issue.
Ayush Ranjan
2020-09-27
Fix kernfs race condition.
Dean Deng
2020-09-24
[vfs] kernfs: Do not hold reference on the inode when opening FD.
Ayush Ranjan
2020-09-24
[vfs] [2/2] kernfs: kernfs: Internally use kernfs.Dentry instead of vfs.Dentry.
Ayush Ranjan
2020-09-22
[vfs] [1/2] kernfs: Internally use kernfs.Dentry instead of vfs.Dentry.
Ayush Ranjan
2020-09-21
Use kernfs.Dentry for kernfs.Lookup.
Dean Deng
2020-09-18
Merge pull request #3972 from btw616:fix/comments
gVisor bot
2020-09-17
Fix kernfs unlinkat and rmdirat incorrect resolved path name
Jinmou Li
2020-09-17
fsimpl: improve the "implements" comments
Tiwei Bie
2020-09-16
Implement FUSE_UNLINK
Boyuan He
2020-09-16
Implement FUSE_RMDIR
Ridwan Sharif
2020-09-16
Implement FUSE_READLINK
Boyuan He
2020-09-16
Implement FUSE_LOOKUP
Andrei Vagin
2020-09-08
Implement synthetic mountpoints for kernfs.
Jamie Liu
2020-09-08
[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.
Ayush Ranjan
2020-08-28
Implement StatFS for various VFS2 filesystems.
Rahat Mahmood
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-18
Avoid holding locks when opening files in VFS2.
Jamie Liu
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-14
Include context in kernfs.Inode.Stat method
Craig Chi
2020-06-11
Add //pkg/sentry/fsimpl/overlay.
Jamie Liu
2020-04-28
Fix Unix socket permissions.
Dean Deng
2020-04-28
Support pipes and sockets in VFS2 gofer fs.
Dean Deng
2020-04-24
Plumb context.Context into kernfs.Inode.Open().
Dean Deng
2020-04-24
Fixes for procfs
Fabricio Voznika
2020-04-23
Port devpts to VFS2.
Nicolas Lacasse
2020-04-21
Misc VFS2 fixes
Fabricio Voznika
2020-04-21
Remove filesystem structure from vfs.Dentry.
Jamie Liu
2020-04-10
Port extended attributes to VFS2.
Dean Deng
2020-04-08
Clean up TODOs
Fabricio Voznika
2020-04-06
Correctly implement magic symlinks in VFS2 procfs.
Jamie Liu
2020-04-02
Add NAME_MAX checks and update file times
Fabricio Voznika
2020-03-26
Add BoundEndpointAt filesystem operation.
Dean Deng
2020-03-16
Enforce file size rlimits in VFS2
Fabricio Voznika
2020-03-16
Add calls to vfs.CheckSetStat to fsimpls
Fabricio Voznika
2020-03-13
Implement access/faccessat for VFS2.
Dean Deng
2020-03-06
Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.
Dean Deng
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-13
Add FileExec flag to OpenOptions
gVisor bot
2020-02-10
Redirect FIXME to gvisor.dev
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
[next]