summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_xattr.go
AgeCommit message (Expand)Author
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-10Refactor getxattr.Dean Deng
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-27Update bug number for supporting extended attribute namespaces.Dean Deng
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
2020-01-16Implement setxattr for overlays.Dean Deng
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng