All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] backpointers cleanup and prep
@ 2024-11-18  1:44 Kent Overstreet
  2024-11-18  1:44 ` [PATCH 1/7] bcachefs: fix bp_pos_to_bucket_nodev_noerror Kent Overstreet
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kent Overstreet @ 2024-11-18  1:44 UTC (permalink / raw)
  To: linux-bcachefs; +Cc: Kent Overstreet

all small stuff, getting ready for killing off the (very expensive!)
backpointers fsck passes

Kent Overstreet (7):
  bcachefs: fix bp_pos_to_bucket_nodev_noerror
  bcachefs: bucket_pos_to_bp_end()
  bcachefs: Drop swab code for backpointers in alloc keys
  bcachefs: bch_backpointer -> bkey_i_backpointer
  bcachefs: kill bch_backpointer.bucket_offset usage
  bcachefs: kill __bch2_extent_ptr_to_bp()
  bcachefs: New backpointers helpers

 fs/bcachefs/alloc_background.c |   8 -
 fs/bcachefs/backpointers.c     | 282 ++++++++++++++++-----------------
 fs/bcachefs/backpointers.h     |  85 +++++-----
 fs/bcachefs/buckets.c          |  15 +-
 fs/bcachefs/ec.c               |   7 +-
 fs/bcachefs/move.c             |   5 +-
 6 files changed, 188 insertions(+), 214 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-11-18  1:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18  1:44 [PATCH 0/7] backpointers cleanup and prep Kent Overstreet
2024-11-18  1:44 ` [PATCH 1/7] bcachefs: fix bp_pos_to_bucket_nodev_noerror Kent Overstreet
2024-11-18  1:44 ` [PATCH 2/7] bcachefs: bucket_pos_to_bp_end() Kent Overstreet
2024-11-18  1:44 ` [PATCH 3/7] bcachefs: Drop swab code for backpointers in alloc keys Kent Overstreet
2024-11-18  1:44 ` [PATCH 4/7] bcachefs: bch_backpointer -> bkey_i_backpointer Kent Overstreet
2024-11-18  1:44 ` [PATCH 5/7] bcachefs: kill bch_backpointer.bucket_offset usage Kent Overstreet
2024-11-18  1:44 ` [PATCH 6/7] bcachefs: kill __bch2_extent_ptr_to_bp() Kent Overstreet
2024-11-18  1:44 ` [PATCH 7/7] bcachefs: New backpointers helpers Kent Overstreet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.