mbox series

[ANNOUNCE] xfs-linux: for-next updated to b39989009bdb

Message ID 20181008231504.GE6311@dastard (mailing list archive)
State New, archived
Headers show
Series [ANNOUNCE] xfs-linux: for-next updated to b39989009bdb | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux for-next

Message

Dave Chinner Oct. 8, 2018, 11:15 p.m. UTC
Hi folks,

The for-next branch of the xfs-linux repository at:

        git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git

has just been updated. This is an update with a bunch of important
reflink fixes intended for 4.19-rc7, so please update and test this
so I can send a pull request to greg before the end of the week.

-Dave.

The following changes since commit e55ec4ddbef9897199c307dfb23167e3801fdaf5:

  xfs: fix error handling in xfs_bmap_extents_to_btree (2018-10-01 08:11:07 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux for-next

for you to fetch changes up to b39989009bdb84992915c9869f58094ed5becf10:

  xfs: fix data corruption w/ unaligned reflink ranges (2018-10-06 11:44:39 +1000)

----------------------------------------------------------------
Darrick J. Wong (3):
      xfs: refactor clonerange preparation into a separate helper
      xfs: zero posteof blocks when cloning above eof
      xfs: update ctime and remove suid before cloning files

Dave Chinner (2):
      xfs: fix data corruption w/ unaligned dedupe ranges
      xfs: fix data corruption w/ unaligned reflink ranges

 fs/xfs/xfs_reflink.c | 200 ++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 165 insertions(+), 35 deletions(-)