public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/10] NBD updates for 4.3
@ 2015-08-17  6:19 Markus Pargmann
  2015-08-17  6:20 ` [PATCH 01/10] nbd: Fix timeout detection Markus Pargmann
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Markus Pargmann @ 2015-08-17  6:19 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel, nbd-general, kernel, Markus Pargmann

Hi Jens,

I hope this is not too late. Here are some NBD updates.

The most interesting one is probably the first patch, which improves the
timeout detection of NBD. The timout covers now the last reaction of the
server. If there are open requests and we don't receive anything from the
server within the timeout, the connection is killed.

The rest of the patches are smaller cleanups and some new debugfs entries about
the internal state of NBD.

Best Regards,

Markus


The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/mpa/linux-nbd.git tags/nbd-for-4.3

for you to fetch changes up to 9bdcdf81aca98816fae86c724855e263454010f0:

  nbd: flags is a u32 variable (2015-08-17 08:08:50 +0200)

----------------------------------------------------------------
NBD updates for 4.3

----------------------------------------------------------------
Markus Pargmann (10):
      nbd: Fix timeout detection
      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

 drivers/block/nbd.c | 362 +++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 290 insertions(+), 72 deletions(-)

-- 
2.4.6


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

end of thread, other threads:[~2015-10-08 20:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17  6:19 [PULL 00/10] NBD updates for 4.3 Markus Pargmann
2015-08-17  6:20 ` [PATCH 01/10] nbd: Fix timeout detection Markus Pargmann
2015-09-28  0:27   ` Ben Hutchings
2015-10-01  6:04     ` Markus Pargmann
2015-10-06 18:03       ` [PATCH] nbd: Add locking for tasks Markus Pargmann
2015-10-08 20:14         ` Ben Hutchings
2015-10-08 20:21           ` Jens Axboe
2015-08-17  6:20 ` [PATCH 02/10] nbd: sock_shutdown, remove conditional lock Markus Pargmann
2015-08-17  6:20 ` [PATCH 03/10] nbd: restructure sock_shutdown Markus Pargmann
2015-08-17  6:20 ` [PATCH 04/10] nbd: Remove 'harderror' and propagate error properly Markus Pargmann
2015-08-17  6:20 ` [PATCH 05/10] nbd: Move clear queue debug message Markus Pargmann
2015-08-17  6:20 ` [PATCH 06/10] nbd: Remove variable 'pid' Markus Pargmann
2015-08-17  6:20 ` [PATCH 07/10] nbd: Add debugfs entries Markus Pargmann
2015-08-17  6:20 ` [PATCH 08/10] nbd: Change 'disconnect' to be boolean Markus Pargmann
2015-08-17  6:20 ` [PATCH 09/10] nbd: Rename functions for clearness of recv/send path Markus Pargmann
2015-08-17  6:20 ` [PATCH 10/10] nbd: flags is a u32 variable Markus Pargmann
2015-08-17 14:24 ` [PULL 00/10] NBD updates for 4.3 Jens Axboe

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