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: <20250601142217.17820-1-bensberg@telfort.nl> Date: Sun, 1 Jun 2025 16:22:17 +0200 From: Benno Schulenberg <bensberg@...fort.nl> To: linux-ext4@...r.kernel.org Subject: [PATCH] fix several typos in the latest Release Notes Signed-off-by: Benno Schulenberg <bensberg@...fort.nl> Something is missing in the following sentence in the "UI and Features" section, but I don't know what: Add mke2fs.conf knobs to control whether the RAID stripe or stride sizes from the storage device information depending on whether the storage device is a rotational or non-rotational device. --- doc/RelNotes/v1.47.3.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/RelNotes/v1.47.3.txt b/doc/RelNotes/v1.47.3.txt index 2a24001d..e3699b3c 100644 --- a/doc/RelNotes/v1.47.3.txt +++ b/doc/RelNotes/v1.47.3.txt @@ -28,7 +28,7 @@ Fixes ----- Fix "e2fsck -E unshare_blocks" to clear the shared_blocks flag when -there are no shared blocks to clear +there are no shared blocks to clear. Fix "e2fsck -n" to not abort when it trips across an EA inode which is not referenced by any inodes in the file system. @@ -41,7 +41,7 @@ Fix debugfs's dirsearch command on big-endian systems. Fix many fuse2fs bugs found by running fstests, including fixing support for O_APPEND, O_TRUNC, POSIX ACLs, and the immutable flag. Also fix fuse2fs to correctly remove ea_inodes if the last reference to an -ea_inode is removed when an inode is removed, and to update timestmps +ea_inode is removed when an inode is removed, and to update timestamps correctly after the mkdir(2) and symlink(2) operations. Fix fuse2fs's error code handling for fallocate(), truncate() and @@ -75,7 +75,7 @@ potentially leading to a corrupted extent tree. Fix potential livelock bug in the unix_io manager. -Fix invaidation support in the unix_io manager. +Fix invalidation support in the unix_io manager. Various man page cleanups. @@ -90,7 +90,7 @@ Improve tune2fs's performance by avoiding scanning the file system to update quota inodes in cases when it's not necessary. Improve fuse2fs's performance by returning inode and type information in -readdir() and to use the actal inode numbers instead of asking fuse +readdir() and to use the actual inode numbers instead of asking fuse to make up inode numbers. Fix various Coverity and compiler warnings. @@ -110,17 +110,17 @@ created directory. Add new functions ext2fs_log2_u{32,64}() and ext2fs_log10_u{32,64}() so we don't have multiple copies of these functions in various e2fsprogs programs. - + Improve debugging and logging in fuse2fs. -General code cleaups in fuse2fs. +General code cleanups in fuse2fs. Improve fuse2fs's performance by allowing a larger cache in unix_io and using O_DIRECT to read and write the block device. -Fixed Windows portability problems intrduced in 1.47.2. +Fixed Windows portability problems introduced in 1.47.2. -Fixed potention races in the Makefiles which could show up when using +Fixed potential races in the Makefiles which could show up when using "make -j install". Fixed build failures when libarchive is not available. -- 2.48.1
Powered by blists - more mailing lists