All of lore.kernel.org
 help / color / mirror / Atom feed
From: fdmanana@kernel.org
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/2] btrfs: optimize btrfs_ino()
Date: Mon, 11 Jul 2022 15:22:48 +0100	[thread overview]
Message-ID: <cover.1657549024.git.fdmanana@suse.com> (raw)

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


             reply	other threads:[~2022-07-11 14:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-11 14:22 fdmanana [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1657549024.git.fdmanana@suse.com \
    --to=fdmanana@kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.