aboutsummaryrefslogtreecommitdiff
path: root/fsck
AgeCommit message (Expand)Author
2022-06-12erofs-utils: fsck: support extracting special filesGao Xiang
2022-04-21erofs-utils: add --disable-werrorFabrice Fontaine
2022-03-19erofs-utils: mkfs: rename ctime to mtimeDavid Anderson
2022-02-09erofs-utils: Print program name and version to stdoutPeter Collingbourne
2022-01-30erofs-utils: add missing errors and normalize errors to lower-caseIgor Ostapenko
2022-01-29erofs-utils: fsck: fix issues related to --extract=XIgor Ostapenko
2022-01-29erofs-utils: fsck: check extract_path in erofsfsck_set_attributes()Gao Xiang
2022-01-26erofs-utils: fsck: don't set attributes when fscking onlyGao Xiang
2022-01-26erofs-utils: fsck: never follow exist symlinks when overwritingGao Xiang
2022-01-20erofs-utils: fsck: add --extract=X support to extract to path XIgor Ostapenko
2021-12-18erofs-utils: fsck: convert to use erofs_iterate_dir()Gao Xiang
2021-12-07fsck/main.c: add missing includeAlexander Kanavin
2021-11-18erofs-utils: get compression algorithms directly on mappingGao Xiang
2021-11-16erofs-utils: fsck: support multiple devicesGao Xiang
2021-11-16erofs-utils: add extra device I/O interfaceGao Xiang
2021-11-10erofs-utils: fsck: use "--extract" instead of "-c"Gao Xiang
2021-11-09erofs-utils: fsck, dump: add missing liblzma dependencyGao Xiang
2021-11-09erofs-utils: introduce fsck.erofsDaeho Jeong