Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/8] btrfs: some list extraction and disposal cleanups
@ 2025-05-02 10:30 fdmanana
  2025-05-02 10:30 ` [PATCH 1/8] btrfs: simplify getting and extracting previous transaction during commit fdmanana
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: fdmanana @ 2025-05-02 10:30 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Simplify some list element extractions and list disposals. More details in
the changelogs.

Filipe Manana (8):
  btrfs: simplify getting and extracting previous transaction during commit
  btrfs: simplify getting and extracting previous transaction at clean_pinned_extents()
  btrfs: simplify cow only root list extraction during transaction commit
  btrfs: raid56: use list_last_entry() at cache_rbio()
  btrfs: simplify extracting delayed node at btrfs_first_delayed_node()
  btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node()
  btrfs: simplify csum list release at btrfs_put_ordered_extent()
  btrfs: defrag: use list_last_entry() at defrag_collect_targets()

 fs/btrfs/block-group.c   |  5 ++---
 fs/btrfs/defrag.c        |  8 ++++----
 fs/btrfs/delayed-inode.c | 31 ++++++++++++-------------------
 fs/btrfs/ordered-data.c  | 12 ++++--------
 fs/btrfs/raid56.c        |  6 +++---
 fs/btrfs/transaction.c   | 16 +++++++---------
 6 files changed, 32 insertions(+), 46 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-05-05  6:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-02 10:30 [PATCH 0/8] btrfs: some list extraction and disposal cleanups fdmanana
2025-05-02 10:30 ` [PATCH 1/8] btrfs: simplify getting and extracting previous transaction during commit fdmanana
2025-05-02 10:30 ` [PATCH 2/8] btrfs: simplify getting and extracting previous transaction at clean_pinned_extents() fdmanana
2025-05-02 10:30 ` [PATCH 3/8] btrfs: simplify cow only root list extraction during transaction commit fdmanana
2025-05-02 10:30 ` [PATCH 4/8] btrfs: raid56: use list_last_entry() at cache_rbio() fdmanana
2025-05-02 10:30 ` [PATCH 5/8] btrfs: simplify extracting delayed node at btrfs_first_delayed_node() fdmanana
2025-05-02 10:30 ` [PATCH 6/8] btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node() fdmanana
2025-05-02 10:30 ` [PATCH 7/8] btrfs: simplify csum list release at btrfs_put_ordered_extent() fdmanana
2025-05-02 10:30 ` [PATCH 8/8] btrfs: defrag: use list_last_entry() at defrag_collect_targets() fdmanana
2025-05-02 22:13 ` [PATCH 0/8] btrfs: some list extraction and disposal cleanups Qu Wenruo
2025-05-05  6:06 ` Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox