All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: for-next updated to 508578f2f560
@ 2020-05-14 16:43 Darrick J. Wong
  0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2020-05-14 16:43 UTC (permalink / raw)
  To: xfs

Hi folks,

The for-next 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'm pretty sure there's at least the ifork cleanup
series from Christoph that I haven't gotten around to testing. :(

The new head of the for-next branch is commit:

508578f2f560 xfs: Use the correct style for SPDX License Identifier

New Commits:

Arnd Bergmann (1):
      [166405f6b53b] xfs: stop CONFIG_XFS_DEBUG from changing compiler flags

Brian Foster (18):
      [cb6ad0993eb8] xfs: refactor failed buffer resubmission into xfsaild
      [54b3b1f619ef] xfs: factor out buffer I/O failure code
      [f20192991d79] xfs: simplify inode flush error handling
      [15fab3b9be22] xfs: remove unnecessary shutdown check from xfs_iflush()
      [b6983e80b03b] xfs: reset buffer write failure state on successful completion
      [f9bccfcc3b59] xfs: refactor ratelimited buffer error messages into helper
      [61948b6fb276] xfs: ratelimit unmount time per-buffer I/O error alert
      [629dcb38dc35] xfs: fix duplicate verification from xfs_qm_dqflush()
      [b707fffda6a3] xfs: abort consistently on dquot flush failure
      [849274c103ae] xfs: acquire ->ail_lock from xfs_trans_ail_delete()
      [655879290c28] xfs: use delete helper for items expected to be in AIL
      [6af0479d8b6b] xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
      [2b3cf09356d5] xfs: combine xfs_trans_ail_[remove|delete]()
      [88fc187984c9] xfs: remove unused iflush stale parameter
      [7376d7454734] xfs: random buffer write failure errortag
      [28d84620797e] xfs: remove unused shutdown types
      [c199507993ed] xfs: remove unused iget_flags param from xfs_imap_to_bp()
      [43dc0aa84ef7] xfs: fix unused variable warning in buffer completion on !DEBUG

Chen Zhou (1):
      [3d60548b216b] xfs: remove duplicate headers

Christoph Hellwig (16):
      [e968350aadf3] xfs: refactor the buffer cancellation table helpers
      [5ce70b770d16] xfs: rename inode_list xlog_recover_reorder_trans
      [7d4894b4ce07] xfs: factor out a xlog_buf_readahead helper
      [f15ab3f60ef3] xfs: simplify xlog_recover_inode_ra_pass2
      [98b69b1285be] xfs: refactor xlog_recover_buffer_pass1
      [82ff450b2d93] xfs: remove the xfs_efi_log_item_t typedef
      [c84e819090f3] xfs: remove the xfs_efd_log_item_t typedef
      [fd9cbe512151] xfs: remove the xfs_inode_log_item_t typedef
      [e046e949486e] xfs: factor out a xfs_defer_create_intent helper
      [c1f09188e8de] xfs: merge the ->log_item defer op into ->create_intent
      [d367a868e46b] xfs: merge the ->diff_items defer op into ->create_intent
      [13a833333907] xfs: turn dfp_intent into a xfs_log_item
      [bb47d79750f1] xfs: refactor xfs_defer_finish_noroll
      [f09d167c2033] xfs: turn dfp_done into a xfs_log_item
      [3ec1b26c04d4] xfs: use a xfs_btree_cur for the ->finish_cleanup state
      [2f88f1efd02d] xfs: spell out the parameter name for ->cancel_item

