aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-26fsck: add function to append file dentry setHyunchul Lee
2022-08-26fsck: add file offset to exfat_lookup_filterHyunchul Lee
2022-08-26fsck: add function to get an FAT entryHyunchul Lee
2022-08-26fsck: change cluster argument of bitmap operationsHyunchul Lee
2022-08-26fsck: add function to create a fileHyunchul Lee
2022-08-26fsck: add file dentry set lookup functionHyunchul Lee
2022-08-26fsck: read volume label in exfat_root_dir_check()Hyunchul Lee
2022-08-26fsck: load upcase table using lookup functionHyunchul Lee
2022-08-26fsck: read bitmap using lookup functionHyunchul Lee
2022-08-26fsck: add dentry set lookup functionHyunchul Lee
2022-08-26lib: move bitmap functions to libHyunchul Lee
2022-08-26lib: move shared code to libHyunchul Lee
2022-08-26fsck: split exfat into exfat and exfat_fsckHyunchul Lee
2022-08-26fsck: fix infinite loop in read_children()Hyunchul Lee
2022-08-26fsck: not cut cluster chain if one of them is marked as freeHyunchul Lee
2022-08-26fsck: handle bad clusters properly in check_clus_chain()Hyunchul Lee
2022-08-26fsck: print "corrupted" if there are still corrupted filesHyunchul Lee
2022-08-26fsck: subtract the count of fixed files from the count of corrupted filesHyunchul Lee
2022-08-26fsck: don't stop traveling directory entriesHyunchul Lee
2022-08-26fsck: tests: allow of running testcases with an image fileHyunchul Lee
2022-08-26fsck: add -Wextra compile optionHyunchul Lee
2022-07-13Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46f am: 315755514b a...android-u-qpr1-beta-2.2-gplandroid-u-qpr1-beta-1-gplandroid-14.0.0_r45android-14.0.0_r44android-14.0.0_r43android-14.0.0_r42android-14.0.0_r41android-14.0.0_r40android-14.0.0_r39android-14.0.0_r38android-14.0.0_r27android-14.0.0_r26android-14.0.0_r25android-14.0.0_r24android-14.0.0_r23android-14.0.0_r22android-14.0.0_r21android-14.0.0_r20android-14.0.0_r19android-14.0.0_r18android-14.0.0_r17android-14.0.0_r16aml_rkp_341510000aml_rkp_341311000aml_rkp_341114000aml_rkp_341015010aml_rkp_341012000aml_hef_341717050aml_hef_341613000aml_hef_341512030aml_hef_341415040aml_hef_341311010aml_hef_341114030aml_cfg_341510000android14-qpr1-s2-releaseandroid14-qpr1-releaseandroid14-mainline-healthfitness-releaseandroid14-devandroid14-d2-s5-releaseandroid14-d2-s4-releaseandroid14-d2-s3-releaseandroid14-d2-s2-releaseandroid14-d2-s1-releaseandroid14-d2-releaseSadaf Ebrahimi
2022-07-13Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46f am: 315755514b a...android-u-beta-4-gplandroid-u-beta-3-gplandroid-u-beta-2-gplandroid-u-beta-1-gplmain-16k-with-phonesSadaf Ebrahimi
2022-07-13Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46f am: 315755514bSadaf Ebrahimi
2022-07-13Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46fSadaf Ebrahimi
2022-07-13Fixing issues in METADATA file am: 660ac0d75cmain-16kSadaf Ebrahimi
2022-07-12Fixing issues in METADATA fileSadaf Ebrahimi
2022-05-18Merge pull request #197 from preichl/some_fixesHyunchul Lee
2022-05-18Merge pull request #196 from preichl/readme-fixHyunchul Lee
2022-05-11exfatprogs: fix some minor code issuesPavel Reichl
2022-05-07Merge pull request #194 from preichl/exfat-nextNamjae Jeon
2022-05-06README: Add checkpatch note into contribution sectionPavel Reichl
2022-05-06fsck: Refactor bytes_to_human_readable()Pavel Reichl
2021-12-13Merge pull request #190 from hclee/for-nextNamjae Jeon
2021-12-10exfatprogs: if exfat is not found, warn it and exitHyunchul Lee
2021-12-10fsck: introduce the option "b" to repair the main boot sectorHyunchul Lee
2021-12-09Merge pull request #189 from hoexter/update-exfatlabel-manpageNamjae Jeon
2021-12-08manpages: correct inaccuracies in the exfatlabel manpageSven Hoexter
2021-11-17Merge pull request #185 from exfatprogs/exfat-nextNamjae Jeon
2021-11-11Merge pull request #184 from hclee/for-nextNamjae Jeon
2021-11-11exfatprogs: release 1.1.3 versionHyunchul Lee
2021-11-11Merge pull request #183 from hclee/wangfangli-fixesNamjae Jeon
2021-11-10fsck: fix Out-of-Bounds Accesses in function bytes_to_human_readableyijiangqiu1
2021-11-10fsck: fix double free of exfat pointeryijiangqiu1
2021-10-21Merge pull request #175 from cvubrugier/check-cluster-sizeHyunchul Lee
2021-10-19Merge pull request #174 from cvubrugier/pwriteNamjae Jeon
2021-10-19mkfs: prevent an integer overflow when computing the FAT lengthChristophe Vu-Brugier
2021-10-18mkfs: ensure that the cluster size is greater or equal than the sector sizeChristophe Vu-Brugier
2021-10-12mkfs: replace lseek() + write() with pwrite()Christophe Vu-Brugier
2021-08-18Merge pull request #172 from a1346054/exfat-nextNamjae Jeon