mbox series

[0/2] fix stale data exposure problem

Message ID 20191226134721.43797-1-yukuai3@huawei.com (mailing list archive)
Headers show
Series fix stale data exposure problem | expand

Message

Yu Kuai Dec. 26, 2019, 1:47 p.m. UTC
The problem was found by generic/042, however, I have no idea why the
problem didn't get fixed.

yu kuai (2):
  xfs: introduce xfs_bmap_split_da_extent
  xfs: fix stale data exposure problem when punch hole, collapse range
    or zero range across a delalloc extent

 fs/xfs/libxfs/xfs_bmap.c | 26 ++++++++++++++++++++--
 fs/xfs/libxfs/xfs_bmap.h |  1 +
 fs/xfs/xfs_file.c        | 47 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 2 deletions(-)