linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-25 16:03:14 to 2025-08-13 07:22:21 UTC [more...]

[PATCH 00/11] VFS: prepare for changes to directory locking
 2025-08-13  7:22 UTC  (24+ 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()

[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  (41+ messages)
` [PATCH v3 01/21] ovl: simplify an error path in ovl_copy_up_workdir()
` [PATCH v3 02/21] ovl: change ovl_create_index() to take dir locks
` [PATCH v3 03/21] ovl: Call ovl_create_temp() without lock held
` [PATCH v3 04/21] ovl: narrow the locked region in ovl_copy_up_workdir()
` [PATCH v3 05/21] ovl: narrow locking in ovl_create_upper()
` [PATCH v3 06/21] ovl: narrow locking in ovl_clear_empty()
` [PATCH v3 07/21] ovl: narrow locking in ovl_create_over_whiteout()
` [PATCH v3 08/21] ovl: simplify gotos in ovl_rename()
` [PATCH v3 09/21] ovl: narrow locking "
` [PATCH v3 10/21] ovl: narrow locking in ovl_cleanup_whiteouts()
` [PATCH v3 11/21] ovl: narrow locking in ovl_cleanup_index()
` [PATCH v3 12/21] ovl: narrow locking in ovl_workdir_create()
` [PATCH v3 13/21] ovl: narrow locking in ovl_indexdir_cleanup()
` [PATCH v3 14/21] ovl: narrow locking in ovl_workdir_cleanup_recurse()
` [PATCH v3 15/21] ovl: change ovl_workdir_cleanup() to take dir lock as needed
` [PATCH v3 16/21] ovl: narrow locking on ovl_remove_and_whiteout()
` [PATCH v3 17/21] ovl: change ovl_cleanup_and_whiteout() to take rename lock as needed
` [PATCH v3 18/21] ovl: narrow locking in ovl_whiteout()
` [PATCH v3 19/21] ovl: narrow locking in ovl_check_rename_whiteout()
` [PATCH v3 20/21] ovl: change ovl_create_real() to receive dentry parent
` [PATCH v3 21/21] ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()

[syzbot] [bcachefs?] possible deadlock in bch2_symlink
 2025-08-04  3:27 UTC  (3+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[PATCH] ovl: properly print correct variable
 2025-07-28 17:39 UTC  (7+ messages)

[syzbot] [overlayfs?] WARNING in ovl_listxattr
 2025-07-17  7:47 UTC  (2+ messages)

[PATCH 00/20 v2] ovl: narrow regions protected by i_rw_sem
 2025-07-16  3:55 UTC  (54+ messages)
` [PATCH 01/20] ovl: simplify an error path in ovl_copy_up_workdir()
      ` parent_lock/unlock (Was: [PATCH 01/20] ovl: simplify an error path in ovl_copy_up_workdir())
` [PATCH 02/20] ovl: change ovl_create_index() to take write and dir locks
` [PATCH 03/20] ovl: Call ovl_create_temp() without lock held
` [PATCH 04/20] ovl: narrow the locked region in ovl_copy_up_workdir()
` [PATCH 05/20] ovl: narrow locking in ovl_create_upper()
` [PATCH 06/20] ovl: narrow locking in ovl_clear_empty()
` [PATCH 07/20] ovl: narrow locking in ovl_create_over_whiteout()
` [PATCH 08/20] ovl: narrow locking in ovl_rename()
` [PATCH 09/20] ovl: narrow locking in ovl_cleanup_whiteouts()
` [PATCH 10/20] ovl: narrow locking in ovl_cleanup_index()
` [PATCH 11/20] ovl: narrow locking in ovl_workdir_create()
` [PATCH 12/20] ovl: narrow locking in ovl_indexdir_cleanup()
` [PATCH 13/20] ovl: narrow locking in ovl_workdir_cleanup_recurse()
` [PATCH 14/20] ovl: change ovl_workdir_cleanup() to take dir lock as needed
` [PATCH 15/20] ovl: narrow locking on ovl_remove_and_whiteout()
` [PATCH 16/20] ovl: change ovl_cleanup_and_whiteout() to take rename lock as needed
` [PATCH 17/20] ovl: narrow locking in ovl_whiteout()
` [PATCH 18/20] ovl: narrow locking in ovl_check_rename_whiteout()
` [PATCH 19/20] ovl: change ovl_create_real() to receive dentry parent
` [PATCH 20/20] ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()

[PATCH] overlayfs.rst: fix typos
 2025-07-15 19:56 UTC  (3+ messages)

[PATCH 0/3] ovl: Enable support for casefold filesystems
 2025-07-14 20:12 UTC  (10+ messages)
` [PATCH 1/3] ovl: Make ovl_cache_entry_find support casefold
` [PATCH 2/3] ovl: Make ovl_dentry_weird() accept casefold dentries

[PATCH 00/12] ovl: narrow regions protected by directory i_rw_sem
 2025-07-02 10:23 UTC  (33+ messages)
` [PATCH 02/12] ovl: Call ovl_create_temp() and ovl_create_index() without lock held
` [PATCH 03/12] ovl: narrow the locked region in ovl_copy_up_workdir()
` [PATCH 04/12] ovl: narrow locking in ovl_create_upper()
` [PATCH 05/12] ovl: narrow locking in ovl_clear_empty()
` [PATCH 06/12] ovl: narrow locking in ovl_create_over_whiteout()
` [PATCH 07/12] ovl: narrow locking in ovl_rename()
` [PATCH 08/12] ovl: narrow locking in ovl_cleanup_whiteouts()
` [PATCH 09/12] ovl: whiteout locking changes
` [PATCH 10/12] ovl: narrow locking in ovl_check_rename_whiteout()
` [PATCH 11/12] ovl: change ovl_create_real() to receive dentry parent
` [PATCH 12/12] ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()

[PATCH] fuse: return -EOPNOTSUPP from ->fileattr_[gs]et() instead of -ENOTTY
 2025-07-01 19:11 UTC  (3+ messages)

[PATCH v3] ovl: support layers on case-folding capable filesystems
 2025-06-30 11:33 UTC  (7+ messages)

[PATCH] overlayfs.rst: Fix inode table
 2025-06-28 14:43 UTC  (3+ messages)

[PATCH 01/12] ovl: use is_subdir() for testing if one thing is a subdir of another
 2025-06-25 21:45 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;
as well as URLs for NNTP newsgroup(s).