summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_xattr.go
AgeCommit message (Expand)Author
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
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