Age | Commit message (Expand) | Author |
---|---|---|
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 |