Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-07 | kernel: vcache: Add impl of "local" vcaches | Ian Moffett | |
This commit implements local vcaches and lazy vcache migration (LZVM) for on the fly vcache type switching. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-12-07 | kernel: vcache: Improve vcache add/pull interface | Ian Moffett | |
Require internal add/pull routines to be passed a pointer to the vcache to be operated on. This makes it easier to support for per-process vcaches and LZVM. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-11-13 | kernel: vfs: Add vnode cache implementation | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |