linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs
@ 2025-09-17  3:28 Theodore Ts'o
  2025-09-17  3:28 ` [PATCH 1/3] tune2fs: reorganize command-line flag handling Theodore Ts'o
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Theodore Ts'o @ 2025-09-17  3:28 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: Theodore Ts'o

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-19 15:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-17  3:28 [PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs Theodore Ts'o
2025-09-17  3:28 ` [PATCH 1/3] tune2fs: reorganize command-line flag handling Theodore Ts'o
2025-09-17  3:28 ` [PATCH 2/3] tune2fs: rework parse_extended_opts() so it only parses the option string Theodore Ts'o
2025-09-17  6:15   ` Andreas Dilger
2025-09-17  3:28 ` [PATCH 3/3] tune2fs: try to use the SET_TUNE_SB_PARAM ioctl on mounted file systems Theodore Ts'o
2025-09-18 17:47   ` Darrick J. Wong
2025-09-19 15:01     ` Theodore Ts'o
2025-09-17  6:26 ` [PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs Andreas Dilger
2025-09-18 16:55   ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).