All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs: for-next branch has been updated to dc256418235a
@ 2022-09-19  2:01 Dave Chinner
  2022-09-19  2:06 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Chinner @ 2022-09-19  2:01 UTC (permalink / raw)
  To: linux-xfs

Hi folks,

I've just updated the mast branch to v6.0-rc6 and the for-next
branch with some of the outstanding changes posted and reviewed in
the last few weeks. This is a relatively small update - I've been
largely out of action for the past 3 weeks so this update is just
trying to catch up on the small stuff that has been happening
recently.

It's likely I've missed stuff, so don't be afraid to resend anything
you think I should have picke dup but didn't. Note  I haven't even
considered any of major patchsets anyone (including myself) have
proposed so far this cycle. It's unlikely at this point that
anything other than small changes will make this cycle as a result. 

-Dave.

----------------------------------------------------------------

Current head commit: dc256418235a8355fbdf83b90048d8704b8d1654:

  xfs: do not need to check return value of xlog_kvmalloc() (2022-09-19 06:55:14 +1000)

----------------------------------------------------------------
Christian Brauner (1):
      xfs: port to vfs{g,u}id_t and associated helpers

Gaosheng Cui (1):
      xfs: remove xfs_setattr_time() declaration

Zeng Heng (7):
      xfs: remove the redundant word in comment
      xfs: remove redundant else for clean code
      xfs: clean up "%Ld/%Lu" which doesn't meet C standard
      xfs: replace unnecessary seq_printf with seq_puts
      xfs: simplify if-else condition in xfs_validate_new_dalign
      xfs: simplify if-else condition in xfs_reflink_trim_around_shared
      xfs: missing space in xfs trace log

Zhiqiang Liu (1):
      xfs: do not need to check return value of xlog_kvmalloc()

ye xingchen (1):
      xfs: Remove the unneeded result variable

 fs/xfs/libxfs/xfs_bmap.c        |  2 +-
 fs/xfs/libxfs/xfs_dir2_sf.c     |  4 +---
 fs/xfs/libxfs/xfs_inode_fork.c  |  4 ++--
 fs/xfs/xfs_attr_item.c          |  6 ------
 fs/xfs/xfs_inode.c              | 13 ++++++-------
 fs/xfs/xfs_inode_item.c         |  2 +-
 fs/xfs/xfs_inode_item_recover.c |  4 ++--
 fs/xfs/xfs_iops.c               |  6 ++++--
 fs/xfs/xfs_iops.h               |  1 -
 fs/xfs/xfs_itable.c             |  8 ++++++--
 fs/xfs/xfs_log.c                | 10 +++++-----
 fs/xfs/xfs_mount.c              | 38 ++++++++++++++++++++------------------
 fs/xfs/xfs_reflink.c            | 22 ++++++++++++----------
 fs/xfs/xfs_stats.c              |  4 ++--
 fs/xfs/xfs_trace.h              |  4 ++--
 15 files changed, 64 insertions(+), 64 deletions(-)

-- 
Dave Chinner
david@fromorbit.com

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

* Re: [ANNOUNCE] xfs: for-next branch has been updated to dc256418235a
  2022-09-19  2:01 [ANNOUNCE] xfs: for-next branch has been updated to dc256418235a Dave Chinner
@ 2022-09-19  2:06 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2022-09-19  2:06 UTC (permalink / raw)
  To: Dave Chinner; +Cc: linux-xfs

On Mon, Sep 19, 2022 at 12:01:38PM +1000, Dave Chinner wrote:
> Hi folks,
> 
> I've just updated the mast branch to v6.0-rc6 and the for-next
> branch with some of the outstanding changes posted and reviewed in
> the last few weeks. This is a relatively small update - I've been
> largely out of action for the past 3 weeks so this update is just
> trying to catch up on the small stuff that has been happening
> recently.
> 
> It's likely I've missed stuff, so don't be afraid to resend anything
> you think I should have picke dup but didn't. Note  I haven't even
> considered any of major patchsets anyone (including myself) have
> proposed so far this cycle. It's unlikely at this point that
> anything other than small changes will make this cycle as a result.

Could you pick up "xfs: on memory failure, only shut down fs after
scanning all mappings", please?  The code fixed in the patch was added
for 6.0-rc1 so it'd be nice to get it merged before 6.0 releases:

https://lore.kernel.org/linux-xfs/Yv5wIa2crHioYeRr@magnolia/

I probably should've slapped a:

Fixes: 6f643c57d57c ("xfs: implement ->notify_failure() for XFS")

on it too. :/

--D

> 
> -Dave.
> 
> ----------------------------------------------------------------
> 
> Current head commit: dc256418235a8355fbdf83b90048d8704b8d1654:
> 
>   xfs: do not need to check return value of xlog_kvmalloc() (2022-09-19 06:55:14 +1000)
> 
> ----------------------------------------------------------------
> Christian Brauner (1):
>       xfs: port to vfs{g,u}id_t and associated helpers
> 
> Gaosheng Cui (1):
>       xfs: remove xfs_setattr_time() declaration
> 
> Zeng Heng (7):
>       xfs: remove the redundant word in comment
>       xfs: remove redundant else for clean code
>       xfs: clean up "%Ld/%Lu" which doesn't meet C standard
>       xfs: replace unnecessary seq_printf with seq_puts
>       xfs: simplify if-else condition in xfs_validate_new_dalign
>       xfs: simplify if-else condition in xfs_reflink_trim_around_shared
>       xfs: missing space in xfs trace log
> 
> Zhiqiang Liu (1):
>       xfs: do not need to check return value of xlog_kvmalloc()
> 
> ye xingchen (1):
>       xfs: Remove the unneeded result variable
> 
>  fs/xfs/libxfs/xfs_bmap.c        |  2 +-
>  fs/xfs/libxfs/xfs_dir2_sf.c     |  4 +---
>  fs/xfs/libxfs/xfs_inode_fork.c  |  4 ++--
>  fs/xfs/xfs_attr_item.c          |  6 ------
>  fs/xfs/xfs_inode.c              | 13 ++++++-------
>  fs/xfs/xfs_inode_item.c         |  2 +-
>  fs/xfs/xfs_inode_item_recover.c |  4 ++--
>  fs/xfs/xfs_iops.c               |  6 ++++--
>  fs/xfs/xfs_iops.h               |  1 -
>  fs/xfs/xfs_itable.c             |  8 ++++++--
>  fs/xfs/xfs_log.c                | 10 +++++-----
>  fs/xfs/xfs_mount.c              | 38 ++++++++++++++++++++------------------
>  fs/xfs/xfs_reflink.c            | 22 ++++++++++++----------
>  fs/xfs/xfs_stats.c              |  4 ++--
>  fs/xfs/xfs_trace.h              |  4 ++--
>  15 files changed, 64 insertions(+), 64 deletions(-)
> 
> -- 
> Dave Chinner
> david@fromorbit.com

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

end of thread, other threads:[~2022-09-19  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19  2:01 [ANNOUNCE] xfs: for-next branch has been updated to dc256418235a Dave Chinner
2022-09-19  2:06 ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.