Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/6] btrfs: some tweaks and cleanups around ordered extents
@ 2024-06-04 11:08 fdmanana
  2024-06-04 11:08 ` [PATCH 1/6] btrfs: reduce critical section at btrfs_wait_ordered_roots() fdmanana
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: fdmanana @ 2024-06-04 11:08 UTC (permalink / raw)
  To: linux-btrfs

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(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-05  7:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 11:08 [PATCH 0/6] btrfs: some tweaks and cleanups around ordered extents fdmanana
2024-06-04 11:08 ` [PATCH 1/6] btrfs: reduce critical section at btrfs_wait_ordered_roots() fdmanana
2024-06-04 11:08 ` [PATCH 2/6] btrfs: reduce critical section at btrfs_wait_ordered_extents() fdmanana
2024-06-04 11:08 ` [PATCH 3/6] btrfs: add comment about locking to btrfs_split_ordered_extent() fdmanana
2024-06-04 11:08 ` [PATCH 4/6] btrfs: avoid removal and re-insertion of split ordered extent fdmanana
2024-06-04 11:08 ` [PATCH 5/6] btrfs: mark ordered extent insertion failure checks as unlikely fdmanana
2024-06-04 11:08 ` [PATCH 6/6] btrfs: update panic message when splitting ordered extent fdmanana
2024-06-04 16:02 ` [PATCH 0/6] btrfs: some tweaks and cleanups around ordered extents Josef Bacik
2024-06-04 22:50 ` Qu Wenruo
2024-06-05  7:35 ` Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox