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]
Message-Id: <20241206172828.3219989-1-cascardo@igalia.com>
Date: Fri,  6 Dec 2024 14:28:23 -0300
From: Thadeu Lima de Souza Cascardo <cascardo@...lia.com>
To: linux-ext4@...r.kernel.org
Cc: "Theodore Ts'o" <tytso@....edu>,
	Andreas Dilger <adilger.kernel@...ger.ca>,
	linux-kernel@...r.kernel.org,
	kernel-dev@...lia.com,
	Thadeu Lima de Souza Cascardo <cascardo@...lia.com>
Subject: [PATCH 0/5] ext4: inline data cleanup

This series starts some cleanup of the inline data support, making it
easier to handle cases where the disk data is changed underneath the
system.

They were tested with some test cases that have good coverage with both
regular files and directories (indexed and not).

A few syzkaller or hand-written reproducers have also been tested and shown
not to crash the system anymore, but mount the filesystem read-only,
failing with -EUCLEAN.

Thadeu Lima de Souza Cascardo (5):
  ext4: inline: remove extra size check when writing data
  ext4: inline: use cached i_inline_size instead of e_value_size
  ext4: introduce wrapper to read data from inode
  ext4: add a wrapper to update i_inline_off and i_inline_size
  ext4: make i_inline_off point to data

 fs/ext4/inline.c | 176 ++++++++++++++++++++++-------------------------
 1 file changed, 84 insertions(+), 92 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