Age | Commit message (Expand) | Author |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
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-06-07 | Implement RENAME_NOREPLACE for all VFS2 filesystem implementations. | Jamie Liu |
2021-03-16 | setgid directory support in overlayfs | Kevin Krakauer |
2021-03-11 | Report filesystem-specific mount options. | Rahat Mahmood |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-02-24 | Use mapped device number + topmost inode number for all files in VFS2 overlay. | Jamie Liu |
2021-02-11 | Unconditionally check for directory-ness in overlay.filesystem.UnlinkAt(). | Jamie Liu |
2021-02-03 | [vfs] Make sticky bit check consistent with Linux. | Ayush Ranjan |
2021-01-14 | Check for existence before permissions | Fabricio Voznika |
2020-11-12 | Filter dentries with non-zero refs in VFS2 gofer/overlay checks. | Jamie Liu |
2020-11-06 | [vfs] Return EEXIST when file already exists and rp.MustBeDir() is true. | Ayush Ranjan |
2020-11-06 | [vfs] overlayfs: Do not unlink non-existing whiteout during file creation. | Ayush Ranjan |
2020-10-28 | Invalidate overlay.dentry.dirents during open() file creation. | Jamie Liu |
2020-10-27 | Assign VFS2 overlay device numbers based on layer device numbers. | Jamie Liu |
2020-10-19 | Fix runsc tests on VFS2 overlay. | Jamie Liu |
2020-09-28 | Support inotify in overlayfs. | Dean Deng |
2020-09-18 | Implement fsimpl/overlay.filesystem.RenameAt. | Jamie Liu |
2020-09-08 | [vfs] overlayfs: decref VD when not using it. | Ayush Ranjan |
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-09-02 | [vfs] Implement xattr for overlayfs. | Ayush Ranjan |
2020-09-02 | [vfs] Fix error handling in overlayfs OpenAt. | Ayush Ranjan |
2020-08-26 | tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN. | Nicolas Lacasse |
2020-08-20 | Consistent precondition formatting | Michael Pratt |
2020-08-18 | Avoid holding locks when opening files in VFS2. | Jamie Liu |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-23 | Add permission checks to vfs2 truncate. | Dean Deng |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |