public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-18 13:49:02 to 2018-05-07 17:41:12 UTC [more...]

[PATCH v15 00/30] overlayfs: Delayed copy up of data
 2018-05-07 17:41 UTC  (24+ messages)
` [PATCH v15 01/30] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH v15 02/30] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH v15 03/30] ovl: Move the copy up helpers to copy_up.c
` [PATCH v15 04/30] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v15 05/30] ovl: During copy up, first copy up metadata and then data
` [PATCH v15 06/30] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v15 07/30] ovl: Add helper ovl_already_copied_up()
` [PATCH v15 08/30] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v15 09/30] ovl: Use out_err instead of out_nomem
` [PATCH v15 10/30] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH v15 12/30] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH v15 13/30] ovl: Add an helper to get real "
` [PATCH v15 14/30] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v15 15/30] ovl: Store lower data inode in ovl_inode
` [PATCH v15 16/30] ovl: Add helper ovl_inode_real_data()
` [PATCH v15 18/30] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH v15 19/30] ovl: Move some dir related ovl_lookup_single() code in else block
` [PATCH v15 20/30] ovl: Check redirects for metacopy files
` [PATCH v15 21/30] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH v15 26/30] ovl: Check redirect on index as well
` [PATCH v15 28/30] ovl: Do not do metadata only copy-up for truncate operation
` [PATCH v15 29/30] ovl: Do not do metacopy only for ioctl modifying file attr
` [PATCH v15 30/30] ovl: Enable metadata only feature

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-07 13:17 UTC  (39+ messages)
` [PATCH v2 01/35] vfs: add path_open()
` [PATCH v2 02/35] vfs: optionally don't account file in nr_files
` [PATCH v2 03/35] vfs: add f_op->pre_mmap()
` [PATCH v2 04/35] vfs: export vfs_ioctl() to modules
` [PATCH v2 05/35] vfs: export vfs_dedupe_file_range_one() "
` [PATCH v2 06/35] ovl: copy up times
` [PATCH v2 07/35] ovl: copy up inode flags
` [PATCH v2 08/35] Revert "Revert "ovl: get_write_access() in truncate""
` [PATCH v2 09/35] ovl: copy up file size as well
` [PATCH v2 10/35] ovl: deal with overlay files in ovl_d_real()
` [PATCH v2 11/35] ovl: stack file ops
` [PATCH v2 12/35] ovl: add helper to return real file
` [PATCH v2 13/35] ovl: add ovl_read_iter()
` [PATCH v2 14/35] ovl: add ovl_write_iter()
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [PATCH v2 16/35] ovl: add ovl_mmap()
` [PATCH v2 17/35] ovl: add ovl_fallocate()
` [PATCH v2 18/35] ovl: add lsattr/chattr support
` [PATCH v2 19/35] ovl: add ovl_fiemap()
` [PATCH v2 20/35] ovl: add O_DIRECT support
` [PATCH v2 21/35] ovl: add reflink/copyfile/dedup support
` [PATCH v2 22/35] vfs: don't open real
` [PATCH v2 23/35] ovl: copy-up on MAP_SHARED
` [PATCH v2 24/35] vfs: simplify dentry_open()
` [PATCH v2 25/35] Revert "ovl: fix may_write_real() for overlayfs directories"
` [PATCH v2 26/35] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH v2 27/35] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
` [PATCH v2 28/35] Revert "ovl: fix relatime for directories"
` [PATCH v2 29/35] Revert "vfs: update ovl inode before relatime check"
` [PATCH v2 30/35] Revert "vfs: add flags to d_real()"
` [PATCH v2 31/35] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [PATCH v2 32/35] Partially revert "locks: fix file locking on overlayfs"
` [PATCH v2 33/35] Revert "fsnotify: support overlayfs"
` [PATCH v2 34/35] vfs: remove open_flags from d_real()
` [PATCH v2 35/35] ovl: fix documentation of non-standard behavior

[PATCH 0/3] Holey splice! copy_file_range() with holes
 2018-05-07 12:16 UTC  (12+ messages)
