linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
@ 2024-08-27 15:05 Chandan Babu R
  2024-08-27 15:24 ` Anders Blomdell
  0 siblings, 1 reply; 5+ messages in thread
From: Chandan Babu R @ 2024-08-27 15:05 UTC (permalink / raw)
  To: chandanbabu
  Cc: anders.blomdell, dchinner, djwong, hch, kjell.m.randa,
	linux-fsdevel, linux-xfs, willy, wozizhi

Hi folks,

The for-next branch of the xfs-linux repository at:

	https://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 linux-xfs@vger.kernel.org so they can be picked up in
the next update.

The new head of the for-next branch is commit:

a24cae8fc1f1 xfs: reset rootdir extent size hint after growfsrt

9 new commits:

Darrick J. Wong (6):
      [e21fea4ac3cf] xfs: fix di_onlink checking for V1/V2 inodes
      [5335affcff91] xfs: fix folio dirtying for XFILE_ALLOC callers
      [410e8a18f8e9] xfs: don't bother reporting blocks trimmed via FITRIM
      [6b35cc8d9239] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
      [16e1fbdce9c8] xfs: take m_growlock when running growfsrt
      [a24cae8fc1f1] xfs: reset rootdir extent size hint after growfsrt

Dave Chinner (1):
      [95179935bead] xfs: xfs_finobt_count_blocks() walks the wrong btree

Zizhi Wo (2):
      [68415b349f3f] xfs: Fix the owner setting issue for rmap query in xfs fsmap
      [ca6448aed4f1] xfs: Fix missing interval for missing_owner in xfs fsmap

Code Diffstat:

 fs/xfs/libxfs/xfs_ialloc_btree.c |  2 +-
 fs/xfs/libxfs/xfs_inode_buf.c    | 14 +++--
 fs/xfs/scrub/xfile.c             |  2 +-
 fs/xfs/xfs_discard.c             | 36 ++++--------
 fs/xfs/xfs_fsmap.c               | 30 ++++++++--
 fs/xfs/xfs_rtalloc.c             | 78 ++++++++++++++++++++-----
 6 files changed, 114 insertions(+), 48 deletions(-)

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

* Re: [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
  2024-08-27 15:05 [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1 Chandan Babu R
@ 2024-08-27 15:24 ` Anders Blomdell
  2024-08-28  3:54   ` Chandan Babu R
  0 siblings, 1 reply; 5+ messages in thread
From: Anders Blomdell @ 2024-08-27 15:24 UTC (permalink / raw)
  To: Chandan Babu R
  Cc: dchinner, djwong, hch, kjell.m.randa, linux-fsdevel, linux-xfs,
	willy, wozizhi

Since 6.10 is still marked as a stable release, maybe this shold go into 6.10-fixes branch as well?

   Dave Chinner (1):
       [95179935bead] xfs: xfs_finobt_count_blocks() walks the wrong btree

/Anders

On 2024-08-27 17:05, Chandan Babu R wrote:
> Hi folks,
> 
> The for-next branch of the xfs-linux repository at:
> 
> 	https://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 linux-xfs@vger.kernel.org so they can be picked up in
> the next update.
> 
> The new head of the for-next branch is commit:
> 
> a24cae8fc1f1 xfs: reset rootdir extent size hint after growfsrt
> 
> 9 new commits:
> 
> Darrick J. Wong (6):
>        [e21fea4ac3cf] xfs: fix di_onlink checking for V1/V2 inodes
>        [5335affcff91] xfs: fix folio dirtying for XFILE_ALLOC callers
>        [410e8a18f8e9] xfs: don't bother reporting blocks trimmed via FITRIM
>        [6b35cc8d9239] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
>        [16e1fbdce9c8] xfs: take m_growlock when running growfsrt
>        [a24cae8fc1f1] xfs: reset rootdir extent size hint after growfsrt
> 
> Dave Chinner (1):
>        [95179935bead] xfs: xfs_finobt_count_blocks() walks the wrong btree
> 
> Zizhi Wo (2):
>        [68415b349f3f] xfs: Fix the owner setting issue for rmap query in xfs fsmap
>        [ca6448aed4f1] xfs: Fix missing interval for missing_owner in xfs fsmap
> 
> Code Diffstat:
> 
>   fs/xfs/libxfs/xfs_ialloc_btree.c |  2 +-
>   fs/xfs/libxfs/xfs_inode_buf.c    | 14 +++--
>   fs/xfs/scrub/xfile.c             |  2 +-
>   fs/xfs/xfs_discard.c             | 36 ++++--------
>   fs/xfs/xfs_fsmap.c               | 30 ++++++++--
>   fs/xfs/xfs_rtalloc.c             | 78 ++++++++++++++++++++-----
>   6 files changed, 114 insertions(+), 48 deletions(-)

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

* Re: [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
  2024-08-27 15:24 ` Anders Blomdell
