linux-unionfs mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 15:17:39 to 2024-03-12 07:56:19 UTC [more...]

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)

possible deadlock in ovl_llseek 27c1936af506
 2024-03-12  7:10 UTC 

[PATCH v2 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-11 18:01 UTC  (11+ 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: "

[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  (87+ 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 04/25] capability: rename cpu_vfs_cap_data to vfs_caps
` [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)

[PATCH v2 0/9] evm: Support signatures on stacked filesystem
 2024-02-20 22:57 UTC  (22+ messages)
` [PATCH v2 1/9] ima: Rename backing_inode to real_inode
` [PATCH v2 2/9] security: allow finer granularity in permitting copy-up of security xattrs
` [PATCH v2 3/9] evm: Implement per signature type decision in security_inode_copy_up_xattr
` [PATCH v2 4/9] ima: Reset EVM status upon detecting changes to the real file
` [PATCH v2 5/9] evm: Use the inode holding the metadata to calculate metadata hash
` [PATCH v2 6/9] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
` [PATCH v2 7/9] fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
` [PATCH v2 8/9] evm: Rename is_unsupported_fs to is_unsupported_hmac_fs
` [PATCH v2 9/9] ima: Record i_version of real_inode for change detection

[syzbot] [overlayfs?] KASAN: slab-use-after-free Read in ovl_dentry_update_reval
 2024-02-16  9:54 UTC 

[RFC v3 0/5] overlayfs: Optimize override/revert creds
 2024-02-16  5:16 UTC  (6+ messages)
` [RFC v3 1/5] cleanup: Fix discarded const warning when defining lock guard
` [RFC v3 2/5] cleanup: Fix discarded const warning when defining guard
` [RFC v3 3/5] cred: Add a light version of override/revert_creds()
` [RFC v3 4/5] fs: Optimize credentials reference count for backing file ops
` [RFC v3 5/5] overlayfs: Optimize credentials usage

[syzbot] [overlayfs?] possible deadlock in seq_read_iter (3)
 2024-02-12 10:36 UTC 

[PATCH v2 2/7] overlayfs: Convert to super_set_uuid()
 2024-02-07  6:19 UTC  (3+ messages)

[PATCH v3 2/7] overlayfs: Convert to super_set_uuid()
 2024-02-07  2:56 UTC 

[PATCH 0/2] Decomplicate file_dentry()
 2024-02-06 16:02 UTC  (15+ messages)
` [PATCH 2/2] fs: remove the inode argument to ->d_real() method

[PATCH] overlay/084: Fix test to match new xwhiteouts dir on-disk format
 2024-02-05 10:17 UTC  (2+ messages)

[PATCH v2] selinux: only filter copy-up xattrs following initialization
 2024-02-02 18:53 UTC  (2+ messages)

[PATCH 0/5] evm: Support signatures on stacked filesystem
 2024-02-02 16:30 UTC  (18+ messages)
` [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash


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).