linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.2-rc5, part 2
@ 2023-01-20 17:09 David Sterba
  2023-01-20 20:06 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2023-01-20 17:09 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

there are two more fixes and an update that's not a fix but replaces use
of write_one_page which is going to be removed (similar updates to other
filesystems go via other trees).

Please pull, thanks.

- fix potential out-of-bounds access to leaf data when seeking in an
  inline file

- fix potential crash in quota when rescan races with disable

- reimplement super block signature scratching by marking page/folio
  dirty and syncing block device, allow removing write_one_page

----------------------------------------------------------------
The following changes since commit 09e44868f1e03c7825ca4283256abedc95e249a3:

  btrfs: do not abort transaction on failure to update log root (2023-01-12 15:43:31 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.2-rc4-tag

for you to fetch changes up to b7adbf9ada3513d2092362c8eac5cddc5b651f5c:

  btrfs: fix race between quota rescan and disable leading to NULL pointer deref (2023-01-16 19:46:54 +0100)

----------------------------------------------------------------
Christoph Hellwig (2):
      btrfs: factor out scratching of one regular super block
      btrfs: stop using write_one_page in btrfs_scratch_superblock

Filipe Manana (2):
      btrfs: fix invalid leaf access due to inline extent during lseek
      btrfs: fix race between quota rescan and disable leading to NULL pointer deref

 fs/btrfs/file.c    | 13 ++++++++++---
 fs/btrfs/qgroup.c  | 25 +++++++++++++++++--------
 fs/btrfs/volumes.c | 50 +++++++++++++++++++++++++-------------------------
 3 files changed, 52 insertions(+), 36 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 6.2-rc5, part 2
  2023-01-20 17:09 [GIT PULL] Btrfs fixes for 6.2-rc5, part 2 David Sterba
@ 2023-01-20 20:06 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-01-20 20:06 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Fri, 20 Jan 2023 18:09:36 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.2-rc4-tag

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

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:[~2023-01-20 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 17:09 [GIT PULL] Btrfs fixes for 6.2-rc5, part 2 David Sterba
2023-01-20 20:06 ` 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).