[ANNOUNCE] xfs-linux: for-next *REBASED* to 59c462b0f5cf
Carlos Maiolino <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
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 *REBASED*.
My apologies for the extra announce. There are no changes between this and
the previous one, only a coupl tags that I missed adding on the previous patches.
The new head of the for-next branch is commit:
59c462b0f5cf xfs: don't zap bmbt forks if they are MAXLEVELS tall
16 new commits:
Andrey Albershteyn (1):
[9202ee546b0c] xfs: fix null pointer dereference in tracepoint
Darrick J. Wong (15):
[2f4acd0fcd86] xfs: resample the data fork mapping after cycling ILOCK
[a1caeeadbf57] xfs: don't replace the wrong part of the cow fork
[bcb0621204e6] xfs: make cow repair somewhat flaky when debugging knob enabled
[60a1dde9d289] xfs: move cow_replace_mapping to xfs_bmap_util.c
[d766e4e5e85d] xfs: don't wrap around quota ids in dqiterate
[ee248157da50] xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_staging
[881f2eb0fcde] xfs: use the rt version of the cow staging checker
[9af789fa274b] xfs: write the rg superblock when fixing it
[ea6e2d9de25d] xfs: grab rtrmap btree when checking rgsuper
[540ddc626245] xfs: set xfarray killable sort correctly
[5d72a68f2007] xfs: fix off-by-one error when calling xchk_xref_has_rt_owner
[353a5900bc85] xfs: handle non-inode owners for rtrmap record checking
[ba150ce63453] xfs: fully check the parent handle when it points to the rootdir
[15e38a9366b3] xfs: clamp timestamp nanoseconds correctly
[59c462b0f5cf] xfs: don't zap bmbt forks if they are MAXLEVELS tall
Code Diffstat:
fs/xfs/libxfs/xfs_defer.c | 2 +-
fs/xfs/scrub/cow_repair.c | 177 +++++++++++++++++++++-----------------------
fs/xfs/scrub/dirtree.c | 16 ++--
fs/xfs/scrub/dqiterate.c | 2 +-
fs/xfs/scrub/inode_repair.c | 4 +-
fs/xfs/scrub/rgsuper.c | 14 +++-
fs/xfs/scrub/rtbitmap.c | 2 +-
fs/xfs/scrub/rtrefcount.c | 2 +-
fs/xfs/scrub/rtrmap.c | 8 +-
fs/xfs/scrub/scrub.h | 6 +-
fs/xfs/scrub/trace.h | 35 ---------
fs/xfs/scrub/xfarray.c | 3 +-
fs/xfs/xfs_bmap_util.c | 89 ++++++++++++++++++++++
fs/xfs/xfs_bmap_util.h | 4 +
fs/xfs/xfs_reflink.c | 36 +++++++++
fs/xfs/xfs_trace.h | 41 ++++++++++
16 files changed, 293 insertions(+), 148 deletions(-)