feat: (iso9660) implement file read (for both interleaved and non-interleaved mode)
authorMinep <zelong56@gmail.com>
Fri, 11 Nov 2022 21:45:16 +0000 (21:45 +0000)
committerMinep <zelong56@gmail.com>
Fri, 11 Nov 2022 21:58:54 +0000 (21:58 +0000)
commit8ce769cc52e91ff3cdb8eda4b1f5d8fe58241688
treeb541fc2cdf9216079a0bbaec838432a1b05c8d2d
parentc6de44b989e9d7286337e4cbf4d82d919f9120e6
feat: (iso9660) implement file read (for both interleaved and non-interleaved mode)
fix: (blkio) race condition between blkio_commit and pwait
fix: regression
chore: clean up
lunaix-os/includes/lunaix/blkio.h
lunaix-os/includes/lunaix/fs.h
lunaix-os/kernel/block/blkio.c
lunaix-os/kernel/block/block.c
lunaix-os/kernel/fs/iso9660/directory.c
lunaix-os/kernel/fs/iso9660/file.c