linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-27 14:54:44 to 2019-11-18 07:57:33 UTC [more...]

[PATCH 0/6] Sort out overlay layers and fs arrays
 2019-11-18  7:57 UTC  (9+ messages)
` [PATCH 1/6] ovl: fix corner case of non-unique st_dev;st_ino
` [PATCH 2/6] ovl: generalize the lower_layers[] array
` [PATCH 3/6] ovl: simplify ovl_same_sb() helper
` [PATCH 4/6] ovl: generalize the lower_fs[] array
` [PATCH 5/6] ovl: fix corner case of conflicting lower layer uuid
` [PATCH 6/6] ovl: fix corner case of non-constant st_dev;st_ino

possible deadlock in path_openat
 2019-11-18  2:14 UTC 

[PATCH v5] ovl: fix lookup failure on multi lower squashfs
 2019-11-16 12:16 UTC  (2+ messages)

[PATCH v2 0/2] Fix misaligned ovl_fh
 2019-11-15 11:33 UTC  (3+ messages)
` [PATCH v2 1/2] ovl: make sure that real fid is 32bit aligned in memory
` [PATCH v2 2/2] ovl: don't use a temp buf for encoding real fh

[RFC] is ovl_fh->fid really intended to be misaligned?
 2019-11-15  6:07 UTC  (3+ messages)

[PATCH][V4] ovl: fix lookup failure on multi lower squashfs
 2019-11-14 15:37 UTC  (4+ messages)

[PATCH][V2] ovl: fix lookup failure on multi lower squashfs
 2019-11-14 15:34 UTC  (7+ messages)

[PATCH][V3] ovl: fix lookup failure on multi lower squashfs
 2019-11-13 19:29 UTC  (4+ messages)

[PATCH] ovl: fix timestamp limits
 2019-11-13 11:26 UTC  (9+ messages)

[Regression] performance regression since v4.19
 2019-11-13  6:33 UTC  (6+ messages)

[PATCH] overlay: support timestamp range check
 2019-11-11 22:32 UTC  (2+ messages)

[Help] Problem when using overlayfs with LoadPin
 2019-11-08  9:02 UTC  (2+ messages)

[PATCH] ovl: create UUIDs for file systems that do not set the superblock UUID
 2019-11-07  9:56 UTC  (7+ messages)

[PATCH v4] overlay/066: adjust test file size && add more test patterns
 2019-11-07  2:59 UTC 

[PATCH v3] overlay/066: adjust test file size && add more test patterns
 2019-11-06 11:43 UTC  (5+ messages)

[PATCH v15 0/4] overlayfs override_creds=off & nested get xattr fix
 2019-11-05 19:25 UTC  (10+ messages)
` [PATCH v15 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v15 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v15 3/4] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v15 4/4] overlayfs: override_creds=off option bypass creator_cred

[PATCH] overlay/066: adjust test file size && add more test patterns
 2019-11-05  7:37 UTC  (9+ messages)

[PATCH v2] overlay/066: adjust test file size && add more test patterns
 2019-11-05  7:29 UTC  (2+ messages)

[PATCH v14 0/5] overlayfs override_creds=off & nested get xattr fix
 2019-11-04 21:51 UTC  (19+ messages)
` [PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr
  ` e984eb5108: BUG:kernel_NULL_pointer_dereference,address
` [PATCH v14 2/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v14 3/5] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v14 4/5] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v14 5/5] overlayfs: override_creds=off option bypass creator_cred

Performance regression caused by stack operation of regular file
 2019-11-04  1:03 UTC  (4+ messages)

[PATCH v2] ovl: improving copy-up efficiency for big sparse file
 2019-11-03 14:46 UTC  (12+ messages)

[PATCH v4] ovl: improving copy-up efficiency for big sparse file
 2019-11-01 12:35 UTC 

[PATCH v3] ovl: improving copy-up efficiency for big sparse file
 2019-11-01  2:19 UTC  (3+ messages)

Compile error of fsck.overlay on Fedora30
 2019-10-31 14:20 UTC  (2+ messages)

[RFC PATCH 0/5] allow unprivileged overlay mounts
 2019-10-29 17:01 UTC  (10+ messages)
` [RFC PATCH 1/5] ovl: document permission model
` [RFC PATCH 2/5] ovl: ignore failure to copy up unknown xattrs
` [RFC PATCH 3/5] vfs: allow unprivileged whiteout creation
` [RFC PATCH 4/5] ovl: user xattr
` [RFC PATCH 5/5] ovl: unprivieged mounts

[PATCH v3] overlay/066: copy-up test for variant sparse files
 2019-10-28 14:34 UTC  (8+ messages)

[PATCH v2] overlay/066: copy-up test for variant sparse files
 2019-10-24  6:29 UTC  (2+ messages)

[PATCH] overlay/066: copy-up test for variant sparse files
 2019-10-23  2:35 UTC  (3+ messages)

[PATCH] ovl: improving copy-up efficiency for sparse file
 2019-10-16 10:19 UTC  (4+ messages)
` 回复:[PATCH] "

[PATCH] ovl: filter of trusted xattr results in audit
 2019-10-07 16:48 UTC  (7+ messages)

syncfs improvement for overlayfs
 2019-09-27  9:15 UTC 

FAILED: patch "[PATCH] ovl: support the FS_IOC_FS[SG]ETXATTR ioctls" failed to apply to 5.1-stable tree
 2019-09-19 19:04 UTC  (9+ messages)

[GIT PULL] overlayfs fixes for 5.3
 2019-09-19  1:55 UTC  (2+ messages)

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2019-09-18 19:49 UTC  (12+ messages)

can overlayfs work wit NFS v4 as lower fs?
 2019-09-17 14:40 UTC  (7+ messages)

[PATCH] ovl: Fix dereferencing possible ERR_PTR()
 2019-09-17  8:06 UTC  (2+ messages)

[PATCH V2] ovl: Fix dereferencing possible ERR_PTR()
 2019-09-12 10:17 UTC  (4+ messages)

[PATCH] ovl: fix regression caused by overlapping layers detection
 2019-09-11 13:04 UTC  (5+ messages)

Bug at kernel/cred.c +432
 2019-09-09 22:49 UTC  (2+ messages)
` Bug at kernel/cred.c +443

[PATCH v8] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-30  1:24 UTC  (7+ messages)

[PATCH] overlayfs: filter of trusted xattr results in audit
 2019-08-29 18:30 UTC 

[PATCH v2 1/2] splice: don't read more than available pipe space
 2019-08-29 11:49 UTC  (8+ messages)
` [PATCH v2 2/2] iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)

[PATCH v7] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-28  8:58 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).