public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-04 08:59:41 to 2017-02-20 08:48:44 UTC [more...]

[xfstests v3 0/8] bunch of overlay tests
 2017-02-20  8:48 UTC  (4+ messages)
` [xfstests v3 1/8] overlay: disallow overlayfs as upperdir
` [xfstests v3 5/8] overlay: filter out xattr starts with "trusted.overlay."
` [xfstests v3 8/8] overlay: accessing stacked overlayfs files

[PATCH 0/9] overlay: fix inconsistency of ro file after copy-up
 2017-02-20  7:47 UTC  (14+ 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 v3 0/6] ovl: concurrent copy up
 2017-02-19  3:27 UTC  (9+ messages)
` [PATCH v3 1/6] vfs: create vfs helper vfs_tmpfile()
` [PATCH v3 2/6] ovl: check if upperdir fs supports O_TMPFILE
` [PATCH v3 3/6] ovl: rearrange code in ovl_copy_up_locked()
` [PATCH v3 4/6] ovl: copy up regular file using O_TMPFILE
` [PATCH v3 5/6] ovl: introduce copy up waitqueue
` [PATCH v3 6/6] ovl: concurrent copy up of regular files

[PATCH v4 0/10] fstests: new way to run overlay tests
 2017-02-16 19:57 UTC  (11+ messages)
` [PATCH v4 01/10] fstests: sanity check that test partitions are not mounted elsewhere
` [PATCH v4 02/10] fstests: use _test_mount() consistently
` [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 05/10] overlay: allow SCRATCH_DEV to be the base fs mount point
` [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

[PATCH v3 0/9] fstests: new way to run overlay tests
 2017-02-16  9:02 UTC  (41+ messages)
` [PATCH v3 1/9] fstests: sanity check that test partitions are not mounted elsewhere
` [PATCH v3 2/9] fstests: use _test_mount() consistently
` [PATCH v3 3/9] fstests: canonicalize mount points on every config section
` [PATCH v3 4/9] overlay: rename OVERLAY_LOWER/UPPER/WORK_DIR
` [PATCH v3 5/9] overlay: allow SCRATCH_DEV to be the base fs mount point
` [PATCH v3 6/9] overlay: configure TEST/SCRATCH vars to base fs
` [PATCH v3 7/9] overlay: use OVL_BASE_SCRATCH_MNT instead of SCRATCH_DEV
` [PATCH v3 8/9] overlay: fix test and scratch filters for overlay base fs
` [PATCH v3 9/9] overlay: mount/unmount base fs before/after running tests

overlayfs: allowing for changes to lowerdir
 2017-02-14 17:14 UTC  (2+ messages)

[PATCH] ovl: Avoid some memory allocation
 2017-02-11 11:05 UTC  (2+ messages)

[PATCH v4] ovl: lockdep annotate of nested stacked overlayfs inode lock
 2017-02-08  7:42 UTC  (3+ messages)

[RFC][PATCH v2 0/3] overlayfs: support freeze/thaw/syncfs
 2017-02-07 15:03 UTC  (18+ messages)
` [RFC][PATCH v2 1/3] vfs: freeze protect overlay inode on file_start_write()
  ` [RFC][PATCH v2 4/4] vfs: wrap write f_ops with file_{start,end}_write()
` [RFC][PATCH v2 2/3] ovl: properly implement sync_filesystem()
` [RFC][PATCH v2 3/3] ovl: support freeze/thaw super

[PATCH v2 0/3] xfstests: mount cycle overlay base fs
 2017-02-07 13:32 UTC  (8+ messages)
` [PATCH v2 1/3] overlay: configure base fs mount point for running tests
` [PATCH v2 2/3] overlay: use SCRATCH_BASE_DIR instead of SCRATCH_DEV
` [PATCH v2 3/3] overlay: mount/unmount base fs before/after running tests

ovlfs: cannot read latest data from read only fd
 2017-02-06 14:23 UTC  (2+ messages)

[PATCH v3 0/5] overlayfs: support freeze/thaw
 2017-01-31 10:56 UTC  (9+ messages)
` [PATCH v3 1/5] vfs: deny fallocate() on directory
  ` [PATCH v3 2/5] vfs: deny copy_file_range() for non regular files
` [PATCH v3 3/5] vfs: wrap write f_ops with file_{start,end}_write()
` [PATCH v3 4/5] vfs: freeze protect overlay inode on file_start_write()
` [PATCH v3 5/5] ovl: support freeze/thaw super

[PATCH v4 0/6] ovl: concurrent copy up
 2017-01-30 16:18 UTC  (8+ messages)
` [PATCH v4 1/6] vfs: create vfs helper vfs_tmpfile()
` [PATCH v4 2/6] ovl: check if upperdir fs supports O_TMPFILE
` [PATCH v4 3/6] ovl: rearrange code in ovl_copy_up_locked()
` [PATCH v4 4/6] ovl: copy up regular file using O_TMPFILE
` [PATCH v4 5/6] ovl: introduce copy up waitqueue
` [PATCH v4 6/6] ovl: concurrent copy up of regular files

[PATCH v3] ovl: properly implement sync_fs()
 2017-01-27 17:52 UTC  (2+ messages)

[PATCH 0/2] overlayfs: support freeze/thaw/syncfs
 2017-01-25 17:51 UTC  (13+ messages)
` [PATCH 1/2] ovl: support freeze/thaw super
` [PATCH 2/2] ovl: properly implement sync_filesystem()

[RFC][PATCH] common: mount overlay base fs for running tests
 2017-01-25 10:33 UTC  (3+ messages)

Urgent Please,,
 2017-01-23 14:07 UTC 

[GIT PULL] overlayfs fix for 4.10-rc5
 2017-01-20 10:43 UTC 

[PATCH] ovl: fix possible use after free on redirect dir lookup
 2017-01-18 14:55 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/6] ovl: concurrent copy up
 2017-01-16 14:29 UTC  (19+ messages)
` [PATCH 1/6] vfs: create vfs helper vfs_tmpfile()
` [PATCH 2/6] ovl: check if upperdir fs supports O_TMPFILE
` [PATCH 3/6] ovl: rearrange code in ovl_copy_up_locked()
` [PATCH 4/6] ovl: copy up regular file using O_TMPFILE
` [PATCH 5/6] ovl: introduce copy up waitqueue
` [PATCH 6/6] ovl: concurrent copy up of regular files
  ` [PATCH v2 "

[PATCH v2] overlay: test concurrent copy up
 2017-01-16 12:42 UTC 

[PATCH] overlay: test concurrent copy up
 2017-01-16 10:20 UTC  (3+ messages)

[PATCH] overlay: test concurrent copy up
 2017-01-15 15:01 UTC  (2+ messages)

[RFC][PATH 4/4] ovl: relax lock_rename when moving files between work and upper dir
 2017-01-12 18:18 UTC  (15+ messages)

[PATCH] ovl: do not ignore disk quota if current task is not privileged
 2017-01-10 19:17 UTC  (12+ messages)
` [PATCH v2] ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials

overlayfs freeze and remount
 2017-01-06 12:38 UTC  (2+ messages)

LXC+overlayfs in unprivileged mode
 2017-01-04 13:49 UTC  (6+ messages)

[PATCH] overlay: copy up and remove from another namespace
 2017-01-04  8:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox