All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfs-linux: for-next rebased to ef8385128d4b
@ 2020-05-19 16:59 Darrick J. Wong
  0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2020-05-19 16:59 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.  Brian pointed out that I'd picked up the wrong version
of the attr3 leaf count patch, so I'm rebasing to grab that.

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

ef8385128d4b xfs: cleanup xfs_idestroy_fork

New Commits:

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

Brian Foster (19):
      [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
      [f28cef9e4dac] xfs: don't fail verifier on empty attr3 leaf block

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

Christoph Hellwig (33):
      [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
      [b90c2a9c8b44] xfs: xfs_bmapi_read doesn't take a fork id as the last argument
      [cb7d58594412] xfs: call xfs_iformat_fork from xfs_inode_from_disk
      [9229d18e801b] xfs: split xfs_iformat_fork
      [0bce8173fdcf] xfs: handle unallocated inodes in xfs_inode_from_disk
      [2d6051d49653] xfs: call xfs_dinode_verify from xfs_inode_from_disk
      [7f0290123506] xfs: don't reset i_delayed_blks in xfs_iread
      [bb8a66af4fff] xfs: remove xfs_iread
      [1934c8bd81be] xfs: remove xfs_ifork_ops
      [7c7ba2186305] xfs: refactor xfs_inode_verify_forks
      [0f45a1b20cd8] xfs: improve local fork verification
      [1a1c57b2826f] xfs: remove the special COW fork handling in xfs_bmapi_read
      [4b516ff4e772] xfs: remove the NULL fork handling in xfs_bmapi_read
      [09c38edd54c1] xfs: remove the XFS_DFORK_Q macro
      [b2c20045b67b] xfs: remove xfs_ifree_local_data
      [daf83964a368] xfs: move the per-fork nextents fields into struct xfs_ifork
      [f7e67b20ecbb] xfs: move the fork format fields into struct xfs_ifork
      [ef8385128d4b] xfs: cleanup xfs_idestroy_fork

Darrick J. Wong (30):
      [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
      [78bba5c812cc] xfs: use ordered buffers to initialize dquot buffers during quotacheck
      [765d3c393c22] xfs: don't allow SWAPEXT if we'd screw up quota accounting
      [5fd68bdb5a87] xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q

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 (8):
      [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
      [14506f7a91d8] xfs: fix the warning message in xfs_validate_sb_common()

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:

 .../filesystems/xfs-self-describing-metadata.txt   |   10 +-
 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.c                           |   16 +-
 fs/xfs/libxfs/xfs_attr.h                           |    2 +-
 fs/xfs/libxfs/xfs_attr_leaf.c                      |   57 +-
 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.c                           |  281 +--
 fs/xfs/libxfs/xfs_bmap.h                           |    2 +-
 fs/xfs/libxfs/xfs_bmap_btree.c                     |    5 +-
 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                          |  162 +-
 fs/xfs/libxfs/xfs_defer.h                          |   26 +-
 fs/xfs/libxfs/xfs_dir2.c                           |    8 +-
 fs/xfs/libxfs/xfs_dir2.h                           |    2 +-
 fs/xfs/libxfs/xfs_dir2_block.c                     |    2 +-
 fs/xfs/libxfs/xfs_dir2_priv.h                      |    2 +-
 fs/xfs/libxfs/xfs_dir2_sf.c                        |   13 +-
 fs/xfs/libxfs/xfs_errortag.h                       |    6 +-
 fs/xfs/libxfs/xfs_format.h                         |    9 +-
 fs/xfs/libxfs/xfs_fs.h                             |    2 +-
 fs/xfs/libxfs/xfs_health.h                         |    2 +-
 fs/xfs/libxfs/xfs_inode_buf.c                      |  186 +-
 fs/xfs/libxfs/xfs_inode_buf.h                      |   10 +-
 fs/xfs/libxfs/xfs_inode_fork.c                     |  320 ++-
 fs/xfs/libxfs/xfs_inode_fork.h                     |   68 +-
 fs/xfs/libxfs/xfs_log_recover.h                    |   83 +-
 fs/xfs/libxfs/xfs_rtbitmap.c                       |    2 +-
 fs/xfs/libxfs/xfs_sb.c                             |    2 +-
 fs/xfs/libxfs/xfs_symlink_remote.c                 |   14 +-
 fs/xfs/libxfs/xfs_trans_inode.c                    |    2 +-
 fs/xfs/scrub/bmap.c                                |   40 +-
 fs/xfs/scrub/dabtree.c                             |    2 +-
 fs/xfs/scrub/dir.c                                 |    7 +-
 fs/xfs/scrub/ialloc.c                              |    3 +-
 fs/xfs/scrub/parent.c                              |    2 +-
 fs/xfs/xfs_aops.c                                  |    2 +-
 fs/xfs/xfs_attr_inactive.c                         |    9 +-
 fs/xfs/xfs_attr_list.c                             |    4 +-
 fs/xfs/xfs_bmap_item.c                             |  237 +-
 fs/xfs/xfs_bmap_item.h                             |   11 -
 fs/xfs/xfs_bmap_util.c                             |   79 +-
 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_dir2_readdir.c                          |    2 +-
 fs/xfs/xfs_dquot.c                                 |  103 +-
 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_file.c                                  |    2 +-
 fs/xfs/xfs_fsops.c                                 |    5 +-
 fs/xfs/xfs_icache.c                                |   58 +-
 fs/xfs/xfs_icreate_item.c                          |  152 ++
 fs/xfs/xfs_inode.c                                 |  263 +-
 fs/xfs/xfs_inode.h                                 |    6 +-
 fs/xfs/xfs_inode_item.c                            |   54 +-
 fs/xfs/xfs_inode_item.h                            |    6 +-
 fs/xfs/xfs_inode_item_recover.c                    |  394 +++
 fs/xfs/xfs_ioctl.c                                 |   65 +-
 fs/xfs/xfs_iomap.c                                 |    6 +-
 fs/xfs/xfs_iops.c                                  |   77 +-
 fs/xfs/xfs_itable.c                                |    6 +-
 fs/xfs/xfs_log_recover.c                           | 2561 ++------------------
 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                           |    8 +-
 fs/xfs/xfs_quotaops.c                              |    2 +-
 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                               |   10 +-
 fs/xfs/xfs_trace.h                                 |    4 +-
 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 -
 96 files changed, 3724 insertions(+), 4139 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-19 16:59 UTC | newest]

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