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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 26 Aug 2021 00:11:29 +0200 From: Jan Kara <jack@...e.cz> To: Ted Tso <tytso@....edu> Cc: <linux-ext4@...r.kernel.org>, Jan Kara <jack@...e.cz> Subject: [PATCH 0/5 v6] e2fsprogs: Support for orphan file feature Hello, This is the fifth version of support for orphan file feature in e2fsprogs. I've rebased it on top of maint branch as Ted already merged initial fixes. I've also fixed up some issues Ted has already found. I'm not aware of any outstanding issue with the series, xfstests pass fine with it. Changes since v5: * Fix e2fsck handling of orphan file when metadata checksums are disabled Changes since v4: * Make sure we consistently speak about orphan_file and orphan_present feature, not flag, in error messages. * Do not make orphan_file feature default yet * Make sure mke2fs does not complain if orphan_file feature got enabled by the profile but user decided to disable journal. * Fixed up value of ORPHAN_PRESENT feature * Fixed several introduced -Wall warnings * Fixed e2fsck errorcodes * Rebased on top of current maint branch (some patches already merged) Changes since v3: * updated to compute checksum also from physical block Changes since v2: * rebased onto current master branch * fixed various bugs I've spotted during testing * added support for debugfs, dumpe2fs, e2image * changed code to use dynamically allocated inode number instead of fixed one Honza Previous versions: Link: https://lore.kernel.org/linux-ext4/20210712154315.9606-1-jack@suse.cz/ # v4 Link: http://lore.kernel.org/r/20210811103054.7896-1-jack@suse.cz # v5
Powered by blists - more mailing lists