All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Five nbd patches
@ 2024-05-10 20:23 Bart Van Assche
  2024-05-10 20:23 ` [PATCH 1/5] nbd: Use NULL to represent a pointer Bart Van Assche
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Bart Van Assche @ 2024-05-10 20:23 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hi Jens,

These patches are what I came up with after having reviewed the nbd source code.
Please consider these patches for the next merge window.

Thanks,

Bart.

Bart Van Assche (5):
  nbd: Use NULL to represent a pointer
  nbd: Remove superfluous casts
  nbd: Improve the documentation of the locking assumptions
  nbd: Remove a local variable from nbd_send_cmd()
  nbd: Fix signal handling

 drivers/block/nbd.c        | 41 ++++++++++++++++++++------------------
 include/trace/events/nbd.h |  2 +-
 2 files changed, 23 insertions(+), 20 deletions(-)


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

end of thread, other threads:[~2024-05-20 17:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10 20:23 [PATCH 0/5] Five nbd patches Bart Van Assche
2024-05-10 20:23 ` [PATCH 1/5] nbd: Use NULL to represent a pointer Bart Van Assche
2024-05-10 20:23 ` [PATCH 2/5] nbd: Remove superfluous casts Bart Van Assche
2024-05-10 20:23 ` [PATCH 3/5] nbd: Improve the documentation of the locking assumptions Bart Van Assche
2024-05-10 20:23 ` [PATCH 4/5] nbd: Remove a local variable from nbd_send_cmd() Bart Van Assche
2024-05-10 20:23 ` [PATCH 5/5] nbd: Fix signal handling Bart Van Assche
2024-05-20 12:41   ` Christoph Hellwig
2024-05-20 17:00     ` Bart Van Assche
2024-05-14 13:22 ` [PATCH 0/5] Five nbd patches Jens Axboe

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.