linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-12 16:19:22 to 2016-07-05 15:51:48 UTC [more...]

[PATCH 0/5][RFC] Overlayfs SELinux Support
 2016-07-05 15:50 UTC  (6+ messages)
` [PATCH 1/5] security, overlayfs: provide copy up security hook for unioned files
` [PATCH 2/5] security,overlayfs: Provide security hook for copy up of xattrs for overlay file
` [PATCH 3/5] selinux: Pass security pointer to determine_inode_label()
` [PATCH 4/5] overlayfs: Correctly label newly created file over whiteout
` [PATCH 5/5] overlayfs: Use vfs_getxattr_noperm() for real inode

We could not deliver your parcel, #00453100
 2016-07-05 13:18 UTC 

[GIT PULL] overlayfs fixes for 4.7-rc5
 2016-07-03  8:32 UTC 

[PATCH] overlayfs: Warn instead of error if d_type is not supported
 2016-07-01 14:02 UTC 

[PATCH] locks: use file_inode()
 2016-07-01 13:47 UTC  (3+ messages)

[PATCH 1/2] overlay: dentry leak for default_permissions mount option
 2016-06-30 12:03 UTC  (4+ messages)
` [PATCH 2/2] overlay: remove dir which contains whiteout from lower dir

[PATCH] Fix overlayfs inotify interaction
 2016-06-30 11:04 UTC 

[GIT PULL for 4.8] consolidate vfs API for overlayfs
 2016-06-30  7:22 UTC  (3+ messages)

NFS/ro: mv: cannot move 'foo' to a subdirectory of itself, 'bar'
 2016-06-29 21:20 UTC  (5+ messages)

[PATCH] fix error: a bin file can truncate itself while running on overlayfs
 2016-06-29 14:03 UTC  (3+ messages)
` retry:[PATCH] "

Problem with two overlayed 9p filesystems
 2016-06-28 15:13 UTC  (4+ messages)

[PATCH 1/3] overlay: test visible whiteout issue after rename
 2016-06-23 12:08 UTC  (4+ messages)
` [PATCH 2/3] overlay: getcwd() after a failed rmdir
` [PATCH 3/3] overlay: create new file over whiteout

[PATCH] fix error: a bin file can truncate itself while running at overlayfs
 2016-06-20  7:05 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 4.7-rc3
 2016-06-16  7:32 UTC 

[PATCH] ovl: fix uid/gid when creating over whiteout
 2016-06-15 14:20 UTC  (4+ messages)

WARNING and OOPS using 9p with overlay
 2016-06-09 23:00 UTC  (2+ messages)

Is selinux expected to work on overlayfs ?
 2016-06-01  5:55 UTC 

ext4 with encryption, error "overlayfs: filesystem on [...] not supported as upperdir"
 2016-05-31 13:20 UTC 

[PATCH 1/1] ovl: setxattr: avoid deadlock when writing IMA xattrs
 2016-05-31  2:29 UTC  (21+ messages)
` [PATCH v2 1/1] ovl: setxattr: avoid deadlock when setting IMA xattr
          ` [PATCH v3 1/1] ovl: setxattr: don't deadlock when called from ima_fix_xattr

[PATCH v3 00/17] Xattr inode operation removal
 2016-05-30 19:55 UTC  (27+ messages)
` [PATCH v3 01/17] xattr: Remove unnecessary NULL attribute name check
` [PATCH v3 02/17] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v3 03/17] hfs: Switch to generic xattr handlers
` [PATCH v3 04/17] kernfs: "
` [PATCH v3 05/17] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v3 06/17] sockfs: Get rid of getxattr iop
` [PATCH v3 07/17] ecryptfs: Switch to generic xattr handlers
` [PATCH v3 08/17] overlayfs: "
` [PATCH v3 09/17] fuse: "
` [PATCH v3 10/17] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v3 11/17] vfs: Add IOP_XATTR inode operations flag
` [PATCH v3 12/17] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v3 13/17] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v3 14/17] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v3 15/17] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v3 16/17] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v3 17/17] vfs: Remove "

Hello
 2016-05-29  0:44 UTC 

[GIT PULL resend] vfs update for 4.7
 2016-05-27 19:49 UTC 

[GIT PULL] overlayfs update for 4.7
 2016-05-27 19:44 UTC 

[miklos-vfs:overlayfs-next 6/6] fs/overlayfs/inode.c:145:4: error: label 'out_dput' used but not defined
 2016-05-27 10:59 UTC 

[PATCH v2 00/18] Xattr inode operation removal
 2016-05-25 11:08 UTC  (22+ messages)
` [PATCH v2 01/18] xattr: Remove unnecessary NULL attribute name check
` [PATCH v2 02/18] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v2 03/18] hfs: Switch to generic xattr handlers
` [PATCH v2 04/18] kernfs: "
` [PATCH v2 05/18] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v2 06/18] sockfs: Get rid of getxattr iop
` [PATCH v2 07/18] ecryptfs: Switch to generic xattr handlers
` [PATCH v2 08/18] overlayfs: "
` [PATCH v2 09/18] fuse: "
` [PATCH v2 10/18] evm: Turn evm_update_evmxattr into void function
` [PATCH v2 11/18] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v2 12/18] vfs: Add IOP_XATTR inode operations flag
` [PATCH v2 13/18] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v2 14/18] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v2 15/18] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v2 16/18] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v2 17/18] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v2 18/18] vfs: Remove "

[PATCH] overlayfs: Do d_type check only if work dir creation was successful
 2016-05-20 13:04 UTC 

45aebeaf4f67 "ovl: Ensure upper filesystem supports d_type" breaking Docker
 2016-05-18  3:33 UTC  (8+ messages)

[RFC 0/8] Xattr inode operation removal
 2016-05-17  2:03 UTC  (23+ messages)
` [RFC 1/8] ecryptfs: Switch to generic xattr handlers
` [RFC 2/8] overlayfs: "
` [RFC 3/8] fuse: "
` [RFC 4/8] evm: Turn evm_update_evmxattr into void function
` [RFC 5/8] xattr: Add per-inode xattr handlers as a new inode operation
` [RFC 6/8] xattr: Add __vfs_{get,set,remove}xattr helpers
` [RFC 7/8] xattr: Stop calling {get,set,remove}xattr inode operations
` [RFC 8/8] xattr: Remove generic xattr handlers
  ` [PATCH] xattr handlers: fixup generic_listxattr

Deadlock with overlayfs over and IMA/EVM-enabled filesystem
 2016-05-15 18:24 UTC 

Don't deadlock when setting IMA extended attributes
 2016-05-15 17:26 UTC  (3+ messages)
  ` [PATCH 1/1] ovl: setxattr: avoid deadlock when writing IMA xattrs

Can overlayfs be used for the filesystem root?
 2016-05-14  0:38 UTC 

Deadlock with overlayfs over and IMA/EVM-enabled filesystem
 2016-05-13 13:23 UTC 

[GIT PULL] overlayfs fixes for 4.6-rc7
 2016-05-11  8:11 UTC  (6+ messages)

[GIT PULL (resend) ] overlayfs fixes for 4.6-rc7
 2016-05-10  8:34 UTC 

[PATCH v2] fs: add file_dentry()
 2016-04-27 10:11 UTC  (6+ messages)

Greetings!!!
 2016-04-18 20:12 UTC 

Greetings!!!
 2016-04-18 17:43 UTC 

Backport a Security Fix for CVE-2015-8660 to v4.1
 2016-04-11  5:33 UTC 

[PATCH v2] fs: overlayfs: override creds with the ones from the superblock mounter
 2016-04-07 13:48 UTC 

[PATCH] fs: overlayfs: override creds with the ones from the superblock mounter (fwd)
 2016-04-07 13:36 UTC 

[PATCH] fs: overlayfs: override creds with the ones from the superblock mounter
 2016-04-07 12:55 UTC 

[PATCH] fs: overlayfs: remove debug parameter
 2016-04-07 10:18 UTC 

ext4_file_open: Inconsistent encryption contexts (commit ff978b09f973) breaking Docker
 2016-03-31 20:39 UTC  (7+ messages)

Hello
 2016-03-26 16:02 UTC 

kernel BUG when fsync'ing file in a overlayfs merged dir, located on btrfs
 2016-03-24 15:31 UTC  (7+ messages)

CISCO IP PHONES AND CPU's
 2016-03-23 19:12 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 18:45 UTC 

[PATCH 1/2] vfs: export lookup_hash() to modules
 2016-03-22 13:23 UTC  (2+ messages)
` [PATCH 2/2] ovl: ignore permissions on underlying lookup

[PATCH] vfs: rename: check backing inode being equal
 2016-03-22 13:17 UTC 

[GIT PULL] overlayfs update for 4.6
 2016-03-22 13:10 UTC 

FOR YOUR INFORMATION DEAR BENEFICIARY,
 2016-03-21 19:18 UTC 

RE
 2016-03-19 10:06 UTC 

[PATCH] vfs: update atime using file->f_inode
 2016-03-17 16:36 UTC  (2+ messages)

[PATCH v2 1/1] OverlayFS: Fix checking permissions during lookup
 2016-03-17 15:23 UTC  (6+ messages)

[PATCH] fs: overlayfs: fixed coding style warning
 2016-03-15 15:27 UTC 

[PATCH] Set nosuid, noexec, nodev if any lowerdirs have it
 2016-03-13  7:57 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;
as well as URLs for NNTP newsgroup(s).