Linux-XFS Archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
@ 2024-03-26  9:58 Chandan Babu R
  2024-03-26 11:10 ` Andrey Albershteyn
  0 siblings, 1 reply; 5+ messages in thread
From: Chandan Babu R @ 2024-03-26  9:58 UTC (permalink / raw
  To: chandanbabu
  Cc: dchinner, djwong, hch, linux-fsdevel, linux-xfs, mark.tinguely

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:

f2e812c1522d xfs: don't use current->journal_info

2 new commits:

Dave Chinner (2):
      [15922f5dbf51] xfs: allow sunit mount option to repair bad primary sb stripe values
      [f2e812c1522d] xfs: don't use current->journal_info

Code Diffstat:

 fs/xfs/libxfs/xfs_sb.c | 40 +++++++++++++++++++++++++++--------
 fs/xfs/libxfs/xfs_sb.h |  5 +++--
 fs/xfs/scrub/common.c  |  4 +---
 fs/xfs/xfs_aops.c      |  7 ------
 fs/xfs/xfs_icache.c    |  8 ++++---
 fs/xfs/xfs_trans.h     |  9 +-------
 6 files changed, 41 insertions(+), 32 deletions(-)

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

* Re: [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
  2024-03-26  9:58 [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d Chandan Babu R
@ 2024-03-26 11:10 ` Andrey Albershteyn
  2024-03-26 11:14   ` Andrey Albershteyn
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Albershteyn @ 2024-03-26 11:10 UTC (permalink / raw
  To: Chandan Babu R
  Cc: dchinner, djwong, hch, linux-fsdevel, linux-xfs, mark.tinguely

On 2024-03-26 15:28:01, 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:
> 
> f2e812c1522d xfs: don't use current->journal_info
> 
> 2 new commits:
> 
> Dave Chinner (2):
>       [15922f5dbf51] xfs: allow sunit mount option to repair bad primary sb stripe values
>       [f2e812c1522d] xfs: don't use current->journal_info
> 
> Code Diffstat:
> 
>  fs/xfs/libxfs/xfs_sb.c | 40 +++++++++++++++++++++++++++--------
>  fs/xfs/libxfs/xfs_sb.h |  5 +++--
>  fs/xfs/scrub/common.c  |  4 +---
>  fs/xfs/xfs_aops.c      |  7 ------
>  fs/xfs/xfs_icache.c    |  8 ++++---
>  fs/xfs/xfs_trans.h     |  9 +-------
>  6 files changed, 41 insertions(+), 32 deletions(-)
> 

I think [1] is missing

[1]: https://lore.kernel.org/linux-xfs/20240314170700.352845-3-aalbersh@redhat.com/

-- 
- Andrey


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

* Re: [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
  2024-03-26 11:10 ` Andrey Albershteyn
