Re: [PATCH 0/3] btrfs: speedup bulk item insertions
From: David Sterba <hidden>
Date: 2021-09-27 19:27:48
From: David Sterba <hidden>
Date: 2021-09-27 19:27:48
On Fri, Sep 24, 2021 at 12:28:12PM +0100, fdmanana@kernel.org wrote:
From: Filipe Manana <redacted> This patchset does some minor improvements to speedup bulk insertion of items into a btree, which is used when logging directories, when running delayed items for directories (fsync and transaction commits) and when running the slow path (full sync) of an fsync. The last patch in the series contains test results in its changelog. Filipe Manana (3): btrfs: loop only once over data sizes array when inserting an item batch btrfs: unexport setup_items_for_insert() btrfs: use single bulk copy operations when logging directories
Added to misc-next, thanks.