All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Minor locking fixes and debug output
@ 2026-03-19  9:37 Valerie Aurora
  2026-03-19  9:37 ` [PATCH 1/3] rpdfs: Use write_seqlock_bh() for balloc info Valerie Aurora
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Valerie Aurora @ 2026-03-19  9:37 UTC (permalink / raw)
  To: rpdfs-devel; +Cc: Valerie Aurora

Fix some minor locking issues found by lockdep and add a little
helpful debug output.

Valerie Aurora (3):
  rpdfs: Use write_seqlock_bh() for balloc info
  rpdfs: Initialize block seqlock before using it and fix memleak
  rpdfs: Add debugging for block not found case in
    rpdfs_use_txn_prepared

 fs/rpdfs/balloc.c | 12 ++++++------
 fs/rpdfs/block.c  | 13 +++++++------
 fs/rpdfs/txn.c    |  1 +
 3 files changed, 14 insertions(+), 12 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2026-03-25 22:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19  9:37 [PATCH 0/3] Minor locking fixes and debug output Valerie Aurora
2026-03-19  9:37 ` [PATCH 1/3] rpdfs: Use write_seqlock_bh() for balloc info Valerie Aurora
2026-03-25 22:05   ` Zach Brown
2026-03-19  9:37 ` [PATCH 2/3] rpdfs: Initialize block seqlock before using it and fix memleak Valerie Aurora
2026-03-25 22:08   ` Zach Brown
2026-03-19  9:37 ` [PATCH 3/3] rpdfs: Add debugging for block not found case in rpdfs_use_txn_prepared Valerie Aurora
2026-03-25 22:09   ` Zach Brown

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.