linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-xfs <linux-xfs@vger.kernel.org>,
	Eric Sandeen <sandeen@sandeen.net>
Subject: [GIT PULL] xfs: updates for 4.12-rc3
Date: Fri, 26 May 2017 12:07:09 -0700	[thread overview]
Message-ID: <20170526190709.GV4519@birch.djwong.org> (raw)

Hi Linus,

I have a few miscellaneous bug fixes & cleanups for you for 4.12-rc3.

--Darrick

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.12-fixes-2

for you to fetch changes up to a54fba8f5a0dc36161cacdf2aa90f007f702ec1a:

  xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff() (2017-05-25 09:42:25 -0700)

----------------------------------------------------------------
Changed since last update:
- Fix indlen block reservation accounting bug when splitting delalloc extent
- Fix warnings about unused variables that appeared in -rc1.
- Don't spew errors when bmapping a local format directory
- Fix an off-by-one error in a delalloc eof assertion
- Make fsmap only return inode information for CAP_SYS_ADMIN
- Fix a potential mount time deadlock recovering cow extents
- Fix unaligned memory access in _btree_visit_blocks
- Fix various SEEK_HOLE/SEEK_DATA bugs

----------------------------------------------------------------
Brian Foster (1):
      xfs: fix indlen accounting error on partial delalloc conversion

Darrick J. Wong (4):
      xfs: BMAPX shouldn't barf on inline-format directories
      xfs: fix warnings about unused stack variables
      xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMIN
      xfs: avoid mount-time deadlock in CoW extent recovery

Eric Sandeen (1):
      xfs: fix unaligned access in xfs_btree_visit_blocks

Eryu Guan (1):
      xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()

Jan Kara (3):
      xfs: Fix missed holes in SEEK_HOLE implementation
      xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
      xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()

Zorro Lang (1):
      xfs: bad assertion for delalloc an extent that start at i_size

 fs/xfs/libxfs/xfs_bmap.c     |  9 +++---
 fs/xfs/libxfs/xfs_btree.c    |  2 +-
 fs/xfs/libxfs/xfs_refcount.c | 43 +++++++++++++++++++--------
 fs/xfs/xfs_bmap_util.c       | 10 +++++--
 fs/xfs/xfs_file.c            | 71 ++++++++++++--------------------------------
 fs/xfs/xfs_fsmap.c           |  5 +++-
 6 files changed, 66 insertions(+), 74 deletions(-)

                 reply	other threads:[~2017-05-26 19:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170526190709.GV4519@birch.djwong.org \
    --to=djwong@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).