[PATCH v6 0/9] ovl: Enable support for casefold layers
2025-09-01 22:02 UTC (53+ messages)
` [PATCH v6 1/9] fs: Create sb_encoding() helper
` [PATCH v6 2/9] fs: Create sb_same_encoding() helper
` [PATCH v6 3/9] ovl: Prepare for mounting case-insensitive enabled layers
` [PATCH v6 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v6 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v6 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v6 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v6 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
` [syzbot ci] Re: ovl: Enable support for casefold layers
[syzbot] [overlayfs?] WARNING in shmem_unlink
2025-08-27 18:48 UTC (9+ messages)
[PATCH v5 0/9] ovl: Enable support for casefold layers
2025-08-22 17:39 UTC (27+ messages)
` [PATCH v5 1/9] fs: Create sb_encoding() helper
` [PATCH v5 2/9] fs: Create sb_same_encoding() helper
` [PATCH v5 3/9] ovl: Prepare for mounting case-insensitive enabled layers
` [PATCH v5 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v5 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v5 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v5 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v5 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v5 9/9] ovl: Support mounting case-insensitive enabled layers
[PATCH] ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()
2025-08-21 13:47 UTC (2+ messages)
[PATCH] ovl: only assign err on error path
2025-08-20 9:43 UTC (3+ messages)
[GIT PULL] overlayfs fixes for 6.17-rc1
2025-08-19 17:33 UTC (2+ messages)
[PATCH] overlayfs: add FS_ALLOW_IDMAP flag to enable idmapped mounts
2025-08-19 11:18 UTC (3+ messages)
[PATCH 00/11] VFS: prepare for changes to directory locking
2025-08-19 8:37 UTC (38+ messages)
` [PATCH 01/11] VFS: discard err2 in filename_create()
` [PATCH 02/11] VFS: introduce dentry_lookup() and friends
` [PATCH 03/11] VFS: add dentry_lookup_killable()
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
` [PATCH 05/11] VFS: add rename_lookup()
` [PATCH 06/11] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
` [PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
[syzbot] [bcachefs?] possible deadlock in bch2_symlink
2025-08-18 10:41 UTC (5+ messages)
[PATCH] overlay/005: only run for xfs underlying fs
2025-08-16 12:13 UTC (5+ messages)
[PATCH v4 0/9] ovl: Enable support for casefold filesystems
2025-08-14 13:20 UTC (21+ messages)
` [PATCH v4 1/9] ovl: Support mounting case-insensitive enabled filesystems
` [PATCH v4 2/9] fs: Create new helper sb_encoding()
` [PATCH v4 3/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v4 4/9] fs: Create sb_same_encoding() helper
` [PATCH v4 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v4 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v4 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v4 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v4 9/9] ovl: Allow case-insensitive lookup
[PATCH RFC v3 0/7] ovl: Enable support for casefold filesystems
2025-08-10 13:02 UTC (18+ messages)
` [PATCH RFC v3 1/7] ovl: Store casefold name for case-insentive dentries
` [PATCH RFC v3 2/7] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH RFC v3 3/7] fs: Create sb_same_encoding() helper
` [PATCH RFC v3 4/7] ovl: Ensure that all mount points have the same encoding
` [PATCH RFC v3 5/7] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH RFC v3 6/7] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH RFC v3 7/7] ovl: Support case-insensitive lookup
[PATCH RFC v2 0/8] ovl: Enable support for casefold filesystems
2025-08-05 18:40 UTC (13+ messages)
` [PATCH RFC v2 1/8] olv: Store casefold name for case-insentive dentries
` [PATCH RFC v2 2/8] ovl: Create ovl_strcmp() with casefold support
` [PATCH RFC v2 3/8] fs: Create sb_same_encoding() helper
` [PATCH RFC v2 4/8] ovl: Ensure that all mount points have the same encoding
` [PATCH RFC v2 5/8] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH RFC v2 6/8] ovl: Set inode S_CASEFOLD for casefolded dentries
` [PATCH RFC v2 7/8] ovl: Check casefold consistency in ovl stack
` [PATCH RFC v2 8/8] ovl: Drop restrictions for casefolded dentries
[PATCH] ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp()
2025-08-04 12:11 UTC
[PATCH v3 00/21] ovl: narrow regions protected by i_rw_sem
2025-08-04 8:57 UTC (3+ messages)
` [PATCH v3 01/21] ovl: simplify an error path in ovl_copy_up_workdir()
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).