@ 2024-08-28  3:54   ` Chandan Babu R
  2024-08-28 12:15     ` Anders Blomdell
  0 siblings, 1 reply; 5+ messages in thread
From: Chandan Babu R @ 2024-08-28  3:54 UTC (permalink / raw)
  To: Anders Blomdell
  Cc: dchinner, djwong, hch, kjell.m.randa, linux-fsdevel, linux-xfs,
	willy, wozizhi

On Tue, Aug 27, 2024 at 05:24:36 PM +0200, Anders Blomdell wrote:
> Since 6.10 is still marked as a stable release, maybe this shold go into 6.10-fixes branch as well?
>
>   Dave Chinner (1):
>       [95179935bead] xfs: xfs_finobt_count_blocks() walks the wrong btree
>

xfs-linux git repository's xfs-6.10-fixes is not meant for collecting patches
for stable kernels.

Also, the patch mentioned above cannot be merged into 6.10.y for the following
reasons:
1. The 6.11 kernel has not been released yet.
2. No developer has signed up for backporting patches to 6.10.y.

-- 
Chandan

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

* Re: [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
  2024-08-28  3:54   ` Chandan Babu R
@ 2024-08-28 12:15     ` Anders Blomdell
  2024-08-29  0:04       ` Dave Chinner
  0 siblings, 1 reply; 5+ messages in thread
From: Anders Blomdell @ 2024-08-28 12:15 UTC (permalink / raw)
  To: Chandan Babu R
  Cc: dchinner, djwong, hch, kjell.m.randa, linux-fsdevel, linux-xfs,
	willy, wozizhi

Dave,

Do you mind if I CC the path to stable@vger.kernel.org (and maybe GKH)?

/Anders

On 2024-08-28 05:54, Chandan Babu R wrote:
> On Tue, Aug 27, 2024 at 05:24:36 PM +0200, Anders Blomdell wrote:
>> Since 6.10 is still marked as a stable release, maybe this shold go into 6.10-fixes branch as well?
>>
>>    Dave Chinner (1):
>>        [95179935bead] xfs: xfs_finobt_count_blocks() walks the wrong btree
>>
> 
> xfs-linux git repository's xfs-6.10-fixes is not meant for collecting patches
> for stable kernels.
> 
> Also, the patch mentioned above cannot be merged into 6.10.y for the following
> reasons:
> 1. The 6.11 kernel has not been released yet.
> 2. No developer has signed up for backporting patches to 6.10.y.
> 

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

* Re: [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1
  2024-08-28 12:15     ` Anders Blomdell
@ 2024-08-29  0:04       ` Dave Chinner
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Chinner @ 2024-08-29  0:04 UTC (permalink / raw)
  To: Anders Blomdell
  Cc: Chandan Babu R, dchinner, djwong, hch, kjell.m.randa,
	linux-fsdevel, linux-xfs, willy, wozizhi

On Wed, Aug 28, 2024 at 02:15:58PM +0200, Anders Blomdell wrote:
> Dave,
> 
> Do you mind if I CC the path to stable@vger.kernel.org (and maybe GKH)?

Go ahead - I missed putting the stable cc in the patch itself which
would have triggered an automatic stable kernel backport when it got
merged into the mainline tree.

-Dave.
-- 
Dave Chinner
david@fromorbit.com

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

end of thread, other threads:[~2024-08-29  0:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 15:05 [ANNOUNCE] xfs-linux: for-next updated to a24cae8fc1f1 Chandan Babu R
2024-08-27 15:24 ` Anders Blomdell
2024-08-28  3:54   ` Chandan Babu R
2024-08-28 12:15     ` Anders Blomdell
2024-08-29  0:04       ` Dave Chinner

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).