messages from 2018-04-28 08:35:11 to 2018-05-10 15:32:32 UTC [more...]
[PATCH v15 00/30] overlayfs: Delayed copy up of data
2018-05-10 15:32 UTC (64+ 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 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 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 V2] xfstest: overlay: Add tests for overlay metadata only copy up feature
2018-05-09 16:22 UTC (2+ messages)
[PATCH 0/2] Another overlay test for online inconsistency detection
2018-05-09 16:20 UTC (5+ messages)
` [PATCH 1/2] overlay/049: update fix commit id
` [PATCH 2/2] overlay: test multiple origin references to the same lower file
[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 (18+ 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 v2 00/35] overlayfs: stack file operations
2018-05-08 15:15 UTC (48+ 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
[RFC PATCH 00/35] overlayfs: stack file operations
2018-05-08 14:25 UTC (8+ messages)
` [RFC PATCH 19/35] ovl: readd reflink/copyfile/dedup support
[PATCH] ovl: update documentation for unionmount-testsuite
2018-05-08 10:11 UTC (2+ messages)
[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
[PATCH v14 00/31] overlayfs: Delayed copy up of data
2018-05-04 18:47 UTC (38+ messages)
` [PATCH v14 09/31] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH v14 12/31] ovl: Add an helper to get real data dentry
` [PATCH v14 16/31] ovl: Always open file/inode which contains data and not metacopy
` [PATCH v14 22/31] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [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
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