messages from 2017-11-28 18:22:01 to 2017-12-18 02:50:12 UTC [more...]
is Documentation/filesystems/overlayfs.txt current?
2017-12-18 2:50 UTC (2+ messages)
` Metadata, source and security concerns (was is Documentation/filesystems/overlayfs.txt current?)
[PATCH v2 00/18] overlay: implement fsck.overlay utility
2017-12-15 16:17 UTC (47+ messages)
` [PATCH v2 01/18] overlay: implement fsck utility
` [PATCH v2 02/18] fsck.overlay: fix uninitialized variable
` [PATCH v2 03/18] fsck.overlay: add -n -p and -y options
` [PATCH v2 04/18] fsck.overlay: add path package and split helper
` [PATCH v2 05/18] fsck.overlay: convert path parse to use helper function
` [PATCH v2 06/18] fsck.overlay: open lowerdirs in advance
` [PATCH v2 07/18] fsck.overlay: check lowers use relative path
` [PATCH v2 08/18] fsck.overlay: fix spelling mistakes
` [PATCH v2 09/18] fsck.overlay: add counter of checked objects
` [PATCH v2 10/18] fsck.overlay: fix verbose flag
` [PATCH v2 11/18] fsck.overlay: add ovl_ask_invalid helper
` [PATCH v2 12/18] fsck.overlay: remove duplicate redirect xattr in yes mode
` [PATCH v2 13/18] fsck.overlay: handle missing case of redirecte directory
` [PATCH v2 14/18] fsck.overlay: correct copyright and License
` [PATCH v2 15/18] fsck.overlay: fix word mistake
` [PATCH v2 16/18] fsck.overlay: remove test cases
` [PATCH v2 17/18] fsck.overlay: not enforce overlayfs is offline in 'no changes' mode
` [PATCH v2 18/18] fsck.overlay: use relative path when checking lowers
[GIT PULL] overlayfs fixes for 4.15-rc4
2017-12-15 15:25 UTC
[PATCH for xfstests 0/4] overlay: add fsck.overlay basic tests
2017-12-15 8:57 UTC (15+ messages)
` [PATCH for xfstests 1/4] overlay: add filesystem check helper
` [PATCH for xfstests 2/4] overlay: add fsck.overlay whiteout test
` [PATCH for xfstests 3/4] overlay: add fsck.overlay opaque directory test
` [PATCH for xfstests 4/4] overlay: add fsck.overlay redirect "
[PATCH v5 1/3] common/rc: add scratch shutdown support for overlayfs
2017-12-15 7:47 UTC (3+ messages)
` [PATCH v5 2/3] common/rc: check syncfs support
` [PATCH v5 3/3] generic/471: add syncfs test
[PATCH v4 1/3] common/rc: add scratch shutdown support for overlayfs
2017-12-15 3:38 UTC (9+ messages)
` [PATCH v4 2/3] common/rc: check syncfs support
` [PATCH v4 3/3] generic/471: add syncfs test
[PATCH] ovl: fix overlay: warning prefix
2017-12-14 10:19 UTC (3+ messages)
[PATCH v3 1/3] common/rc: add scratch shutdown support for overlayfs
2017-12-14 5:31 UTC (17+ messages)
` [PATCH v3 2/3] common/rc: add a check case in _require_xfs_io_command() to support syncfs
` [PATCH v3 3/3] generic/470: add syncfs test
` [PATCH v3 3/3] generic/471: "
[PATCH] ovl: Check project quota ids during ovl_fill_super()
2017-12-13 11:46 UTC (6+ messages)
Using overlay on top of overlay
2017-12-13 10:10 UTC
[ANNOUNCE] unionmount-testsuite: Amir's master branch updated
2017-12-12 15:00 UTC (12+ messages)
Fwd: [PATCH] ovl: Check project quota ids during ovl_fill_super()
2017-12-12 10:46 UTC
[PATCH v2 1/3] common/rc: add scratch shutdown support for overlayfs
2017-12-12 0:18 UTC (22+ messages)
` [PATCH v2 2/3] common/rc: add a check case in _require_xfs_io_command() to support syncfs
` [PATCH v2 3/3] generic/470: add syncfs test
[RFC PATCH v2] ovl: don't follow redirects if redirect_dir=off
2017-12-11 9:33 UTC (7+ messages)
[PATCH v4] ovl: Sync upper dirty data when sync overlayfs
2017-12-08 0:32 UTC (4+ messages)
Overlayfs backport for kernel v4.9.y
2017-12-07 19:32 UTC (3+ messages)
[PATCH] ovl: Pass ovl_get_nlink() parameters in right order
2017-12-07 10:57 UTC (3+ messages)
[PATCH] ovl: update ctx->pos on impure dir iteration
2017-12-06 16:03 UTC (3+ messages)
[PATCH 1/2] common/rc: Add syncfs check and a helper _scratch_shutdown()
2017-12-06 12:26 UTC (6+ messages)
[PATCH 2/2] overlay/045: add test for syncfs
2017-12-06 7:11 UTC (4+ messages)
test case for overwriting empty dir
2017-12-05 16:08 UTC (2+ messages)
[RFC PATCH] ovl: don't follow redirects if redirect_dir=off
2017-12-05 15:19 UTC (5+ messages)
[PATCH] generic/470: Add check for different sync modes
2017-12-01 4:51 UTC (5+ messages)
[PATCH v9 00/15] overlayfs: Delayed copy up of data
2017-11-29 17:04 UTC (17+ messages)
` [PATCH v9 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v9 02/15] ovl: disable redirect_dir and index when no xattr support
` [PATCH v9 03/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v9 04/15] ovl: Create origin xattr on copy up for all files
` [PATCH v9 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v9 06/15] ovl: During copy up, first copy up metadata and then data
` [PATCH v9 07/15] ovl: Move the copy up helpers to copy_up.c
` [PATCH v9 08/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v9 09/15] ovl: Add helper ovl_already_copied_up()
` [PATCH v9 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v9 11/15] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v9 12/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v9 13/15] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v9 14/15] ovl: Fix encryption/compression status of a metacopy only file
` [PATCH v9 15/15] ovl: Enable metadata only feature
Issues with OvelayFS + 9P FS
2017-11-29 4:19 UTC (2+ messages)
[PATCH v3] ovl: Sync upper dirty data when sync overlayfs
2017-11-29 3:01 UTC (3+ messages)
[RFC PATCH v8 00/15] overlayfs: Delayed copy up of data
2017-11-28 19:53 UTC (11+ messages)
` [PATCH v8 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v8 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v8 07/15] ovl: Move the copy up helpers to copy_up.c
` [PATCH v8 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
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