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: <20250917032814.395887-1-tytso@mit.edu>
Date: Tue, 16 Sep 2025 23:28:11 -0400
From: "Theodore Ts'o" <tytso@....edu>
To: Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc: "Theodore Ts'o" <tytso@....edu>
Subject: [PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs

Teach tune2fs to try use the new EXT4_IOC_SET_TUNE_SB_PARAM ioctl
interface to update mounted file systems.  This will allow us to
disallow read/write access to the block device while the file system
is mounted, once we are sure the updated e2fsprogs is in use.

Theodore Ts'o (3):
  tune2fs: reorganize command-line flag handling
  tune2fs: rework parse_extended_opts() so it only parses the option
    string
  tune2fs: try to use the SET_TUNE_SB_PARAM ioctl on mounted file
    systems

 misc/tune2fs.c | 763 ++++++++++++++++++++++++++++++++-----------------
 1 file changed, 496 insertions(+), 267 deletions(-)

-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