public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-12 13:19:26 to 2025-06-11 22:59:01 UTC [more...]

[PATCH 0/2] Minor VFS-related cleanups
 2025-06-11 22:57 UTC  (3+ 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()

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-11 22:35 UTC  (24+ 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 0/3] fstests overlay updates for 6.16-rc1
 2025-06-10 19:02 UTC  (11+ 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/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 v3] ovl: support layers on case-folding capable filesystems
 2025-06-04  4:43 UTC  (2+ 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  (35+ messages)
` [PATCH 1/6] bcachefs: BCH_INODE_has_case_insensitive
` [PATCH 2/6] darray: lift from bcachefs
` [PATCH 3/6] fs: SB_CASEFOLD
` [PATCH 4/6] fs: dcache locking for exlusion between overlayfs, casefolding
  ` [PATCH v2] fs: dcache "
` [PATCH 5/6] bcachefs: Hook up d_casefold_enable()
` [PATCH 6/6] overlayfs: Support casefolded filesystems

[PATCH] ovl: Allow mount options to be parsed on remount
 2025-05-25 10:39 UTC  (9+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-22 22:26 UTC  (23+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[syzbot] [overlayfs?] WARNING in ovl_listxattr
 2025-05-17  9:38 UTC 

[PATCH v2] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:18 UTC 

[PATCH] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:12 UTC  (5+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (6+ messages)
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 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