messages from 2017-02-16 19:57:21 to 2017-04-08 03:03:33 UTC [more...]
[PATCH 0/6] ovl: consistent_fd feature
2017-04-08 3:03 UTC (25+ messages)
` [PATCH 1/6] ovl: store path type in dentry
` [PATCH 2/6] ovl: cram opaque boolean into type flags
` [PATCH 3/6] ovl: check if all layers are on the same fs
` [PATCH 4/6] ovl: check if clone from lower to upper is supported
` [PATCH 5/6] ovl: copy on read with consistent_fd feature
` [PATCH 6/6] ovl: link upper tempfile on open for write
` [PATCH 7/7] ovl: prevent copy on read if no upper/work dir
overlayfs NFS export
2017-04-07 18:53 UTC (15+ messages)
[PATCH v2 0/3] ovl: fix IS_APPEND() checks
2017-04-07 16:19 UTC (10+ messages)
` [PATCH v2 1/3] vfs: ftruncate check IS_APPEND() on real inode
` [PATCH v2 2/3] vfs: truncate "
` [PATCH v2 3/3] ovl: check IS_APPEND() on real upper inode
[PATCH v3 1/3] fstests: _require_chattr() must get an input arg
2017-04-07 9:15 UTC (4+ messages)
` [PATCH v3 2/3] generic/079: use _require_test_program
` [PATCH v3 3/3] overlay/030: test immutable and append-only upper files
` [PATCH v4 4/4] t_immutable: add ftruncate to append only tests
[PATCH 0/4] ovl: fix IS_APPEND() checks
2017-04-06 15:42 UTC (6+ messages)
` [PATCH 1/4] vfs: ftruncate freeze protect backing inode
` [PATCH 2/4] vfs: ftruncate check IS_APPEND() on "
` [PATCH 3/4] vfs: truncate "
` [PATCH 4/4] vfs: open "
[PATCH v4 1/3] fstests: _require_chattr() must get an input arg
2017-04-06 5:49 UTC (3+ messages)
` [PATCH v4 2/3] generic/079: use _require_test_program
` [PATCH v4 3/3] overlay/030: test immutable and append-only upper files
[PATCH 1/2] fstests: _require_chattr() must get an input arg
2017-04-06 3:45 UTC (5+ messages)
` [PATCH 2/2] overlay/030: test immutable and append-only upper files
` [PATCH v2] "
[PATCH v3 0/6] ovl: concurrent copy up
2017-04-05 19:36 UTC (9+ messages)
` [PATCH v3 1/6] vfs: create vfs helper vfs_tmpfile()
` [PATCH v3 4/6] ovl: copy up regular file using O_TMPFILE
[PATCH 0/2] overlayfs: support freeze/thaw/syncfs
2017-04-04 19:07 UTC (9+ messages)
` [PATCH 1/2] ovl: support freeze/thaw super
[PATCH] ovl: Use designated initializers
2017-04-04 14:07 UTC (2+ messages)
A whiteout device shows up in a overlayfs root directory
2017-03-31 10:34 UTC (4+ messages)
Question about ovl_dentry_weird
2017-03-30 11:58 UTC (5+ messages)
AW: Re: [REGRESSION 4.11] Commit d8514d8edb5b ("ovl: copy up regular file using O_TMPFILE") breaks ubifs
2017-03-30 7:28 UTC (2+ messages)
` "
[REGRESSION 4.11] Commit d8514d8edb5b ("ovl: copy up regular file using O_TMPFILE") breaks ubifs
2017-03-30 7:18 UTC (15+ messages)
[RFC][PATCH 0/2] ovl: make room to store state flags in dentry
2017-03-28 20:13 UTC (6+ messages)
` [RFC][PATCH 1/2] ovl: store path type "
` [RFC][PATCH 2/2] ovl: cram opaque boolean into type flags
Overlayfs recent features and TODO
2017-03-10 20:50 UTC
New kvm-xfstests images uploaded
2017-03-09 16:25 UTC (4+ messages)
overlayfs: allowing for changes to lowerdir
2017-03-09 13:12 UTC (12+ messages)
[PATCH v5] ovl: lockdep annotate of nested stacked overlayfs inode lock
2017-03-08 8:41 UTC
[PATCH 0/9] overlay: fix inconsistency of ro file after copy-up
2017-03-07 16:26 UTC (17+ messages)
` [PATCH 1/9] vfs: extract common parts of {compat_,}do_readv_writev()
` [PATCH 2/9] vfs: pass type instead of fn to do_{loop,iter}_readv_writev()
` [PATCH 3/9] vfs: use helpers for calling f_op->{read,write}_iter()
` [PATCH 4/9] vfs: intercept reads to overlay files
` [PATCH 5/9] mm: ovl: copy-up on MAP_SHARED
` [PATCH 6/9] mm: use helper for calling f_op->mmap()
` [PATCH 7/9] ovl: intercept mmap on overlay files
` [PATCH 8/9] vfs: use helper for calling f_op->fsync()
` [PATCH 9/9] vfs: intercept fsync on overlay files
[PATCH v4 0/6] ovl: concurrent copy up
2017-03-06 15:29 UTC (4+ messages)
` [PATCH v4 1/6] vfs: create vfs helper vfs_tmpfile()
[PATCH v4] ovl: lockdep annotate of nested stacked overlayfs inode lock
2017-03-03 16:07 UTC (5+ messages)
[GIT PULL] overlayfs update for 4.11
2017-03-03 10:39 UTC
[xfstests v4 0/8] bunch of overlay tests
2017-03-03 8:19 UTC (13+ messages)
` [xfstests v4 1/8] overlay: disallow overlayfs as upperdir
` [xfstests v4 2/8] overlay: work dir in overlay inherits no ACLs
` [xfstests v4 3/8] overlay: test workdir cleanup in mounting
` [xfstests v4 4/8] overlay: permission check with cached acls in tmpfs
` [xfstests v4 5/8] overlay: filter out xattr starts with "trusted.overlay."
` [xfstests v4 6/8] overlay: can not change underlying immutable file
` [xfstests v4 7/8] overlay: test flock after copied up
` [xfstests v4 8/8] overlay: accessing stacked overlayfs files
[PATCH v5 0/10] fstests: new way to run overlay tests
2017-03-01 3:47 UTC (12+ messages)
` [PATCH v5 01/10] fstests: sanity check that test partitions are not mounted elsewhere
` [PATCH v5 02/10] fstests: use _test_mount() consistently
` [PATCH v5 03/10] fstests: canonicalize mount points on every config section
` [PATCH v5 04/10] fstests: fix test and scratch filters for overlapping DEV/MNT paths
` [PATCH v5 05/10] fstests: allow overlay SCRATCH_DEV to be a base fs mount point
` [PATCH v5 06/10] generic/064: access SCRATCH_MNT after _scratch_mount
` [PATCH v5 07/10] overlay: rename OVERLAY_LOWER/UPPER/WORK_DIR
` [PATCH v5 08/10] overlay: configure TEST/SCRATCH vars to base fs
` [PATCH v5 09/10] overlay: mount/unmount base fs before/after running tests
` [PATCH v5 10/10] overlay: use OVL_BASE_SCRATCH_MNT instead of SCRATCH_DEV
RE:
2017-02-23 15:09 UTC
[xfstests v3 0/8] bunch of overlay tests
2017-02-22 5:58 UTC (14+ messages)
` [xfstests v3 1/8] overlay: disallow overlayfs as upperdir
` [xfstests v3 2/8] overlay: work dir in overlay inherits no ACLs
` [xfstests v3 3/8] overlay: test workdir cleanup in mounting
` [xfstests v3 4/8] overlay: permission check with cached acls in tmpfs
` [xfstests v3 5/8] overlay: filter out xattr starts with "trusted.overlay."
` [xfstests v3 6/8] overlay: can not change underlying immutable file
` [xfstests v3 7/8] overlay: test flock after copied up
` [xfstests v3 8/8] overlay: accessing stacked overlayfs files
[PATCH v4 0/10] fstests: new way to run overlay tests
2017-02-20 10:30 UTC (10+ messages)
` [PATCH v4 01/10] fstests: sanity check that test partitions are not mounted elsewhere
` [PATCH v4 03/10] fstests: canonicalize mount points on every config section
` [PATCH v4 04/10] overlay: rename OVERLAY_LOWER/UPPER/WORK_DIR
` [PATCH v4 06/10] overlay: configure TEST/SCRATCH vars to base fs
` [PATCH v4 07/10] overlay: use OVL_BASE_SCRATCH_MNT instead of SCRATCH_DEV
` [PATCH v4 08/10] overlay: fix test and scratch filters for overlay base fs
` [PATCH v4 09/10] overlay: mount/unmount base fs before/after running tests
` [PATCH v4 10/10] generic/064: access SCRATCH_MNT after _scratch_mount
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