messages from 2017-11-07 12:16:21 to 2017-11-27 08:59:42 UTC [more...]
sync filesystem of overlayfs
2017-11-27 8:59 UTC (2+ messages)
[PATCH] overlay: add a test for multiple redirects to the same lower dir
2017-11-27 2:16 UTC (5+ messages)
[PATCH] ovl: fix overlay: warning prefix
2017-11-22 18:27 UTC
[PATCH] ovl: fix failure to fsync lower dir
2017-11-22 12:19 UTC (6+ messages)
[PATCH] ovl: take lower dir inode mutex outside upper sb_writers lock
2017-11-22 9:34 UTC (3+ messages)
[RFC][PATCH] ovl: unbless lower st_ino of files inside redirected parent dir
2017-11-21 12:54 UTC
[PATCH 1/2] overlay/038: code cleanup
2017-11-21 7:18 UTC (5+ messages)
` [PATCH 2/2] overlay/038: test consistent values of st_ino/d_ino for subdirs
[fsck.overlay RFC PATCH] overlay: add fsck utility
2017-11-21 6:06 UTC (10+ messages)
[RFC PATCH v7 00/14] overlayfs: Delayed copy up of data
2017-11-20 15:28 UTC (33+ messages)
` [PATCH v7 01/14] ovl: disable redirect_dir and index when no xattr support
` [PATCH v7 02/14] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v7 03/14] ovl: Create origin xattr on copy up for all files
` [PATCH v7 04/14] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v7 05/14] ovl: During copy up, first copy up metadata and then data
` [PATCH v7 06/14] ovl: Move couple of copy up functions in copy_up.c
` [PATCH v7 07/14] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v7 08/14] ovl: Add helper ovl_already_copied_up()
` [PATCH v7 09/14] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v7 10/14] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v7 11/14] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v7 12/14] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v7 13/14] ovl: Fix encryption/compression status of a metacopy only file
` [PATCH v7 14/14] ovl: Enable metadata only feature
[PATCH 0/3] More nonsamefs d_ino test cleanups
2017-11-20 8:58 UTC (5+ messages)
` [PATCH 1/3] overlay/041: code cleanup
` [PATCH 2/3] overlay/041: test consistent values of st_ino/d_ino for subdirs
` [PATCH 3/3] overlay/041: use user defined overlay mount option
[PATCH V3] overlay: Test consistent st_ino numbers for non-samefs scenario
2017-11-19 11:30 UTC (4+ messages)
[PATCH 1/3] overlay/017: Remove constant st_ino/d_ino test for hardlinks
2017-11-18 20:36 UTC (6+ messages)
` [PATCH 2/3] overlay/018: Add constant d_ino test
` [PATCH 3/3] overlay: Test hardlink breakage on non-samefs setup
[GIT PULL] overlayfs update for 4.15
2017-11-17 21:49 UTC (2+ messages)
[RFC PATCH v6 00/15] overlayfs: Delayed copy up of data
2017-11-16 15:13 UTC (35+ messages)
` [PATCH v6 01/15] ovl: Create origin xattr on copy up for all files
` [PATCH v6 02/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v6 03/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v6 04/15] ovl: During copy up, first copy up metadata and then data
` [PATCH v6 05/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v6 06/15] ovl: Add helper ovl_already_copied_up()
` [PATCH v6 07/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v6 08/15] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v6 09/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v6 10/15] ovl: Return lower dentry if only metadata copy up took place
` [PATCH v6 11/15] ovl: Do not expose metacopy only upper dentry
` [PATCH v6 12/15] ovl: Fix encryption status of a metacopy only file
` [PATCH v6 13/15] ovl: Fix compression "
` [PATCH v6 14/15] ovl: Introduce read/write barriers around metacopy flag update
` [PATCH v6 15/15] ovl: Enable metadata only feature
[PATCH 0/4] Overlayfs index features
2017-11-15 15:14 UTC (12+ messages)
` [PATCH 1/4] ovl: introduce incompatible index feature
` [PATCH 2/4] ovl: declare index feature backward compatible
` [PATCH 3/4] ovl: cast a shadow of incomapt index into the past
[PATCH V2] overlay: Test consistent st_ino numbers for non-samefs scenario
2017-11-15 6:36 UTC (3+ messages)
[PATCH 1/2] src/t_dir_type.c: Use strtoul() instead of atoll()
2017-11-14 11:50 UTC (8+ messages)
` [PATCH 2/2] overlay: Test consistent st_ino numbers for non-samefs scenario
[PATCH] ovl: Check project quota ids during ovl_fill_super()
2017-11-13 15:59 UTC
Re:
2017-11-13 14:55 UTC
[bug report] ovl: factor out ovl_free_fs() helper
2017-11-13 9:17 UTC (2+ messages)
[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
2017-11-13 6:43 UTC
[PATCH v8 0/9] Overlayfs: constant st_ino/d_ino for non-samefs
2017-11-10 9:24 UTC (20+ messages)
` [PATCH v8 1/9] ovl: move include of ovl_entry.h into overlayfs.h
` [PATCH v8 2/9] ovl: re-structure overlay lower layers in-memory
` [PATCH v8 3/9] ovl: allocate anonymous devs for lowerdirs
` [PATCH v8 4/9] ovl: factor out ovl_map_dev_ino() helper
` [PATCH v8 5/9] ovl: return anonymous st_dev for lower inodes
` [PATCH v8 6/9] ovl: relax same fs constraint for constant st_ino
` [PATCH v8 7/9] ovl: constant st_ino for non-samefs with xino
` [PATCH v8 8/9] ovl: consistent d_ino "
` [PATCH v8 9/9] ovl: add support for 'xino' mount option
[PATCH] ovl: fix null pointer dereference on ofs allocation failure
2017-11-10 8:54 UTC (2+ messages)
[PATCH 00/14] Overlayfs NFS export support
2017-11-09 21:55 UTC (5+ messages)
[PATCH 0/3] Overlayfs restoring of origin fh
2017-11-09 11:46 UTC (11+ messages)
` [PATCH 1/3] ovl: remove unneeded arg from ovl_verify_origin()
` [PATCH 2/3] ovl: set origin xattr for merge dir on lookup
` [PATCH 3/3] ovl: recover from whiteouts in impure dir iteration
[PATCH 1/1] ovl: Put upperdentry if ovl_check_origin() fails
2017-11-09 10:07 UTC (4+ messages)
Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????
2017-11-09 7:51 UTC (8+ messages)
[miklos-vfs:overlayfs-next 25/26] fs//overlayfs/super.c:1133:2: warning: 'numlower' may be used uninitialized in this function
2017-11-08 11:03 UTC
[PATCH 0/7] More NFS file handle unit tests
2017-11-08 6:11 UTC (9+ messages)
` [PATCH 2/7] open_by_handle: test file handles of renamed files
[PATCH] tmpfs: allow decoding a file handle of an unlinked file
2017-11-07 21:17 UTC (3+ messages)
Regression in overlayfs in 4.13: "could not fsync file" error by PostgreSQL
2017-11-07 16:54 UTC (11+ 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