Age | Commit message (Expand) | Author |
---|---|---|
2024-05-21 | kernel: vfs: Add support for close VOP | Ian Moffett |
2024-05-19 | kernel: vfs: Add support for open hook | Ian Moffett |
2024-04-17 | kernel: vfs_subr: Add vfs_write() | Ian Moffett |
2024-04-09 | kernel: vfs_subr: Don't require leading '/' | Ian Moffett |
2024-03-27 | kernel: vfs: Add getattr vop | Ian Moffett |
2024-03-26 | kernel: Use 'sio_txn' for file I/O | Ian Moffett |
2024-03-01 | kernel: vfs: Add wrappers over VFS operations | Ian Moffett |
2024-03-01 | kernel/amd64: vfs_subr: Add path parsing helper | Ian Moffett |
2024-03-01 | kernel: vfs_subr: Add '.' to valid path chars | Ian Moffett |
2024-03-01 | kernel: vfs: Return -1 on vfs_hash_path() failure | Ian Moffett |
2024-03-01 | kernel: vfs: Simplify mounting logic | Ian Moffett |
2024-03-01 | kernel: vfs: Fix logic bug in vfs_hash_path() | Ian Moffett |
2024-02-29 | kernel: vfs_subr: Update comment | Ian Moffett |
2024-02-28 | kernel: vfs: Do not leak memory | Ian Moffett |
2024-02-28 | kernel: Add initial VFS implementation | Ian Moffett |