On Sun, Jul 3, 2022 at 8:05 AM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > Hi Greg, > > Following the 5.10.y/5.15.y common series, this is another small > "5.10.y only" update. > > I have two more of these (from v5.14 and v5.15) and after that, > 5.10.y should be mostly following 5.15.y. > > The backports from v5.14 are a little more involved, so the next > "5.10.y only" update is going to take a while longer. > Forgot to say: Changes from v2: - Acked-by Darrick - CC stable Changes from v1: - None > Thanks, > Amir. > > Anthony Iliopoulos (1): > xfs: fix xfs_trans slab cache name > > Darrick J. Wong (1): > xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range > > Dave Chinner (2): > xfs: use current->journal_info for detecting transaction recursion > xfs: update superblock counters correctly for !lazysbcount > > Gao Xiang (1): > xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX > > Pavel Reichl (2): > xfs: rename variable mp to parsing_mp > xfs: Skip repetitive warnings about mount options > > fs/iomap/buffered-io.c | 7 --- > fs/xfs/libxfs/xfs_btree.c | 12 +++- > fs/xfs/libxfs/xfs_sb.c | 16 ++++- > fs/xfs/xfs_aops.c | 17 +++++- > fs/xfs/xfs_error.c | 2 + > fs/xfs/xfs_reflink.c | 3 +- > fs/xfs/xfs_super.c | 120 +++++++++++++++++++++----------------- > fs/xfs/xfs_trans.c | 23 +++----- > fs/xfs/xfs_trans.h | 30 ++++++++++ > 9 files changed, 148 insertions(+), 82 deletions(-) > > -- > 2.25.1 >