public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-12 13:54:29 to 2023-05-08 17:03:19 UTC [more...]

[RFC][PATCH 1/2] smack: Retrieve transmuting information in smack_inode_getsecurity()
 2023-05-08 17:02 UTC 

[PATCH] Smack modifications for: security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-05-08 12:29 UTC  (8+ messages)

[PATCH v2] overlayfs: clean error handling
 2023-05-06 15:09 UTC 

[PATCH] overlayfs: clean error handling
 2023-05-06 10:50 UTC  (3+ messages)

[syzbot] Monthly overlayfs report (May 2023)
 2023-05-06  8:19 UTC 

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-05 17:22 UTC  (4+ messages)
` [PATCH -next 1/2] fs: Change notify_change() to take struct path argument
  ` [PATCH -next 1/2] "
` [PATCH -next 2/2] lsm: Change inode_setattr hook "

[PATCH 0/2] ovl: Fix null ptr dereference at realinode in rcu-walk
 2023-05-05 12:24 UTC  (3+ messages)
` [PATCH 1/2] ovl: get_acl: Fix null pointer dereference at realinode in rcu-walk mode
` [PATCH 2/2] ovl: ovl_permission: "

[PATCH v2 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-04 11:37 UTC  (8+ messages)
` [PATCH v2 1/4] exportfs: change connectable argument to bit flags
` [PATCH v2 2/4] exportfs: add explicit flag to request non-decodeable file handles
` [PATCH v2 3/4] exportfs: allow exporting non-decodeable file handles to userspace
` [PATCH v2 4/4] fanotify: support reporting non-decodeable file handles

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-03 18:22 UTC  (49+ messages)
` [RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers
` [RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice
` [RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags
` [RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi
` [RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations
` [RFC PATCH v3 11/37] fuse-bpf: Add support for access
` [RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support
` [RFC PATCH v3 13/37] fuse-bpf: Add lseek support
` [RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate
` [RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close
` [RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter
` [RFC PATCH v3 18/37] fuse-bpf: support readdir
` [RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations
` [RFC PATCH v3 20/37] fuse-bpf: Add Rename support
` [RFC PATCH v3 21/37] fuse-bpf: Add attr support
` [RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v3 23/37] fuse-bpf: Add xattr support
` [RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support
` [RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v3 26/37] bpf: Increase struct_op limits
` [RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v3 29/37] fuse-bpf: Export Functions
` [RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v3 33/37] fuse-bpf: Add userspace "
` [RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
` [RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call

[PATCH v2 0/6] ovl: Add support for fs-verity checking of lowerdata
 2023-05-03 15:35 UTC  (10+ messages)
` [PATCH v2 1/6] fsverity: Export fsverity_get_digest
` [PATCH v2 2/6] ovl: Break out ovl_e_path_real() from ovl_i_path_real()
` [PATCH v2 3/6] ovl: Break out ovl_e_path_lowerdata() from ovl_path_lowerdata()
` [PATCH v2 4/6] ovl: Add framework for verity support
` [PATCH v2 5/6] ovl: Validate verity xattr when resolving lowerdata
` [PATCH v2 6/6] ovl: Handle verity during copy-up

[PATCH] fs: fix incorrect fmode_t casts
 2023-05-02 23:22 UTC 

[RFC][PATCH 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-01 18:48 UTC  (27+ messages)
` [RFC][PATCH 1/4] exportfs: change connectable argument to bit flags
` [RFC][PATCH 2/4] exportfs: add explicit flag to request non-decodeable file handles
` [RFC][PATCH 3/4] exportfs: allow exporting non-decodeable file handles to userspace
` [RFC][PATCH 4/4] fanotify: support reporting non-decodeable file handles

[PATCH 0/6] ovl: Add support for fs-verity checking of lowerdata
 2023-04-27 17:58 UTC  (19+ messages)
` [PATCH 1/6] fsverity: Export fsverity_get_digest
` [PATCH 2/6] ovl: Break out ovl_entry_path_real() from ovl_i_path_real()
` [PATCH 3/6] ovl: Break out ovl_entry_path_lowerdata() from ovl_path_lowerdata()
` [PATCH 4/6] ovl: Add framework for verity support
` [PATCH 5/6] ovl: Validate verity xattr when resolving lowerdata
` [PATCH 6/6] ovl: Handle verity during copy-up

[PATCH v2 00/13] Overlayfs lazy lookup of lowerdata
 2023-04-27 13:05 UTC  (14+ messages)
` [PATCH v2 01/13] ovl: update of dentry revalidate flags after copy up
` [PATCH v2 02/13] ovl: use OVL_E() and OVL_E_FLAGS() accessors
` [PATCH v2 03/13] ovl: use ovl_numlower() and ovl_lowerstack() accessors
` [PATCH v2 04/13] ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
` [PATCH v2 05/13] ovl: move ovl_entry into ovl_inode
` [PATCH v2 06/13] ovl: deduplicate lowerpath and lowerstack[]
` [PATCH v2 07/13] ovl: deduplicate lowerdata "
` [PATCH v2 08/13] ovl: remove unneeded goto instructions
` [PATCH v2 09/13] ovl: introduce data-only lower layers
` [PATCH v2 10/13] ovl: implement lookup in data-only layers
` [PATCH v2 11/13] ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
` [PATCH v2 12/13] ovl: prepare for lazy lookup of lowerdata inode
` [PATCH v2 13/13] ovl: implement lazy lookup of lowerdata in data-only layers

[PATCH 0/5] Overlayfs lazy lookup of lowerdata
 2023-04-27 11:43 UTC  (20+ messages)
` [PATCH 1/5] ovl: remove unneeded goto instructions
` [PATCH 2/5] ovl: introduce data-only lower layers
` [PATCH 3/5] ovl: implement lookup in data-only layers
` [PATCH 4/5] ovl: prepare for lazy lookup of lowerdata inode
` [PATCH 5/5] ovl: implement lazy lookup of lowerdata in data-only layers

[PATCH 0/7] Prepare for lazy lowerdata lookup
 2023-04-27  6:32 UTC  (23+ messages)
` [PATCH 1/7] ovl: update of dentry revalidate flags after copy up
` [PATCH 2/7] ovl: use OVL_E() and OVL_E_FLAGS() accessors
` [PATCH 3/7] ovl: use ovl_numlower() and ovl_lowerstack() accessors
` [PATCH 4/7] ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
` [PATCH 5/7] ovl: move ovl_entry into ovl_inode
` [PATCH 6/7] ovl: deduplicate lowerpath and lowerstack[0]
` [PATCH 7/7] ovl: replace lowerdata inode reference with lowerdata redirect

[PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers
 2023-04-26 23:07 UTC  (2+ messages)
` [f2fs-dev] "

[RFC][PATCH 0/3] Prepare for supporting more filesystems with fanotify
 2023-04-25 13:22 UTC  (4+ messages)
` [RFC][PATCH 1/3] ovl: support encoding non-decodeable file handles
` [RFC][PATCH 2/3] ovl: report a per-instance f_fsid by default
` [RFC][PATCH 3/3] ovl: use persistent s_uuid with index=on

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-21 14:55 UTC  (12+ messages)

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-04-21 14:26 UTC  (25+ messages)
          ` [PATCH] [REGRESSION] "

Transmute flag is not inheritted on overlay fs
 2023-04-19 23:24 UTC  (4+ messages)
  ` [RFC PATCH] Set SMK_INODE_CHANGED inside smack_dentry_create_files_as

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-17 14:07 UTC  (13+ messages)

Lazy lowerdata lookup and data-only layers (Was: Re: Composefs:)
 2023-04-12 15:41 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox