All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: some minor tweaks to the extent buffer binary search
@ 2023-02-08 17:46 fdmanana
  2023-02-08 17:46 ` [PATCH 1/2] btrfs: eliminate extra call when doing binary search on extent buffer fdmanana
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fdmanana @ 2023-02-08 17:46 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Add a couple minor tweaks to the binary search function. These were
originally part of a larger patchset I'm working on, but since these
are trivial and independent from the test, I'm sending them out
separately. More details on the change logs.

Filipe Manana (2):
  btrfs: eliminate extra call when doing binary search on extent buffer
  btrfs: do unsigned integer division in the extent buffer binary search loop

 fs/btrfs/ctree.c | 31 +++++++++++++------------------
 fs/btrfs/ctree.h | 15 +++++++++++++++
 2 files changed, 28 insertions(+), 18 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2023-02-09 20:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 17:46 [PATCH 0/2] btrfs: some minor tweaks to the extent buffer binary search fdmanana
2023-02-08 17:46 ` [PATCH 1/2] btrfs: eliminate extra call when doing binary search on extent buffer fdmanana
2023-02-08 17:46 ` [PATCH 2/2] btrfs: do unsigned integer division in the extent buffer binary search loop fdmanana
2023-02-08 18:26 ` [PATCH 0/2] btrfs: some minor tweaks to the extent buffer binary search Josef Bacik
2023-02-09 19:57 ` David Sterba

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.