messages from 2016-07-08 17:42:40 to 2016-09-13 00:08:11 UTC [more...]
[PATCH] ovl: use copy_file_range for copy up if possible
2016-09-13 0:08 UTC (19+ messages)
` [PATCH v2 0/4] ovl: efficient copy up by reflink
` [PATCH v2 1/4] vfs: allow vfs_clone_file_range() across mount points
` [PATCH v2 2/4] ovl: use vfs_clone_file_range() for copy up if possible
` [PATCH v2 3/4] vfs: allow vfs_copy_file_range() across file systems
` [PATCH v2 4/4] ovl: use vfs_copy_file_range() to copy up file data
[miklos-vfs:readlink 16/17] ERROR: "vfs_get_link" [fs/overlayfs/overlay.ko] undefined!
2016-09-12 17:24 UTC
[miklos-vfs:readlink 17/17] ERROR: "vfs_get_link" [fs/ecryptfs/ecryptfs.ko] undefined!
2016-09-13 1:30 UTC
[PATCH v1] ovl: use copy_file_clone for copy up if possible
2016-09-11 10:50 UTC
[GIT PULL] overlayfs fix for 4.8-rc5
2016-09-09 21:47 UTC (6+ messages)
[PATCH] generic: simple permission check on hard links
2016-09-07 22:45 UTC (2+ messages)
overlayfs + ubifs: power cut results in "failed to create directory /overlay/work/work (errno: 17); mounting read-only"
2016-09-07 8:28 UTC (6+ messages)
[PATCH] overlayfs: During copy up, switch to mounter's creds early
2016-09-06 17:40 UTC
[PATCH] ovl: Fix for filesystems without POSIX ACL support
2016-09-06 12:47 UTC (2+ messages)
overlayfs stopped working in v4.8-rc4-359-g4b30b6d
2016-09-05 12:11 UTC (2+ messages)
Bug#836211: dpkg: Cannot upgrade some packages on overlayfs: Invalid cross-device link
2016-09-05 8:28 UTC (3+ messages)
[GIT PULL] overlayfs fixes for 4.8-rc4
2016-09-02 12:56 UTC
[PATCH 1/2] common/rc: introduce _overlay_mount_dirs helper
2016-09-01 3:56 UTC (7+ messages)
` [PATCH v2 2/2] overlay: copy-up lowerdir which has opaque xattr set
[PATCH] overlay: sgid inheritance over whiteout
2016-09-01 2:41 UTC (3+ messages)
[PATCH] ovl: fix sgid inhertance over whiteout
2016-08-26 10:48 UTC (3+ messages)
[PATCH 0/4] ovl: xattr fixes / improvements
2016-08-23 11:00 UTC (6+ messages)
` [PATCH 1/4] ovl: Fix OVL_XATTR_PREFIX
` [PATCH 2/4] ovl: Get rid of ovl_xattr_noacl_handlers array
` [PATCH 3/4] ovl: Switch to generic_removexattr
` [PATCH 4/4] ovl: Switch to generic_getxattr
[PATCH v4 00/20] Xattr inode operation removal
2016-08-23 9:57 UTC (23+ messages)
` [PATCH v4 01/20] ovl: Fix OVL_XATTR_PREFIX
` [PATCH v4 02/20] ovl: Get rid of ovl_xattr_noacl_handlers array
` [PATCH v4 03/20] ovl: Switch to generic_removexattr
` [PATCH v4 04/20] ovl: Switch to generic_getxattr
` [PATCH v4 05/20] xattr: Remove unnecessary NULL attribute name check
` [PATCH v4 06/20] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v4 07/20] hfs: Switch to generic xattr handlers
` [PATCH v4 08/20] kernfs: "
` [PATCH v4 09/20] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v4 10/20] sockfs: Get rid of getxattr iop
` [PATCH v4 11/20] ecryptfs: Switch to generic xattr handlers
` [PATCH v4 12/20] fuse: "
` [PATCH v4 13/20] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v4 14/20] vfs: Add IOP_XATTR inode operations flag
` [PATCH v4 15/20] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v4 16/20] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v4 17/20] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v4 18/20] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v4 19/20] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v4 20/20] vfs: Remove "
` [PATCH] lustre: Switch to generic xattr handlers
[PATCH] ovl: fix spelling mistake: "directries" -> "directories"
2016-08-18 15:58 UTC
[PATCH] overlayfs: Make dir inode always point to the underlay
2016-08-16 7:37 UTC (6+ messages)
Stable inode numbers
2016-08-16 0:03 UTC (9+ messages)
[RFC PATCH 0/9][V3] Overlayfs SELinux Support
2016-08-11 14:06 UTC (37+ messages)
` [PATCH 1/9] security, overlayfs: provide copy up security hook for unioned files
` [PATCH 2/9] selinux: Implementation for inode_copy_up() hook
` [PATCH 3/9] security,overlayfs: Provide security hook for copy up of xattrs for overlay file
` [PATCH 4/9] selinux: Implementation for inode_copy_up_xattr() hook
` [PATCH 5/9] selinux: Pass security pointer to determine_inode_label()
` [PATCH 6/9] security, overlayfs: Provide hook to correctly label newly created files
` [PATCH 7/9] selinux: Implement dentry_create_files_as() hook
` [PATCH 8/9] overlayfs: Dilute permission checks on lower only if not special file
` [PATCH 9/9] overlayfs: Append MAY_READ when diluting write checks
[PATCH] ovl: fix inode in utimes_common on overlayfs
2016-08-11 9:13 UTC (4+ messages)
` retry: "
[PATCH] overlay: copy-up lowerdir which has opaque xattr set
2016-08-09 6:55 UTC (4+ messages)
[PATCH] ovl: fix copy up opaque directory
2016-08-08 13:21 UTC (2+ messages)
[PATCH] ovl: whiteout of lower dir should't dispaly in merge dir
2016-08-08 9:28 UTC (2+ messages)
[GIT PULL] fix overlayfs deadlock in file_remove_privs()
2016-08-03 17:32 UTC (2+ messages)
[GIT PULL] overlayfs update for 4.8
2016-07-29 20:00 UTC (3+ messages)
[PATCH 1/3] overlay: dump overlay private xattr
2016-07-26 3:47 UTC (4+ messages)
` [PATCH 2/3] overlay: remove stale file from upperdir
` [PATCH 3/3] overlay: truncate running binaries from lower and upper dirs
[GIT PULL] overlayfs fixes for 4.7-final
2016-07-22 19:52 UTC
[RFC PATCH v2 0/3] fix overlayfs locks and leases
2016-07-21 20:19 UTC (5+ messages)
` [RFC PATCH v2 1/3] locks: fix file locking on overlayfs
` [RFC PATCH v2 2/3] vfs: make argument of d_real_inode() const
` [RFC PATCH v2 3/3] vfs: do get_write_access() on upper layer of overlayfs
[PATCH] ovl: support ltp/testcase/bin/inotify04 on overlayfs
2016-07-21 10:34 UTC (2+ messages)
[RFC PATCH] locks: fix file locking on overlayfs
2016-07-20 4:08 UTC (6+ messages)
[RFC PATCH] fsnotify: support overlayfs
2016-07-19 12:45 UTC
[RFC PATCH] vfs: update ovl inode before relatime check
2016-07-19 12:38 UTC
linux-next: Tree for Jul 14 (overlayfs)
2016-07-14 16:51 UTC
(unknown),
2016-07-14 14:22 UTC
[miklos-vfs:overlayfs-next 19/24] ERROR: "posix_acl_from_xattr" [fs/overlayfs/overlay.ko] undefined!
2016-07-14 14:00 UTC
[PATCH] ovl: fix link error without POSIX ACL
2016-07-14 12:16 UTC (2+ messages)
[PATCH] Fix overlayfs inotify interaction
2016-07-14 10:08 UTC (6+ messages)
[PATCH -next] ovl: remove duplicated include from super.c
2016-07-14 8:59 UTC (2+ messages)
WARNING: CPU: 2 PID: 989 at fs/overlayfs/super.c:325 ovl_d_real+0x91/0xd0 [overlay]
2016-07-14 8:51 UTC (2+ messages)
[RFC PATCH 0/7][V2] Overlayfs SELinux Support
2016-07-12 0:02 UTC (12+ messages)
` [PATCH 1/7] security, overlayfs: provide copy up security hook for unioned files
` [PATCH 3/7] security,overlayfs: Provide security hook for copy up of xattrs for overlay file
` [kbuild-all] [PATCH 3/7] security, overlayfs: "
[miklos-vfs:overlayfs-next 14/15] DockBook: fs/inode.c:1635: warning: No description found for parameter 'rcu'
2016-07-08 23:43 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).