linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 5.12-rc4
@ 2021-03-18 20:14 David Sterba
  2021-03-18 21:01 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2021-03-18 20:14 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

From: David Sterba <dsterba@suse.cz>

Hi,

there are still regressions being found and fixed in the zoned mode and
subpage code, the rest are fixes for bugs reported by users. Please
pull, thanks.

Regressions:

- subpage block support:
  - readahead works on the proper block size
  - fix last page zeroing

- zoned mode:
  - linked list corruption for tree log

Fixes:

- qgroup leak after falloc faiulre

- tree mod log and backref resolving
  - extent buffer cloning race when resolving backrefs
  - pin deleted leaves with active tree mod log users

- drop debugging flag from slab cache

----------------------------------------------------------------
The following changes since commit badae9c86979c459bd7d895d6d7ddc7a01131ff7:

  btrfs: zoned: do not account freed region of read-only block group as zone_unusable (2021-03-04 16:16:58 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.12-rc3-tag

for you to fetch changes up to 485df75554257e883d0ce39bb886e8212349748e:

  btrfs: always pin deleted leaves when there are active tree mod log users (2021-03-16 20:32:22 +0100)

----------------------------------------------------------------
David Sterba (1):
      btrfs: fix slab cache flags for free space tree bitmap

Filipe Manana (3):
      btrfs: zoned: fix linked list corruption after log root tree allocation failure
      btrfs: fix race when cloning extent buffer during rewind of an old root
      btrfs: always pin deleted leaves when there are active tree mod log users

Qu Wenruo (5):
      btrfs: fix wrong offset to zero out range beyond i_size
      btrfs: track qgroup released data in own variable in insert_prealloc_file_extent
      btrfs: fix qgroup data rsv leak caused by falloc failure
      btrfs: subpage: fix wild pointer access during metadata read failure
      btrfs: subpage: make readahead work properly

 fs/btrfs/ctree.c       |  2 ++
 fs/btrfs/extent-tree.c | 23 ++++++++++++++++++++++-
 fs/btrfs/extent_io.c   | 33 +++++++++++++++++++++++++++++++--
 fs/btrfs/inode.c       | 37 ++++++++++++++++++++++++++-----------
 fs/btrfs/reada.c       | 35 ++++++++++++++++++-----------------
 fs/btrfs/tree-log.c    |  8 ++++----
 6 files changed, 103 insertions(+), 35 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 5.12-rc4
  2021-03-18 20:14 [GIT PULL] Btrfs fixes for 5.12-rc4 David Sterba
@ 2021-03-18 21:01 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-03-18 21:01 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Thu, 18 Mar 2021 21:14:11 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.12-rc3-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/81aa0968b7ea6dbabcdcda37dc8434dca6e1565b

Thank you!

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

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

end of thread, other threads:[~2021-03-18 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 20:14 [GIT PULL] Btrfs fixes for 5.12-rc4 David Sterba
2021-03-18 21:01 ` 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).