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: <174786678371.1385038.908946555361173764.stgit@frogsfrogsfrogs> Date: Wed, 21 May 2025 15:34:47 -0700 From: "Darrick J. Wong" <djwong@...nel.org> To: tytso@....edu Cc: linux-ext4@...r.kernel.org Subject: [PATCHSET 3/6] fuse2fs: add some easy new features Hi all, As of 2025, libfuse is a lot more capable than it was in 2013. Implement some new features such as readdirplus and directory seeking for better directory performance, and reduce the amount of filesystem flushing so that it only happens when userspace explicitly asks for it. 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-new-features --- Commits in this patchset: * fuse2fs: use file handles when possible * fuse2fs: implement dir seeking * fuse2fs: implement readdirplus * fuse2fs: implement dirsync mode * fuse2fs: only flush O_SYNC files on close * fuse2fs: improve want_extra_isize handling * fuse2fs: cache symlink targets in the kernel --- misc/fuse2fs.c | 211 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 164 insertions(+), 47 deletions(-)
Powered by blists - more mailing lists