lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 31 Jul 2020 16:16:04 +0900
From:   "Namjae Jeon" <namjae.jeon@...sung.com>
To:     "'Linux Kernel Mailing List'" <linux-kernel@...r.kernel.org>,
        <linux-fsdevel@...r.kernel.org>
Cc:     "'Eric Sandeen'" <sandeen@...deen.net>,
        "'Goldwyn Rodrigues'" <rgoldwyn@...e.com>,
        "'Nicolas Boos'" <nicolas.boos@...adoo.fr>,
        <sedat.dilek@...il.com>, "'Hyunchul Lee'" <hyc.lee@...il.com>,
        "'Luca Stefani'" <luca.stefani.ge1@...il.com>,
        "'Matthieu CASTET'" <castet.matthieu@...e.fr>,
        "'Sven Hoexter'" <sven@...rmbind.net>,
        "'Ethan Sommer'" <e5ten.arch@...il.com>,
        "'Hyeongseok Kim'" <hyeongseok@...il.com>,
        'Sven Höxter' <sven@...rmbind.net>
Subject: exfatprogs-1.0.4 version released

Hi folk,

In this release, The performance of fsck have been much improved and
the new option in mkfs have been added to adjust boundary alignment.

As the result below, The fsck performance is improved close to windows's fsck
and much faster than the one in exfat-utils package.

We measured the performance on Samsung 64GB Pro microSDXC UHS-I Class 10 which
was filled up to 35GB with 9948 directories and 16506 files.

| Implementation       | version           | execution time (seconds) |
|--------------------- |-------------------|--------------------------|
| **exfatprogs fsck**  | 1.0.4             | 11.561                   |
| Windows fsck         | Windows 10 1809   | 11.449                   |
| [exfat-fuse fsck]    | 1.3.0             | 68.977                   |

And we have been preparing to add fsck repair feature in the next version.
Any feedback is welcome!:)

CHANGES :
 * fsck.exfat: display sector, cluster, and volume sizes in the human
   readable format.
 * fsck.exfat: reduce the elapsed time using read-ahead.

NEW FEATURES :
 * mkfs.exfat: generate pseudo unique serials while creating filesystems.
 * mkfs.exfat: add the "-b" option to align the start offset of FAT and
   data clusters.
 * fsck.exfat: repair zero-byte files which have the NoFatChain attribute.

BUG FIXES :
 * Fix memory leaks on error handling paths.
 * fsck.exfat: fix the bug that cannot access space beyond 2TB.

The git tree is at:
      https://github.com/exfatprogs/exfatprogs

The tarballs can be found at:
      https://github.com/exfatprogs/exfatprogs/releases/download/1.0.4/exfatprogs-1.0.4.tar.gz

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