aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-26Merge pull request #239 from exfatprogs/exfat-nextupstream-masterNamjae Jeon
2023-10-26exfatprogs: release 1.2.2 versionHyunchul Lee
2023-10-26exfat2img: fix out-of-bounds write in read_file_dentry_setHyunchul Lee
2023-10-26fsck: fix out-of-bounds write in read_file_dentry_setHyunchul Lee
2023-10-26manpages: add usage for volume GUIDYuezhang Mo
2023-10-26fsck: do not treat volume GUID entry as unknown entryYuezhang Mo
2023-10-26mkfs: support set volume GUIDYuezhang Mo
2023-10-26tune: support volume GUIDYuezhang Mo
2023-10-26lib: add helpers for volume GUIDYuezhang Mo
2023-10-26lib: support get the first empty dentry set positionYuezhang Mo
2023-10-17lib: avoid int promotion in checksum causing signed overflowVal Packett
2023-09-28mkfs: add new option -q/--quietPavel Reichl
2023-09-12lib: fix filename comparisonYuezhang Mo
2023-09-12fsck: do not create LOST+FOUND if no orphan clustersYuezhang Mo
2023-09-12Revert "tests: Add testcase for empty directory starts with zero cluster."Yuezhang Mo
2023-09-12Revert "fsck: Add the capability to fix zero size directory"Yuezhang Mo
2023-08-22fsck: tests: add test for repairing duplicated filenameYuezhang Mo
2023-08-22fsck: tests: detect corruptions before repairingYuezhang Mo
2023-08-22fsck: support fix duplicated filename in a dirYuezhang Mo
2023-08-22lib: add exfat_lookup_file_by_utf16name()Yuezhang Mo
2023-08-22fsck: add exfat_repair_rename_ask() to make code reusableYuezhang Mo
2023-08-22fsck: fix out-of-bounds memory accessYuezhang Mo
2023-07-31mkfs.exfat.8: document default --boundary-align & --cluster-sizeMingye Wang
2023-06-26dump: set ui.writeable to falseianjazz246
2023-05-17Merge pull request #225 from exfatprogs/exfat-nextNamjae Jeon
2023-05-17exfatprogs: release 1.2.1 versionNamjae Jeon
2023-05-17fsck: fix assertion in exfat_c2oHyunchul Lee
2023-05-17lib: do not allow exfat_c2o() to return negative valueErichong
2023-02-12exfat2img: fix LLVM void pointer arithmetic errorbrunosampaio08
2022-12-27tests: Add testcase for empty directory starts with zero cluster.Erichong
2022-12-27fsck: Add the capability to fix zero size directoryErichong
2022-10-31manpages: fix spelling mistake in fsck.exfat.8Sven Hoexter
2022-10-28Merge pull request #209 from exfatprogs/exfat-nextNamjae Jeon
2022-10-28exfatprogs: release 1.2.0 versionNamjae Jeon
2022-10-28exfatprogs: add missing updating Android.bpNamjae Jeon
2022-10-19exfatprogs: update README.mdHyunchul Lee
2022-10-19fsck: tests: add testcase for renaming dot or dotdot entryNamjae Jeon
2022-10-19fsck: add support for renaming dot and dotdot filesNamjae Jeon
2022-10-19fsck: don't error print if there is no volume entryNamjae Jeon
2022-09-15tune: label: fix bitmap entry corruption when adding new volume labelNamjae Jeon
2022-09-14exfatprogs: add usage examples to README.mdHyunchul Lee
2022-09-14fsck: update manpageHyunchul Lee
2022-09-14exfat2img: add usage examples to manpageHyunchul Lee
2022-09-12exfatprogs: change Copyright holder in some filesHyunchul Lee
2022-09-12mkfs: zero the reserved fields of directory entriesYuezhang Mo
2022-09-09Merge pull request #199 from hclee/for-nextNamjae Jeon
2022-09-06exfatprogs: modify .travis.yml to run fsck testcasesHyunchul Lee
2022-09-06exfatprogs: add exfat2img to dump a partitionHyunchul Lee
2022-09-01tests: some modification of test_fsck.shHyunchul Lee
2022-08-26fsck: tests: testcases for repairing rootHyunchul Lee