linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xfs: moar new code for 5.6
@ 2020-02-05 22:43 Darrick J. Wong
  2020-02-06  8:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2020-02-05 22:43 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Darrick J. Wong, linux-fsdevel, linux-xfs, david, linux-kernel,
	sandeen, hch

Hi Linus,

Please pull this second batch of new changes for 5.6-rc1.  This contains
the buffer error code refactoring I mentioned last week, now that it has
had extra time to complete the full xfs fuzz testing suite to make sure
there aren't any obvious new bugs.

This merges cleanly against upstream as of about 15 minutes ago.  Note
that the -merge-7 and -merge-8 tags both point to the same ten day old
commit; the message attached to -8 reflects only the changes since last
week's pull.  Please let me know if anything odd happens during the
merge, though it should be clean.

--D

The following changes since commit b3531f5fc16d4df2b12567bce48cd9f3ab5f9131:

  xfs: remove unused variable 'done' (2020-01-23 21:24:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.6-merge-8

for you to fetch changes up to cdbcf82b86ea24aa942991b4233cd8ddf13f590c:

  xfs: fix xfs_buf_ioerror_alert location reporting (2020-01-26 14:32:27 -0800)

----------------------------------------------------------------
(More) new code for 5.6:
- Refactor the metadata buffer functions to return the usual int error
value instead of the open coded error checking mess we have now.

----------------------------------------------------------------
Darrick J. Wong (12):
      xfs: make xfs_buf_alloc return an error code
      xfs: make xfs_buf_get_map return an error code
      xfs: make xfs_buf_read_map return an error code
      xfs: make xfs_buf_get return an error code
      xfs: make xfs_buf_get_uncached return an error code
      xfs: make xfs_buf_read return an error code
      xfs: make xfs_trans_get_buf_map return an error code
      xfs: make xfs_trans_get_buf return an error code
      xfs: remove the xfs_btree_get_buf[ls] functions
      xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
      xfs: remove unnecessary null pointer checks from _read_agf callers
      xfs: fix xfs_buf_ioerror_alert location reporting

 fs/xfs/libxfs/xfs_ag.c          |  21 +++---
 fs/xfs/libxfs/xfs_alloc.c       |  51 ++++++-------
 fs/xfs/libxfs/xfs_attr_remote.c |  22 ++----
 fs/xfs/libxfs/xfs_bmap.c        |  25 ++++---
 fs/xfs/libxfs/xfs_btree.c       |  45 +----------
 fs/xfs/libxfs/xfs_btree.h       |  21 ------
 fs/xfs/libxfs/xfs_da_btree.c    |   8 +-
 fs/xfs/libxfs/xfs_ialloc.c      |  12 +--
 fs/xfs/libxfs/xfs_refcount.c    |   6 --
 fs/xfs/libxfs/xfs_sb.c          |  17 +++--
 fs/xfs/scrub/agheader_repair.c  |   4 -
 fs/xfs/scrub/fscounters.c       |   3 -
 fs/xfs/scrub/repair.c           |  10 ++-
 fs/xfs/xfs_attr_inactive.c      |  17 +++--
 fs/xfs/xfs_buf.c                | 161 ++++++++++++++++++++++++----------------
 fs/xfs/xfs_buf.h                |  33 ++++----
 fs/xfs/xfs_buf_item.c           |   2 +-
 fs/xfs/xfs_discard.c            |   2 +-
 fs/xfs/xfs_dquot.c              |   8 +-
 fs/xfs/xfs_filestream.c         |  11 ++-
 fs/xfs/xfs_inode.c              |  12 +--
 fs/xfs/xfs_log_recover.c        |  30 +++-----
 fs/xfs/xfs_reflink.c            |   2 -
 fs/xfs/xfs_rtalloc.c            |   8 +-
 fs/xfs/xfs_symlink.c            |  37 +++------
 fs/xfs/xfs_trans.h              |  14 ++--
 fs/xfs/xfs_trans_buf.c          |  61 ++++++---------
 27 files changed, 278 insertions(+), 365 deletions(-)

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

* Re: [GIT PULL] xfs: moar new code for 5.6
  2020-02-05 22:43 [GIT PULL] xfs: moar new code for 5.6 Darrick J. Wong
@ 2020-02-06  8:20 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-02-06  8:20 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: Linus Torvalds, Darrick J. Wong, linux-fsdevel, linux-xfs, david,
	linux-kernel, sandeen, hch

The pull request you sent on Wed, 5 Feb 2020 14:43:04 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.6-merge-8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/99be3f60989b4813f625b5421427fa9ab01e3a23

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2020-02-06  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 22:43 [GIT PULL] xfs: moar new code for 5.6 Darrick J. Wong
2020-02-06  8:20 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).