- Kyyiv, Ukraine
- https://alnyan.me
-
It's me
- Joined on
2021-07-25
Block a user
vfs: unify path handling, treat trailing
/
properly, especially with symlinks
vfs: unify path handling, treat trailing
/
properly, especially with symlinks
Implemented by 3aec9ce5
ext2: userspace tools — mkfs.ext2, fsck.ext2
mkfs.ext2:
- Just needs to be able to make a basic workable filesystem
fsck.ext2:
- Inode tables: validate size/blocks coherency, number of hard links
- Validate directory…
nvme: possible race condition,
mdts
in Identify
response sometimes 0xFF
kernel-rt: implement uninterruptible blocking
vfs: unify path handling, treat trailing
/
properly, especially with symlinks
ext2 implementation
Preliminary implementation of inode/block freeing: 11f731bf. It doesn't respect the fact that inodes being deleted might be open elsewhere, so if an inode is deleted and then an open file to it is…
vfs: don't create filesystem until mountpoint is checked