` [PATCH 1/3] Perform splice in copy_file_range if in/out SB are not same
` [PATCH 2/3] copy_file_range: splice with holes
` [PATCH 3/3] ovl: Use splice_with_holes in copy_up

[PATCH] ovl: update documentation for unionmount-testsuite
 2018-05-07 11:07 UTC 

[ANNOUNCE] unionmount-testsuite: master branch updated to a698fa8
 2018-05-07 10:08 UTC 

[PATCH 0/2] Improve generic test coverage for overlayfs
 2018-05-06  6:36 UTC  (3+ messages)
` [PATCH 1/2] common/rc: decouple xfs_io flink check from xfs_io -T check
` [PATCH 2/2] generic/{159,160}: require chattr instead of lsattr

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-05-05 16:37 UTC  (38+ messages)
` [RFC PATCH 07/35] ovl: copy up file size as well
` [RFC PATCH 09/35] ovl: stack file ops
` [RFC PATCH 13/35] ovl: readd fsync
` [RFC PATCH 16/35] ovl: readd lsattr/chattr support
` [RFC PATCH 19/35] ovl: readd reflink/copyfile/dedup support
` [RFC PATCH 31/35] Revert "vfs: add d_real_inode() helper"

[PATCH v14 00/31] overlayfs: Delayed copy up of data
 2018-05-04 18:47 UTC  (67+ messages)
` [PATCH v14 01/31] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH v14 02/31] ovl: Move the copy up helpers to copy_up.c
` [PATCH v14 03/31] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v14 04/31] ovl: During copy up, first copy up metadata and then data
` [PATCH v14 05/31] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v14 06/31] ovl: Add helper ovl_already_copied_up()
` [PATCH v14 07/31] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v14 08/31] ovl: Use out_err instead of out_nomem
` [PATCH v14 09/31] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH v14 10/31] ovl: Copy up meta inode data from lowest data inode
` [PATCH v14 11/31] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH v14 12/31] ovl: Add an helper to get real "
` [PATCH v14 13/31] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v14 14/31] ovl: Store lower data inode in ovl_inode
` [PATCH v14 15/31] ovl: Add helper ovl_inode_real_data()
` [PATCH v14 16/31] ovl: Always open file/inode which contains data and not metacopy
` [PATCH v14 17/31] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH v14 18/31] ovl: Move some dir related ovl_lookup_single() code in else block
` [PATCH v14 19/31] ovl: Check redirects for metacopy files
` [PATCH v14 20/31] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH v14 21/31] ovl: Add an inode flag OVL_CONST_INO
` [PATCH v14 22/31] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH v14 23/31] ovl: Set redirect on metacopy files upon rename
` [PATCH v14 24/31] ovl: Set redirect on upper inode when it is linked
` [PATCH v14 25/31] ovl: Check redirect on index as well
` [PATCH v14 26/31] ovl: Allow ovl_open_realfile() to open metacopy inode
` [PATCH v14 27/31] ovl: Issue fsync on upper metacopy inode as well
` [PATCH v14 28/31] ovl: Disbale metacopy for MAP_SHARED mmap()
` [PATCH v14 29/31] ovl: Do not do metadata only copy-up for truncate operation
` [PATCH v14 30/31] ovl: Do not do metacopy only for ioctl modifying file attr
` [PATCH v14 31/31] ovl: Enable metadata only feature

[PATCH 0/2] Another overlay test for online inconsistency detection
 2018-05-04  9:41 UTC  (3+ messages)
` [PATCH 1/2] overlay/049: update fix commit id
` [PATCH 2/2] overlay: test multiple origin references to the same lower file

[PATCH v2 0/4] Fix failing overlay nonsamefs fstests
 2018-04-27  2:43 UTC  (7+ messages)
` [PATCH v2 1/4] common/rc: factor out _require_scratch_fs_option
` [PATCH v2 2/4] overlay/041: fix call to _overlay_check_scratch_dirs
` [PATCH v2 3/4] overlay/043: require and enable redirect_dir
` [PATCH v2 4/4] overlay/04{1,3,4}: enable xino feature

[PATCH v9 0/7] Overlayfs: constant st_ino/d_ino for non-samefs
 2018-04-25 15:35 UTC  (6+ messages)
` [PATCH v9 6/7] ovl: add support for "xino" mount option

[PATCH 0/2] Fix failing overlay nonsamefs fstests
 2018-04-25 15:32 UTC  (12+ messages)
` [PATCH 1/2] common/rc: factor out _require_scratch_fs_option
` [PATCH 2/2] overlay/04{1,3,4}: enable xino feature

[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2018-04-23 15:44 UTC  (4+ messages)


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