public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-24 19:57:11 to 2019-11-04 21:51:20 UTC [more...]

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

[PATCH] overlay/066: adjust test file size && add more test patterns
 2019-10-30  5:33 UTC  (7+ 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)

[PATCH v5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-20 17:43 UTC  (3+ messages)

[PATCH v6] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-20 15:32 UTC 

[PATCH v4] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-16 15:34 UTC  (4+ messages)

[PATCH] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-16 15:30 UTC  (9+ messages)

[PATCH v2] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-15 15:30 UTC  (6+ messages)

[PATCH v3] Add flags option to get xattr method paired to __vfs_getxattr
 2019-08-14 21:27 UTC 

[PATCH v13 0/5] overlayfs override_creds=off
 2019-07-31 16:58 UTC  (7+ messages)
` [PATCH v13 1/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v13 2/5] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v13 3/5] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v13 4/5] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v13 5/5] overlayfs: override_creds=off option bypass creator_cred

[PATCH v12 0/5] overlayfs override_creds=off
 2019-07-30 21:37 UTC  (7+ messages)
` [PATCH v12 1/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v12 2/5] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v12 3/5] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v12 4/5] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v12 5/5] overlayfs: override_creds=off option bypass creator_cred

[PATCH v10 0/2] overlayfs override_creds=off
 2019-07-30 16:54 UTC  (21+ messages)
` [PATCH v10 1/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v10 2/5] Add optional __get xattr method paired to __vfs_getxattr
` [PATCH v10 3/5] overlayfs: add __get xattr method
` [PATCH v10 4/5] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v10 5/5] overlayfs: override_creds=off option bypass creator_cred

[PATCH v11 0/4] overlayfs override_creds=off
 2019-07-30 15:52 UTC  (5+ messages)
` [PATCH v11 1/4] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh
` [PATCH v11 2/4] fs: __vfs_getxattr nesting paradigm
` [PATCH v11 3/4] overlayfs: internal getxattr operations without sepolicy checking
` [PATCH v11 4/4] overlayfs: override_creds=off option bypass creator_cred

[PATCH v2] overlay/065: adjust test to expect EBUSY only with index=on
 2019-07-28 10:21 UTC 

[PATCH] overlay/065: adjust test to expect EBUSY only with index=on
 2019-07-28 10:18 UTC  (3+ messages)

WARNING in ovl_real_fdget_meta
 2019-07-27  2:41 UTC  (6+ messages)

[PATCH] ovl: detect overlapping layers with nested lower overlayfs
 2019-07-26 16:46 UTC 

[PFC][PATCH 0/4] Overlayfs SHUTDOWN ioctl
 2019-07-26  6:57 UTC  (3+ messages)
` [PATCH 1/4] ovl: support [S|G]ETFLAGS ioctl for directories

[PATCH] fs: overlayfs: Fix a possible null-pointer dereference in ovl_free_fs()
 2019-07-25 13:03 UTC  (2+ messages)


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