On Fri, Feb 28, 2020 at 01:04:16PM +0000, fdmanana@xxxxxxxxxx wrote: > From: Filipe Manana <fdmanana@xxxxxxxx> > > This patchset adds support for currently unsupported cases of reflink > operations that cover a file range that has inline extents, more details > on why/how in patch 3/3. > > It also starts by moving all the reflink code out of ioctl.c into a new > file named reflink.c (like xfs does) since this code is quite significant > in size and has grown over the years. > > V4: Updated patch 3 to fix a deadlock due to allocating space while holding > a transaction open. No changes to the first two patches. V4 replaced in for-next, thanks.
