1. e2ac889 Revert "Reland "ANDROID: suppress unused variable warning"" by Daniel Rosenberg · 3 weeks ago main master
  2. 8a2d8e8 ANDROID: Fix uninitialized warning in exfat2img by Daniel Rosenberg · 3 weeks ago
  3. 88ebc93 Upgrade exfatprogs to 26355e88584c91ed2ac623bcd547331816b2a898 by Daniel Rosenberg · 3 weeks ago
  4. 4ee46d4 Merge commit '881a5c87a80a5bd0dc43db355d9a359ccadf69c2' into exfatprogs by Daniel Rosenberg · 3 weeks ago
  5. 8593314 Merge pull request #225 from exfatprogs/exfat-next by Namjae Jeon · 5 months ago upstream-master
  6. cb60748 exfatprogs: release 1.2.1 version by Namjae Jeon · 5 months ago
  7. 6bfcd9f fsck: fix assertion in exfat_c2o by Hyunchul Lee · 5 months ago
  8. 4355a84 lib: do not allow exfat_c2o() to return negative value by Erichong · 5 months ago
  9. 1bd2214 exfat2img: fix LLVM void pointer arithmetic error by brunosampaio08 · 8 months ago
  10. 1570446 tests: Add testcase for empty directory starts with zero cluster. by Erichong · 9 months ago
  11. fcd68a5 fsck: Add the capability to fix zero size directory by Erichong · 9 months ago
  12. 470b4a6 manpages: fix spelling mistake in fsck.exfat.8 by Sven Hoexter · 11 months ago
  13. 3228312 Merge pull request #209 from exfatprogs/exfat-next by Namjae Jeon · 11 months ago
  14. 13f0e26 exfatprogs: release 1.2.0 version by Namjae Jeon · 11 months ago
  15. ecd3924 exfatprogs: add missing updating Android.bp by Namjae Jeon · 11 months ago
  16. 71e1a3a exfatprogs: update README.md by Hyunchul Lee · 12 months ago
  17. a1bcd26 fsck: tests: add testcase for renaming dot or dotdot entry by Namjae Jeon · 12 months ago
  18. 272c4f7 fsck: add support for renaming dot and dotdot files by Namjae Jeon · 12 months ago
  19. d1aa86d fsck: don't error print if there is no volume entry by Namjae Jeon · 12 months ago
  20. b8a9b32 tune: label: fix bitmap entry corruption when adding new volume label by Namjae Jeon · 1 year, 1 month ago
  21. 5c14e20 exfatprogs: add usage examples to README.md by Hyunchul Lee · 1 year, 1 month ago
  22. 13faa66 fsck: update manpage by Hyunchul Lee · 1 year, 1 month ago
  23. 6d52fb4 exfat2img: add usage examples to manpage by Hyunchul Lee · 1 year, 1 month ago
  24. c195fdb exfatprogs: change Copyright holder in some files by Hyunchul Lee · 1 year, 1 month ago
  25. afd6e9e mkfs: zero the reserved fields of directory entries by Yuezhang Mo · 1 year, 1 month ago
  26. 2b84172 Merge pull request #199 from hclee/for-next by Namjae Jeon · 1 year, 1 month ago
  27. d45d4da exfatprogs: modify .travis.yml to run fsck testcases by Hyunchul Lee · 1 year, 1 month ago
  28. b9806de exfatprogs: add exfat2img to dump a partition by Hyunchul Lee · 1 year, 1 month ago
  29. a3da451 tests: some modification of test_fsck.sh by Hyunchul Lee · 1 year, 1 month ago
  30. 2d1d874 fsck: tests: testcases for repairing root by Hyunchul Lee · 1 year, 1 month ago
  31. 0422e7b fsck: repair corrupted root by Hyunchul Lee · 1 year, 1 month ago
  32. 5187a92 fsck: tests: add testcase for repairing corrupted directory entries by Hyunchul Lee · 1 year, 1 month ago
  33. c850418 fsck: repair corrupted dentry sets by Hyunchul Lee · 1 year, 1 month ago
  34. 58a13e2 fsck: repair unknown directory entries by Hyunchul Lee · 1 year, 1 month ago
  35. b8cf757 fsck: tests: add a testcase for two chains which contain a same cluster by Hyunchul Lee · 1 year, 1 month ago
  36. 4b08e7a fsck: tests: add a testcase for the mismatch between bitmap and chains by Hyunchul Lee · 1 year, 1 month ago
  37. 45d53d6 fsck: tests: add a testcase for the mismatch between size and chain by Hyunchul Lee · 1 year, 1 month ago
  38. 0a8bd4e fsck: enable reparing the mismatch between size and chains by Hyunchul Lee · 1 year, 1 month ago
  39. 76319a5 fsck: tests: add a testcase for the bad first cluster of a file by Hyunchul Lee · 1 year, 1 month ago
  40. 4e23746 fsck: enable reparing the first cluster of file is bad by Hyunchul Lee · 1 year, 1 month ago
  41. f4a2cab fsck: tests: add a testcase for cluster chains which containa a loop by Hyunchul Lee · 1 year, 1 month ago
  42. 8ca6723 fsck: tests: add a testcase for cluster chains which contain invalid cluster numbers by Hyunchul Lee · 1 year, 1 month ago
  43. 3169618 fsck: enable reparing the cluster chain which contains a loop by Hyunchul Lee · 1 year, 1 month ago
  44. 1c3f973 fsck: enable repairng the cluster chain which contains invalid clusters by Hyunchul Lee · 1 year, 1 month ago
  45. d6c8a3f fsck: Add rescue option to assign orphaned cluster to files by Hyunchul Lee · 1 year, 1 month ago
  46. 30bde40 fsck: change repair message format by Hyunchul Lee · 1 year, 1 month ago
  47. e966e5f fsck: add function to append file dentry set by Hyunchul Lee · 1 year, 1 month ago
  48. 073f2c3 fsck: add file offset to exfat_lookup_filter by Hyunchul Lee · 1 year, 1 month ago
  49. 896f1bc fsck: add function to get an FAT entry by Hyunchul Lee · 1 year, 1 month ago
  50. 216d0fc fsck: change cluster argument of bitmap operations by Hyunchul Lee · 1 year, 1 month ago
  51. 2ea5c97 fsck: add function to create a file by Hyunchul Lee · 1 year, 1 month ago
  52. cab0c62 fsck: add file dentry set lookup function by Hyunchul Lee · 1 year, 1 month ago
  53. 25a8593 fsck: read volume label in exfat_root_dir_check() by Hyunchul Lee · 1 year, 1 month ago
  54. cf86445 fsck: load upcase table using lookup function by Hyunchul Lee · 1 year, 1 month ago
  55. 303936a fsck: read bitmap using lookup function by Hyunchul Lee · 1 year, 1 month ago
  56. 139e7a9 fsck: add dentry set lookup function by Hyunchul Lee · 1 year, 1 month ago
  57. cba9413 lib: move bitmap functions to lib by Hyunchul Lee · 1 year, 1 month ago
  58. d40e54a lib: move shared code to lib by Hyunchul Lee · 1 year, 1 month ago
  59. ac0cea6 fsck: split exfat into exfat and exfat_fsck by Hyunchul Lee · 1 year, 1 month ago
  60. f5f0c94 fsck: fix infinite loop in read_children() by Hyunchul Lee · 1 year, 1 month ago
  61. d462549 fsck: not cut cluster chain if one of them is marked as free by Hyunchul Lee · 1 year, 1 month ago
  62. 05bc35b fsck: handle bad clusters properly in check_clus_chain() by Hyunchul Lee · 1 year, 1 month ago
  63. 4e29696 fsck: print "corrupted" if there are still corrupted files by Hyunchul Lee · 1 year, 1 month ago
  64. e818b53 fsck: subtract the count of fixed files from the count of corrupted files by Hyunchul Lee · 1 year, 1 month ago
  65. 6faa78e fsck: don't stop traveling directory entries by Hyunchul Lee · 1 year, 1 month ago
  66. f4aa96d fsck: tests: allow of running testcases with an image file by Hyunchul Lee · 1 year, 1 month ago
  67. 3c6edd7 fsck: add -Wextra compile option by Hyunchul Lee · 1 year, 1 month ago
  68. 7ef8bf7 Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46f am: 315755514b am: 27dd88eebf by Sadaf Ebrahimi · 1 year, 3 months ago main-16k-with-phones android-u-beta-1-gpl android-u-beta-2-gpl android-u-beta-3-gpl android-u-beta-4-gpl
  69. 27dd88e Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46f am: 315755514b by Sadaf Ebrahimi · 1 year, 3 months ago
  70. 3157555 Fixing issues in METADATA file am: 660ac0d75c am: f26f4ec46f by Sadaf Ebrahimi · 1 year, 3 months ago
  71. f26f4ec Fixing issues in METADATA file am: 660ac0d75c by Sadaf Ebrahimi · 1 year, 3 months ago main-16k
  72. 660ac0d Fixing issues in METADATA file by Sadaf Ebrahimi · 1 year, 3 months ago
  73. 322d5fe Merge pull request #197 from preichl/some_fixes by Hyunchul Lee · 1 year, 5 months ago
  74. 57dd650 Merge pull request #196 from preichl/readme-fix by Hyunchul Lee · 1 year, 5 months ago
  75. 88a334a exfatprogs: fix some minor code issues by Pavel Reichl · 1 year, 5 months ago
  76. d2981af Merge pull request #194 from preichl/exfat-next by Namjae Jeon · 1 year, 5 months ago
  77. 8069e05 README: Add checkpatch note into contribution section by Pavel Reichl · 1 year, 5 months ago
  78. 428b9e5 fsck: Refactor bytes_to_human_readable() by Pavel Reichl · 1 year, 5 months ago
  79. 5a589af Merge pull request #190 from hclee/for-next by Namjae Jeon · 1 year, 10 months ago
  80. c0c2025 exfatprogs: if exfat is not found, warn it and exit by Hyunchul Lee · 1 year, 10 months ago
  81. d58057b fsck: introduce the option "b" to repair the main boot sector by Hyunchul Lee · 1 year, 10 months ago
  82. 7817243 Merge pull request #189 from hoexter/update-exfatlabel-manpage by Namjae Jeon · 1 year, 10 months ago
  83. 772ce20 manpages: correct inaccuracies in the exfatlabel manpage by Sven Hoexter · 1 year, 10 months ago
  84. fa7fa09 Merge pull request #185 from exfatprogs/exfat-next by Namjae Jeon · 1 year, 11 months ago
  85. 40d7b93 Merge pull request #184 from hclee/for-next by Namjae Jeon · 1 year, 11 months ago
  86. 9c164ba exfatprogs: release 1.1.3 version by Hyunchul Lee · 1 year, 11 months ago
  87. 0db6698 Merge pull request #183 from hclee/wangfangli-fixes by Namjae Jeon · 1 year, 11 months ago
  88. 6ebabb7 fsck: fix Out-of-Bounds Accesses in function bytes_to_human_readable by yijiangqiu1 · 1 year, 11 months ago
  89. 831e2e8 fsck: fix double free of exfat pointer by yijiangqiu1 · 1 year, 11 months ago
  90. 0ddd7be Merge pull request #175 from cvubrugier/check-cluster-size by Hyunchul Lee · 2 years ago
  91. b1734d6 Merge pull request #174 from cvubrugier/pwrite by Namjae Jeon · 2 years ago
  92. 2dc478f mkfs: prevent an integer overflow when computing the FAT length by Christophe Vu-Brugier · 2 years ago
  93. c86ccdd mkfs: ensure that the cluster size is greater or equal than the sector size by Christophe Vu-Brugier · 2 years ago
  94. 5c22bb8 mkfs: replace lseek() + write() with pwrite() by Christophe Vu-Brugier · 2 years ago
  95. ac05554 Merge pull request #172 from a1346054/exfat-next by Namjae Jeon · 2 years, 1 month ago
  96. 12e6f31 exfatprogs: fix additional issues in scripts by a1346054 · 2 years, 2 months ago
  97. 707d6a4 exfatprogs: fix spelling in a few files by a1346054 · 2 years, 2 months ago
  98. 24c6517 exfatprogs: fix test script issues identified through shellcheck by a1346054 · 2 years, 2 months ago
  99. 7e30487 exfatprogs: use correct license file by a1346054 · 2 years, 2 months ago
  100. f815739 [LSC] Add LOCAL_LICENSE_KINDS to external/exfatprogs am: 8a23710bb2 am: b0e8abf9de am: 950aa66e93 am: 62b1572c98 by Bob Badour · 2 years, 3 months ago android13-d2-release android13-d3-s1-release android13-d4-release android13-d4-s1-release android13-d4-s2-release android13-dev android13-frc-adbd-release android13-frc-art-release android13-frc-cellbroadcast-release android13-frc-conscrypt-release android13-frc-documentsui-release android13-frc-extservices-release android13-frc-ipsec-release android13-frc-media-release android13-frc-media-swcodec-release android13-frc-networking-release android13-frc-neuralnetworks-release android13-frc-odp-release android13-frc-os-statsd-release android13-frc-permission-release android13-frc-resolv-release android13-frc-scheduling-release android13-mainline-adbd-release android13-mainline-adservices-release android13-mainline-appsearch-release android13-mainline-art-release android13-mainline-cellbroadcast-release android13-mainline-conscrypt-release android13-mainline-extservices-release android13-mainline-go-adbd-release android13-mainline-go-adservices-release android13-mainline-go-appsearch-release android13-mainline-go-art-release android13-mainline-go-cellbroadcast-release android13-mainline-go-conscrypt-release android13-mainline-go-documentsui-release android13-mainline-go-extservices-release android13-mainline-go-ipsec-release android13-mainline-go-media-release android13-mainline-go-media-swcodec-release android13-mainline-go-mediaprovider-release android13-mainline-go-networking-release android13-mainline-go-neuralnetworks-release android13-mainline-go-odp-release android13-mainline-go-os-statsd-release android13-mainline-go-permission-release android13-mainline-go-resolv-release android13-mainline-go-scheduling-release android13-mainline-go-sdkext-release android13-mainline-go-tethering-release android13-mainline-go-tzdata4-release android13-mainline-go-uwb-release android13-mainline-go-wifi-release android13-mainline-ipsec-release android13-mainline-media-release android13-mainline-media-swcodec-release android13-mainline-mediaprovider-release android13-mainline-networking-release android13-mainline-os-statsd-release android13-mainline-permission-release android13-mainline-resolv-release android13-mainline-scheduling-release android13-mainline-sdkext-release android13-mainline-tethering-release android13-mainline-tzdata4-release android13-mainline-uwb-release android13-mainline-wifi-release android13-qpr1-release android13-qpr1-s1-release android13-qpr1-s2-release android13-qpr1-s3-release android13-qpr1-s4-release android13-qpr1-s5-release android13-qpr1-s6-release android13-qpr1-s7-release android13-qpr1-s8-release android13-qpr2-b-s1-release android13-qpr2-release android13-qpr2-s1-release android13-qpr2-s10-release android13-qpr2-s11-release android13-qpr2-s12-release android13-qpr2-s2-release android13-qpr2-s3-release android13-qpr2-s5-release android13-qpr2-s6-release android13-qpr2-s7-release android13-qpr2-s8-release android13-qpr2-s9-release android13-qpr3-c-s1-release android13-qpr3-c-s10-release android13-qpr3-c-s11-release android13-qpr3-c-s12-release android13-qpr3-c-s2-release android13-qpr3-c-s3-release android13-qpr3-c-s4-release android13-qpr3-c-s5-release android13-qpr3-c-s6-release android13-qpr3-c-s7-release android13-qpr3-c-s8-release android13-qpr3-release android13-qpr3-s1-release android13-qpr3-s10-release android13-qpr3-s11-release android13-qpr3-s12-release android13-qpr3-s13-release android13-qpr3-s2-release android13-qpr3-s3-release android13-qpr3-s4-release android13-qpr3-s5-release android13-qpr3-s6-release android13-qpr3-s7-release android13-qpr3-s8-release android13-qpr3-s9-release aml_adb_331011040 aml_adb_331011050 aml_adb_331113120 aml_adb_331314020 aml_adb_331610000 aml_ads_331131000 aml_ads_331418080 aml_ads_331511020 aml_ads_331611190 aml_ads_331710270 aml_ads_331814200 aml_ads_331920180 aml_art_331012050 aml_art_331113000 aml_art_331314010 aml_art_331413030 aml_art_331612010 aml_art_331711080 aml_art_331813010 aml_art_331813100 aml_ase_331011020 aml_ase_331112000 aml_ase_331311020 aml_cbr_330810000 aml_cbr_330911010 aml_cbr_331013010 aml_cbr_331111030 aml_cbr_331310010 aml_cbr_331411000 aml_cbr_331510000 aml_cbr_331610010 aml_cbr_331710020 aml_cbr_331810000 aml_cbr_331910000 aml_con_331011010 aml_con_331115000 aml_con_331312000 aml_con_331411000 aml_con_331413000 aml_doc_331120000 aml_ext_331012020 aml_ext_331112010 aml_ext_331312000 aml_ext_331412000 aml_ext_331814220 aml_go_adb_330913000 aml_go_ads_330913000 aml_go_ads_330915000 aml_go_ads_330915100 aml_go_art_330913000 aml_go_ase_330913000 aml_go_cbr_330912000 aml_go_con_330913000 aml_go_doc_330912000 aml_go_ext_330912000 aml_go_ips_330911000 aml_go_med_330913000 aml_go_mpr_330912000 aml_go_net_330913000 aml_go_neu_330912000 aml_go_odp_330912000 aml_go_odp_330913000 aml_go_per_330912000 aml_go_res_330912000 aml_go_sch_330911000 aml_go_sdk_330810000 aml_go_sta_330911000 aml_go_swc_330913000 aml_go_tet_330914010 aml_go_tz4_330912000 aml_go_uwb_330912000 aml_go_wif_330911000 aml_ips_331014020 aml_ips_331111030 aml_ips_331310000 aml_ips_331312000 aml_ips_331910010 aml_med_331012020 aml_med_331115000 aml_med_331318000 aml_med_331410000 aml_med_331511000 aml_med_331612000 aml_med_331712010 aml_med_331911000 aml_mpr_330811020 aml_mpr_330911040 aml_mpr_331011070 aml_mpr_331112030 aml_mpr_331112050 aml_mpr_331311080 aml_mpr_331412040 aml_mpr_331512020 aml_mpr_331613010 aml_mpr_331711020 aml_mpr_331812020 aml_mpr_331918000 aml_net_330811010 aml_net_330910010 aml_net_331011030 aml_net_331110020 aml_net_331313010 aml_net_331313030 aml_net_331412000 aml_net_331610000 aml_net_331710000 aml_net_331812010 aml_net_331910030 aml_neu_331113000 aml_neu_331310000 aml_per_330811030 aml_per_330912010 aml_per_331019040 aml_per_331115020 aml_per_331313010 aml_per_331411000 aml_per_331512020 aml_per_331611010 aml_per_331710050 aml_per_331812030 aml_per_331913010 aml_res_330810000 aml_res_330910000 aml_res_331011050 aml_res_331114000 aml_res_331314010 aml_res_331512000 aml_res_331611010 aml_res_331820000 aml_sch_331111000 aml_sch_331113000 aml_sdk_330810010 aml_sdk_330810050 aml_sdk_331111000 aml_sdk_331310010 aml_sdk_331410000 aml_sdk_331412000 aml_sdk_331811000 aml_sdk_331811100 aml_sdk_331812000 aml_sta_330910000 aml_sta_331010010 aml_sta_331311000 aml_sta_331410000 aml_sta_331511000 aml_sta_331610000 aml_sta_331711010 aml_sta_331811000 aml_sta_331910000 aml_swc_331012020 aml_swc_331116000 aml_swc_331318000 aml_swc_331410000 aml_swc_331511000 aml_swc_331612000 aml_swc_331712000 aml_swc_331911000 aml_tet_330812150 aml_tet_330911010 aml_tet_331012080 aml_tet_331117000 aml_tet_331312080 aml_tet_331412030 aml_tet_331511000 aml_tet_331511160 aml_tet_331711040 aml_tet_331820050 aml_tet_331910040 aml_tz4_331012000 aml_tz4_331012040 aml_tz4_331012050 aml_tz4_331314010 aml_tz4_331314020 aml_tz4_331314030 aml_tz4_331910000 aml_uwb_330810010 aml_uwb_331015040 aml_uwb_331115000 aml_uwb_331310030 aml_uwb_331410010 aml_uwb_331611010 aml_uwb_331613010 aml_uwb_331820070 aml_uwb_331910010 aml_wif_330810040 aml_wif_330910030 aml_wif_331016070 aml_wif_331112000 aml_wif_331310070 aml_wif_331414000 aml_wif_331511020 aml_wif_331613000 aml_wif_331710030 aml_wif_331810010 aml_wif_331910020 android-13.0.0_r16 android-13.0.0_r17 android-13.0.0_r18 android-13.0.0_r19 android-13.0.0_r20 android-13.0.0_r21 android-13.0.0_r22 android-13.0.0_r23 android-13.0.0_r24 android-13.0.0_r27 android-13.0.0_r28 android-13.0.0_r29 android-13.0.0_r30 android-13.0.0_r32 android-13.0.0_r33 android-13.0.0_r34 android-13.0.0_r35 android-13.0.0_r36 android-13.0.0_r37 android-13.0.0_r38 android-13.0.0_r39 android-13.0.0_r40 android-13.0.0_r41 android-13.0.0_r42 android-13.0.0_r43 android-13.0.0_r44 android-13.0.0_r45 android-13.0.0_r46 android-13.0.0_r47 android-13.0.0_r48 android-13.0.0_r49 android-13.0.0_r50 android-13.0.0_r51 android-13.0.0_r52 android-13.0.0_r53 android-13.0.0_r54 android-13.0.0_r55 android-13.0.0_r56 android-13.0.0_r57 android-13.0.0_r58 android-13.0.0_r59 android-13.0.0_r60 android-13.0.0_r61 android-13.0.0_r62 android-13.0.0_r63 android-13.0.0_r64 android-13.0.0_r65 android-13.0.0_r66 android-13.0.0_r67 android-13.0.0_r68 android-13.0.0_r69 android-13.0.0_r70 android-13.0.0_r71 android-13.0.0_r72 android-13.0.0_r73 android-13.0.0_r74 android-13.0.0_r75 android-13.0.0_r76 android-13.0.0_r77 android-13.0.0_r78 android-13.0.0_r79 android-13.0.0_r80 android-13.0.0_r81 android-13.0.0_r82 android-t-qpr2-beta-2-gpl android-t-qpr2-beta-3-gpl android-t-qpr3-beta-1-gpl android-t-qpr3-beta-3-gpl t_frc_adb_330444000 t_frc_art_330443060 t_frc_ase_330444010 t_frc_cbr_330443000 t_frc_con_330443020 t_frc_doc_330443000 t_frc_doc_330443060 t_frc_doc_330543000 t_frc_ext_330443000 t_frc_ips_330443010 t_frc_med_330443030 t_frc_net_330443000 t_frc_neu_330443000 t_frc_neu_330443030 t_frc_odp_330442000 t_frc_odp_330442040 t_frc_per_330444010 t_frc_res_330443000 t_frc_sch_330443010 t_frc_sch_330443040 t_frc_sta_330443010 t_frc_swc_330443010 t_frc_swc_330443040 t_frc_tz4_330443010