messages from 2017-09-14 12:04:03 to 2017-10-17 16:44:29 UTC [more...]
[PATCH 00/14] Overlayfs NFS export support
2017-10-17 16:44 UTC (15+ 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 00/11] Implement overlayfs index=all mount option
2017-10-17 16:00 UTC (12+ 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 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 (31+ messages)
` [PATCH 1/9] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH 2/9] ovl: During copy up, first copy up metadata and then data
` [PATCH 3/9] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 4/9] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 5/9] ovl: Set xattr OVL_XATTR_METACOPY on upper file
` [PATCH 6/9] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH 7/9] ovl: Introduce read/write barriers around metacopy flag update
` [PATCH 8/9] ovl: Set OVL_METACOPY flag during ovl_lookup()
` [PATCH 9/9] ovl: Return lower dentry if only metadata copy up took place
[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] ovl: fix EIO from lookup of non-indexed upper
2017-10-13 15:20 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 (14+ messages)
` [PATCH 1/4] overlay: remove stale implementation of _scratch_mount_options
` [PATCH 2/4] overlay: use default overlay mount options _overlay_mount_dirs()
` [PATCH 3/4] overlay: create helper _overlay_scratch_mount_dirs()
` [PATCH 4/4] overlay: fix _overlay_config_override of MOUNT_OPTIONS
` [PATCH 5/5] overlay: move _overlay helpers to common/overlay
` [PATCH 6/6] overlay: deduplicate code in overlay mount helpers
[RFC PATCH 0/8][V2] overlayfs: Delayed copy up of data
2017-10-09 14:53 UTC (15+ messages)
` [PATCH 1/8] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH 2/8] ovl: During copy up, first copy up metadata and then data
` [PATCH 3/8] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 4/8] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 5/8] ovl: Set xattr OVL_XATTR_METACOPY on upper file
` [PATCH 6/8] ovl: Set OVL_METACOPY flag during ovl_lookup()
` [PATCH 7/8] ovl: Return lower dentry if only metadata copy up took place
` [PATCH 8/8] ovl: Fix ovl_getattr() to get number of blocks from lower
[PATCH V2] Consistent d_ino test for non-samefs setup
2017-10-09 5:45 UTC (5+ messages)
[PATCH] overlay/038: Remove af_unix program requirement
2017-10-08 9:04 UTC (2+ messages)
[PATCH] ovl: fix regression caused by exclusive upper/work dir protection
2017-10-06 17:16 UTC (3+ messages)
[RFC PATCH 0/7] overlayfs: Delayed copy up of data
2017-10-06 15:32 UTC (30+ messages)
` [PATCH 1/7] Create origin xattr on copy up for all files
` [PATCH 2/7] ovl: During copy up, first copy up metadata and then data
` [PATCH 3/7] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 4/7] ovl: Set xattr OVL_XATTR_METACOPY on upper file
` [PATCH 5/7] ovl: Set OVL_METACOPY flag during ovl_lookup()
` [PATCH 6/7] ovl: Return lower dentry if only metadata copy up took place
` [PATCH 7/7] ovl: Fix ovl_getattr() to get size from lower
[GIT PULL] overlayfs fixes for 4.14-rc4
2017-10-06 12:14 UTC
[PATCH] constant d_ino test for non-samefs setup
2017-10-06 11:51 UTC (2+ messages)
[PATCH 1/3] ovl: Allocate anonymous devs for lowerdirs
2017-10-06 9:25 UTC (3+ messages)
` [PATCH 2/3] ovl: relax same fs constrain for constant st_ino
` [PATCH 3/3] ovl: Relax same fs constraint for constant d_ino
[PATCH] ovl: grab i_count reference of lower inode
2017-10-05 20:10 UTC
Exporting overlay via NFS?
2017-09-28 7:14 UTC (3+ messages)
[PATCH] ovl: add NULL check in ovl_alloc_inode
2017-09-26 4:06 UTC (2+ messages)
[PATCH 0/4] assorted overlayfs fixes for v4.14-rc3
2017-09-25 14:06 UTC (7+ messages)
` [PATCH 1/4] ovl: fix may_write_real() for overlayfs directories
` [PATCH 2/4] ovl: fix error value printed in ovl_lookup_index()
` [PATCH 3/4] ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
` [PATCH 4/4] ovl: fix dentry leak in ovl_indexdir_cleanup()
` [PATCH 5/5] ovl: fix missing unlock_rename() in ovl_do_copy_up()
[PATCH] ovl: Return -ENOMEM if an allocation fails ovl_lookup()
2017-09-23 3:41 UTC (2+ messages)
[PATCH V2] ovl: Allocate anonymous devs for lowerdirs
2017-09-22 2:40 UTC (5+ messages)
` [PATCH V3] "
[PATCH 0/2] overlay: fix INDEX=y regressions
2017-09-20 3:53 UTC (5+ messages)
` [PATCH 1/2] overlay/014: correct comment relating to workdir reuse
` [PATCH 2/2] overlay/031: fix test with inodes index enabled
WARNING: CPU: 1 PID: 6921 at fs/overlayfs/inode.c:97 ovl_getattr+0x174/0x190 [overlay]
2017-09-19 5:11 UTC (2+ messages)
[PATCH] vfs: fix may_write_real() for overlayfs directories
2017-09-18 20:21 UTC
[GIT PULL] overlayfs update for 4.14
2017-09-17 21:27 UTC (11+ messages)
[experimental PATCH] ovl: get rid of d_real()
2017-09-15 17:11 UTC (3+ messages)
[PATCH xfstests 1/2] overlay: test relatime for directories
2017-09-15 1:06 UTC (6+ messages)
` [PATCH xfstests 2/2] overlay: test chattr lower file in overlay
ovl: mounting two times the same mount overlayfs will not list any directory entry anymore
2017-09-14 14:54 UTC (5+ messages)
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).