summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/kernfs/filesystem.go
AgeCommit message (Expand)Author
2021-02-24Kernfs should not try to rename a file to itself.Nicolas Lacasse
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
2021-02-05[vfs] Handle `.` and `..` as last path component names in kernfs Rename.Ayush Ranjan
2021-01-14Check for existence before permissionsFabricio Voznika
2020-11-06[vfs] Return EEXIST when file already exists and rp.MustBeDir() is true.Ayush Ranjan
2020-11-06Avoid extra DecRef on kernfs root for "kept" dentries.Dean Deng
2020-11-02[vfs2] Refactor kernfs checkCreateLocked.Dean Deng
2020-10-28Add 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-27Fix 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-21Use kernfs.Dentry for kernfs.Lookup.Dean Deng
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot
2020-09-17Fix kernfs unlinkat and rmdirat incorrect resolved path nameJinmou Li
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-16Implement FUSE_UNLINKBoyuan He
2020-09-16Implement FUSE_RMDIRRidwan Sharif
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-16Implement FUSE_LOOKUPAndrei Vagin
2020-09-08Implement synthetic mountpoints for kernfs.Jamie Liu
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-18Avoid holding locks when opening files in VFS2.Jamie Liu
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-14Include context in kernfs.Inode.Stat methodCraig Chi
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-04-24Plumb context.Context into kernfs.Inode.Open().Dean Deng
2020-04-24Fixes for procfsFabricio Voznika
2020-04-23Port devpts to VFS2.Nicolas Lacasse
2020-04-21Misc VFS2 fixesFabricio Voznika
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-08Clean up TODOsFabricio Voznika
2020-04-06Correctly implement magic symlinks in VFS2 procfs.Jamie Liu
2020-04-02Add NAME_MAX checks and update file timesFabricio Voznika
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-13Add FileExec flag to OpenOptionsgVisor bot
2020-02-10Redirect FIXME to gvisor.devFabricio Voznika
2020-01-27Update package locations.Adin Scannell