Age | Commit message (Collapse) | Author | |
---|---|---|---|
27 hours | kern: vfs: Add write vop to vnodes | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
30 hours | os: vnode: Add refcounts to vnodes | Ian Moffett | |
Keep track of how many referencing are on a vnode so one isn't freed early while another object is still using it. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-19 | kernel: vfs: Handle root path in vfs_cmt_cnt() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-19 | kern: vfs: Add path component counter | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: vfs: Add vnode allocation / release routines | Ian Moffett | |
Introduce routines to allocate (create) and deallocate (destroy) virtual file nodes. Signed-off-by: Ian Moffett <ian@osmora.org> |