linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mke2fs: small doc and features
@ 2025-09-10 13:51 Ralph Siemsen
  2025-09-10 13:51 ` [PATCH v2 1/4] mke2fs: document the hash_seed option Ralph Siemsen
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Ralph Siemsen @ 2025-09-10 13:51 UTC (permalink / raw)
  To: linux-ext4; +Cc: Ralph Siemsen

Four independent fixes for mke2fs:

1) document the hash_seed option
2) support multiple '-E' arguments 
3) add extended option for setting root inode security context
4) minor indentation fix in man page

For the third one, the main use case is when generating empty
filesystems for use when SELinux is enabled.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
---
Changes in v2:
- multiple '-E' options are now supported
- added 4th patch to fix man page formatting
- Link to v1: https://lore.kernel.org/r/20250909-mke2fs-small-fixes-v1-0-c6ba28528af2@linaro.org

---
Ralph Siemsen (4):
      mke2fs: document the hash_seed option
      mke2fs: support multiple '-E' options
      mke2fs: add root_selinux option for root inode label
      mke2fs: fix missing .TP in man page

 misc/mke2fs.8.in              | 19 ++++++++++++-
 misc/mke2fs.c                 | 63 ++++++++++++++++++++++++++++++++++++++++---
 tests/m_root_selinux/expect.1 | 57 +++++++++++++++++++++++++++++++++++++++
 tests/m_root_selinux/script   |  4 +++
 4 files changed, 138 insertions(+), 5 deletions(-)
---
base-commit: 4b02eb164221c079b428566499343af2766c2ec3
change-id: 20250909-mke2fs-small-fixes-6d4a0c3a8781

Best regards,
--  
Ralph Siemsen <ralph.siemsen@linaro.org>


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

end of thread, other threads:[~2025-11-11 20:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10 13:51 [PATCH v2 0/4] mke2fs: small doc and features Ralph Siemsen
2025-09-10 13:51 ` [PATCH v2 1/4] mke2fs: document the hash_seed option Ralph Siemsen
2025-09-20 18:52   ` Andreas Dilger
2025-09-10 13:51 ` [PATCH v2 2/4] mke2fs: support multiple '-E' options Ralph Siemsen
2025-09-20 18:53   ` Andreas Dilger
2025-09-10 13:51 ` [PATCH v2 3/4] mke2fs: add root_selinux option for root inode label Ralph Siemsen
2025-09-20 22:39   ` Andreas Dilger
2025-09-22 14:31     ` Ralph Siemsen
2025-09-10 13:51 ` [PATCH v2 4/4] mke2fs: fix missing .TP in man page Ralph Siemsen
2025-09-20 22:59   ` Andreas Dilger
2025-09-22 14:46     ` Ralph Siemsen
2025-11-11 20:09 ` [PATCH v2 0/4] mke2fs: small doc and features 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).