|
|
Subscribe / Log in / New account

btrfs: add btree read ahead for send operations

From:  fdmanana-AT-kernel.org
To:  linux-btrfs-AT-vger.kernel.org
Subject:  [PATCH v2 0/2] btrfs: add btree read ahead for send operations
Date:  Mon, 01 Mar 2021 09:26:41 +0000
Message-ID:  <cover.1614590582.git.fdmanana@suse.com>
Archive-link:  Article

From: Filipe Manana <fdmanana@suse.com>

This patchset adds btree read ahead for full and incremental send operations,
which results in some nice speedups. Test and results are mentioned in the
change log of each patch.

V2: Updated second patch, for incremental sends, to limit readahead to avoid
    too many reads in parallel and disturbing other workloads running in
    parallel, and without causing a drop in the gains. Updated change logs.

Filipe Manana (2):
  btrfs: add btree read ahead for full send operations
  btrfs: add btree read ahead for incremental send operations

 fs/btrfs/send.c | 43 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 37 insertions(+), 6 deletions(-)

-- 
2.28.0



Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds