All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: rst: minor error handling fixes
@ 2026-08-17  5:13 Qu Wenruo
  2026-08-17  5:13 ` [PATCH 1/2] btrfs: fix the possible bioc_list memory leak during error Qu Wenruo
  2026-08-17  5:13 ` [PATCH 2/2] btrfs: return proper negative error code for update_raid_extent_item() Qu Wenruo
  0 siblings, 2 replies; 3+ messages in thread
From: Qu Wenruo @ 2026-08-17  5:13 UTC (permalink / raw)
  To: linux-btrfs

Sashiko found two pre-existing bugs in one small patch unrelated to both
bugs.

Both reports are validated by myself manually, and both should be fixed.

Qu Wenruo (2):
  btrfs: fix the possible bioc_list memory leak during error
  btrfs: return proper negative error code for update_raid_extent_item()

 fs/btrfs/inode.c            |  3 +++
 fs/btrfs/raid-stripe-tree.c | 24 ++++++++++++++++--------
 fs/btrfs/raid-stripe-tree.h |  1 +
 3 files changed, 20 insertions(+), 8 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-08-17  5:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17  5:13 [PATCH 0/2] btrfs: rst: minor error handling fixes Qu Wenruo
2026-08-17  5:13 ` [PATCH 1/2] btrfs: fix the possible bioc_list memory leak during error Qu Wenruo
2026-08-17  5:13 ` [PATCH 2/2] btrfs: return proper negative error code for update_raid_extent_item() Qu Wenruo

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.