[ANNOUNCE] xfs-linux: for-next updated to 11b039aa588b
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 updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to [email protected] so they can be picked up in the next update. The new head of the for-next branch is commit: 11b039aa588b 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): [ba5ea85a15bd] xfs: resample the data fork mapping after cycling ILOCK [6703032e46d1] xfs: don't replace the wrong part of the cow fork [13b496c74f27] xfs: make cow repair somewhat flaky when debugging knob enabled [0296824c9c8a] xfs: move cow_replace_mapping to xfs_bmap_util.c [9303ae0254cd] xfs: don't wrap around quota ids in dqiterate [21d7bae20902] xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_staging [339221cf2071] xfs: use the rt version of the cow staging checker [356205a8c4bd] xfs: write the rg superblock when fixing it [4225af2efb21] xfs: grab rtrmap btree when checking rgsuper [1abdcea06bc3] xfs: set xfarray killable sort correctly [9d2bf2d60b31] xfs: fix off-by-one error when calling xchk_xref_has_rt_owner [86b7d76a1a4d] xfs: handle non-inode owners for rtrmap record checking [96869cc20ddd] xfs: fully check the parent handle when it points to the rootdir [5b75dcb0766d] xfs: clamp timestamp nanoseconds correctly [11b039aa588b] 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(-)