The quilt patch titled Subject: fsdax-zero-the-edges-if-source-is-hole-or-unwritten-fix has been removed from the -mm tree. Its filename was fsdax-zero-the-edges-if-source-is-hole-or-unwritten-fix.patch This patch was dropped because it was folded into fsdax-zero-the-edges-if-source-is-hole-or-unwritten.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fsdax-zero-the-edges-if-source-is-hole-or-unwritten-fix Date: Thu Dec 1 04:37:42 PM PST 2022 update dax_iomap_copy_around() kerneldoc, per Darrick Cc: Alistair Popple <apopple@xxxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Darrick J. Wong <djwong@xxxxxxxxxx> Cc: Dave Chinner <david@xxxxxxxxxxxxx> Cc: Jason Gunthorpe <jgg@xxxxxxxxxx> Cc: John Hubbard <jhubbard@xxxxxxxxxx> Cc: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/dax.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/fs/dax.c~fsdax-zero-the-edges-if-source-is-hole-or-unwritten-fix +++ a/fs/dax.c @@ -1092,7 +1092,8 @@ out: } /** - * dax_iomap_copy_around - Copy the data from source to destination before write + * dax_iomap_copy_around - Prepare for an unaligned write to a shared/cow page + * by copying the data before and after the range to be written. * @pos: address to do copy from. * @length: size of copy operation. * @align_size: aligned w.r.t align_size (either PMD_SIZE or PAGE_SIZE) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fsdax-zero-the-edges-if-source-is-hole-or-unwritten.patch mm-disable-top-tier-fallback-to-reclaim-on-proactive-reclaim-fix.patch