mbox series

[0/6] btrfs: some tweaks and cleanups around ordered extents

Message ID cover.1717495660.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: some tweaks and cleanups around ordered extents | expand

Message

Filipe Manana June 4, 2024, 11:08 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Details in the individual change logs.

Filipe Manana (6):
  btrfs: reduce critical section at btrfs_wait_ordered_roots()
  btrfs: reduce critical section at btrfs_wait_ordered_extents()
  btrfs: add comment about locking to btrfs_split_ordered_extent()
  btrfs: avoid removal and re-insertion of split ordered extent
  btrfs: mark ordered extent insertion failure checks as unlikely
  btrfs: update panic message when splitting ordered extent

 fs/btrfs/ordered-data.c | 51 ++++++++++++++++++++++++-----------------
 1 file changed, 30 insertions(+), 21 deletions(-)

Comments

Josef Bacik June 4, 2024, 4:02 p.m. UTC | #1
On Tue, Jun 04, 2024 at 12:08:46PM +0100, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Details in the individual change logs.
> 

Reviewed-by: Josef Bacik <josef@toxicpanda.com>

Thanks,

Josef
Qu Wenruo June 4, 2024, 10:50 p.m. UTC | #2
在 2024/6/4 20:38, fdmanana@kernel.org 写道:
> From: Filipe Manana <fdmanana@suse.com>
>
> Details in the individual change logs.

Reviewed-by: Qu Wenruo <wqu@suse.com>

Thanks,
Qu
>
> Filipe Manana (6):
>    btrfs: reduce critical section at btrfs_wait_ordered_roots()
>    btrfs: reduce critical section at btrfs_wait_ordered_extents()
>    btrfs: add comment about locking to btrfs_split_ordered_extent()
>    btrfs: avoid removal and re-insertion of split ordered extent
>    btrfs: mark ordered extent insertion failure checks as unlikely
>    btrfs: update panic message when splitting ordered extent
>
>   fs/btrfs/ordered-data.c | 51 ++++++++++++++++++++++++-----------------
>   1 file changed, 30 insertions(+), 21 deletions(-)
>
Johannes Thumshirn June 5, 2024, 7:35 a.m. UTC | #3
On 04.06.24 13:09, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Details in the individual change logs.
> 
> Filipe Manana (6):
>    btrfs: reduce critical section at btrfs_wait_ordered_roots()
>    btrfs: reduce critical section at btrfs_wait_ordered_extents()
>    btrfs: add comment about locking to btrfs_split_ordered_extent()
>    btrfs: avoid removal and re-insertion of split ordered extent
>    btrfs: mark ordered extent insertion failure checks as unlikely
>    btrfs: update panic message when splitting ordered extent
> 
>   fs/btrfs/ordered-data.c | 51 ++++++++++++++++++++++++-----------------
>   1 file changed, 30 insertions(+), 21 deletions(-)
> 

For the series,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>