public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-09 20:44:41 to 2018-03-29 19:38:54 UTC [more...]

[PATCH v13 00/28] overlayfs: Delayed copy up of data
 2018-03-29 19:38 UTC  (10+ messages)
` [PATCH v13 01/28] ovl: Set OVL_INDEX flag in ovl_get_inode()
` [PATCH v13 03/28] ovl: Rename local variable locked to new_locked
` [PATCH v13 06/28] ovl: Move the copy up helpers to copy_up.c
` [PATCH v13 11/28] ovl: Copy up meta inode data from lowest data inode
` [PATCH v13 12/28] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v13 16/28] ovl: Create locked version of ovl_nlink_start() and ovl_nlink_end()
` [PATCH v13 25/28] ovl: Use out_err insteada of out_nomem
` [PATCH v13 26/28] ovl: Re-check redirect xattr during inode initialization
` [PATCH v13 28/28] ovl: Enable metadata only feature

[PATCH v9 0/7] Overlayfs: constant st_ino/d_ino for non-samefs
 2018-03-29 19:02 UTC  (15+ messages)
` [PATCH v9 1/7] ovl: factor out ovl_map_dev_ino() helper
` [PATCH v9 2/7] ovl: allocate anon bdev per unique lower fs
` [PATCH v9 3/7] ovl: constant st_ino for non-samefs with xino
` [PATCH v9 4/7] ovl: consistent i_ino "
` [PATCH v9 5/7] ovl: consistent d_ino "
` [PATCH v9 6/7] ovl: add support for "xino" mount option
` [PATCH v9 7/7] ovl: update documentation w.r.t "xino" feature

client side see wrong directory entries with nfs_export on overlayfs
 2018-03-29 16:35 UTC  (5+ messages)

[PATCH v12 00/17] overlayfs: Delayed copy up of data
 2018-03-29 14:09 UTC  (25+ messages)
` [PATCH v12 09/17] ovl: Do not mark a non dir as _OVL_PATH_MERGE in ovl_path_type()
` [PATCH v12 15/17] ovl: Remove redirect when data of a metacopy file is copied up
` [PATCH v12 16/17] ovl: Set redirect on upper inode when it is linked

[PATCH] ovl: Using slab allocation for frequently used struct
 2018-03-29 13:00 UTC  (2+ messages)

[PATCH v10] ovl: Improving syncfs efficiency
 2018-03-29 12:57 UTC  (3+ messages)

[PATCH v5] ovl: Check link ability between upperdir and workdir
 2018-03-29 12:54 UTC  (3+ messages)

[PATCH v2 0/5] Yet another overlayfs exportfs test
 2018-03-29 12:06 UTC  (6+ messages)
` [PATCH v2 1/5] overlay/[054,055]: Document the fix commit
` [PATCH v2 2/5] open_by_handle: make -h (help) a valid option
` [PATCH v2 3/5] open_by_handle: add -n option to suppress drop caches
` [PATCH v2 4/5] open_by_handle: add -s option to sleep and keep files open by handle
` [PATCH v2 5/5] overlay: test decoding overlay file handles with warm/cold dentry cache

[PATCH 0/3] Yet another overlayfs exportfs test
 2018-03-29 11:59 UTC  (8+ messages)
` [PATCH 1/3] open_by_handle: add -n option to suppress drop caches
` [PATCH 2/3] open_by_handle: add -s option to sleep and keep files open by handle
` [PATCH 3/3] overlay: test decoding overlay file handles with warm/cold dentry cache

[RFC PATCH 2/2] overlay: add no wait share flock for lowers/upper/work dirs to help check mount
 2018-03-29 11:39 UTC  (2+ messages)

[RFC][PATCH] ovl: opaque xattr should overrule redirect xattr
 2018-03-29 11:04 UTC  (3+ messages)

[PATCH] ovl: set i_ino to the value of st_ino for NFS export
 2018-03-29  9:53 UTC  (3+ messages)

[PATCH v2 0/4] ovl: Bunch of ovl_lookup() path fixes
 2018-03-29  9:50 UTC  (10+ messages)
` [PATCH v2 1/4] ovl: Set d->last properly during lookup
` [PATCH v2 2/4] ovl: Do not check for redirect if this is last layer
` [PATCH v2 3/4] ovl: set d->is_dir and d->opaque for last path element
` [PATCH v2 4/4] ovl: fix lookup with middle layer opaque dir and absolute path redirects
  ` [PATCH v2.1 "

[RFC PATCH 1/2] fs/locks: add flock_setlk to help set flock
 2018-03-29  9:36 UTC  (2+ messages)

[PATCH] overlay/[054,055]: Document the fix commit
 2018-03-25  8:02 UTC 

[RFC PATCH 0/4] ovl: implement overlay feature set
 2018-03-24 14:09 UTC  (13+ messages)
` [RFC PATCH 1/4] ovl: add feature set support
` [RFC PATCH 2/4] ovl: update features on upper root dir from lower layers
` [RFC PATCH 3/4] ovl: enable features according to mount options
` [RFC PATCH 4/4] ovl: fix redirect feature for backward compatibility

[PATCH v8 0/9] Overlayfs: constant st_ino/d_ino for non-samefs
 2018-03-23 16:05 UTC  (8+ messages)

[RFC PATCH 1/2] overlay: test mount operation if overlay has unkown feature set
 2018-03-23 11:48 UTC  (4+ messages)
` [RFC PATCH 2/2] overlay: test mount operation with supported features and enabled feature mount options

[PATCH v2 0/3] Overlayfs file handle decode optimization
 2018-03-22 15:34 UTC  (8+ messages)
` [PATCH v2 1/3] ovl: disambiguate ovl_encode_fh()
` [PATCH v2 2/3] ovl: do not try to reconnect a disconnected origin dentry
` [PATCH v2 3/3] ovl: lookup in inode cache first when decoding lower file handle

[fsck.overlay RFC PATCH] overlay: add fsck utility
 2018-03-20 16:55 UTC  (9+ messages)

Question about XFS_MAXINUMBER
 2018-03-20 13:08 UTC  (20+ messages)

[PATCH] fs/overlayfs: Drop dentry cache to prevent unknown file status
 2018-03-20  8:05 UTC  (8+ messages)
    ` 回复:[PATCH] "
      ` (Resend) "
        ` 回复:(Resend) "

readdir returns d_type=DT_UNKNOWN to overlay exported dir (NFSv3)
 2018-03-16 15:28 UTC  (22+ messages)

[PATCH V3] xfstest: overlay: Absolute redirect should be followed even if ancestor is opaque
 2018-03-16  6:18 UTC  (6+ messages)

Question about the condition of fsck.overlay
 2018-03-14  8:44 UTC  (3+ messages)

"quota-df" feature
 2018-03-14  6:49 UTC  (15+ messages)

flock fails in overlay nfs-exported file
 2018-03-14  2:11 UTC  (8+ messages)

[PATCH] xfstest: overlay: Absolute redirect should be followed even if ancestor is opaque
 2018-03-13 20:22 UTC  (4+ messages)

[PATCH V2] xfstest: overlay: Absolute redirect should be followed even if ancestor is opaque
 2018-03-13 15:18 UTC  (2+ messages)

[xfstests PATCH v5 0/5] overlay: add overlay filesystem dirs check
 2018-03-12 12:34 UTC  (8+ messages)
` [xfstests PATCH v5 2/5] overlay: hook filesystem check helper

flock fails in overlay nfs-exported file
 2018-03-12  7:13 UTC 


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