• Kent Overstreet's avatar
    bcachefs: Per subvolume lost+found · 81ed9ce3
    Kent Overstreet authored
    On existing filesystems, we have a single global lost+found. Introducing
    subvolumes means we need to introduce per subvolume lost+found
    directories, because inodes are added to lost+found by their inode
    number, and inode numbers are now only unique within a subvolume.
    
    This patch adds support to fsck for per subvolume lost+found.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@gmail.com>
    81ed9ce3
fsck.c 35.3 KB