public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-07 17:40:40 to 2018-05-23 20:00:40 UTC [more...]

[PATCH v15 00/30] overlayfs: Delayed copy up of data
 2018-05-23 20:00 UTC  (74+ 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 05/30] ovl: During copy up, first copy up metadata and then data
` [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 11/30] ovl: Copy up meta inode data from lowest data inode
` [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 17/30] ovl: Open file with data except for the case of fsync
` [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 22/30] ovl: Add an inode flag OVL_CONST_INO
` [PATCH v15 23/30] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH v15 24/30] ovl: Set redirect on metacopy files upon rename
` [PATCH v15 25/30] ovl: Set redirect on upper inode when it is linked
` [PATCH v15 26/30] ovl: Check redirect on index as well
` [PATCH v15 27/30] ovl: Disbale metacopy for MAP_SHARED mmap()
` [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 v4 0/9] Overlayfs create object related fixes
 2018-05-23  8:11 UTC  (24+ messages)
` [PATCH v4 1/9] ovl: remove WARN_ON() real inode attributes mismatch
` [PATCH v4 2/9] ovl: strip debug argument from ovl_do_ helpers
` [PATCH v4 3/9] ovl: struct cattr cleanups
` [PATCH v4 4/9] ovl: create helper ovl_create_temp()
` [PATCH v4 5/9] ovl: make ovl_create_real() cope with vfs_mkdir() safely
` [PATCH v4 6/9] vfs: factor out iget5_prealloc()
` [PATCH v4 7/9] vfs: export alloc_inode() and destroy_inode()
` [PATCH v4 8/9] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH v4 9/9] ovl: use iget5_prealloc() to hash a newly created inode

[PATCH] ovl: copy up files with incompatible xattrs
 2018-05-21 18:53 UTC  (6+ messages)

[PATCH v3 0/4] Overlayfs mkdir related fixes
 2018-05-17 16:14 UTC  (27+ messages)
` [PATCH v3 1/4] ovl: use insert_inode_locked4() to hash a newly created inode
` [PATCH v3 2/4] ovl: relax WARN_ON() real inode attributes mismatch
` [PATCH v3 3/4] ovl: create helper ovl_create_temp()
` [PATCH v3 4/4] ovl: make ovl_create_real() cope with vfs_mkdir() safely

[PATCH v2] ovl: add warning and replace some errnos when failing from copy-up
 2018-05-17  6:29 UTC 

[PATCH] ovl: add warning and replace errno when failing from copy-up
 2018-05-17  5:34 UTC  (2+ messages)

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-15 20:42 UTC  (20+ messages)
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [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 32/35] Partially revert "locks: fix file locking on overlayfs"

[PATCH v2 0/3] Overlayfs mkdir related fixes
 2018-05-15  5:20 UTC  (7+ messages)
` [PATCH v2 1/3] ovl: use d_instantiate_new() to instantiate a new dentry
` [PATCH v2 2/3] ovl: create helper ovl_create_temp()
` [PATCH v2 3/3] ovl: make ovl_create_real() cope with vfs_mkdir() safely

[RFC][PATCH] ovl_create_index(): vfs_mkdir() might succeed leaving dentry negative unhashed
 2018-05-14 15:39 UTC  (2+ messages)

[PATCH v3 0/4] Enable holes in copy_file_range()
 2018-05-14 14:56 UTC  (5+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH V2] xfstest: overlay: Add tests for overlay metadata only copy up feature
 2018-05-11 10:41 UTC  (3+ messages)

[PATCH] ovl: be more prudent when instantiating a new dentry
 2018-05-11  8:46 UTC 

[PATCH v5] ovl: Check link ability between upperdir and workdir
 2018-05-11  6:26 UTC  (6+ messages)

[PATCH v2 0/4] Enable holes in copy_file_range()
 2018-05-10 10:45 UTC  (10+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH v1 0/5] Enable holes on copy_file_range()
 2018-05-10  4:52 UTC  (15+ messages)
` [PATCH 1/4] copy_file_range: refactor vfs_copy_file_range
` [PATCH 2/4] copy_file_range: Perform splice if in/out SB are not same
` [PATCH 3/4] copy_file_range: splice with holes
` [PATCH 4/4] ovl: Use do_copy_file_range() in copy_up_data()

[PATCH 0/2] Another overlay test for online inconsistency detection
 2018-05-09 16:20 UTC  (3+ messages)

[PATCH] xfstest: overlay: Add tests for overlay metadata only copy up feature
 2018-05-08 18:24 UTC  (2+ messages)

[PATCH 0/3] Holey splice! copy_file_range() with holes
 2018-05-08 16:24 UTC  (13+ messages)
` [PATCH 3/3] ovl: Use splice_with_holes in copy_up

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-05-08 14:25 UTC  (4+ messages)

[PATCH] ovl: update documentation for unionmount-testsuite
 2018-05-08 10:11 UTC  (2+ messages)


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