Linux filesystem development
 help / color / mirror / Atom feed
* [PATCH v6 0/2] erofs: share the superblock for file-backed mounts
@ 2026-08-12 14:28 Giuseppe Scrivano
  2026-08-12 14:28 ` [PATCH v6 1/2] fs: rename vfs_get_super() to get_tree_super() and export it Giuseppe Scrivano
  2026-08-12 14:28 ` [PATCH v6 2/2] erofs: reuse superblock for file-backed mounts Giuseppe Scrivano
  0 siblings, 2 replies; 4+ messages in thread
From: Giuseppe Scrivano @ 2026-08-12 14:28 UTC (permalink / raw)
  To: linux-erofs; +Cc: xiang, linux-fsdevel, amir73il, gscrivan, brauner, viro, jack

v5: https://lore.kernel.org/linux-fsdevel/20260811071241.389589-1-gscrivan@redhat.com/
v4: https://lore.kernel.org/linux-fsdevel/20260804060455.2928514-1-gscrivan@redhat.com/
v3: https://lore.kernel.org/linux-fsdevel/20260801075446.2508805-1-gscrivan@redhat.com/
v2: https://lore.kernel.org/linux-fsdevel/20260731160901.2276832-1-gscrivan@redhat.com/
v1: https://lore.kernel.org/linux-fsdevel/20260730124120.1501126-1-gscrivan@redhat.com/
Needs: https://lore.kernel.org/linux-fsdevel/20260804055949.2927896-1-gscrivan@redhat.com/

Giuseppe Scrivano (2):
  fs: rename vfs_get_super() to get_tree_super() and export it
  erofs: reuse superblock for file-backed mounts

 Documentation/filesystems/erofs.rst |  7 ++++
 fs/erofs/internal.h                 |  1 +
 fs/erofs/super.c                    | 56 +++++++++++++++++++++++++++--
 fs/super.c                          | 19 +++++++---
 include/linux/fs_context.h          |  4 +++
 5 files changed, 80 insertions(+), 7 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-08-13 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 14:28 [PATCH v6 0/2] erofs: share the superblock for file-backed mounts Giuseppe Scrivano
2026-08-12 14:28 ` [PATCH v6 1/2] fs: rename vfs_get_super() to get_tree_super() and export it Giuseppe Scrivano
2026-08-12 14:28 ` [PATCH v6 2/2] erofs: reuse superblock for file-backed mounts Giuseppe Scrivano
2026-08-13 11:51   ` Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox