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@xxxxxxxxxxxxx
> _______________________________________________
> xfs mailing list
> xfs@xxxxxxxxxxx
> http://oss.sgi.com/mailman/listinfo/xfs
|