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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Oct 2015 14:56:29 -0700
From:	"Darrick J. Wong" <darrick.wong@...cle.com>
To:	tytso@....edu, darrick.wong@...cle.com
Cc:	linux-ext4@...r.kernel.org
Subject: [PATCH 00/12] e2fsprogs: misc fixes and cleanups;
 save checksum seeds

Hi all,

Here's a short patch series that rolls up all my pending fixes for
assorted minor problems with e2fsprogs.  It then replaces all the open
coded feature flag functions with a series of helper functions; and
finally it introduces the "metdata_csum_seed" feature which decouples
the metadata block checksums from the FS UUID so that said UUID can be
changed while the FS is mounted.

Patches 1-2 fix an incorrect overhead calculation in mke2fs when
formatting with meta_bg that prevented formatting devices larger than
256TB; and teaches mke2fs to enable meta_bg whenever the group
descriptor blocks overflow a block group.  This makes it possible to
format ext4 on multi-petabyte block devices, albeit at a SEVERE
overhead cost.

Patches 3-7 replace open-coded feature flag manipulation code with
helper functions.  I've hand-checked all the changes to ensure that
they are correct.

Patches 8-12 introduces the metadata_csum_seed feature, which saves
the first component of metadata block checksums (specifically, the
value of crc32c(~0, FS_UUID)) in the superblock.  This enables the
administrator to change the UUID on a mounted metadata_csum
filesystem.

The patchset should apply cleanly against the -next branch as of 29
September.  Comments and questions are, as always, welcome.

--D
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