Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2026-03-13 00:46:22 to 2026-04-28 08:34:24 UTC [more...]

[PATCH v9 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-28  8:33 UTC  (11+ messages)
` [PATCH v9 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v9 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v9 03/22] ovl: use core fsverity ensure info interface
` [PATCH v9 04/22] fsverity: generate and store zero-block hash
` [PATCH v9 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v9 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v9 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v9 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v9 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v9 10/22] xfs: introduce fsverity on-disk changes

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-28  4:35 UTC  (35+ messages)
` [PATCH v3 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v3 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v3 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v3 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v3 06/19] VFS: add d_duplicate()
` [PATCH v3 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v3 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v3 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v3 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v3 11/19] efivarfs: use d_alloc_name()
` [PATCH v3 12/19] shmem: use d_duplicate()
` [PATCH v3 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v3 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v3 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v3 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v3 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v3 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v3 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27  8:41 UTC  (22+ messages)
` [PATCH v2 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v2 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v2 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v2 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v2 06/19] VFS: add d_duplicate()
` [PATCH v2 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v2 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v2 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v2 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v2 11/19] efivarfs: use d_alloc_name()
` [PATCH v2 12/19] shmem: use d_duplicate()
` [PATCH v2 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v2 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v2 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v2 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v2 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v2 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH] incfs: validate rlog_pages mount option against MAX_ORDER_NR_PAGES
 2026-04-24  4:59 UTC 

[PATCH] incfs: fix use-after-eviction in incfs_kill_sb()
 2026-04-24  4:50 UTC 

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-22 22:46 UTC  (29+ messages)
` [PATCH v8 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v8 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
` [PATCH v8 04/22] fsverity: generate and store zero-block hash
` [PATCH v8 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v8 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v8 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v8 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v8 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v8 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v8 11/22] xfs: initialize fs-verity on file open
` [PATCH v8 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v8 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v8 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v8 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v8 16/22] xfs: add fs-verity support
` [PATCH v8 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v8 18/22] xfs: add fs-verity ioctls
` [PATCH v8 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v8 20/22] xfs: check and repair the verity inode flag state
` [PATCH v8 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v8 22/22] xfs: enable ro-compat fs-verity flag

[REGRESSION] Return change in 6.12.80+ with volatile mounting
 2026-04-22  4:52 UTC  (6+ messages)

[PATCH] ovl: Fix possible NULL pointer dereference in ovl_destroy_inode
 2026-04-22  4:10 UTC  (4+ messages)

[PATCH] ovl: skip ovl_file_modified() for dedupe operations
 2026-04-17 10:24 UTC  (2+ messages)

[aalbersh@kernel.org: [PATCH v7 03/22] ovl: use core fsverity ensure info interface]
 2026-04-10 11:34 UTC  (2+ messages)

[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-04-09 13:32 UTC  (15+ messages)
` [PATCH v4 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v4 2/3] lsm: add backing_file LSM hooks
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-31  2:13 UTC  (7+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[GIT PULL] overlayfs fixes for 7.0-rc6
 2026-03-29 16:42 UTC  (3+ messages)

[PATCH] ovl: make fsync after metadata copy-up opt-in mount option
 2026-03-27 11:09 UTC  (8+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-27  4:13 UTC  (18+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()

[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-26 14:14 UTC  (7+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks
` [RFC PATCH v2 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH] ovl: fix wrong detection of 32bit inode numbers
 2026-03-24 15:57 UTC  (2+ messages)

[REGRESSION] fs/overlayfs/ext4: Severe jbd2 lock contention and journal starvation on concurrent copy-up (v6.6 -> v6.12)
 2026-03-24  8:28 UTC  (3+ messages)

[PATCH v7] backing_file: store an internal O_PATH user_path_file
 2026-03-20 13:53 UTC 

[PATCH v2] fs: allow backing file code to open an O_PATH file with negative dentry
 2026-03-20 12:33 UTC  (2+ messages)

[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
 2026-03-20 12:15 UTC  (7+ messages)

[syzbot] [overlayfs?] general protection fault in do_dentry_open
 2026-03-19 19:03 UTC  (3+ messages)

[PATCH v6] backing_file: store user_path_file
 2026-03-19 15:56 UTC  (4+ messages)

[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-18 20:00 UTC  (11+ messages)
` [PATCH 1/3] backing_file: store user_path_file
` [PATCH 2/3] lsm: add the security_mmap_backing_file() hook
` [PATCH 3/3] selinux: fix overlayfs mmap() and mprotect() access checks


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