Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: optimize btrfs_ino()
@ 2022-07-11 14:22 fdmanana
  2022-07-11 14:22 ` [PATCH 1/2] btrfs: set the objectid of the btree inode's location key fdmanana
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: fdmanana @ 2022-07-11 14:22 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

The following patchset optimizes btrfs_ino(), an inline function that is
used pretty much everywhere, to avoid doing less work and be trivial on
64 bits systems. Details on the changelogs of the patches.

Filipe Manana (2):
  btrfs: set the objectid of the btree inode's location key
  btrfs: add optimized btrfs_ino() version for 64 bits systems

 fs/btrfs/btrfs_inode.h       | 22 +++++++++++++++++-----
 fs/btrfs/disk-io.c           |  4 +++-
 fs/btrfs/tests/btrfs-tests.c |  1 +
 3 files changed, 21 insertions(+), 6 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-07-11 17:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 14:22 [PATCH 0/2] btrfs: optimize btrfs_ino() fdmanana
2022-07-11 14:22 ` [PATCH 1/2] btrfs: set the objectid of the btree inode's location key fdmanana
2022-07-11 14:31   ` Nikolay Borisov
2022-07-11 14:22 ` [PATCH 2/2] btrfs: add optimized btrfs_ino() version for 64 bits systems fdmanana
2022-07-11 17:03 ` [PATCH 0/2] btrfs: optimize btrfs_ino() David Sterba

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