All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: reduce size of struct find_free_extent_ctl
@ 2025-11-17 12:26 fdmanana
  2025-11-17 12:26 ` [PATCH 1/2] btrfs: use booleans for delalloc arguments and " fdmanana
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: fdmanana @ 2025-11-17 12:26 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Reduce the size of struct find_free_extent_ctl and use bool type for
some arguments that are defined as int but used as booleans. Details
in the change logs.

Filipe Manana (2):
  btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl
  btrfs: place all boolean fields together in struct find_free_extent_ctl

 fs/btrfs/block-group.c |  2 +-
 fs/btrfs/block-group.h |  2 +-
 fs/btrfs/direct-io.c   |  2 +-
 fs/btrfs/extent-tree.c | 16 +++++++---------
 fs/btrfs/extent-tree.h | 24 ++++++++++++------------
 fs/btrfs/inode.c       |  8 ++++----
 6 files changed, 26 insertions(+), 28 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-11-17 20:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17 12:26 [PATCH 0/2] btrfs: reduce size of struct find_free_extent_ctl fdmanana
2025-11-17 12:26 ` [PATCH 1/2] btrfs: use booleans for delalloc arguments and " fdmanana
2025-11-17 20:37   ` Qu Wenruo
2025-11-17 12:26 ` [PATCH 2/2] btrfs: place all boolean fields together in " fdmanana
2025-11-17 14:19 ` [PATCH 0/2] btrfs: reduce size of " Johannes Thumshirn
2025-11-17 20:31 ` 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.