linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-09 01:47:30 to 2017-11-28 16:42:04 UTC [more...]

[PATCH 0/3] Overlayfs orphan index cleanup tests
 2017-11-28 16:42 UTC  (4+ messages)
` [PATCH 1/3] overlay: regression test for hardlink breakage after unlink and mount cycle
` [PATCH 2/3] overlay: regression test for orphan index cleanup on mount
` [PATCH 3/3] overlay/042: remove wrong check for empty index

[RFC PATCH v8 00/15] overlayfs: Delayed copy up of data
 2017-11-28 15:59 UTC  (16+ messages)
` [PATCH v8 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v8 02/15] ovl: disable redirect_dir and index when no xattr support
` [PATCH v8 03/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v8 04/15] ovl: Create origin xattr on copy up for all files
` [PATCH v8 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v8 06/15] ovl: During copy up, first copy up metadata and then data
` [PATCH v8 07/15] ovl: Move the copy up helpers to copy_up.c
` [PATCH v8 08/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v8 09/15] ovl: Add helper ovl_already_copied_up()
` [PATCH v8 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v8 11/15] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v8 12/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v8 13/15] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v8 14/15] ovl: Fix encryption/compression status of a metacopy only file
` [PATCH v8 15/15] ovl: Enable metadata only feature

[PATCH v3] ovl: Sync upper dirty data when sync overlayfs
 2017-11-28 14:58 UTC  (2+ messages)

[PATCH V3] ovl: Pass ovl_get_nlink() parameters in right order
 2017-11-28 14:20 UTC 

[PATCH V2] ovl: Pass ovl_get_nlink() parameters in right order
 2017-11-28 14:18 UTC  (4+ messages)

[PATCH] ovl: Sync upper dirty data when sync overlayfs
 2017-11-28 12:49 UTC  (7+ messages)

[PATCH] ovl: Use PTR_ERR_OR_ZERO()
 2017-11-27 23:09 UTC 

[PATCH] ovl: Pass ovl_get_nlink() parameters in right order
 2017-11-27 18:24 UTC  (2+ messages)

[PATCH] ovl: Check project quota ids during ovl_fill_super()
 2017-11-27 17:58 UTC  (3+ messages)

sync filesystem of overlayfs
 2017-11-27 17:51 UTC  (6+ messages)

[PATCH] overlay: add a test for multiple redirects to the same lower dir
 2017-11-27  2:16 UTC  (5+ messages)

[PATCH] ovl: fix overlay: warning prefix
 2017-11-22 18:27 UTC 

[PATCH] ovl: fix failure to fsync lower dir
 2017-11-22 12:19 UTC  (6+ messages)

[PATCH] ovl: take lower dir inode mutex outside upper sb_writers lock
 2017-11-22  9:34 UTC  (3+ messages)

[RFC][PATCH] ovl: unbless lower st_ino of files inside redirected parent dir
 2017-11-21 12:54 UTC 

[PATCH 1/2] overlay/038: code cleanup
 2017-11-21  7:18 UTC  (5+ messages)
` [PATCH 2/2] overlay/038: test consistent values of st_ino/d_ino for subdirs

[fsck.overlay RFC PATCH] overlay: add fsck utility
 2017-11-21  6:06 UTC  (10+ messages)

[RFC PATCH v7 00/14] overlayfs: Delayed copy up of data
 2017-11-20 15:28 UTC  (33+ messages)
` [PATCH v7 01/14] ovl: disable redirect_dir and index when no xattr support
` [PATCH v7 02/14] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v7 03/14] ovl: Create origin xattr on copy up for all files
` [PATCH v7 04/14] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v7 05/14] ovl: During copy up, first copy up metadata and then data
` [PATCH v7 06/14] ovl: Move couple of copy up functions in copy_up.c
` [PATCH v7 07/14] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v7 08/14] ovl: Add helper ovl_already_copied_up()
` [PATCH v7 09/14] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v7 10/14] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v7 11/14] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v7 12/14] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v7 13/14] ovl: Fix encryption/compression status of a metacopy only file
` [PATCH v7 14/14] ovl: Enable metadata only feature

[PATCH 0/3] More nonsamefs d_ino test cleanups
 2017-11-20  8:58 UTC  (5+ messages)
` [PATCH 1/3] overlay/041: code cleanup
` [PATCH 2/3] overlay/041: test consistent values of st_ino/d_ino for subdirs
` [PATCH 3/3] overlay/041: use user defined overlay mount option

[PATCH V3] overlay: Test consistent st_ino numbers for non-samefs scenario
 2017-11-19 11:30 UTC  (4+ messages)

[PATCH 1/3] overlay/017: Remove constant st_ino/d_ino test for hardlinks
 2017-11-18 20:36 UTC  (6+ messages)
` [PATCH 2/3] overlay/018: Add constant d_ino test
` [PATCH 3/3] overlay: Test hardlink breakage on non-samefs setup

[GIT PULL] overlayfs update for 4.15
 2017-11-17 21:49 UTC  (2+ messages)

[RFC PATCH v6 00/15] overlayfs: Delayed copy up of data
 2017-11-16 15:13 UTC  (35+ messages)
` [PATCH v6 01/15] ovl: Create origin xattr on copy up for all files
` [PATCH v6 02/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v6 03/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v6 04/15] ovl: During copy up, first copy up metadata and then data
` [PATCH v6 05/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v6 06/15] ovl: Add helper ovl_already_copied_up()
` [PATCH v6 07/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v6 08/15] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v6 09/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v6 10/15] ovl: Return lower dentry if only metadata copy up took place
` [PATCH v6 11/15] ovl: Do not expose metacopy only upper dentry
` [PATCH v6 12/15] ovl: Fix encryption status of a metacopy only file
` [PATCH v6 13/15] ovl: Fix compression "
` [PATCH v6 14/15] ovl: Introduce read/write barriers around metacopy flag update
` [PATCH v6 15/15] ovl: Enable metadata only feature

[PATCH 0/4] Overlayfs index features
 2017-11-15 15:14 UTC  (12+ 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 V2] overlay: Test consistent st_ino numbers for non-samefs scenario
 2017-11-15  6:36 UTC  (3+ messages)

[PATCH 1/2] src/t_dir_type.c: Use strtoul() instead of atoll()
 2017-11-14 11:50 UTC  (8+ messages)
` [PATCH 2/2] overlay: Test consistent st_ino numbers for non-samefs scenario

Re:
 2017-11-13 14:55 UTC 

[bug report] ovl: factor out ovl_free_fs() helper
 2017-11-13  9:17 UTC  (2+ messages)

[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2017-11-13  6:43 UTC 

[PATCH v8 0/9] Overlayfs: constant st_ino/d_ino for non-samefs
 2017-11-10  9:24 UTC  (8+ messages)

[PATCH] ovl: fix null pointer dereference on ofs allocation failure
 2017-11-10  8:54 UTC  (2+ messages)

[PATCH 00/14] Overlayfs NFS export support
 2017-11-09 21:55 UTC  (5+ messages)

[PATCH 0/3] Overlayfs restoring of origin fh
 2017-11-09 11:46 UTC  (9+ messages)
` [PATCH 2/3] ovl: set origin xattr for merge dir on lookup

[PATCH 1/1] ovl: Put upperdentry if ovl_check_origin() fails
 2017-11-09 10:07 UTC  (4+ messages)

Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????
 2017-11-09  7:51 UTC  (8+ 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).