Age | Commit message (Collapse) | Author | |
---|---|---|---|
38 hours | kern: tmpfs: Implement getattr vop for tmpfs | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
42 hours | kern: tmpfs: Use real length for EOF tracking | Ian Moffett | |
Use the actual amount of bytes inside the tmpfs entry for the length tracking. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
42 hours | kern: tmpfs: Add tmpfs read callback | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
42 hours | kern: tmpfs: Add tmpfs write callback | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
44 hours | kern: fs: Add initial tmpfs implementation | Ian Moffett | |
Supported VOPs as of now: - lookup() - create() - reclaim() Signed-off-by: Ian Moffett <ian@osmora.org> | |||
44 hours | kern: devfs: Fix typo in VFS ops structure | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-27 | kern: fs: Add initial devfs implementation | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |