linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] nbd updates
@ 2015-07-27  7:12 Markus Pargmann
  2015-07-27  7:12 ` [PATCH 01/10] nbd: sock_shutdown, remove conditional lock Markus Pargmann
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Markus Pargmann @ 2015-07-27  7:12 UTC (permalink / raw)
  To: nbd-general; +Cc: linux-kernel, kernel, Markus Pargmann

Hi,

This series contains some cleanups for nbd. Also I add a debugfs directory for
nbd and every connected nbd. It contains some information about the internal
state of nbd and should help to debug issues.

The last patch creates uevents for nbd connections. The idea is to let the
userspace know when we are connected.

Best regards,

Markus

Markus Pargmann (10):
  nbd: sock_shutdown, remove conditional lock
  nbd: restructure sock_shutdown
  nbd: Remove 'harderror' and propagate error properly
  nbd: Move clear queue debug message
  nbd: Remove variable 'pid'
  nbd: Add debugfs entries
  nbd: Change 'disconnect' to be boolean
  nbd: Rename functions for clearness of recv/send path
  nbd: flags is a u32 variable
  nbd: Create size change events for userspace

 drivers/block/nbd.c | 346 +++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 278 insertions(+), 68 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-08-05 16:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27  7:12 [PATCH 00/10] nbd updates Markus Pargmann
2015-07-27  7:12 ` [PATCH 01/10] nbd: sock_shutdown, remove conditional lock Markus Pargmann
2015-08-02  7:08   ` Pavel Machek
2015-07-27  7:12 ` [PATCH 02/10] nbd: restructure sock_shutdown Markus Pargmann
2015-08-02  7:08   ` Pavel Machek
2015-08-02 18:51     ` Markus Pargmann
2015-07-27  7:12 ` [PATCH 03/10] nbd: Remove 'harderror' and propagate error properly Markus Pargmann
2015-08-02  7:02   ` Pavel Machek
2015-07-27  7:12 ` [PATCH 04/10] nbd: Move clear queue debug message Markus Pargmann
2015-07-27  7:12 ` [PATCH 05/10] nbd: Remove variable 'pid' Markus Pargmann
2015-07-27  7:12 ` [PATCH 06/10] nbd: Add debugfs entries Markus Pargmann
2015-07-27  7:12 ` [PATCH 07/10] nbd: Change 'disconnect' to be boolean Markus Pargmann
2015-08-05 16:11   ` Pavel Machek
2015-07-27  7:12 ` [PATCH 08/10] nbd: Rename functions for clearness of recv/send path Markus Pargmann
2015-07-27  7:12 ` [PATCH 09/10] nbd: flags is a u32 variable Markus Pargmann
2015-07-27  7:12 ` [PATCH 10/10] nbd: Create size change events for userspace Markus Pargmann
2015-07-27  9:39   ` Markus Pargmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).