* [ANNOUNCE] exfatprogs-1.3.0 version released
@ 2025-10-15  5:23 Namjae Jeon
  0 siblings, 0 replies; only message in thread
From: Namjae Jeon @ 2025-10-15  5:23 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux-fsdevel, Goldwyn Rodrigues,
	Nicolas Boos, sedat.dilek, Hyunchul Lee, Luca Stefani,
	Matthieu CASTET, Sven Hoexter, Ethan Sommer, Yuezhang.Mo,
	Eric Sandeen, 3394797836
Hi folks,
In this release, a new tool, defrag.exfat, has been added to perform
defragmentation on exFAT volumes, featuring the following command-line options:
  - defrag.exfat    /dev/sdX: Perform defragmentation with "fsck warning"
  - defrag.exfat -f /dev/sdX: Force defragmentation (skip fsck warning)
  - defrag.exfat -a /dev/sdX: Assess current fragmentation status
Additionally, the quick format time of mkfs has been significantly improved:
in the worst-case scenario of a 2TB partition with a 512B cluster size,
the time was reduced from 3 minutes to just 9 seconds.
Any feedback is welcome!:)
NEW FEATURES :
 * defrag.exfat: add a tool to defragment an exFAT
   filesystem or assess its fragmentation status.
   See a man page.
CHANGES :
 * mkfs.exfat: minimize zero-out initialization work
   in quick format mode to reduce I/O time.
 * fsck.exfat: set the entry after an unused entry as unused.
BUG FIXES :
 * mkfs.exfat: fix incorrect FAT byte length calculation.
 * mkfs.exfat: avoid setting physical sector size into sector_size field.
 * fsck.exfat: fix a memory leaks in an error path.
The git tree is at:
      https://github.com/exfatprogs/exfatprogs
The tarballs can be found at:
      https://github.com/exfatprogs/exfatprogs/releases/download/1.3.0/exfatprogs-1.3.0.tar.gz
^ permalink raw reply	[flat|nested] only message in thread
only message in thread, other threads:[~2025-10-15  5:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  5:23 [ANNOUNCE] exfatprogs-1.3.0 version released Namjae Jeon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).