linux-unionfs mirror
 help / color / mirror / Atom feed
[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-19 17:47 UTC  (49+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH 0/3] fstests overlay updates for 6.16-rc1
 2025-06-18 18:46 UTC  (16+ messages)
` [PATCH 1/3] fstests: add helper _scratch_shutdown_and_syncfs
` [PATCH 2/3] fstests: add helper _require_xfs_io_shutdown
` [PATCH 3/3] overlay/08[89]: add tests for data-only redirect with userxattr

[PATCH AUTOSEL 5.4 3/5] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:23 UTC 

[PATCH AUTOSEL 5.10 4/6] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:23 UTC 

[PATCH AUTOSEL 5.15 5/8] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:23 UTC 

[PATCH AUTOSEL 6.1 5/8] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:23 UTC 

[PATCH AUTOSEL 6.6 6/9] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:22 UTC 

[PATCH AUTOSEL 6.12 08/12] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:22 UTC 

[PATCH AUTOSEL 6.15 11/15] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-17 12:21 UTC 

[PATCH v3] ovl: support layers on case-folding capable filesystems
 2025-06-16 15:01 UTC  (8+ messages)

[PATCH v2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-16 14:31 UTC  (2+ messages)

[PATCH 0/2] Minor VFS-related cleanups
 2025-06-13  7:08 UTC  (12+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
` [PATCH 2/2] fs/proc: take rcu_read_lock() in proc_sys_compare()

[syzbot] [overlayfs?] WARNING in ovl_listxattr
 2025-06-12 15:09 UTC  (3+ messages)
` [PATCH] fs/xattr: reset err to 0 after get security.* xattrs

[PATCH] ovl: fix debug print in case of mkdir error
 2025-06-12 12:25 UTC  (2+ messages)

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-12  6:59 UTC  (25+ messages)
` [PATCH 1/5] VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()
` [PATCH 2/5] VFS: Minor fixes for porting.rst
` [PATCH 3/5] coda: use iterate_dir() in coda_readdir()
` [PATCH 4/5] exportfs: use lookup_one_unlocked()
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure

[PATCH AUTOSEL 5.4 3/3] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:54 UTC 

[PATCH AUTOSEL 5.10 4/4] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:54 UTC 

[PATCH AUTOSEL 5.15 5/5] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:53 UTC 

[PATCH AUTOSEL 6.1 5/5] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:53 UTC 

[PATCH AUTOSEL 6.6 6/6] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:53 UTC 

[PATCH AUTOSEL 6.12 8/8] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:53 UTC 

[PATCH AUTOSEL 6.14 11/11] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:52 UTC 

[PATCH AUTOSEL 6.15 11/11] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-06-09 22:52 UTC 

[PATCH v2 0/6] fstests overlay fixes for v2025.05.25
 2025-06-09 17:43 UTC  (33+ messages)
` [PATCH v2 1/6] overlay: workaround libmount failure to remount,ro
` [PATCH v2 2/6] overlay: fix regression in _repair_overlay_scratch_fs
` [PATCH v2 3/6] generic/604: do not run with overlayfs
` [PATCH v2 4/6] generic/623: "
` [PATCH v2 5/6] generic: remove incorrect _require_idmapped_mounts checks
` [PATCH v2 6/6] generic/699: fix failure with MOUNT_OPTIONS

[xfstests o/012] unexpected failure on latest linux
 2025-06-09 10:39 UTC  (2+ messages)

[GIT PULL] overlayfs update for 6.16
 2025-06-07 10:41 UTC  (6+ messages)

[GIT PULL v2] overlayfs update for 6.16
 2025-06-07  1:17 UTC  (2+ messages)

[PATCH] overlay: workaround libmount failure to remount,ro
 2025-06-05 17:08 UTC  (3+ messages)

[PATCH 0/4] fstests overlay fixes for v2025.05.25
 2025-05-28 13:27 UTC  (17+ messages)
` [PATCH 1/4] overlay: workaround libmount failure to remount,ro
` [PATCH 2/4] overlay: fix regression in _repair_overlay_scratch_fs
` [PATCH 3/4] generic/604: do not run with overlayfs
` [PATCH 3/4] generic/604: opt-out "
` [PATCH 4/4] generic/623: do not run "

[PATCH 0/6] overlayfs + casefolding
 2025-05-27 18:07 UTC  (14+ messages)

[PATCH] ovl: Allow mount options to be parsed on remount
 2025-05-25 10:39 UTC  (9+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).