From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751561AbcEKITT (ORCPT ); Wed, 11 May 2016 04:19:19 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:32913 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbcEKITQ (ORCPT ); Wed, 11 May 2016 04:19:16 -0400 From: "Pranay Kr. Srivastava" To: mpa@pengutronix.de, nbd-general@lists.sourceforge.net, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org Cc: "Pranay Kr. Srivastava" Subject: [PATCH v4 00/18] nbd: fixes for might_sleep warning, checkpatch warning and device wait. Date: Wed, 11 May 2016 11:18:28 +0300 Message-Id: <1462954726-11825-1-git-send-email-pranjas@gmail.com> X-Mailer: git-send-email 2.6.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes in v4 - make nbd device wait for users to release device instead of hard reset on a timeout error as not all filesystems expect their block device to vanish under them. Changes in v3 - Split checkpatch changes into single patch per change. Changes in v2 - add checkpatch changes in a single patch. Changes in v1 - fix might_sleep warning on xmit_timeout. Pranay Kr. Srivastava (18): nbd: Fix might_sleep warning on xmit timeout nbd: fix checkpatch trailing space warning. nbd: fix checkpatch warning use linux/uaccess.h nbd : fix checkpatch pointer declaration warning nbd: fix checkpatch warning no newline after decleration. nbd: fix checkpatch warning no newline after decleration. nbd: fix checkpatch split string warning. nbd : fix checkpatch line over 80 char warning nbd: fix checkpatch trailing whitespace warning. nbd: fix checkpatch trailing whitespace warning. nbd : fix checkpatch structure declaration braces on next line warning. nbd : fix checkpatch trailing whitespace warning nbd : fix checkpatch printk warning nbd: fix checkpatch no extra line after decleration warning nbd: fix checkpatch printk warning to pr_info nbd: fix checkpatch no new line after decleration warning nbd: fix checkpatch printk warning to pr_info make nbd device wait for its users in case of timeout drivers/block/nbd.c | 131 +++++++++++++++++++++++++++++++++-------------- include/uapi/linux/nbd.h | 1 + 2 files changed, 94 insertions(+), 38 deletions(-) -- 2.6.2