public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.com>
To: torvalds@linux-foundation.org
Cc: David Sterba <dsterba@suse.com>,
	linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Btrfs fixes for 5.11-rc3
Date: Wed,  6 Jan 2021 12:48:12 +0100	[thread overview]
Message-ID: <cover.1609855176.git.dsterba@suse.com> (raw)

Hi,

a few more fixes that arrived before the end of the year.  Please pull,
thanks.

- a bunch of fixes related to transaction handle lifetime wrt various
  operations (umount, remount, qgroup scan, orphan cleanup)

- async discard scheduling fixes

- fix item size calculation when item keys collide for extend refs
  (hardlinks)

- fix qgroup flushing from running transaction

- fix send, wrong file path when there is an inode with a pending rmdir

- fix deadlock when cloning inline extent and low on free metadata space

----------------------------------------------------------------
The following changes since commit b42fe98c92698d2a10094997e5f4d2dd968fd44f:

  btrfs: scrub: allow scrub to work with subpage sectorsize (2020-12-09 19:16:11 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.11-rc2-tag

for you to fetch changes up to a8cc263eb58ca133617662a5a5e07131d0ebf299:

  btrfs: run delayed iputs when remounting RO to avoid leaking them (2020-12-18 15:00:08 +0100)

----------------------------------------------------------------
Filipe Manana (7):
      btrfs: fix deadlock when cloning inline extent and low on free metadata space
      btrfs: send: fix wrong file path when there is an inode with a pending rmdir
      btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
      btrfs: fix transaction leak and crash after cleaning up orphans on RO mount
      btrfs: fix race between RO remount and the cleaner task
      btrfs: add assertion for empty list of transactions at late stage of umount
      btrfs: run delayed iputs when remounting RO to avoid leaking them

Josef Bacik (1):
      btrfs: tests: initialize test inodes location

Pavel Begunkov (3):
      btrfs: fix async discard stall
      btrfs: fix racy access to discard_ctl data
      btrfs: merge critical sections of discard lock in workfn

Qu Wenruo (1):
      btrfs: qgroup: don't try to wait flushing if we're already holding a transaction

ethanwu (1):
      btrfs: correctly calculate item size used when item key collision happens

 fs/btrfs/btrfs_inode.h       |  9 ++++++
 fs/btrfs/ctree.c             | 24 +++++++++++++--
 fs/btrfs/ctree.h             | 29 ++++++++++++++++--
 fs/btrfs/dev-replace.c       |  2 +-
 fs/btrfs/discard.c           | 70 +++++++++++++++++++++++---------------------
 fs/btrfs/disk-io.c           | 13 ++++----
 fs/btrfs/extent-tree.c       |  2 ++
 fs/btrfs/file-item.c         |  2 ++
 fs/btrfs/inode.c             | 15 +++++++---
 fs/btrfs/ioctl.c             |  2 +-
 fs/btrfs/qgroup.c            | 43 +++++++++++++++++++--------
 fs/btrfs/reflink.c           | 15 ++++++++++
 fs/btrfs/send.c              | 49 +++++++++++++++++++------------
 fs/btrfs/space-info.c        |  2 +-
 fs/btrfs/super.c             | 40 +++++++++++++++++++++++--
 fs/btrfs/tests/btrfs-tests.c | 10 +++++--
 fs/btrfs/tests/inode-tests.c |  9 ------
 fs/btrfs/volumes.c           |  4 +--
 18 files changed, 243 insertions(+), 97 deletions(-)

             reply	other threads:[~2021-01-06 11:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 11:48 David Sterba [this message]
2021-01-06 19:22 ` [GIT PULL] Btrfs fixes for 5.11-rc3 pr-tracker-bot

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=cover.1609855176.git.dsterba@suse.com \
    --to=dsterba@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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