From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751455AbcABKRk (ORCPT ); Sat, 2 Jan 2016 05:17:40 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:33950 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbcABKRg (ORCPT ); Sat, 2 Jan 2016 05:17:36 -0500 From: Markus Pargmann To: Jens Axboe Cc: linux-kernel@vger.kernel.org, nbd-general@lists.sourceforge.net, kernel@pengutronix.de, Markus Pargmann Subject: [PULL] NBD changes Date: Sat, 2 Jan 2016 11:17:00 +0100 Message-Id: <1451729825-11481-1-git-send-email-mpa@pengutronix.de> X-Mailer: git-send-email 2.6.2 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: mpa@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jens, This pull request contains 5 patches which are mainly cleanups. Patch 1 fixes some unnecessarily complicated code I introduced some versions ago for debugfs. Patch 2 removes the criticised signal usage within NBD to kill the NBD threads after a timeout. This code was used for the last years and is now replaced by simply killing the tcp connection. Patches 3-5 are some smaller cleanups. Happy new year. Best Regards, Markus The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.pengutronix.de/git/mpa/linux-nbd.git tags/nbd-for-4.5 for you to fetch changes up to e0f2a340a69db6c70e60bb55c96a75cf0268c9d7: nbd: Move flag parsing to a function (2015-11-16 14:44:11 +0100) ---------------------------------------------------------------- NBD for v4.5 ---------------------------------------------------------------- Markus Pargmann (5): nbd: Fix debugfs error handling 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 | 258 +++++++++++++++++++++++----------------------------- 1 file changed, 114 insertions(+), 144 deletions(-) -- 2.6.2