All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 5.12-rc1, part 2
@ 2021-03-05 15:55 David Sterba
  2021-03-05 21:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2021-03-05 15:55 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

From: David Sterba <dsterba@suse.cz>

Hi,

more regression fixes and stabilization. Please pull, thanks.

Regressions:

- zoned mode
  - count zone sizes in wider int types
  - fix space accounting for read-only block groups

- subpage: fix page tail zeroing

Fixes:

- fix spurious warning when remounting with free space tree

- fix warning when creating a directory with smack enabled

- ioctl checks for qgroup inheritance when creating a snapshot

- qgroup
  - fix missing unlock on error path in zero range
  - fix amount of released reservation on error
  - fix flushing from unsafe context with open transaction, potentially
    deadlocking

- minor build warning fixes

----------------------------------------------------------------
The following changes since commit 6e37d245994189ba757df7dc2950a44d31421ac6:

  btrfs: zoned: fix deadlock on log sync (2021-02-22 18:08:48 +0100)

are available in the Git repository at:

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

for you to fetch changes up to badae9c86979c459bd7d895d6d7ddc7a01131ff7:

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

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: fix spurious free_space_tree remount warning

Dan Carpenter (1):
      btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl

Filipe Manana (1):
      btrfs: fix warning when creating a directory with smack enabled

Naohiro Aota (2):
      btrfs: zoned: use sector_t for zone sectors
      btrfs: zoned: do not account freed region of read-only block group as zone_unusable

Nikolay Borisov (4):
      btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
      btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
      btrfs: export and rename qgroup_reserve_meta
      btrfs: don't flush from btrfs_delayed_inode_reserve_metadata

Qu Wenruo (1):
      btrfs: subpage: fix the false data csum mismatch error

Randy Dunlap (1):
      btrfs: ref-verify: use 'inline void' keyword ordering

 fs/btrfs/delayed-inode.c    |  5 +++--
 fs/btrfs/extent_io.c        | 21 ++++++++++++++++-----
 fs/btrfs/file.c             |  5 ++++-
 fs/btrfs/free-space-cache.c |  7 ++++++-
 fs/btrfs/inode.c            |  2 +-
 fs/btrfs/ioctl.c            | 19 ++++++++++++++++++-
 fs/btrfs/qgroup.c           |  8 ++++----
 fs/btrfs/qgroup.h           |  2 ++
 fs/btrfs/ref-verify.c       |  4 ++--
 fs/btrfs/super.c            |  4 ++--
 fs/btrfs/xattr.c            | 31 +++++++++++++++++++++++++++----
 fs/btrfs/zoned.c            |  4 ++--
 12 files changed, 87 insertions(+), 25 deletions(-)

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

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

The pull request you sent on Fri,  5 Mar 2021 16:55:17 +0100:

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

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

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-05 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 15:55 [GIT PULL] Btrfs fixes for 5.12-rc1, part 2 David Sterba
2021-03-05 21:58 ` pr-tracker-bot

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.