All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23
@ 2017-01-04  5:47 Darrick J. Wong
  2017-01-04  6:11 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2017-01-04  5:47 UTC (permalink / raw)
  To: xfs

Hi folks,

The xfs-4.10-misc-fixes-5 branch of the xfs-linux repository at:

	git://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.

I intend to send these four bugfixes to Linus later this week, but
thought I'd run it by the list first to see if anyone spots anything
obviously broken.

The new head of the xfs-4.10-misc-fixes-5 branch is commit:

ff97f23 xfs: fix max_retries _show and _store functions

New Commits:

Carlos Maiolino (1):
      [ff97f23] xfs: fix max_retries _show and _store functions

Christoph Hellwig (1):
      [a1b7a4d] xfs: fix crash and data corruption due to removal of busy COW extents

Darrick J. Wong (3):
      [7a21272] xfs: fix double-cleanup when CUI recovery fails
      [20e73b0] xfs: use the actual AG length when reserving blocks
      [721a0ed] xfs: update MAINTAINERS


Code Diffstat:

 MAINTAINERS                        |  4 ++--
 fs/xfs/libxfs/xfs_ag_resv.c        |  3 +++
 fs/xfs/libxfs/xfs_refcount_btree.c |  9 ++++++---
 fs/xfs/libxfs/xfs_refcount_btree.h |  3 ++-
 fs/xfs/libxfs/xfs_rmap_btree.c     | 14 +++++++-------
 fs/xfs/libxfs/xfs_rmap_btree.h     |  3 ++-
 fs/xfs/xfs_fsops.c                 | 14 ++++++++++++++
 fs/xfs/xfs_icache.c                |  3 ++-
 fs/xfs/xfs_refcount_item.c         |  3 ++-
 fs/xfs/xfs_sysfs.c                 |  4 ++--
 10 files changed, 42 insertions(+), 18 deletions(-)

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

* Re: [ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23
  2017-01-04  5:47 [ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23 Darrick J. Wong
@ 2017-01-04  6:11 ` Christoph Hellwig
  2017-01-04  6:35   ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2017-01-04  6:11 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: xfs

On Tue, Jan 03, 2017 at 09:47:21PM -0800, Darrick J. Wong wrote:
> 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.
> 
> I intend to send these four bugfixes to Linus later this week, but
> thought I'd run it by the list first to see if anyone spots anything
> obviously broken.

I'd really like to get the minleft fixes reviewed and to Linus:

http://www.spinics.net/lists/linux-xfs/msg03036.html

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

* Re: [ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23
  2017-01-04  6:11 ` Christoph Hellwig
@ 2017-01-04  6:35   ` Darrick J. Wong
  2017-01-04  6:38     ` Eryu Guan
  0 siblings, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2017-01-04  6:35 UTC (permalink / raw)
  To: Christoph Hellwig, f; +Cc: xfs

On Tue, Jan 03, 2017 at 10:11:41PM -0800, Christoph Hellwig wrote:
> On Tue, Jan 03, 2017 at 09:47:21PM -0800, Darrick J. Wong wrote:
> > 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.
> > 
> > I intend to send these four bugfixes to Linus later this week, but
> > thought I'd run it by the list first to see if anyone spots anything
> > obviously broken.
> 
> I'd really like to get the minleft fixes reviewed and to Linus:
> 
> http://www.spinics.net/lists/linux-xfs/msg03036.html

I was wondering if Eryu ever tried his reproducer with this series
applied?  Also, in reminding myself what went on during the v1 review
thread I also started having a few questions... (see list)

--D

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

* Re: [ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23
  2017-01-04  6:35   ` Darrick J. Wong
@ 2017-01-04  6:38     ` Eryu Guan
  0 siblings, 0 replies; 4+ messages in thread
From: Eryu Guan @ 2017-01-04  6:38 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: Christoph Hellwig, f, xfs

On Tue, Jan 03, 2017 at 10:35:15PM -0800, Darrick J. Wong wrote:
> On Tue, Jan 03, 2017 at 10:11:41PM -0800, Christoph Hellwig wrote:
> > On Tue, Jan 03, 2017 at 09:47:21PM -0800, Darrick J. Wong wrote:
> > > 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.
> > > 
> > > I intend to send these four bugfixes to Linus later this week, but
> > > thought I'd run it by the list first to see if anyone spots anything
> > > obviously broken.
> > 
> > I'd really like to get the minleft fixes reviewed and to Linus:
> > 
> > http://www.spinics.net/lists/linux-xfs/msg03036.html
> 
> I was wondering if Eryu ever tried his reproducer with this series
> applied?  Also, in reminding myself what went on during the v1 review

Not yet, I'll start building & testing them now (based on 4.10-rc2).

Thanks,
Eryu

> thread I also started having a few questions... (see list)
> 
> --D
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-01-04  6:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04  5:47 [ANNOUNCE] xfs-linux: xfs-4.10-misc-fixes-5 updated to ff97f23 Darrick J. Wong
2017-01-04  6:11 ` Christoph Hellwig
2017-01-04  6:35   ` Darrick J. Wong
2017-01-04  6:38     ` Eryu Guan

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.