mbox series

[5.10,v2,0/3] xfs stable patches for 5.10.y (from v5.15)

Message ID 20220810141552.168763-1-amir73il@gmail.com (mailing list archive)
Headers show
Series xfs stable patches for 5.10.y (from v5.15) | expand

Message

Amir Goldstein Aug. 10, 2022, 2:15 p.m. UTC
Hi Greg,

This backport series contains small fixes from v5.15 release.

From this point on, 5.10.y xfs can follow and pick changes
posted to 5.15.y.

I already have some debt of fixes from v5.17 already applied to
5.15.y, but not yet submitted to 5.10.y - those will be included
in my next batch.

Thanks,
Amir.

Changes from [v1]:
- Drop backport that disallows disabling of quota accounting
  on a mounted xfs (Darrick)
- Added Acked-by Darrick
- CC stable

[v1] https://lore.kernel.org/linux-xfs/20220809111708.92768-1-amir73il@gmail.com/

Darrick J. Wong (1):
  xfs: only set IOMAP_F_SHARED when providing a srcmap to a write

Dave Chinner (2):
  mm: Add kvrealloc()
  xfs: fix I_DONTCACHE

 fs/xfs/xfs_icache.c      |  3 ++-
 fs/xfs/xfs_iomap.c       |  8 ++++----
 fs/xfs/xfs_iops.c        |  2 +-
 fs/xfs/xfs_log_recover.c |  4 +++-
 include/linux/mm.h       |  2 ++
 mm/util.c                | 15 +++++++++++++++
 6 files changed, 27 insertions(+), 7 deletions(-)