linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.4 00/11] xfs stable candidate patches for 5.4.y (from v5.6)
@ 2022-10-05  7:00 Chandan Babu R
  2022-10-05  7:00 ` [PATCH 5.4 01/11] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag Chandan Babu R
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Chandan Babu R @ 2022-10-05  7:00 UTC (permalink / raw)
  To: gregkh
  Cc: sashal, mcgrof, linux-xfs, stable, djwong, chandan.babu,
	amir73il, leah.rumancik

Hi Greg,

This 5.4.y backport series contains XFS fixes from v5.6. The patchset
has been acked by Darrick.

Christoph Hellwig (3):
  xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
  xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
  xfs: move incore structures out of xfs_da_format.h

Darrick J. Wong (7):
  xfs: introduce XFS_MAX_FILEOFF
  xfs: truncate should remove all blocks, not just to the end of the
    page cache
  xfs: fix s_maxbytes computation on 32-bit kernels
  xfs: refactor remote attr value buffer invalidation
  xfs: fix memory corruption during remote attr value buffer
    invalidation
  xfs: streamline xfs_attr3_leaf_inactive
  xfs: fix uninitialized variable in xfs_attr3_leaf_inactive

YueHaibing (1):
  xfs: remove unused variable 'done'

 fs/xfs/libxfs/xfs_attr.c        |   2 +-
 fs/xfs/libxfs/xfs_attr_leaf.c   |   4 +-
 fs/xfs/libxfs/xfs_attr_leaf.h   |  26 ++++--
 fs/xfs/libxfs/xfs_attr_remote.c |  85 +++++++++++++------
 fs/xfs/libxfs/xfs_attr_remote.h |   2 +
 fs/xfs/libxfs/xfs_da_btree.h    |  17 +++-
 fs/xfs/libxfs/xfs_da_format.c   |   1 +
 fs/xfs/libxfs/xfs_da_format.h   |  59 -------------
 fs/xfs/libxfs/xfs_dir2.h        |   2 +
 fs/xfs/libxfs/xfs_dir2_priv.h   |  19 +++++
 fs/xfs/libxfs/xfs_format.h      |   7 ++
 fs/xfs/xfs_attr_inactive.c      | 146 +++++++++-----------------------
 fs/xfs/xfs_file.c               |   7 +-
 fs/xfs/xfs_inode.c              |  25 +++---
 fs/xfs/xfs_reflink.c            |   3 +-
 fs/xfs/xfs_super.c              |  48 +++++------
 16 files changed, 212 insertions(+), 241 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-10-05 10:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05  7:00 [PATCH 5.4 00/11] xfs stable candidate patches for 5.4.y (from v5.6) Chandan Babu R
2022-10-05  7:00 ` [PATCH 5.4 01/11] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag Chandan Babu R
2022-10-05  7:00 ` [PATCH 5.4 02/11] xfs: introduce XFS_MAX_FILEOFF Chandan Babu R
2022-10-05  7:00 ` [PATCH 5.4 03/11] xfs: truncate should remove all blocks, not just to the end of the page cache Chandan Babu R
2022-10-05  7:00 ` [PATCH 5.4 04/11] xfs: fix s_maxbytes computation on 32-bit kernels Chandan Babu R
2022-10-05  7:00 ` [PATCH 5.4 05/11] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read Chandan Babu R
2022-10-05  7:01 ` [PATCH 5.4 06/11] xfs: refactor remote attr value buffer invalidation Chandan Babu R
2022-10-05  7:01 ` [PATCH 5.4 07/11] xfs: fix memory corruption during " Chandan Babu R
2022-10-05  7:01 ` [PATCH 5.4 08/11] xfs: move incore structures out of xfs_da_format.h Chandan Babu R
2022-10-05  7:01 ` [PATCH 5.4 09/11] xfs: streamline xfs_attr3_leaf_inactive Chandan Babu R
2022-10-05  7:01 ` [PATCH 5.4 10/11] xfs: fix uninitialized variable in xfs_attr3_leaf_inactive Chandan Babu R
2022-10-05  7:01 ` [PATCH 5.4 11/11] xfs: remove unused variable 'done' Chandan Babu R
2022-10-05 10:35 ` [PATCH 5.4 00/11] xfs stable candidate patches for 5.4.y (from v5.6) Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).