messages from 2018-05-15 10:26:09 to 2018-06-01 14:43:51 UTC [more...]
nfs4_acl restricts copy_up in overlayfs
2018-06-01 14:43 UTC (25+ messages)
[PATCH V4] xfstest: overlay: Add tests for overlay metadata only copy up feature
2018-06-01 12:59 UTC
[PATCH V3] xfstest: overlay: Add tests for overlay metadata only copy up feature
2018-06-01 12:38 UTC (3+ messages)
[PATCH 0/2] Overlayfs tests for consistent ro/rw fd
2018-06-01 10:44 UTC (3+ messages)
` [PATCH 1/2] overlay: nicer report when features are not supported
` [PATCH 2/2] overlay/016: split into two tests
[PATCH 00/28] overlayfs: Delayed copy up of data
2018-05-31 4:30 UTC (36+ messages)
` [PATCH 01/28] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH 02/28] ovl: Move the copy up helpers to copy_up.c
` [PATCH 03/28] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 04/28] ovl: During copy up, first copy up metadata and then data
` [PATCH 05/28] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 06/28] ovl: Add helper ovl_already_copied_up()
` [PATCH 07/28] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH 08/28] ovl: Use out_err instead of out_nomem
` [PATCH 09/28] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH 10/28] ovl: Copy up meta inode data from lowest data inode
` [PATCH 11/28] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH 12/28] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH 13/28] ovl: Store lower data inode in ovl_inode
` [PATCH 14/28] ovl: Add helper ovl_inode_realdata()
` [PATCH 15/28] ovl: Open file with data except for the case of fsync
` [PATCH 16/28] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH 17/28] ovl: Move some dir related ovl_lookup_single() code in else block
` [PATCH 18/28] ovl: Check redirects for metacopy files
` [PATCH 19/28] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH 20/28] ovl: Add an inode flag OVL_CONST_INO
` [PATCH 21/28] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH 22/28] ovl: Set redirect on metacopy files upon rename
` [PATCH 23/28] ovl: Set redirect on upper inode when it is linked
` [PATCH 24/28] ovl: Check redirect on index as well
` [PATCH 25/28] ovl: Disbale metacopy for MAP_SHARED mmap()
` [PATCH 26/28] ovl: Do not do metadata only copy-up for truncate operation
` [PATCH 27/28] ovl: Do not do metacopy only for ioctl modifying file attr
` [PATCH 28/28] ovl: Enable metadata only feature
[GIT PULL] overlayfs update for 4.18
2018-05-30 22:27 UTC (5+ messages)
[PATCH 00/11] overlayfs fixes
2018-05-30 8:28 UTC (16+ messages)
` [PATCH 01/11] ovl: update documentation for unionmount-testsuite
` [PATCH 02/11] ovl: remove WARN_ON() real inode attributes mismatch
` [PATCH 03/11] ovl: strip debug argument from ovl_do_ helpers
` [PATCH 04/11] ovl: struct cattr cleanups
` [PATCH 05/11] ovl: return dentry from ovl_create_real()
` [PATCH 06/11] ovl: create helper ovl_create_temp()
` [PATCH 07/11] ovl: make ovl_create_real() cope with vfs_mkdir() safely
` [PATCH 08/11] ovl: clean up copy-up error paths
` [PATCH 09/11] vfs: factor out inode_insert5()
` [PATCH 10/11] ovl: Pass argument to ovl_get_inode() in a structure
` [PATCH 11/11] ovl: use inode_insert5() to hash a newly created inode
[PATCH 00/39] overlayfs: stack file operations
2018-05-30 8:26 UTC (44+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t
` [PATCH 02/39] vfs: dedupe: rationalize args
` [PATCH 03/39] vfs: dedupe: extract helper for a single dedup
` [PATCH 04/39] vfs: add path_open()
` [PATCH 05/39] vfs: optionally don't account file in nr_files
` [PATCH 06/39] vfs: add f_op->pre_mmap()
` [PATCH 07/39] vfs: export vfs_ioctl() to modules
` [PATCH 08/39] vfs: export vfs_dedupe_file_range_one() "
` [PATCH 09/39] ovl: copy up times
` [PATCH 10/39] ovl: copy up inode flags
` [PATCH 11/39] Revert "Revert "ovl: get_write_access() in truncate""
` [PATCH 12/39] ovl: copy up file size as well
` [PATCH 13/39] ovl: deal with overlay files in ovl_d_real()
` [PATCH 14/39] ovl: stack file ops
` [PATCH 15/39] ovl: add helper to return real file
` [PATCH 16/39] ovl: add ovl_read_iter()
` [PATCH 17/39] ovl: add ovl_write_iter()
` [PATCH 18/39] ovl: add ovl_fsync()
` [PATCH 19/39] ovl: add ovl_mmap()
` [PATCH 20/39] ovl: add ovl_fallocate()
` [PATCH 21/39] ovl: add lsattr/chattr support
` [PATCH 22/39] ovl: add ovl_fiemap()
` [PATCH 23/39] ovl: add O_DIRECT support
` [PATCH 24/39] ovl: add reflink/copyfile/dedup support
` [PATCH 25/39] vfs: don't open real
` [PATCH 26/39] ovl: copy-up on MAP_SHARED
` [PATCH 27/39] ovl: obsolete "check_copy_up" module option
` [PATCH 28/39] ovl: fix documentation of non-standard behavior
` [PATCH 29/39] vfs: simplify dentry_open()
` [PATCH 30/39] Revert "ovl: fix may_write_real() for overlayfs directories"
` [PATCH 31/39] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH 32/39] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
` [PATCH 33/39] Revert "ovl: fix relatime for directories"
` [PATCH 34/39] Revert "vfs: update ovl inode before relatime check"
` [PATCH 35/39] Revert "vfs: add flags to d_real()"
` [PATCH 36/39] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [PATCH 37/39] Partially revert "locks: fix file locking on overlayfs"
` [PATCH 38/39] Revert "fsnotify: support overlayfs"
` [PATCH 39/39] vfs: remove open_flags from d_real()
[PATCH V2] xfstest: overlay: Add tests for overlay metadata only copy up feature
2018-05-29 19:11 UTC (6+ messages)
Question about CAP_SYS_RESOURCES in overlayfs
2018-05-28 15:46 UTC (4+ messages)
[PATCH v15 00/30] overlayfs: Delayed copy up of data
2018-05-23 20:00 UTC (4+ messages)
[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 (6+ messages)
` [PATCH v2 22/35] vfs: don't open real
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