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
| ||
|
Message-ID: <174786678184.1384866.10606130086625220802.stgit@frogsfrogsfrogs> Date: Wed, 21 May 2025 15:34:42 -0700 From: "Darrick J. Wong" <djwong@...nel.org> To: tytso@....edu Cc: linux-ext4@...r.kernel.org Subject: [PATCHSET 2/6] fuse2fs: various filewide cleanups Hi all, Clean up the inode reading and writing callsites and the opencoded unit conversion code throughout the program. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. Comments and questions are, as always, welcome. e2fsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/e2fsprogs.git/log/?h=fuse2fs-cleanups --- Commits in this patchset: * fuse2fs: clean up open-coded ext2_inode_large -> ext2_inode casts * fuse2fs: simplify reading and writing inodes * fuse2fs: implement blocksize converters --- misc/fuse2fs.c | 269 +++++++++++++++++++++++++++----------------------------- 1 file changed, 132 insertions(+), 137 deletions(-)
Powered by blists - more mailing lists