Age | Commit message (Expand) | Author |
---|---|---|
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-07-27 | Merge pull request #2958 from lubinszARM:pr_vfs2_1 | gVisor bot |
2020-07-23 | Port sendfile to vfs2. | Nicolas Lacasse |
2020-07-01 | Port fallocate to VFS2. | Zach Koopmans |
2020-06-23 | Port readahead to VFS2. | Nicolas Lacasse |
2020-06-19 | Port fadvise64 to vfs2. | Dean Deng |
2020-06-16 | Port aio to VFS2. | Nicolas Lacasse |
2020-06-12 | vfs-arm64-1:add vfs2-syscall support to Arm64 | Bin Lu |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika |
2020-06-05 | Implement mount(2) and umount2(2) for VFS2. | Rahat Mahmood |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-05-26 | Implement splice(2) and tee(2) for VFS2. | Jamie Liu |
2020-05-14 | Make utimes_test pass on VFS2. | Jamie Liu |
2020-05-14 | Port memfd_create to vfs2 and finish implementation of file seals. | Nicolas Lacasse |
2020-05-07 | Port signalfd to vfs2. | Nicolas Lacasse |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |