mbox series

[0/2] btrfs: some updates to the dev replace finishing parting

Message ID cover.1722264391.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: some updates to the dev replace finishing parting | expand

Message

Filipe Manana July 29, 2024, 2:51 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Trivial changes, details in the change logs.

Filipe Manana (2):
  btrfs: reschedule when updating chunk maps at the end of a device replace
  btrfs: more efficient chunk map iteration when device replace finishes

 fs/btrfs/dev-replace.c | 43 ++++++++++++++++++++++++++++++++----------
 1 file changed, 33 insertions(+), 10 deletions(-)

Comments

David Sterba July 30, 2024, 1:36 p.m. UTC | #1
On Mon, Jul 29, 2024 at 03:51:21PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Trivial changes, details in the change logs.
> 
> Filipe Manana (2):
>   btrfs: reschedule when updating chunk maps at the end of a device replace
>   btrfs: more efficient chunk map iteration when device replace finishes

Reviewed-by: David Sterba <dsterba@suse.com>