mbox series

[5.10,0/2] Two more xfs backports for 5.10.y (from v5.11)

Message ID 20230328073512.460533-1-amir73il@gmail.com (mailing list archive)
Headers show
Series Two more xfs backports for 5.10.y (from v5.11) | expand

Message

Amir Goldstein March 28, 2023, 7:35 a.m. UTC
Greg,

Chandan is preparing a series of backports from v5.11 to 5.4.y.
These two backports were selected by Chandan for 5.4.y, but are
currently missing from 5.10.y.

Specifically, patch #2 fixes a problem seen in the wild on UEK
and the UEK kernels already carry this patch.

The patches have gone through the usual xfs test/review routine.

Thanks,
Amir.

Brian Foster (1):
  xfs: don't reuse busy extents on extent trim

Darrick J. Wong (1):
  xfs: shut down the filesystem if we screw up quota reservation

 fs/xfs/xfs_extent_busy.c | 14 --------------
 fs/xfs/xfs_trans_dquot.c | 13 ++++++++++---
 2 files changed, 10 insertions(+), 17 deletions(-)

Comments

Greg KH March 28, 2023, 1:54 p.m. UTC | #1
On Tue, Mar 28, 2023 at 10:35:10AM +0300, Amir Goldstein wrote:
> Greg,
> 
> Chandan is preparing a series of backports from v5.11 to 5.4.y.
> These two backports were selected by Chandan for 5.4.y, but are
> currently missing from 5.10.y.
> 
> Specifically, patch #2 fixes a problem seen in the wild on UEK
> and the UEK kernels already carry this patch.
> 
> The patches have gone through the usual xfs test/review routine.
> 

Now queued up, thanks.

greg k-h