Age | Commit message (Expand) | Author |
---|---|---|
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2020-08-18 | Move ERESTART* error definitions to syserror package. | Dean Deng |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-06-23 | Port readahead to VFS2. | Nicolas Lacasse |
2020-05-29 | Implement IN_EXCL_UNLINK inotify option in vfs2. | Dean Deng |
2020-05-29 | Port inotify to vfs2, with support in tmpfs. | Dean Deng |
2020-04-29 | Add read/write timeouts for VFS2 socket files. | Dean Deng |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu |
2020-04-13 | Don't allow read/write when offset+size overflows. | Nicolas Lacasse |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |