messages from 2018-10-05 00:44:34 to 2018-10-17 08:37:21 UTC [more...]
[Ocfs2-devel] [PATCH v5 00/26] fs: fixes for serious clone/dedupe problems
2018-10-17 8:37 UTC (34+ messages)
` [Ocfs2-devel] [PATCH 01/26] xfs: add a per-xfs trace_printk macro
` [Ocfs2-devel] [PATCH 02/26] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [Ocfs2-devel] [PATCH 03/26] vfs: check file ranges before cloning files
` [Ocfs2-devel] [PATCH 04/26] vfs: exit early from zero length remap operations
` [Ocfs2-devel] [PATCH 05/26] vfs: strengthen checking of file range inputs to generic_remap_checks
` [Ocfs2-devel] [PATCH 06/26] vfs: avoid problematic remapping requests into partial EOF block
` [Ocfs2-devel] [PATCH 07/26] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 08/26] vfs: rename vfs_clone_file_prep to be more descriptive
` [Ocfs2-devel] [PATCH 09/26] vfs: rename clone_verify_area to remap_verify_area
` [Ocfs2-devel] [PATCH 10/26] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH 11/26] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 12/26] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 13/26] vfs: create generic_remap_file_range_touch to update inode metadata
` [Ocfs2-devel] [PATCH 14/26] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH 15/26] vfs: plumb remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 16/26] vfs: plumb remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 17/26] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH 18/26] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 19/26] vfs: clean up generic_remap_file_range_prep return value
` [Ocfs2-devel] [PATCH 20/26] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 21/26] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 22/26] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 23/26] ocfs2: remove ocfs2_reflink_remap_range
` [Ocfs2-devel] [PATCH 24/26] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 25/26] xfs: support returning partial reflink results
` [Ocfs2-devel] [PATCH 26/26] xfs: remove redundant remap partial EOF block checks
[Ocfs2-devel] [PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
2018-10-15 18:32 UTC (47+ messages)
` [Ocfs2-devel] [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [Ocfs2-devel] [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [Ocfs2-devel] [PATCH 03/25] vfs: check file ranges before cloning files
` [Ocfs2-devel] [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [Ocfs2-devel] [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [Ocfs2-devel] [PATCH 06/25] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [Ocfs2-devel] [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [Ocfs2-devel] [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [Ocfs2-devel] [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [Ocfs2-devel] [PATCH 17/25] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH 18/25] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 19/25] vfs: implement opportunistic short dedupe
` [Ocfs2-devel] [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 24/25] xfs: support returning partial reflink results
` [Ocfs2-devel] [PATCH 25/25] xfs: remove redundant remap partial EOF block checks
[Ocfs2-devel] [PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
2018-10-15 0:31 UTC (41+ messages)
` [Ocfs2-devel] [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [Ocfs2-devel] [PATCH 02/25] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [Ocfs2-devel] [PATCH 03/25] vfs: check file ranges before cloning files
` [Ocfs2-devel] [PATCH 04/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [Ocfs2-devel] [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [Ocfs2-devel] [PATCH 06/25] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH 08/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [Ocfs2-devel] [PATCH 09/25] vfs: rename clone_verify_area to remap_verify_area
` [Ocfs2-devel] [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [Ocfs2-devel] [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 12/25] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 13/25] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH 14/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [Ocfs2-devel] [PATCH 17/25] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 18/25] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 19/25] vfs: implement opportunistic short dedupe
` [Ocfs2-devel] [PATCH 20/25] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 21/25] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 24/25] xfs: support returning partial reflink results
` [Ocfs2-devel] [PATCH 25/25] xfs: remove redundant remap partial EOF block checks
[Ocfs2-devel] [PATCH] ocfs2: clean up some data_ac usage
2018-10-12 23:04 UTC (4+ messages)
[Ocfs2-devel] [PATCH v2 00/25] fs: fixes for serious clone/dedupe problems
2018-10-10 23:13 UTC (37+ messages)
` [Ocfs2-devel] [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [Ocfs2-devel] [PATCH v2 "
` [Ocfs2-devel] [PATCH 02/25] xfs: refactor clonerange preparation into a separate helper
` [Ocfs2-devel] [PATCH 03/25] xfs: zero posteof blocks when cloning above eof
` [Ocfs2-devel] [PATCH 04/25] xfs: update ctime and remove suid before cloning files
` [Ocfs2-devel] [PATCH 05/25] vfs: check file ranges "
` [Ocfs2-devel] [PATCH 06/25] vfs: strengthen checking of file range inputs to generic_remap_checks
` [Ocfs2-devel] [PATCH 07/25] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 08/25] vfs: combine the clone and dedupe into a single remap_file_range
` [Ocfs2-devel] [PATCH 09/25] vfs: rename vfs_clone_file_prep to be more descriptive
` [Ocfs2-devel] [PATCH 10/25] vfs: rename clone_verify_area to remap_verify_area
` [Ocfs2-devel] [PATCH 11/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [Ocfs2-devel] [PATCH 12/25] vfs: pass remap flags to generic_remap_file_range_prep
` [Ocfs2-devel] [PATCH 13/25] vfs: pass remap flags to generic_remap_checks
` [Ocfs2-devel] [PATCH 14/25] vfs: make remap_file_range functions take and return bytes completed
` [Ocfs2-devel] [PATCH 15/25] vfs: plumb RFR_* remap flags through the vfs clone functions
` [Ocfs2-devel] [PATCH 16/25] vfs: plumb RFR_* remap flags through the vfs dedupe functions
` [Ocfs2-devel] [PATCH 17/25] vfs: make remapping to source file eof more explicit
` [Ocfs2-devel] [PATCH 18/25] vfs: enable remap callers that can handle short operations
` [Ocfs2-devel] [PATCH 19/25] vfs: hide file range comparison function
` [Ocfs2-devel] [PATCH 20/25] vfs: implement opportunistic short dedupe
` [Ocfs2-devel] [PATCH 21/25] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 22/25] ocfs2: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 23/25] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 24/25] xfs: fix pagecache truncation prior to reflink
` [Ocfs2-devel] [PATCH 25/25] xfs: support returning partial reflink results
[Ocfs2-devel] [PATCH] fs/ocfs2/dlmglue: lockdep_keys defined but not used
2018-10-09 22:40 UTC (2+ messages)
[Ocfs2-devel] [PATCH 00/15] fs: fixes for serious clone/dedupe problems
2018-10-08 18:59 UTC (38+ messages)
` [Ocfs2-devel] [PATCH 01/15] xfs: add a per-xfs trace_printk macro
` [Ocfs2-devel] [PATCH 02/15] xfs: refactor clonerange preparation into a separate helper
` [Ocfs2-devel] [PATCH 03/15] xfs: zero posteof blocks when cloning above eof
` [Ocfs2-devel] [PATCH 04/15] xfs: update ctime and remove suid before cloning files
` [Ocfs2-devel] [PATCH 05/15] vfs: check file ranges "
` [Ocfs2-devel] [PATCH 06/15] vfs: strengthen checking of file range inputs to clone/dedupe range
` [Ocfs2-devel] [PATCH 07/15] vfs: skip zero-length dedupe requests
` [Ocfs2-devel] [PATCH 08/15] vfs: change clone and dedupe range function pointers to return bytes completed
` [Ocfs2-devel] [PATCH 09/15] vfs: pass operation flags to {clone, dedupe}_file_range implementations
` [Ocfs2-devel] [PATCH 10/15] vfs: make cloning to source file eof more explicit
` [Ocfs2-devel] [PATCH 11/15] vfs: allow short clone and dedupe operations
` [Ocfs2-devel] [PATCH 12/15] vfs: implement opportunistic short dedupe
` [Ocfs2-devel] [PATCH 13/15] ocfs2: truncate page cache for clone destination file before remapping
` [Ocfs2-devel] [PATCH 14/15] ocfs2: support partial clone range and dedupe range
` [Ocfs2-devel] [PATCH 15/15] xfs: support returning partial reflink results
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;
as well as URLs for NNTP newsgroup(s).