public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-11 15:53:57 to 2018-04-28 08:40:05 UTC [more...]

[PATCH v14 00/31] overlayfs: Delayed copy up of data
 2018-04-28  8:40 UTC  (44+ 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 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

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-04-26 15:21 UTC  (74+ messages)
` [RFC PATCH 01/35] vfs: clean up dedup
` [RFC PATCH 02/35] vfs: add path_open()
` [RFC PATCH 03/35] vfs: optionally don't account file in nr_files
` [RFC PATCH 04/35] ovl: copy up times
` [RFC PATCH 05/35] ovl: copy up inode flags
` [RFC PATCH 06/35] Revert "Revert "ovl: get_write_access() in truncate""
` [RFC PATCH 07/35] ovl: copy up file size as well
` [RFC PATCH 08/35] ovl: deal with overlay files in ovl_d_real()
` [RFC PATCH 09/35] ovl: stack file ops
` [RFC PATCH 10/35] ovl: add helper to return real file
` [RFC PATCH 11/35] ovl: readd read_iter
` [RFC PATCH 12/35] ovl: readd write_iter
` [RFC PATCH 13/35] ovl: readd fsync
` [RFC PATCH 14/35] ovl: readd mmap
` [RFC PATCH 15/35] ovl: readd fallocate
` [RFC PATCH 16/35] ovl: readd lsattr/chattr support
` [RFC PATCH 17/35] ovl: readd fiemap
` [RFC PATCH 18/35] ovl: readd O_DIRECT support
` [RFC PATCH 19/35] ovl: readd reflink/copyfile/dedup support
` [RFC PATCH 20/35] vfs: don't open real
` [RFC PATCH 21/35] vfs: add f_op->pre_mmap()
` [RFC PATCH 22/35] ovl: copy-up on MAP_SHARED
` [RFC PATCH 23/35] vfs: simplify dentry_open()
` [RFC PATCH 24/35] Revert "ovl: fix relatime for directories"
` [RFC PATCH 25/35] Revert "vfs: update ovl inode before relatime check"
` [RFC PATCH 26/35] Revert "ovl: fix may_write_real() for overlayfs directories"
` [RFC PATCH 27/35] Revert "ovl: don't allow writing ioctl on lower layer"
` [RFC PATCH 28/35] Revert "vfs: add flags to d_real()"
` [RFC PATCH 29/35] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [RFC PATCH 30/35] Revert "vfs: make argument of d_real_inode() const"
` [RFC PATCH 31/35] Revert "vfs: add d_real_inode() helper"
` [RFC PATCH 32/35] Partially revert "locks: fix file locking on overlayfs"
` [RFC PATCH 33/35] Revert "fsnotify: support overlayfs"
` [RFC PATCH 34/35] vfs: simplify d_op->d_real()
` [RFC PATCH 35/35] ovl: fix documentation of non-standard behavior

[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)

[PATCH v2] ovl: introduce a dedicated cache pool for ovl_entry
 2018-04-18  4:11 UTC 

[PATCH 1/3] ovl: refactor lowerstack related functions
 2018-04-18  3:42 UTC  (8+ messages)
` [PATCH 2/3] ovl: using lowestack handling functions to replace bare array operation
` [PATCH 3/3] ovl: introduce a dedicated cache pool for ovl_entry

[PATCH 1/2] overlay/40: clean up properly after setting immutable
 2018-04-16 15:27 UTC  (4+ messages)
` [PATCH 2/2] overlay/013: do not expect failure

[PATCH] ovl: copy up files with incompatible xattrs
 2018-04-16 14:35 UTC 

[PATCH v7 0/3] option validation in remount
 2018-04-16  1:37 UTC  (4+ messages)
` [PATCH v7 1/3] ovl: adjust option parsing for supporting remount
` [PATCH v7 2/3] ovl: move the code of ovl_remount() to behind ovl_parse_opt()
` [PATCH v7 3/3] ovl: print warning when specifying unchangeable options in remount

[PATCH v6 0/3] option validation in remount
 2018-04-15 10:06 UTC  (5+ messages)
` [PATCH v6 1/3] ovl: adjust option parsing for supporting remount
` [PATCH v6 2/3] ovl: move the code of ovl_remount() to behind ovl_parse_opt()
` [PATCH v6 3/3] ovl: print warning when specifying unchangeable options in remount

[PATCH v5 0/3] option validation in remount
 2018-04-14  9:08 UTC  (6+ messages)
` [PATCH v5 1/3] ovl: adjust option parsing for supporting remount
` [PATCH v5 2/3] ovl: move the code of ovl_remount() to behind ovl_parse_opt()
` [PATCH v5 3/3] ovl: print warning when specifying unchangeable options in remount

[PATCH v4 0/3] option validation in remount
 2018-04-14  6:00 UTC  (11+ messages)
` [PATCH v4 1/3] ovl: adjust option parsing for supporting remount
` [PATCH v4 2/3] ovl: move the code of ovl_remount() to behind ovl_parse_opt()
` [PATCH v4 3/3] ovl: return error when specifying unchangeable options in remount

[GIT PULL] overlayfs update for 4.17
 2018-04-13  8:47 UTC 

[PATCH v3 1/2] ovl: adjust option parsing for supporting remount
 2018-04-13  7:10 UTC  (5+ messages)
` [PATCH v3 2/2] ovl: return error when specifying unchangeable options in remount

[miklos-vfs:overlayfs-rorw 35/54] fs/overlayfs/file.c:315:6: sparse: symbol 'ovl_ioctl' was not declared. Should it be static?
 2018-04-12 16:13 UTC  (2+ messages)
` [RFC PATCH miklos-vfs] ovl: ovl_ioctl() can be static

[miklos-vfs:overlayfs-rorw 34/54] fs/overlayfs/file.c:271:6: sparse: symbol 'ovl_fallocate' was not declared. Should it be static?
 2018-04-12 15:54 UTC  (2+ messages)
` [RFC PATCH miklos-vfs] ovl: ovl_fallocate() can be static

[PATCH v2] ovl: set lower layer st_dev only if setting lower st_ino
 2018-04-12 12:52 UTC  (3+ messages)

[PATCH] ovl: set lower layer st_dev only if setting lower st_ino
 2018-04-11 17:11 UTC  (2+ messages)

[PATCH v13 00/28] overlayfs: Delayed copy up of data
 2018-04-11 17:01 UTC  (11+ messages)
` [PATCH v13 09/28] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [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


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