Darrick J. Wong (27):
      [0d2d35a33ea7] xfs: report unrecognized log item type codes during recovery
      [8bc3b5e4b70d] xfs: clean up the error handling in xfs_swap_extents
      [35f4521fd3a0] xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item
      [86ffa471d9ce] xfs: refactor log recovery item sorting into a generic dispatch structure
      [8ea5682d0711] xfs: refactor log recovery item dispatch for pass2 readhead functions
      [3304a4fabd09] xfs: refactor log recovery item dispatch for pass1 commit functions
      [1094d3f12363] xfs: refactor log recovery buffer item dispatch for pass2 commit functions
      [658fa68b6f34] xfs: refactor log recovery inode item dispatch for pass2 commit functions
      [fcbdf91e0c9f] xfs: refactor log recovery dquot item dispatch for pass2 commit functions
      [3ec6efa703cf] xfs: refactor log recovery icreate item dispatch for pass2 commit functions
      [9817aa80dcdc] xfs: refactor log recovery EFI item dispatch for pass2 commit functions
      [07590a9d38b8] xfs: refactor log recovery RUI item dispatch for pass2 commit functions
      [9b4467e98340] xfs: refactor log recovery CUI item dispatch for pass2 commit functions
      [3c6ba3cf90c7] xfs: refactor log recovery BUI item dispatch for pass2 commit functions
      [2565a11b224b] xfs: remove log recovery quotaoff item dispatch for pass2 commit functions
      [10d0c6e06fc8] xfs: refactor recovered EFI log item playback
      [cba0ccac28a7] xfs: refactor recovered RUI log item playback
      [c57ed2f5a2ff] xfs: refactor recovered CUI log item playback
      [9329ba89cbb1] xfs: refactor recovered BUI log item playback
      [bba7b1644a25] xfs: refactor xlog_item_is_intent now that we're done converting
      [154c733a33d9] xfs: refactor releasing finished intents during log recovery
      [86a371741386] xfs: refactor adding recovered intent items to the log
      [889eb55dd68f] xfs: refactor intent item RECOVERED flag into the log item
      [96b60f826713] xfs: refactor intent item iop_recover calls
      [cc560a5a9540] xfs: hoist setting of XFS_LI_RECOVERED to caller
      [17d29bf271ea] xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
      [6ea670ade207] xfs: remove unnecessary includes from xfs_log_recover.c

Eric Sandeen (1):
      [ec43f6da31f1] xfs: define printk_once variants for xfs messages

Gustavo A. R. Silva (1):
      [ee4064e56cd8] xfs: Replace zero-length array with flexible-array

Ira Weiny (5):
      [d45344d6c49c] fs/xfs: Remove unnecessary initialization of i_rwsem
      [606723d98293] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
      [8d6c3446ec23] fs/xfs: Make DAX mount option a tri-state
      [32dbc5655f1c] fs/xfs: Create function xfs_inode_should_enable_dax()
      [840d493dff1a] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()

Kaixu Xia (7):
      [c140735bbb65] xfs: trace quota allocations for all quota types
      [d51bafe0d227] xfs: combine two if statements with same condition
      [fb353ff19d34] xfs: reserve quota inode transaction space only when needed
      [ea1c90403d5d] xfs: remove unnecessary variable udqp from xfs_ioctl_setattr
      [7994aae8516a] xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach
      [cd59455980f9] xfs: simplify the flags setting in xfs_qm_scall_quotaon
      [57fd2d8f61a2] xfs: remove unnecessary check of the variable resblks in xfs_symlink

Nishad Kamdar (1):
      [508578f2f560] xfs: Use the correct style for SPDX License Identifier

Zheng Bin (1):
      [237aac4624aa] xfs: ensure f_bfree returned by statfs() is non-negative


