messages from 2018-03-20 16:55:29 to 2018-04-10 14:00:57 UTC [more...]
[PATCH v13 00/28] overlayfs: Delayed copy up of data
2018-04-10 14:00 UTC (80+ messages)
` [PATCH v13 01/28] ovl: Set OVL_INDEX flag in ovl_get_inode()
` [PATCH v13 02/28] ovl: Initialize ovl_inode->redirect "
` [PATCH v13 03/28] ovl: Rename local variable locked to new_locked
` [PATCH v13 04/28] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v13 05/28] ovl: During copy up, first copy up metadata and then data
` [PATCH v13 06/28] ovl: Move the copy up helpers to copy_up.c
` [PATCH v13 07/28] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v13 08/28] ovl: Add helper ovl_already_copied_up()
` [PATCH v13 09/28] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v13 10/28] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [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 13/28] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH v13 14/28] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH v13 15/28] ovl: Move some of ovl_nlink_start() functionality in ovl_nlink_prep()
` [PATCH v13 16/28] ovl: Create locked version of ovl_nlink_start() and ovl_nlink_end()
` [PATCH v13 17/28] ovl: During rename lock both source and target ovl_inode
` [PATCH v13 18/28] ovl: Check redirects for metacopy files
` [PATCH v13 19/28] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH v13 20/28] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH v13 21/28] ovl: Set redirect on metacopy files upon rename
` [PATCH v13 22/28] ovl: Set redirect on upper inode when it is linked
` [PATCH v13 23/28] ovl: Remove redirect when data of a metacopy file is copied up
` [PATCH v13 24/28] ovl: Do not error if REDIRECT XATTR is missing
` [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 27/28] ovl: Verify a data dentry has been found for metacopy inode
` [PATCH v13 28/28] ovl: Enable metadata only feature
question of copying stack in ovl_lookup()
2018-04-10 10:00 UTC (3+ messages)
[PATCH v5] ovl: Check link ability between upperdir and workdir
2018-04-10 0:50 UTC (6+ messages)
[PATCH v12 00/17] overlayfs: Delayed copy up of data
2018-04-04 16:04 UTC (19+ 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 v2 1/2] ovl: add option parsing support for remount
2018-04-04 10:44 UTC (3+ messages)
` [PATCH v2 2/2] ovl: return error when specifying unchangeable options in remount
[PATCH 1/2] ovl: add option parsing support for remount
2018-04-02 13:09 UTC (14+ messages)
` [PATCH 2/2] ovl: return error when specifying unchangeable options in remount
[PATCH v10] ovl: Improving syncfs efficiency
2018-04-01 16:41 UTC (4+ messages)
"quota-df" feature
2018-04-01 9:45 UTC (14+ messages)
[RFC PATCH 1/2] fs/locks: add flock_setlk to help set flock
2018-03-30 13:40 UTC (5+ messages)
[PATCH v9 0/7] Overlayfs: constant st_ino/d_ino for non-samefs
2018-03-29 22:10 UTC (19+ 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] ovl: Using slab allocation for frequently used struct
2018-03-29 13:00 UTC (2+ 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 (3+ messages)
` [PATCH v2 1/4] ovl: Set d->last properly during lookup
[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 (6+ messages)
` [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)
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