linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-21 12:24:36 to 2023-08-13 16:11:11 UTC [more...]

[PATCH AUTOSEL 5.15 26/31] ovl: Always reevaluate the file signature for IMA
 2023-08-13 16:05 UTC 

[PATCH AUTOSEL 6.1 40/47] ovl: Always reevaluate the file signature for IMA
 2023-08-13 15:59 UTC 

[PATCH AUTOSEL 6.4 45/54] ovl: Always reevaluate the file signature for IMA
 2023-08-13 15:49 UTC 

[PATCH v3 0/3] overlayfs: debugging check for valid superblock
 2023-08-13  7:31 UTC  (7+ messages)
` [PATCH v3 3/3] ovl: validate superblock in OVL_FS()

[PATCH v2 0/4] Report overlayfs file ids with fanotify
 2023-08-11 13:32 UTC  (8+ messages)
` [PATCH v2 1/4] ovl: support encoding non-decodable file handles
` [PATCH v2 2/4] ovl: add support for unique fsid per instance
` [PATCH v2 3/4] ovl: store persistent uuid/fsid with uuid=on
` [PATCH v2 4/4] ovl: auto generate uuid for new overlay filesystems

[PATCH 0/2] overlayfs lock ordering changes
 2023-08-11 13:06 UTC  (5+ messages)
` [PATCH 1/2] ovl: reorder ovl_want_write() after ovl_inode_lock()
` [PATCH 2/2] ovl: avoid lockdep warning with open and llseek of lower file

[PATCH -next] ovl: Remove duplicated include
 2023-08-10 12:04 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH V3] ovl: fix mount fail because the upper doesn't have space
 2023-08-02  2:11 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel paging request in take_dentry_name_snapshot
 2023-07-30 14:34 UTC  (2+ messages)
` [syzbot] [reiserfs?] [overlayfs?] "

[syzbot] Monthly overlayfs report (Jul 2023)
 2023-07-24  8:31 UTC 

[PATCH AUTOSEL 6.1 34/41] ovl: check type and offset of struct vfsmount in ovl_entry
 2023-07-24  1:21 UTC 

[PATCH AUTOSEL 5.15 17/23] ovl: check type and offset of struct vfsmount in ovl_entry
 2023-07-24  1:23 UTC 

[PATCH AUTOSEL 6.4 51/58] ovl: check type and offset of struct vfsmount in ovl_entry
 2023-07-24  1:13 UTC 

[PATCH 6.1 0/2] ovl: fix null pointer dereference in ovl_get_acl rcu path
 2023-07-20 17:59 UTC  (4+ messages)
` [PATCH 6.1 1/2] ovl: let helper ovl_i_path_real() return the realinode
` [PATCH 6.1 2/2] ovl: fix null pointer dereference in ovl_get_acl_rcu()

"Resetting" an overlay fs entry; clearing the upper layer and revealing the lower layer
 2023-07-20 16:33 UTC 

[PATCH V2] ovl: fix mount fail because the upper doesn't have space
 2023-07-19 13:40 UTC  (6+ messages)

[syzbot] [overlayfs?] possible deadlock in seq_read_iter (2)
 2023-07-19 13:17 UTC 

[PATCH] ovl: fix mount fail because the upper doesn't have space
 2023-07-18 11:37 UTC  (2+ messages)

[PATCH 5.15] ovl: fix null pointer dereference in ovl_get_acl_rcu()
 2023-07-17  3:13 UTC  (4+ messages)

[PATCH v2 0/4] overlayfs: Test data-only upperdirs and fs-verity
 2023-07-13 16:15 UTC  (7+ messages)
` [PATCH v2 1/4] overlay: add helper for mounting rdonly overlay
` [PATCH v2 2/4] overlay/060: add test cases of follow to lowerdata
` [PATCH v2 3/4] overlay: Add test for follow of lowerdata in data-only layers
` [PATCH v2 4/4] overlay: Add test coverage for fs-verity support

[ANNOUNCE] ovl: overlayfs-next branch updated to 0a3bf81dbcb2
 2023-07-13 13:34 UTC 

[PATCH 54/79] overlayfs: switch to new ctime accessors
 2023-07-12 15:31 UTC  (7+ messages)
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime
    ` [PATCH 01/79] fs: add ctime accessors infrastructure

[syzbot] [overlayfs?] general protection fault in ovl_init_uuid_xattr
 2023-07-11  9:55 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH 1/4] overlay: add helper for mounting rdonly overlay
 2023-07-10  8:47 UTC  (9+ messages)
` [PATCH 2/4] overlay/060: add test cases of follow to lowerdata
` [PATCH 3/4] overlay: Add test for follow of lowerdata in data-only layers
` [PATCH 4/4] overlay: Add test coverage for fs-verity support

[RFC][PATCH 0/3] Prepare for supporting more filesystems with fanotify
 2023-07-06 17:49 UTC  (7+ messages)
` [RFC][PATCH 1/3] ovl: support encoding non-decodeable file handles
` [RFC][PATCH 3/3] ovl: use persistent s_uuid with index=on

[PATCH v2 66/92] overlayfs: convert to ctime accessor functions
 2023-07-06 14:01 UTC  (3+ messages)

[PATCH 0/4] overlayfs: Test data-only upperdirs and fs-verity
 2023-07-06  9:50 UTC 

[PATCH v3 0/4] ovl: Add support for fs-verity checking of lowerdata
 2023-07-06  7:50 UTC  (15+ messages)

[syzbot] [overlayfs?] general protection fault in d_path
 2023-07-05 14:10 UTC  (6+ messages)

[PATCH v5 0/4] ovl: Add support for fs-verity checking of lowerdata
 2023-07-05 13:12 UTC  (15+ messages)
` [PATCH v4 1/4] ovl: Add framework for verity support
` [PATCH v4 2/4] ovl: Add versioned header for overlay.metacopy xattr
` [PATCH v4 3/4] ovl: Validate verity xattr when resolving lowerdata
` [PATCH v4 4/4] ovl: Handle verity during copy-up

[PATCH] ovl: move all parameter handling into params.{c,h}
 2023-07-05  9:13 UTC  (5+ messages)

[GIT PULL] overlayfs update for 6.5 - part 2
 2023-07-04 18:59 UTC  (2+ messages)

[PATCH] ovl: mark ovl_redirect_mode() as static again
 2023-07-03 12:53 UTC  (2+ messages)

[PATCH] fs: fix invalid-free in init_file()
 2023-07-02 11:25 UTC  (2+ messages)

[syzbot] [overlayfs?] KASAN: invalid-free in init_file
 2023-07-02 11:03 UTC  (5+ messages)

[GIT PULL] overlayfs update for 6.5
 2023-06-29 20:51 UTC  (2+ messages)

[PATCH 0/3] fstests-bld overlayfs updates
 2023-06-25 13:50 UTC  (4+ messages)
` [PATCH 1/3] test-appliance: enable verity for testing overlay over ext4
` [PATCH 2/3] test-appliance: remove redudant overlay configs
` [PATCH 3/3] test-appliance: skip overlayfs tests from base fs exclude list

[PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
 2023-06-23 19:32 UTC  (2+ messages)

[PATCH v4 0/3] ovl: Add support for fs-verity checking of lowerdata
 2023-06-21 12:57 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).