aboutsummaryrefslogtreecommitdiff
path: root/fsck/main.c
AgeCommit message (Expand)Author
2022-03-23erofs-utils: mkfs: rename ctime to mtimeDavid Anderson
2022-01-31UPSTREAM: erofs-utils: add missing errors and normalize errors to lower-caseIgor Ostapenko
2022-01-31UPSTREAM: erofs-utils: fsck: fix issues related to --extract=XIgor Ostapenko
2022-01-31UPSTREAM: erofs-utils: fsck: check extract_path in erofsfsck_set_attributes()Gao Xiang
2022-01-31UPSTREAM: erofs-utils: fsck: don't set attributes when fscking onlyGao Xiang
2022-01-31UPSTREAM: erofs-utils: fsck: never follow exist symlinks when overwritingGao Xiang
2022-01-31UPSTREAM: erofs-utils: fsck: add --extract=X support to extract to path XIgor Ostapenko
2022-01-31UPSTREAM: fsck/main.c: add missing includeAlexander Kanavin
2022-01-31UPSTREAM: erofs-utils: fsck: convert to use erofs_iterate_dir()Gao Xiang
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: introduce fsck.erofsDaeho Jeong