Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-21 | kern: vnode: Add filesystem specific data to vnode | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-21 | sys: vnode: "driver" -> "filesystem" | 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> | |||
2025-09-18 | kern: vfs: Add initial vnode definitions | Ian Moffett | |
A vnode is simply an object used when referencing filesystem objects. This marks the start of development for the L5 Virtual File System Signed-off-by: Ian Moffett <ian@osmora.org> |