summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/mount.h
AgeCommit message (Expand)Author
2022-05-05kernel: each driver registers its own mountsdzwdz
2022-05-05kernel: move the COM1 driver to a separate handlerdzwdz
2022-05-03kernel: reference count mount objects, free them on process killsdzwdz
2021-09-12vfs request refactor pt1dzwdz
2021-09-04new vfs impl pt. 1: implement open()dzwdz
2021-09-04nuke the old handle codedzwdz
2021-09-04rename file descriptors to handlesdzwdz
2021-08-26separate mount resolving into vfs_mount_resolvedzwdz
2021-08-25implement vfs_mount_seed, which creates the vfs passed to initdzwdz
2021-08-25implement FDOP_MOUNTdzwdz
2021-08-22basic mount resolvingdzwdz