public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-11 23:30:24 to 2024-10-11 15:52:49 UTC [more...]

[PATCH RFC 0/3] ovl: specify layers via file descriptors
 2024-10-11 15:52 UTC  (5+ messages)
` [PATCH RFC 1/3] "
` [PATCH RFC 2/3] selftests: use shared header
` [PATCH RFC 3/3] selftests: add overlayfs fd mounting selftests

[PATCH v3 0/5] Store overlay real upper file in ovl_file
 2024-10-07 17:13 UTC  (13+ messages)
` [PATCH v3 1/5] ovl: do not open non-data lower file for fsync
` [PATCH v3 2/5] ovl: allocate a container struct ovl_file for ovl private context
` [PATCH v3 3/5] ovl: store upper real file in ovl_file struct
` [PATCH v3 4/5] ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
` [PATCH v3 5/5] ovl: convert ovl_real_fdget() callers to ovl_real_file()

[PATCH v2 00/16] overlayfs: Optimize override/revert creds
 2024-10-07 16:13 UTC  (34+ messages)
` [PATCH v2 01/16] cred: Add a light version of override/revert_creds()
` [PATCH v2 02/16] fs/backing-file: Convert to revert/override_creds_light()
` [PATCH v2 03/16] fs/overlayfs: Introduce ovl_override_creds_light()
` [PATCH v2 04/16] overlayfs: Document critical override_creds() operations
` [PATCH v2 05/16] overlayfs: Use ovl_override_creds_light()/revert_creds_light()
` [PATCH v2 06/16] cred: Introduce cred_guard() and cred_scoped_guard() helpers
` [PATCH v2 07/16] fs/backing-file: Convert to cred_guard()
` [PATCH v2 08/16] overlayfs/copy_up: "
` [PATCH v2 09/16] overlayfs/dir: "
` [PATCH v2 10/16] overlayfs/file: "
` [PATCH v2 11/16] overlayfs/inode: "
` [PATCH v2 12/16] overlayfs/namei: "
` [PATCH v2 13/16] overlayfs/readdir: "
` [PATCH v2 14/16] overlayfs/xattrs: "
` [PATCH v2 15/16] overlayfs/util: "
` [PATCH v2 16/16] overlayfs: Remove ovl_override_creds_light()

[PATCH v2 0/4] Stash overlay real upper file in backing_file
 2024-10-07 14:21 UTC  (19+ messages)
` [PATCH v2 1/4] ovl: do not open non-data lower file for fsync
` [PATCH v2 2/4] ovl: stash upper real file in backing_file struct
` [PATCH v2 3/4] ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
` [PATCH v2 4/4] ovl: convert ovl_real_fdget() callers to ovl_real_file()

[PATCH 0/4] Stash overlay real upper file in backing_file
 2024-10-06  8:03 UTC  (14+ messages)
` [PATCH 1/4] ovl: do not open non-data lower file for fsync
` [PATCH 2/4] ovl: stash upper real file in backing_file struct
` [PATCH 3/4] ovl: convert ovl_real_fdget_meta() callers to ovl_real_file_meta()
` [PATCH 4/4] ovl: convert ovl_real_fdget() callers to ovl_real_file()

introduce struct fderr, convert overlayfs uses to that
 2024-10-04 10:47 UTC 

[syzbot] [overlayfs?] general protection fault in ovl_llseek
 2024-09-27 20:20 UTC  (7+ messages)

[syzbot] [overlayfs?] general protection fault in ovl_llseek
 2024-09-26 17:02 UTC 

[PATCH AUTOSEL 6.10 179/197] ovl: fsync after metadata copy-up
 2024-09-25 11:53 UTC 

[PATCH AUTOSEL 6.11 222/244] ovl: fsync after metadata copy-up
 2024-09-25 11:27 UTC 

[PATCH] overlay: create a variant to syncfs error test xfs/546
 2024-09-19 14:47 UTC  (13+ messages)

[GIT PULL] overlayfs updates for 6.12
 2024-09-19  5:20 UTC  (2+ messages)

[PATCH] Data-only layer mount time validations
 2024-09-08 14:00 UTC  (4+ messages)
` [PATCH v2] ovl: Fail if trusted xattrs are needed but caller lacks permission

[PATCH] Update redirect_dir and metacopy sections in overlayfs documentation
 2024-09-04 19:32 UTC  (4+ messages)
  ` [PATCH v2] Update metacopy section "

[PATCH] overlay: deprecate test t_truncate_self
 2024-09-02 20:01 UTC  (2+ messages)

[PATCH] ovl: don't set the superblock's errseq_t manually
 2024-09-02 11:32 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH V2] ovl: fsync after metadata copy-up via mount option "fsync=strict"
 2024-08-30 12:23 UTC  (14+ messages)
      ` 答复: "

[PATCH] ovl: fsync after metadata copy-up
 2024-08-30  9:56 UTC 

[PATCH -next] ovl: obtain fs magic from superblock
 2024-08-29  6:40 UTC  (4+ messages)

[PATCH v3 0/3] ovl: simplify ovl_parse_param_lowerdir()
 2024-08-23 18:04 UTC  (5+ messages)
` [PATCH v3 3/3] ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err

Off by one in lowerdir calculation?
 2024-08-23 15:16 UTC  (3+ messages)

[PATCH 1/1] backing-file: convert to using fops->splice_write
 2024-08-23 11:09 UTC  (3+ messages)

[PATCH -next] ovl: Use in_group_or_capable() helper to simplify the code
 2024-08-23  7:33 UTC  (2+ messages)

overlayfs: NFS lowerdir changes & opaque negative lookups
 2024-08-06  7:55 UTC  (28+ messages)
            ` [PATCH] Defined behaviors if files are added to data-only layers

Documentation contribution guidelines and suggestions?
 2024-08-05 21:29 UTC  (2+ messages)

[PATCH v1 0/2] Refactor return value of two lsm hooks
 2024-07-29 21:19 UTC  (6+ messages)
` [PATCH v1 1/2] lsm: Refactor return value of LSM hook vm_enough_memory
` [PATCH v1 2/2] lsm: Refactor return value of LSM hook inode_copy_up_xattr

[PATCH] ovl: fsync after metadata copy-up via mount option "upsync=strict"
 2024-07-22  7:37 UTC  (5+ messages)
  ` 答复: "

overlayfs issue: dir permission lost during overlayfs copy-up
 2024-07-17 12:41 UTC  (6+ messages)
  ` 答复: "


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