@ 2024-03-26 11:14   ` Andrey Albershteyn
  2024-03-26 13:12     ` Chandan Babu R
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Albershteyn @ 2024-03-26 11:14 UTC (permalink / raw
  To: Chandan Babu R
  Cc: dchinner, djwong, hch, linux-fsdevel, linux-xfs, mark.tinguely

On 2024-03-26 12:10:53, Andrey Albershteyn wrote:
> On 2024-03-26 15:28:01, 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:
> > 
> > f2e812c1522d xfs: don't use current->journal_info
> > 
> > 2 new commits:
> > 
> > Dave Chinner (2):
> >       [15922f5dbf51] xfs: allow sunit mount option to repair bad primary sb stripe values
> >       [f2e812c1522d] xfs: don't use current->journal_info
> > 
> > Code Diffstat:
> > 
> >  fs/xfs/libxfs/xfs_sb.c | 40 +++++++++++++++++++++++++++--------
> >  fs/xfs/libxfs/xfs_sb.h |  5 +++--
> >  fs/xfs/scrub/common.c  |  4 +---
> >  fs/xfs/xfs_aops.c      |  7 ------
> >  fs/xfs/xfs_icache.c    |  8 ++++---
> >  fs/xfs/xfs_trans.h     |  9 +-------
> >  6 files changed, 41 insertions(+), 32 deletions(-)
> > 
> 
> I think [1] is missing
> 
> [1]: https://lore.kernel.org/linux-xfs/20240314170700.352845-3-aalbersh@redhat.com/

Should I resend it?

-- 
- Andrey


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

* Re: [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
  2024-03-26 11:14   ` Andrey Albershteyn
@ 2024-03-26 13:12     ` Chandan Babu R
  2024-03-26 15:10       ` Andrey Albershteyn
  0 siblings, 1 reply; 5+ messages in thread
From: Chandan Babu R @ 2024-03-26 13:12 UTC (permalink / raw
  To: Andrey Albershteyn
  Cc: dchinner, djwong, hch, linux-fsdevel, linux-xfs, mark.tinguely

On Tue, Mar 26, 2024 at 12:14:07 PM +0100, Andrey Albershteyn wrote:
> On 2024-03-26 12:10:53, Andrey Albershteyn wrote:
>> On 2024-03-26 15:28:01, 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:
>> > 
>> > f2e812c1522d xfs: don't use current->journal_info
>> > 
>> > 2 new commits:
>> > 
>> > Dave Chinner (2):
>> >       [15922f5dbf51] xfs: allow sunit mount option to repair bad primary sb stripe values
>> >       [f2e812c1522d] xfs: don't use current->journal_info
>> > 
>> > Code Diffstat:
>> > 
>> >  fs/xfs/libxfs/xfs_sb.c | 40 +++++++++++++++++++++++++++--------
>> >  fs/xfs/libxfs/xfs_sb.h |  5 +++--
>> >  fs/xfs/scrub/common.c  |  4 +---
>> >  fs/xfs/xfs_aops.c      |  7 ------
>> >  fs/xfs/xfs_icache.c    |  8 ++++---
>> >  fs/xfs/xfs_trans.h     |  9 +-------
>> >  6 files changed, 41 insertions(+), 32 deletions(-)
>> > 
>> 
>> I think [1] is missing
>> 
>> [1]: https://lore.kernel.org/linux-xfs/20240314170700.352845-3-aalbersh@redhat.com/

I am sorry to have missed that patch.

>
> Should I resend it?

You don't have to resend it.

I will include the above patch in 6.9-rc3 fixes queue.

-- 
Chandan

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

* Re: [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
  2024-03-26 13:12     ` Chandan Babu R
@ 2024-03-26 15:10       ` Andrey Albershteyn
  0 siblings, 0 replies; 5+ messages in thread
From: Andrey Albershteyn @ 2024-03-26 15:10 UTC (permalink / raw
  To: Chandan Babu R
  Cc: dchinner, djwong, hch, linux-fsdevel, linux-xfs, mark.tinguely

On 2024-03-26 18:42:47, Chandan Babu R wrote:
> On Tue, Mar 26, 2024 at 12:14:07 PM +0100, Andrey Albershteyn wrote:
> > On 2024-03-26 12:10:53, Andrey Albershteyn wrote:
> >> On 2024-03-26 15:28:01, 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:
> >> > 
> >> > f2e812c1522d xfs: don't use current->journal_info
> >> > 
> >> > 2 new commits:
> >> > 
> >> > Dave Chinner (2):
> >> >       [15922f5dbf51] xfs: allow sunit mount option to repair bad primary sb stripe values
> >> >       [f2e812c1522d] xfs: don't use current->journal_info
> >> > 
> >> > Code Diffstat:
> >> > 
> >> >  fs/xfs/libxfs/xfs_sb.c | 40 +++++++++++++++++++++++++++--------
> >> >  fs/xfs/libxfs/xfs_sb.h |  5 +++--
> >> >  fs/xfs/scrub/common.c  |  4 +---
> >> >  fs/xfs/xfs_aops.c      |  7 ------
> >> >  fs/xfs/xfs_icache.c    |  8 ++++---
> >> >  fs/xfs/xfs_trans.h     |  9 +-------
> >> >  6 files changed, 41 insertions(+), 32 deletions(-)
> >> > 
> >> 
> >> I think [1] is missing
> >> 
> >> [1]: https://lore.kernel.org/linux-xfs/20240314170700.352845-3-aalbersh@redhat.com/
> 
> I am sorry to have missed that patch.
> 
> >
> > Should I resend it?
> 
> You don't have to resend it.
> 
> I will include the above patch in 6.9-rc3 fixes queue.
> 
> -- 
> Chandan
> 

Thanks!

-- 
- Andrey


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

end of thread, other threads:[~2024-03-26 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26  9:58 [ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d Chandan Babu R
2024-03-26 11:10 ` Andrey Albershteyn
2024-03-26 11:14   ` Andrey Albershteyn
2024-03-26 13:12     ` Chandan Babu R
2024-03-26 15:10       ` Andrey Albershteyn

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 read-only IMAP folder(s) and NNTP newsgroup(s).