linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[RFC v3 0/5] overlayfs: Optimize override/revert creds
 2024-03-18 21:54 UTC  (5+ messages)
` [RFC v3 1/5] cleanup: Fix discarded const warning when defining lock guard

[GIT PULL] overlayfs fixes for 6.9-rc1
 2024-03-18 19:21 UTC  (2+ messages)

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-18 16:19 UTC  (42+ messages)
` [PATCH RFC 01/24] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 04/24] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC 05/24] vfs: allow rmdir "
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 07/24] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC 08/24] vfs: make vfs_mknod "
` [PATCH RFC 09/24] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC 10/24] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 13/24] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC 15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set
` [PATCH RFC 16/24] nfs: remove unused NFS_CALL macro
` [PATCH RFC 17/24] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH RFC 18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH RFC 19/24] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH RFC 20/24] nfs: new tracepoint in match_stateid operation
` [PATCH RFC 21/24] nfs: add a GDD_GETATTR rpc operation
` [PATCH RFC 22/24] nfs: skip dentry revalidation when parent dir has a delegation
` [PATCH RFC 23/24] nfs: optionally request a delegation on GETATTR
` [PATCH RFC 24/24] nfs: add a module parameter to disable directory delegations

[syzbot] [overlayfs?] WARNING in ovl_copy_up_file
 2024-03-17 13:58 UTC  (5+ messages)

Accessing bind mount in lower layer via overlayfs
 2024-03-15 15:34 UTC  (3+ messages)

[syzbot] [overlayfs?] possible deadlock in iter_file_splice_write (3)
 2024-03-14  9:27 UTC  (2+ messages)

possible deadlock in ovl_llseek 27c1936af506
 2024-03-13 15:50 UTC  (5+ messages)

[syzbot] [overlayfs?] possible deadlock in seq_read_iter (3)
 2024-03-13 12:30 UTC  (2+ messages)

[PATCH] fs_parser: move fsparam_string_empty() helper into header
 2024-03-12 14:28 UTC  (2+ messages)

[PATCH v2 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-12 10:31 UTC  (14+ messages)
` [PATCH v2 1/3] fs_parser: add helper to define parameters with string and flag types
` [PATCH v2 2/3] ext4: fix the parsing of empty string mount parameters
` [PATCH v2 3/3] ovl: "

fs/overlayfs/copy_up.o: warning: objtool: ovl_copy_up_tmpfile() falls through to next function ovl_create_index.cold()
 2024-03-12  7:49 UTC  (2+ messages)

[PATCH 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-11 16:01 UTC  (22+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ext4: fix mount parameters check for empty values
` [PATCH 3/3] overlay: "

[PATCH 1/4] ovl: use refcount_t in readdir
 2024-03-11 13:52 UTC  (9+ messages)
` [PATCH 2/4] ovl: get rid of iterate wrapper
` [PATCH 3/4] ovl: only lock readdir for accessing the cache
` [PATCH 4/4] ovl: clean up struct ovl_dir_cache use outside readdir.c

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-06 12:56 UTC  (86+ messages)
` [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH v2 02/25] mnt_idmapping: include cred.h
` [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data
` [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 12/25] selinux: add hooks for fscaps operations
` [PATCH v2 13/25] smack: "
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 15/25] security: call evm fscaps hooks from generic "
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers
` [PATCH v2 21/25] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs
` [PATCH v2 23/25] commoncap: remove cap_inode_getsecurity()
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces
` [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

[PATCH] overlayfs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  8:56 UTC  (2+ messages)

[PATCH v3 00/10] evm: Support signatures on stacked filesystem
 2024-02-23 17:25 UTC  (11+ messages)
` [PATCH v3 01/10] ima: Rename backing_inode to real_inode
` [PATCH v3 02/10] security: allow finer granularity in permitting copy-up of security xattrs
` [PATCH v3 03/10] evm: Implement per signature type decision in security_inode_copy_up_xattr
` [PATCH v3 04/10] evm: Use the metadata inode to calculate metadata hash
` [PATCH v3 05/10] ima: Move file-change detection variables into new structure
` [PATCH v3 06/10] evm: Store and detect metadata inode attributes changes
` [PATCH v3 07/10] ima: re-evaluate file integrity on file metadata change
` [PATCH v3 08/10] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
` [PATCH v3 09/10] fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
` [PATCH v3 10/10] evm: Rename is_unsupported_fs to is_unsupported_hmac_fs

Can overlayfs follow mounts in lowerdir?
 2024-02-22 10:38 UTC  (4+ 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).