Hi all, Here's a rollup of some reflink fixes that I've accumulated over the past couple of weeks. I added CLONERANGE support to fsstress and wrote a fstest to run a long write-mostly fsstress, which very rapidly found problems. The first patch fixes a trivial null pointer problem; the second fixes an ftrace stale data reporting problem; the third fixes a problem where we ought to clear post-eof preallocations prior to allowing a reflink at a higher offset than i_size; the fourth relaxes a locking assert condition that is actually possible; the fifth fixes an infinite loop when cancelling cow rservations; and the sixth one allows cow remap operations to use the transaction block reserve to avoid enospc'ing after a successful cow. These patches apply directly to the end of 'xfs: logging fixes'. --D -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html