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
/
syscalls
/
linux
/
sys_xattr.go
Age
Commit 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 EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-06-01
Add inotify events for extended attributes and splice.
Dean Deng
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-10
Refactor getxattr.
Dean Deng
2020-02-07
Support listxattr and removexattr syscalls.
Dean Deng
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Update bug number for supporting extended attribute namespaces.
Dean Deng
2020-01-21
Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.
Dean Deng
2020-01-16
Implement setxattr for overlays.
Dean Deng
2020-01-16
Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.
Dean Deng
2019-12-16
Implement checks for get/setxattr at the syscall layer.
Dean Deng