public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] More btrfs_path auto cleaning
@ 2025-04-01 23:18 David Sterba
  2025-04-01 23:18 ` [PATCH 1/7] btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions David Sterba
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: David Sterba @ 2025-04-01 23:18 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

A few more conversions to automatic freeing of btrfs_path, same
separation as last time, first patch with the trivial ones and separated
when there are goto/return conversion.

David Sterba (7):
  btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
  btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()
  btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()
  btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()
  btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()
  btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()
  btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()

 fs/btrfs/block-group.c      |   3 +-
 fs/btrfs/fiemap.c           |   3 +-
 fs/btrfs/file-item.c        |   3 +-
 fs/btrfs/file.c             |   3 +-
 fs/btrfs/free-space-cache.c |   3 +-
 fs/btrfs/inode-item.c       |  31 ++++-----
 fs/btrfs/inode.c            | 123 ++++++++++++++----------------------
 7 files changed, 65 insertions(+), 104 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-04-07 22:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 23:18 [PATCH 0/7] More btrfs_path auto cleaning David Sterba
2025-04-01 23:18 ` [PATCH 1/7] btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions David Sterba
2025-04-02  0:39   ` David Disseldorp
2025-04-02 22:02     ` David Sterba
2025-04-02 23:14       ` David Disseldorp
2025-04-02 23:45         ` David Sterba
2025-04-01 23:18 ` [PATCH 2/7] btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol() David Sterba
2025-04-01 23:18 ` [PATCH 3/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count() David Sterba
2025-04-01 23:18 ` [PATCH 4/7] btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent() David Sterba
2025-04-01 23:18 ` [PATCH 5/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline() David Sterba
2025-04-01 23:18 ` [PATCH 6/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref() David Sterba
2025-04-01 23:18 ` [PATCH 7/7] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref() David Sterba
2025-04-03  8:01 ` [PATCH 0/7] More btrfs_path auto cleaning Daniel Vacek
2025-04-05  4:13 ` Sun YangKai
2025-04-06 22:17   ` David Sterba
2025-04-07 22:10     ` Sun YangKai

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