linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-26 14:16:35 to 2023-05-29 17:52:22 UTC [more...]

Lazy Loading Layers (Userfaultfd for filesystems?)
 2023-05-29 17:50 UTC  (3+ messages)
` Detaching lower layers (Was: Lazy Loading Layers)

[PATCH v2 00/13] Overlayfs lazy lookup of lowerdata
 2023-05-29  7:22 UTC  (28+ 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 -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-26 16:33 UTC  (7+ 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] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-25 14:43 UTC  (15+ messages)

[PATCH] Skip weird open dir tests
 2023-05-25  7:04 UTC  (2+ messages)

[PATCH v22 05/31] splice: Make do_splice_to() generic and export it
 2023-05-22 13:49 UTC  (3+ messages)
` [PATCH v22 10/31] overlayfs: Implement splice-read
` [PATCH v22 11/31] coda: "

[PATCH v3 0/3] overlayfs: debugging check for valid superblock
 2023-05-21  8:28 UTC  (4+ messages)
` [PATCH v3 1/3] ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUG
` [PATCH v3 2/3] ovl: make consistent use of OVL_FS()
` [PATCH v3 3/3] ovl: validate superblock in OVL_FS()

[PATCH v2 0/2] overlayfs: debugging check for valid superblock
 2023-05-21  8:08 UTC  (6+ messages)
` [PATCH v2 1/2] ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUG
` [PATCH v2 2/2] ovl: make consistent use of OVL_FS()

[PATCH] ovl: make consistent use of OVL_FS()
 2023-05-20 16:31 UTC  (5+ messages)

[PATCH v21 05/30] splice: Make do_splice_to() generic and export it
 2023-05-20  9:47 UTC  (5+ messages)
` [PATCH v21 10/30] overlayfs: Implement splice-read
` [PATCH v21 11/30] coda: "

[syzbot] WARNING: locking bug in take_dentry_name_snapshot
 2023-05-19 20:56 UTC  (2+ messages)
` [syzbot] [reiserfs?] [overlayfs?] "

[PATCH v20 04/32] splice: Make do_splice_to() generic and export it
 2023-05-19  7:40 UTC  (3+ messages)
` [PATCH v20 07/32] overlayfs: Implement splice-read
` [PATCH v20 08/32] coda: "

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-17  7:19 UTC  (19+ messages)
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension "
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes

[PATCH v3 0/3] ovl: Fix null ptr dereference at realinode in rcu-walk
 2023-05-16 18:56 UTC  (8+ messages)
` [PATCH v3 1/3] ovl: Let helper ovl_i_path_real() return the realinode
` [PATCH v3 2/3] ovl: ovl_permission: Fix null pointer dereference at realinode in rcu-walk mode
` [PATCH v3 3/3] ovl: get_acl: "

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

[amir73il:ovl-lazy-lowerdata] [ovl] 1edcaf2012: BUG:KASAN:slab-out-of-bounds_in_ovl_get_lowerstack
 2023-05-16  2:13 UTC  (2+ messages)

[PATCH] fs: fix incorrect fmode_t casts
 2023-05-15 11:17 UTC  (2+ messages)

[PATCH 0/2] ovl: Fix null ptr dereference at realinode in rcu-walk
 2023-05-15 11:08 UTC  (5+ 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/6] ovl: Add support for fs-verity checking of lowerdata
 2023-05-15  6:46 UTC  (22+ 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

[RFC][PATCH 1/2] smack: Retrieve transmuting information in smack_inode_getsecurity()
 2023-05-11 17:13 UTC  (5+ messages)
` [RFC][PATCH 2/2] smack: Record transmuting in smk_transmuted

[PATCH] Smack modifications for: security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-05-09 23:56 UTC  (6+ 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 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 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-01 18:48 UTC  (26+ 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 4/4] fanotify: support reporting "

[PATCH 0/6] ovl: Add support for fs-verity checking of lowerdata
 2023-04-27 17:58 UTC  (7+ messages)
` [PATCH 5/6] ovl: Validate verity xattr when resolving lowerdata

[PATCH 0/5] Overlayfs lazy lookup of lowerdata
 2023-04-27 11:43 UTC  (5+ messages)
` [PATCH 4/5] ovl: prepare for lazy lookup of lowerdata inode

[PATCH 0/7] Prepare for lazy lowerdata lookup
 2023-04-27  6:32 UTC  (16+ messages)
` [PATCH 1/7] ovl: update of dentry revalidate flags after copy up
` [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] "


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