* [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
@ 2016-08-16 23:36 Dave Chinner
2016-08-17 0:33 ` Darrick J. Wong
0 siblings, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2016-08-16 23:36 UTC (permalink / raw)
To: xfs, linux-xfs
[-- Attachment #1.1: Type: text/plain, Size: 2323 bytes --]
Hi folks,
I've just updated the master branch of hte XFS kernel repository to
v4.8-rc2. If you have outstanding patches, can you check they apply
to this updated branch, and if not rebase your patches and resend
them?
I've also updated with the for-next branch with the fixes I intend
to send to Linus at the end of the week. This does not include
Christoph's delayed allocation rework - that still needs more testing
before merging. Full details of the commits merged are below.
-Dave.
The for-next branch of the xfs kernel repository at
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
has just been updated.
The new head of the for-next branch is commit:
d25ed4d Merge branch 'iomap-fixes-4.8-rc3' into for-next
New Commits:
Brian Foster (1):
[4dd3fd7] xfs: don't assert fail on non-async buffers on ioacct decrement
Christoph Hellwig (6):
[0af32fb] xfs: fix bogus space reservation in xfs_iomap_write_allocate
[97dd8c9] iomap: remove superflous mark_page_accessed from iomap_write_actor
[274c887] iomap: remove superflous pagefault_disable from iomap_write_actor
[f20ac7a] iomap: mark ->iomap_end as optional
[b95a212] xfs: simplify xfs_file_iomap_begin
[1d4795e] xfs: (re-)implement FIEMAP_FLAG_XATTR
Darrick J. Wong (1):
[f32866fd] xfs: store rmapbt block count in the AGF
Dave Chinner (4):
[8b2180b] xfs: don't invalidate whole file on DAX read/write
[8896b8f] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
[ac2dc05] iomap: prepare iomap_fiemap for attribute mappings
[d25ed4d] Merge branch 'iomap-fixes-4.8-rc3' into for-next
Code Diffstat:
fs/iomap.c | 21 ++++++++------
fs/xfs/libxfs/xfs_alloc.c | 1 +
fs/xfs/libxfs/xfs_format.h | 11 ++++++--
fs/xfs/libxfs/xfs_rmap_btree.c | 6 ++++
fs/xfs/xfs_buf.c | 1 -
fs/xfs/xfs_file.c | 13 ++++++++-
fs/xfs/xfs_fsops.c | 1 +
fs/xfs/xfs_iomap.c | 69 ++++++++++++++++++++++++++++++++++++---------
fs/xfs/xfs_iomap.h | 1 +
fs/xfs/xfs_iops.c | 9 +++++-
fs/xfs/xfs_trace.h | 1 -
11 files changed, 106 insertions(+), 28 deletions(-)
--
Dave Chinner
david@fromorbit.com
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
2016-08-16 23:36 [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d Dave Chinner
@ 2016-08-17 0:33 ` Darrick J. Wong
2016-08-17 1:10 ` Dave Chinner
0 siblings, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2016-08-17 0:33 UTC (permalink / raw)
To: Dave Chinner; +Cc: linux-xfs, xfs
On Wed, Aug 17, 2016 at 09:36:59AM +1000, Dave Chinner wrote:
> Hi folks,
>
> I've just updated the master branch of hte XFS kernel repository to
> v4.8-rc2. If you have outstanding patches, can you check they apply
> to this updated branch, and if not rebase your patches and resend
> them?
I think this is missing "xfs: remove OWN_AG rmap when allocating a block from
the AGFL", a.k.a. the fix for the generic/299 crash you were seeing.
--D
>
> I've also updated with the for-next branch with the fixes I intend
> to send to Linus at the end of the week. This does not include
> Christoph's delayed allocation rework - that still needs more testing
> before merging. Full details of the commits merged are below.
>
> -Dave.
>
> The for-next branch of the xfs kernel repository at
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
>
> has just been updated.
>
> The new head of the for-next branch is commit:
>
> d25ed4d Merge branch 'iomap-fixes-4.8-rc3' into for-next
>
> New Commits:
>
> Brian Foster (1):
> [4dd3fd7] xfs: don't assert fail on non-async buffers on ioacct decrement
>
> Christoph Hellwig (6):
> [0af32fb] xfs: fix bogus space reservation in xfs_iomap_write_allocate
> [97dd8c9] iomap: remove superflous mark_page_accessed from iomap_write_actor
> [274c887] iomap: remove superflous pagefault_disable from iomap_write_actor
> [f20ac7a] iomap: mark ->iomap_end as optional
> [b95a212] xfs: simplify xfs_file_iomap_begin
> [1d4795e] xfs: (re-)implement FIEMAP_FLAG_XATTR
>
> Darrick J. Wong (1):
> [f32866fd] xfs: store rmapbt block count in the AGF
>
> Dave Chinner (4):
> [8b2180b] xfs: don't invalidate whole file on DAX read/write
> [8896b8f] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
> [ac2dc05] iomap: prepare iomap_fiemap for attribute mappings
> [d25ed4d] Merge branch 'iomap-fixes-4.8-rc3' into for-next
>
>
> Code Diffstat:
>
> fs/iomap.c | 21 ++++++++------
> fs/xfs/libxfs/xfs_alloc.c | 1 +
> fs/xfs/libxfs/xfs_format.h | 11 ++++++--
> fs/xfs/libxfs/xfs_rmap_btree.c | 6 ++++
> fs/xfs/xfs_buf.c | 1 -
> fs/xfs/xfs_file.c | 13 ++++++++-
> fs/xfs/xfs_fsops.c | 1 +
> fs/xfs/xfs_iomap.c | 69 ++++++++++++++++++++++++++++++++++++---------
> fs/xfs/xfs_iomap.h | 1 +
> fs/xfs/xfs_iops.c | 9 +++++-
> fs/xfs/xfs_trace.h | 1 -
> 11 files changed, 106 insertions(+), 28 deletions(-)
> --
> Dave Chinner
> david@fromorbit.com
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
2016-08-17 0:33 ` Darrick J. Wong
@ 2016-08-17 1:10 ` Dave Chinner
2016-08-17 1:49 ` Dave Chinner
0 siblings, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2016-08-17 1:10 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: linux-xfs, xfs
On Tue, Aug 16, 2016 at 05:33:50PM -0700, Darrick J. Wong wrote:
> On Wed, Aug 17, 2016 at 09:36:59AM +1000, Dave Chinner wrote:
> > Hi folks,
> >
> > I've just updated the master branch of hte XFS kernel repository to
> > v4.8-rc2. If you have outstanding patches, can you check they apply
> > to this updated branch, and if not rebase your patches and resend
> > them?
>
> I think this is missing "xfs: remove OWN_AG rmap when allocating a block from
> the AGFL", a.k.a. the fix for the generic/299 crash you were seeing.
Oh, I might have merged one patch short. Thanks for the head's up.
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
2016-08-17 1:10 ` Dave Chinner
@ 2016-08-17 1:49 ` Dave Chinner
0 siblings, 0 replies; 4+ messages in thread
From: Dave Chinner @ 2016-08-17 1:49 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: linux-xfs, xfs
[-- Attachment #1.1: Type: text/plain, Size: 1079 bytes --]
On Wed, Aug 17, 2016 at 11:10:53AM +1000, Dave Chinner wrote:
> On Tue, Aug 16, 2016 at 05:33:50PM -0700, Darrick J. Wong wrote:
> > On Wed, Aug 17, 2016 at 09:36:59AM +1000, Dave Chinner wrote:
> > > Hi folks,
> > >
> > > I've just updated the master branch of hte XFS kernel repository to
> > > v4.8-rc2. If you have outstanding patches, can you check they apply
> > > to this updated branch, and if not rebase your patches and resend
> > > them?
> >
> > I think this is missing "xfs: remove OWN_AG rmap when allocating a block from
> > the AGFL", a.k.a. the fix for the generic/299 crash you were seeing.
>
> Oh, I might have merged one patch short. Thanks for the head's up.
Alright - I did merge one patch short. Fixed and force-pushed. Top
commit of the for-next branch should now be:
commit 32438cf9d54bd53b531f6d98814e84dd278360c1
Merge: a03f1a6 1d4795e
Author: Dave Chinner <david@fromorbit.com>
Date: Wed Aug 17 11:13:37 2016 +1000
Merge branch 'iomap-fixes-4.8-rc3' into for-next
-Dave.
--
Dave Chinner
david@fromorbit.com
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-17 1:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 23:36 [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d Dave Chinner
2016-08-17 0:33 ` Darrick J. Wong
2016-08-17 1:10 ` Dave Chinner
2016-08-17 1:49 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox