aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysMerge pull request #256 from exfatprogs/exfat-nextupstream-masterNamjae Jeon
5 daysexfatprogs: release 1.2.3 versionHyunchul Lee
2024-04-27mkfs: Improve fat length computationlvxnull
2024-04-23mkfs: Add --sector-sizelvxnull
2024-04-22mkfs: Use memset to create bitmaplvxnull
2024-04-22exfatprogs: Add gitignore and editorconfiglvxnull
2024-04-22label, tune: Don't accept invalid serial numberslvxnull
2024-04-16fsck: Fix cluster count checklvxnull
2024-02-04fsck: add test case for reparing Secondary and Vendor AllocationHyunchul Lee
2024-02-04fsck: add deleting Name entries after renamingHyunchul Lee
2024-02-04fsck: add repairing cluster chain of VendorAllocationHyunchul Lee
2024-02-04fsck: repairing File.SecondaryCount using Stream.NameLengthHyunchul Lee
2024-02-04fsck: show checksum value if File.SetChecksum is invalidHyunchul Lee
2024-02-04fsck: change fix message for unknown directory entryHyunchul Lee
2024-01-17lib: support 512 bytes cluster sizeYuezhang Mo
2024-01-17exfatprogs: do not cast void pointersYuezhang Mo
2024-01-17exfatprogs: fix ordering of arguments to callocYuezhang Mo
2024-01-17lib: change to use bitmap to mark dirty sectorsYuezhang Mo
2024-01-17lib: avoid frequently allocating and releasing memoryYuezhang Mo
2024-01-17lib: fix memory allocated but not usedYuezhang Mo
2024-01-17exfat2img: fix memory allocated but not usedYuezhang Mo
2024-01-17lib: remove zero_cluster from struct exfatYuezhang Mo
2024-01-17exfat2img: remove unreachable code from dump_bytes_to_stdout()Yuezhang Mo
2024-01-12fsck: fix segfault in file_calc_checksum()Hyunchul Lee
2024-01-10github action : add auto-test scriptNamjae Jeon
2023-12-11dump: Sector and Cluster unitsZach Davis
2023-12-07exfatprogs: Fix issues found by OpenScanHub toolPavel Reichl
2023-11-14tune: label: fix USE_AFTER_FREEPavel Reichl
2023-11-14exfat2img: fix Missing InitializationPavel Reichl
2023-10-26Merge pull request #239 from exfatprogs/exfat-nextNamjae 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