Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | fsck: clean up log output | Jakob Unterwurzacher | |
Make sure we get only 1 warning output per problem. Also, add new corruption types to broken_fs_v1.4. | |||
2018-04-02 | fsck: sort files alphabetically | Jakob Unterwurzacher | |
This makes fsck runs deterministic. | |||
2018-04-02 | fsck: add initial implementation | Jakob Unterwurzacher | |
Most corruption cases except xattr should be covered. With test filesystem. The output is still pretty ugly. xattr support will be added in the next commits. | |||
2018-04-01 | main: add "-fsck" flag | Jakob Unterwurzacher | |
The fsck operation is not yet implemented, this commits just adds the flag and improves cli flag handling. |