Code Diffstat:

 fs/xfs/Makefile                 |    5 +-
 fs/xfs/kmem.h                   |    2 +-
 fs/xfs/libxfs/xfs_ag_resv.h     |    2 +-
 fs/xfs/libxfs/xfs_alloc.h       |    2 +-
 fs/xfs/libxfs/xfs_alloc_btree.h |    2 +-
 fs/xfs/libxfs/xfs_attr.h        |    2 +-
 fs/xfs/libxfs/xfs_attr_leaf.h   |    2 +-
 fs/xfs/libxfs/xfs_attr_remote.h |    2 +-
 fs/xfs/libxfs/xfs_attr_sf.h     |    2 +-
 fs/xfs/libxfs/xfs_bit.h         |    2 +-
 fs/xfs/libxfs/xfs_bmap.h        |    2 +-
 fs/xfs/libxfs/xfs_bmap_btree.h  |    2 +-
 fs/xfs/libxfs/xfs_btree.h       |    2 +-
 fs/xfs/libxfs/xfs_da_btree.h    |    2 +-
 fs/xfs/libxfs/xfs_da_format.h   |    2 +-
 fs/xfs/libxfs/xfs_defer.c       |  152 +--
 fs/xfs/libxfs/xfs_defer.h       |   26 +-
 fs/xfs/libxfs/xfs_dir2.h        |    2 +-
 fs/xfs/libxfs/xfs_dir2_priv.h   |    2 +-
 fs/xfs/libxfs/xfs_errortag.h    |    6 +-
 fs/xfs/libxfs/xfs_format.h      |    4 +-
 fs/xfs/libxfs/xfs_fs.h          |    2 +-
 fs/xfs/libxfs/xfs_health.h      |    2 +-
 fs/xfs/libxfs/xfs_inode_buf.c   |   12 +-
 fs/xfs/libxfs/xfs_inode_buf.h   |    2 +-
 fs/xfs/libxfs/xfs_inode_fork.c  |    2 +-
 fs/xfs/libxfs/xfs_log_recover.h |   83 +-
 fs/xfs/libxfs/xfs_trans_inode.c |    2 +-
 fs/xfs/scrub/ialloc.c           |    3 +-
 fs/xfs/xfs_bmap_item.c          |  237 +++-
 fs/xfs/xfs_bmap_item.h          |   11 -
 fs/xfs/xfs_bmap_util.c          |    2 +-
 fs/xfs/xfs_buf.c                |   70 +-
 fs/xfs/xfs_buf.h                |    2 +
 fs/xfs/xfs_buf_item.c           |  106 +-
 fs/xfs/xfs_buf_item.h           |    2 -
 fs/xfs/xfs_buf_item_recover.c   |  984 ++++++++++++++
 fs/xfs/xfs_dquot.c              |   47 +-
 fs/xfs/xfs_dquot_item.c         |   17 +-
 fs/xfs/xfs_dquot_item_recover.c |  201 +++
 fs/xfs/xfs_error.c              |    3 +
 fs/xfs/xfs_extfree_item.c       |  216 ++-
 fs/xfs/xfs_extfree_item.h       |   25 +-
 fs/xfs/xfs_fsops.c              |    5 +-
 fs/xfs/xfs_icache.c             |    6 +-
 fs/xfs/xfs_icreate_item.c       |  152 +++
 fs/xfs/xfs_inode.c              |  143 +-
 fs/xfs/xfs_inode.h              |    1 +
 fs/xfs/xfs_inode_item.c         |   28 +-
 fs/xfs/xfs_inode_item.h         |    6 +-
 fs/xfs/xfs_inode_item_recover.c |  400 ++++++
 fs/xfs/xfs_ioctl.c              |   40 +-
 fs/xfs/xfs_iops.c               |   77 +-
 fs/xfs/xfs_log_recover.c        | 2801 ++++-----------------------------------
 fs/xfs/xfs_message.c            |   22 +
 fs/xfs/xfs_message.h            |   24 +-
 fs/xfs/xfs_mount.c              |    7 +-
 fs/xfs/xfs_mount.h              |    6 +-
 fs/xfs/xfs_pnfs.c               |    5 +-
 fs/xfs/xfs_qm.c                 |    7 +-
 fs/xfs/xfs_qm_syscalls.c        |    6 +-
 fs/xfs/xfs_refcount_item.c      |  252 ++--
 fs/xfs/xfs_refcount_item.h      |   11 -
 fs/xfs/xfs_rmap_item.c          |  229 ++--
 fs/xfs/xfs_rmap_item.h          |   13 -
 fs/xfs/xfs_super.c              |   51 +-
 fs/xfs/xfs_symlink.c            |    6 +-
 fs/xfs/xfs_trans.h              |    6 +-
 fs/xfs/xfs_trans_ail.c          |   79 +-
 fs/xfs/xfs_trans_priv.h         |   21 +-
 fs/xfs/xfs_xattr.c              |    1 -
 71 files changed, 3211 insertions(+), 3450 deletions(-)
 create mode 100644 fs/xfs/xfs_buf_item_recover.c
 create mode 100644 fs/xfs/xfs_dquot_item_recover.c
 create mode 100644 fs/xfs/xfs_inode_item_recover.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-14 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 16:43 [ANNOUNCE] xfs-linux: for-next updated to 508578f2f560 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.