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: <20251104-work-fs-header-v1-0-fb39a2efe39e@kernel.org>
Date: Tue, 04 Nov 2025 15:46:31 +0100
From: Christian Brauner <brauner@...nel.org>
To: linux-fsdevel@...r.kernel.org
Cc: Alexander Viro <viro@...iv.linux.org.uk>, Jan Kara <jack@...e.cz>, 
 linux-kernel@...r.kernel.org, Christian Brauner <brauner@...nel.org>
Subject: [PATCH 0/3] fs: start to split up fs.h

Take first steps to split up fs.h. Add fs_super_types.h and fs_super.h
headers that contain the types and functions associated with super
blocks respectively.

Signed-off-by: Christian Brauner <brauner@...nel.org>
---
Christian Brauner (3):
      fs: rename fs_types.h to fs_dirent.h
      fs: add fs_super_types header
      fs: add fs_super.h header

 fs/Makefile                               |   2 +-
 fs/{fs_types.c => fs_dirent.c}            |   2 +-
 include/linux/fs.h                        | 526 +-----------------------------
 include/linux/{fs_types.h => fs_dirent.h} |  11 +-
 include/linux/fs_super.h                  | 233 +++++++++++++
 include/linux/fs_super_types.h            | 335 +++++++++++++++++++
 6 files changed, 578 insertions(+), 531 deletions(-)
---
base-commit: dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
change-id: 20251104-work-fs-header-16f780a431c1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