Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-30 22:23:17 to 2026-09-02 05:51:14 UTC [more...]

[PATCH v2] overlay/081: add missing _require_scratch check
 2026-09-02  5:51 UTC  (2+ messages)

[PATCH] ovl: Fix NULL dereference in ovl_get_index_name_fh
 2026-09-01 16:38 UTC  (4+ messages)

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-01 15:53 UTC  (29+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const

[PATCH v3 0/2] selinux: fix nested backing-file mprotect checks
 2026-08-31 13:47 UTC  (5+ messages)
` [PATCH v3 1/2] selinux: preserve user SID across nested backing files
` [PATCH v3 2/2] selinux: recheck intermediate backing files on mprotect

[PATCH] overlay/081: add missing _require_scratch_nocheck check
 2026-08-31 11:19 UTC  (2+ messages)

[PATCH] ovl: return EINVAL instead of EIO in case of mismatched user_ns
 2026-08-31 10:16 UTC  (3+ messages)

[PATCH] ovl: implement ->get_unmapped_area()
 2026-08-31  8:18 UTC  (4+ messages)

[PATCH v2] selinux: preserve user SID across nested backing files
 2026-08-29 19:39 UTC  (7+ messages)

[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
 2026-08-25 12:53 UTC  (8+ messages)
` [PATCH 1/3] ovl: don't warn when the "
` [PATCH 2/3] binfmt_misc: "
` [PATCH 3/3] selftests/filesystems: test completing a context "

ovl_copy_xattr() can write uninitialised heap into the upper file's xattr
 2026-08-25  8:20 UTC  (8+ messages)
            ` [PATCH] ovl: fortify ovl_copy_xattr() against underlying layer modifications

[PATCH] selinux: preserve user SID across nested backing files
 2026-08-20 17:50 UTC  (3+ messages)

[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-08-20 16:44 UTC  (37+ messages)
` [PATCH v15 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v15 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v15 03/25] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v15 04/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v15 05/25] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v15 06/25] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v15 07/25] block: add task-context bio completion infrastructure
` [PATCH v15 08/25] block: don't delay bio task completions
` [PATCH v15 09/25] iomap: add a iomap_ioend_flags helper
` [PATCH v15 10/25] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH v15 11/25] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH v15 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v15 13/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v15 14/25] xfs: disable direct read path for fs-verity files
` [PATCH v15 15/25] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v15 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v15 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v15 18/25] xfs: make xfs_free_eofblocks() work with fsverity inodes
` [PATCH v15 19/25] xfs: add fs-verity support
` [PATCH v15 20/25] xfs: initialize fs-verity on file open
` [PATCH v15 21/25] xfs: add fs-verity ioctls
` [PATCH v15 22/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v15 23/25] xfs: check and repair the verity inode flag state
` [PATCH v15 24/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v15 25/25] xfs: enable ro-compat fs-verity flag

[PATCH 0/2] Support overlayfs in the idmapped mount tests
 2026-08-12 21:04 UTC  (10+ messages)
` [PATCH 1/2] src/vfs: probe O_TMPFILE support on the base mount in the idmapped tests
` [PATCH 2/2] src/vfs: skip whiteout-device fixtures on overlayfs

[PATCH] fs: fix user path of nested backing files
 2026-08-12  7:27 UTC  (3+ messages)

[PATCH] ovl: fix NULL pointer dereference in ovl_i_path_real()
 2026-08-10  9:15 UTC  (2+ messages)

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-10  8:28 UTC  (4+ messages)

[syzbot] [overlayfs?] possible deadlock in mnt_want_write (9)
 2026-08-05  8:12 UTC 

[RFC][PATCH 0/5] Proposal for Cross-fs copy_file_range()
 2026-08-01 18:54 UTC  (12+ messages)
` [RFC][PATCH 1/5] fs: clarify cross-sb copy_file_range() code
` [RFC][PATCH 2/5] fs: add support for copy file range from another fs
` [RFC][PATCH 3/5] fs: add support for copy file range to "
` [RFC][PATCH 4/5] ovl: add support for copy file range from "
` [RFC][PATCH 5/5] ovl: add support for copy file range to "

[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
 2026-07-30 13:57 UTC  (17+ messages)

[PATCH] ovl: check access to copy_file_range source with src mounter creds
 2026-07-22 14:42 UTC  (2+ messages)

[PATCH] ovl: fix trusted xattr escape prefix matching
 2026-07-22 11:48 UTC  (3+ messages)

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-21 18:40 UTC 

[PATCH v12 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-07-21  8:46 UTC  (2+ messages)

[PATCH] fstests: vfstest: skip rejected tmpfile creation
 2026-07-20  8:42 UTC  (2+ messages)

[PATCH v2] overlayfs.rst: remove mention of workdir needing to be empty
 2026-07-16 14:36 UTC  (3+ messages)

[PATCH] overlayfs.rst: remove mention of workdir needing to be empty
 2026-07-15 17:42 UTC  (2+ messages)

[PATCH] ovl: add ioctls to retrieve layer file descriptors
 2026-07-10 18:23 UTC  (20+ messages)

[PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-10 10:38 UTC  (2+ messages)

[PATCH 6.18 002/108] lsm: add backing_file LSM hooks
 2026-07-02 16:19 UTC 

[PATCH 6.6 088/175] fs: prepare for adding LSM blob to backing_file
 2026-07-02 16:19 UTC  (2+ messages)
` [PATCH 6.6 089/175] lsm: add backing_file LSM hooks

[PATCH 6.12 126/204] lsm: add backing_file LSM hooks
 2026-07-02 16:19 UTC 

[PATCH v3 0/3] overlayfs: security hardening patches (with PoCs)
 2026-07-01 13:04 UTC  (2+ messages)

[PATCH v3 stable/linux-6.12.y 0/3] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-30 22:23 UTC  (2+ messages)


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