Message ID | cover.1717495660.git.fdmanana@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: some tweaks and cleanups around ordered extents | expand |
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
在 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(-) >
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>
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(-)