Lines Matching refs:exfat
5 * fsck.exfat: Keep traveling files even if there is a corrupted
7 * fsck.exfat: Introduce the option "b" to recover a boot sector even
9 * fsck.exfat: Introduce the option "s" to create files in
12 * fsck.exfat: Rename '.' and '..' entry name to the one user want.
15 * fsck.exfat: Repair corruptions of an exFAT filesystem. Please refer
16 to fsck.exfat manpage to see what kind of corruptions can be repaired.
21 * fsck.exfat: Fix an infinite loop while traveling files.
22 * tune.exfat: Fix bitmap entry corruption when adding new volume lablel.
28 * mkfs.exfat: ensure that the cluster size is greater than or
30 * mkfs.exfat: replace lseek() + write() with pwrite().
33 * mkfs.exfat: prevent an integer overflow when computing the FAT
35 * fsck.exfat: fix a double free memory error.
41 * mkfs.exfat: set 0x80 to DriveSelect of the boot sector
52 * mkfs.exfat: adjust the boundary alignment calculations to compensate
56 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation
68 * fsck.exfat: recover corrupted boot region.
72 * dump.exfat: Show the on-disk metadata information and the statistics.
81 * fsck.exfat: display sector, cluster, and volume sizes in the human
83 * fsck.exfat: reduce the elapsed time using read-ahead.
86 * mkfs.exfat: generate pseudo unique serials while creating filesystems.
87 * mkfs.exfat: add the "-b" option to align the start offset of FAT and
89 * fsck.exfat: repair zero-byte files which have the NoFatChain attribute.
93 * fsck.exfat: fix the bug that cannot access space beyond 2TB.
99 * Rename label.exfat to tune.exfat.
100 * tune.exfat: change argument style(-l option for print level,
102 * mkfs.exfat: harmonize set volume label option with tune.exfat.
124 * label.exfat: Add support for label.exfat to set/get exfat volume label.
137 * mkfs.exfat: quick/full format support
138 * mkfs.exfat: specify cluster size
139 * mkfs.exfat: set volume label
140 * fsck.exfat: consistency check support