mbox series

[0/3] btrfs: a couple fixes for log replay and a refactoring

Message ID cover.1659361747.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: a couple fixes for log replay and a refactoring | expand

Message

Filipe Manana Aug. 1, 2022, 1:57 p.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Fix two minor issues during log replay, when processing inode references,
and rework a bit the processing of new inode references to remove some
special code for special cases.

Filipe Manana (3):
  btrfs: fix lost error handling when looking up extended ref on log
    replay
  btrfs: fix warning during log replay when bumping inode link count
  btrfs: simplify adding and replacing references during log replay

 fs/btrfs/tree-log.c | 168 +++++---------------------------------------
 1 file changed, 16 insertions(+), 152 deletions(-)

Comments

David Sterba Aug. 3, 2022, 8:05 p.m. UTC | #1
On Mon, Aug 01, 2022 at 02:57:50PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Fix two minor issues during log replay, when processing inode references,
> and rework a bit the processing of new inode references to remove some
> special code for special cases.
> 
> Filipe Manana (3):
>   btrfs: fix lost error handling when looking up extended ref on log
>     replay
>   btrfs: fix warning during log replay when bumping inode link count
>   btrfs: simplify adding and replacing references during log replay

Added to misc-next, thanks.