Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291254
| From | Markus Pargmann <mpa@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/4] nbd: Remove signal usage |
| Date | 2015-12-14 16:20 +0100 |
| Message-ID | <qFD4S-7Rv-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, v2 fixes a locking problem with the sock_lock and timers in the first patch. Best Regards, Markus Markus Pargmann (4): nbd: Remove signal usage nbd: Timeouts are not user requested disconnects nbd: Cleanup reset of nbd and bdev after a disconnect nbd: Move flag parsing to a function drivers/block/nbd.c | 197 +++++++++++++++++++++++++--------------------------- 1 file changed, 96 insertions(+), 101 deletions(-) -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] nbd: Remove signal usage Markus Pargmann <mpa@pengutronix.de> - 2015-12-14 16:20 +0100 [PATCH v2 1/4] nbd: Remove signal usage Markus Pargmann <mpa@pengutronix.de> - 2015-12-14 16:20 +0100 [PATCH v2 2/4] nbd: Timeouts are not user requested disconnects Markus Pargmann <mpa@pengutronix.de> - 2015-12-14 16:20 +0100 [PATCH v2 3/4] nbd: Cleanup reset of nbd and bdev after a disconnect Markus Pargmann <mpa@pengutronix.de> - 2015-12-14 16:20 +0100 [PATCH v2 4/4] nbd: Move flag parsing to a function Markus Pargmann <mpa@pengutronix.de> - 2015-12-14 16:20 +0100
csiph-web