messages from 2017-10-10 17:03:07 to 2017-10-27 15:20:48 UTC [more...]
ca4c8a3a800039 ovl: treat special files like a regular fs
2017-10-27 15:20 UTC
[RFC PATCH 00/13][V5] overlayfs: Delayed copy up of data
2017-10-27 13:14 UTC (40+ messages)
` [PATCH 01/13] ovl: Put upperdentry if ovl_check_origin() fails
` [PATCH 02/13] ovl: Create origin xattr on copy up for all files
` [PATCH 03/13] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH 04/13] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 05/13] ovl: During copy up, first copy up metadata and then data
` [PATCH 06/13] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 07/13] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH 08/13] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH 09/13] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH 10/13] ovl: Return lower dentry if only metadata copy up took place
` [PATCH 11/13] ovl: Introduce read/write barriers around metacopy flag update
` [PATCH 12/13] ovl: Do not export metacopy only upper dentry
` [PATCH 13/13] ovl: Enable metadata only feature
[PATCH] ovl: lockdep annotate of nested OVL_I(inode)->lock
2017-10-27 13:12 UTC
[GIT PULL] overlayfs fixes for 4.14-rc7
2017-10-27 12:55 UTC
[PATCH 0/4] Overlayfs index features
2017-10-24 15:30 UTC (6+ messages)
` [PATCH 1/4] ovl: introduce incompatible index feature
` [PATCH 2/4] ovl: declare index feature backward compatible
` [PATCH 3/4] ovl: cast a shadow of incomapt index into the past
` [PATCH 4/4] ovl: check incompat/rocompat index features
[PATCH] long mount option support
2017-10-24 10:25 UTC (3+ messages)
[PATCH] ovl: fix EIO from lookup of non-indexed upper
2017-10-24 10:18 UTC (6+ messages)
[PATCH] ovl: do not cleanup unsupported index entries
2017-10-24 9:24 UTC
[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
2017-10-21 19:09 UTC (7+ messages)
` [RFC PATCH 2/2] fs: Grant CAP_TRUSTED rw access to trusted xattrs
` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
2017-10-21 13:45 UTC
[RFC PATCH 00/11][V4] overlayfs: Delayed copy up of data
2017-10-20 15:41 UTC (48+ messages)
` [PATCH 01/11] ovl: Create origin xattr on copy up for all files
` [PATCH 02/11] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH 03/11] ovl: During copy up, first copy up metadata and then data
` [PATCH 04/11] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 05/11] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 06/11] ovl: Set xattr OVL_XATTR_METACOPY on upper file
` [PATCH 07/11] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH 08/11] ovl: Set OVL_METACOPY flag during ovl_lookup()
` [PATCH 09/11] ovl: Return lower dentry if only metadata copy up took place
` [PATCH 10/11] ovl: Introduce read/write barriers around metacopy flag update
` [PATCH 11/11] ovl: Put barriers to order oi->__upperdentry and OVL_METACOPY update
[PATCH] ovl: handle ENOENT on index lookup
2017-10-20 14:21 UTC (5+ messages)
[PATCH v2] ovl: handle ENOENT on index lookup
2017-10-20 14:19 UTC
[PATCH] overlay/038: Remove usage of _overlay_scratch_unmount
2017-10-19 14:52 UTC (2+ messages)
[PATCH 00/11] Implement overlayfs index=all mount option
2017-10-19 10:35 UTC (13+ messages)
` [PATCH 01/11] ovl: fix EIO from lookup of non-indexed upper
` [PATCH 02/11] ovl: verify whiteout index entries on mount
` [PATCH 03/11] ovl: create ovl_need_index() helper
` [PATCH 04/11] ovl: add support for mount option index=all
` [PATCH 05/11] ovl: lookup index for directories
` [PATCH 06/11] ovl: verify directory index entries on mount
` [PATCH 07/11] ovl: index directories on copy up
` [PATCH 08/11] ovl: cleanup dir index when dir nlink drops to zero
` [PATCH 09/11] ovl: whiteout index when union "
` [PATCH 10/11] ovl: whiteout orphan index entries on mount
` [PATCH 11/11] ovl: cleanup stale whiteout "
[PATCH 00/14] Overlayfs NFS export support
2017-10-18 18:43 UTC (18+ messages)
` [PATCH 01/14] ovl: hash all overlay inodes for NFS export
` [PATCH 02/14] ovl: grab i_count reference of lower inode
` [PATCH 03/14] ovl: use d_splice_alias() in place of d_add() in lookup
` [PATCH 04/14] ovl: copy up of disconnected dentries
` [PATCH 05/14] ovl: encode/decode pure-upper non-connectable file handles
` [PATCH 06/14] ovl: encode pure-upper connectable "
` [PATCH 07/14] ovl: decode "
` [PATCH 08/14] ovl: encode/decode struct ovl_fh format "
` [PATCH 09/14] ovl: encode non-pure-upper non-connectable "
` [PATCH 10/14] ovl: obtain a non-pure-upper disconnected dentry
` [PATCH 11/14] ovl: decode non-pure-upper non-connectable file handles
` [PATCH 12/14] ovl: reconnect non-pure-upper dir "
` [PATCH 13/14] ovl: wire up NFS export support
` [PATCH 14/14] ovl: document NFS export
[PATCH 0/7] Implement overlayfs verify_dir mount option
2017-10-17 15:23 UTC (8+ messages)
` [PATCH 1/7] ovl: fix rmdir problem on origin dir
` [PATCH 2/7] ovl: no direct iteration for dir with copy up origin
` [PATCH 3/7] ovl: remove unneeded arg from ovl_verify_origin()
` [PATCH 4/7] ovl: disable redirect_dir and index when no xattr support
` [PATCH 5/7] ovl: ignore redirect_dir and index when no upper layer
` [PATCH 6/7] ovl: add support for verify_dir mount option
` [PATCH 7/7] ovl: follow decoded origin file handle of merge dir
[OVERLAYFS] Can I create file in directory on lower layer located on NFS
2017-10-17 7:11 UTC (5+ messages)
[RFC PATCH 0/9][V3] overlayfs: Delayed copy up of data
2017-10-16 13:31 UTC (25+ messages)
` [PATCH 3/9] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 5/9] ovl: Set xattr OVL_XATTR_METACOPY on upper file
` [PATCH 7/9] ovl: Introduce read/write barriers around metacopy flag update
[OVERLAYFS] Can I create file in directory on lower layer located on NFS
2017-10-16 4:59 UTC
[PATCH] overlay/038: Miscellaneous fixes
2017-10-15 13:10 UTC (3+ messages)
[PATCH V4] overlay: Test consistent d_ino feature for non-samefs setup
2017-10-12 16:11 UTC (3+ messages)
[PATCH V3] overlay: Test consistent d_ino feature for non-samefs setup
2017-10-12 12:23 UTC (3+ messages)
[PATCH] overlay/036: expect EBUSY for dir inuse only when mounting with index=on
2017-10-12 6:33 UTC
[PATCH 0/4] fstests: fixes for config option OVERLAY_MOUNT_OPTIONS
2017-10-12 6:08 UTC (9+ messages)
` [PATCH 2/4] overlay: use default overlay mount options _overlay_mount_dirs()
` [PATCH 4/4] overlay: fix _overlay_config_override of MOUNT_OPTIONS
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).