summaryrefslogtreecommitdiff
path: root/src/sys/fs
AgeCommit message (Collapse)Author
36 hourskern: tmpfs: Implement getattr vop for tmpfsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
39 hourskern: tmpfs: Use real length for EOF trackingIan Moffett
Use the actual amount of bytes inside the tmpfs entry for the length tracking. Signed-off-by: Ian Moffett <ian@osmora.org>
39 hourskern: tmpfs: Add tmpfs read callbackIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
40 hourskern: tmpfs: Add tmpfs write callbackIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
41 hourskern: fs: Add initial tmpfs implementationIan Moffett
Supported VOPs as of now: - lookup() - create() - reclaim() Signed-off-by: Ian Moffett <ian@osmora.org>
41 hourskern: devfs: Fix typo in VFS ops structureIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-27kern: fs: Add initial devfs implementationIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>