All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] btrfs: a bug fix and some cleanups in ctree.c
@ 2025-11-13 16:56 fdmanana
  2025-11-13 16:56 ` [PATCH 1/8] btrfs: fix leaf leak in an error path in btrfs_del_items() fdmanana
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: fdmanana @ 2025-11-13 16:56 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Trivial changes, details in the change logs.

Filipe Manana (8):
  btrfs: fix leaf leak in an error path in btrfs_del_items()
  btrfs: remove pointless return value update in btrfs_del_items()
  btrfs: add unlikely to critical error in btrfs_extend_item()
  btrfs: always use left leaf variable in __push_leaf_right()
  btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right()
  btrfs: always use right leaf variable in __push_leaf_left()
  btrfs: abort transaction on item count overflow in __push_leaf_left()
  btrfs: update check_skip variable after unlocking current node

 fs/btrfs/ctree.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-11-13 21:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 16:56 [PATCH 0/8] btrfs: a bug fix and some cleanups in ctree.c fdmanana
2025-11-13 16:56 ` [PATCH 1/8] btrfs: fix leaf leak in an error path in btrfs_del_items() fdmanana
2025-11-13 16:56 ` [PATCH 2/8] btrfs: remove pointless return value update " fdmanana
2025-11-13 16:56 ` [PATCH 3/8] btrfs: add unlikely to critical error in btrfs_extend_item() fdmanana
2025-11-13 16:56 ` [PATCH 4/8] btrfs: always use left leaf variable in __push_leaf_right() fdmanana
2025-11-13 16:56 ` [PATCH 5/8] btrfs: remove duplicated leaf dirty status clearing " fdmanana
2025-11-13 16:56 ` [PATCH 6/8] btrfs: always use right leaf variable in __push_leaf_left() fdmanana
2025-11-13 16:56 ` [PATCH 7/8] btrfs: abort transaction on item count overflow " fdmanana
2025-11-13 16:56 ` [PATCH 8/8] btrfs: update check_skip variable after unlocking current node fdmanana
2025-11-13 21:56 ` [PATCH 0/8] btrfs: a bug fix and some cleanups in ctree.c 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.