linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: Johannes Thumshirn <jthumshirn@suse.de>,
	"Martin K . Petersen" <martin.petersen@oracle.com>
Cc: Christoph Hellwig <hch@infradead.org>,
	Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>,
	Linux SCSI Mailinglist <linux-scsi@vger.kernel.org>,
	"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Subject: Re: [PATCH v2 15/16] scsi: fc: move FC transport's bsg code to bsg-lib
Date: Thu, 13 Oct 2016 13:49:50 +0200	[thread overview]
Message-ID: <95dd831f-a276-c336-010c-bd3794e023e3@suse.de> (raw)
In-Reply-To: <65886ca677259889fff0ad31efd081401349ebdc.1476276823.git.jthumshirn@suse.de>

On 10/12/2016 03:06 PM, Johannes Thumshirn wrote:
> Now that all conversions are done, move the FibreChannel bsg code over to the
> bsg library. Note that CONFIG_SCSI_FC_ATTRS now needs to select BLK_DEV_BSGLIB
> in order to build correctly.
> 
> This patch is derived from work done by Mike Christie in 2011 [1] but only the
> iscsi parts got merged back then.
> 
> [1] http://marc.info/?l=linux-scsi&m=131149780921009&w=2
> 
> Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
> ---
>  drivers/scsi/Kconfig             |   1 +
>  drivers/scsi/scsi_transport_fc.c | 287 ++++++---------------------------------
>  2 files changed, 44 insertions(+), 244 deletions(-)
> 
Reviewed-by: Hannes Reinecke <hare@suse.com>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare@suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)

  reply	other threads:[~2016-10-13 11:51 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 13:06 [PATCH v2 00/16] Convert FibreChannel bsg code to use bsg-lib Johannes Thumshirn
2016-10-12 13:06 ` [PATCH v2 01/16] scsi: Get rid of struct fc_bsg_buffer Johannes Thumshirn
2016-10-13  9:01   ` Hannes Reinecke
     [not found] ` <cover.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-12 13:06   ` [PATCH v2 02/16] scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly Johannes Thumshirn
     [not found]     ` <b92d12e4f78c4998bc8ad000359c127e673379f3.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:25       ` Hannes Reinecke
2016-10-13 15:15     ` Steffen Maier
     [not found]       ` <2ea07f3f-88eb-b795-fa37-a223bf80e581-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-10-13 16:24         ` Johannes Thumshirn
2016-10-28  9:53           ` Steffen Maier
     [not found]             ` <4b411836-e76f-b67a-3d49-ad3d51b8f216-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-10-28 11:31               ` Hannes Reinecke
2016-10-28 13:53                 ` Steffen Maier
2016-10-28 16:29                   ` Andreas Krebbel1
2016-10-30 17:56             ` Johannes Thumshirn
2016-10-12 13:06   ` [PATCH v2 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers Johannes Thumshirn
     [not found]     ` <be630735292b05efbefe3835b79f22a8f95f34da.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:27       ` Hannes Reinecke
2016-10-12 13:06   ` [PATCH v2 04/16] scsi: Unify interfaces of fc_bsg_jobdone and bsg_job_done Johannes Thumshirn
     [not found]     ` <457c9d87193973d6e203eb43b9853138dbc0eafe.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:33       ` Hannes Reinecke
2016-10-12 13:06   ` [PATCH v2 05/16] scsi: fc: provide fc_bsg_to_shost() helper Johannes Thumshirn
     [not found]     ` <a31deec303ab470b574f086e72d3bf0e9f557c65.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:34       ` Hannes Reinecke
2016-10-12 13:06   ` [PATCH v2 06/16] scsi: fc: provide fc_bsg_to_rport() helper Johannes Thumshirn
     [not found]     ` <1e2e7efa478b213200a7c0a8a934d4c959bcb3de.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:34       ` Hannes Reinecke
2016-10-12 13:06   ` [PATCH v2 07/16] scsi: libfc: don't set FC_RQST_STATE_DONE before calling fc_bsg_jobdone() Johannes Thumshirn
     [not found]     ` <c0be09bd5581f7993618132ed4bced8e5cb62ce1.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:38       ` Hannes Reinecke
2016-10-12 13:06   ` [PATCH v2 10/16] scsi: change FC drivers to use 'struct bsg_job' Johannes Thumshirn
     [not found]     ` <b83569be0885a6cd79b24d6f8fb6dd25531e9384.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:44       ` Hannes Reinecke
2016-10-12 13:06   ` [PATCH v2 13/16] scsi: fc: use bsg_job_done Johannes Thumshirn
     [not found]     ` <42378ae44b685dfc03f8730017c48701e7187785.1476276823.git.jthumshirn-l3A5Bk7waGM@public.gmane.org>
2016-10-13 11:46       ` Hannes Reinecke
2016-10-12 13:06 ` [PATCH v2 08/16] scsi: fc: implement kref backed reference counting Johannes Thumshirn
2016-10-13 11:42   ` Hannes Reinecke
2016-10-13 14:40     ` Johannes Thumshirn
2016-10-12 13:06 ` [PATCH v2 09/16] block: add reference counting for struct bsg_job Johannes Thumshirn
2016-10-13 11:43   ` Hannes Reinecke
2016-10-12 13:06 ` [PATCH v2 11/16] scsi: fc: Use bsg_destroy_job Johannes Thumshirn
2016-10-13 11:45   ` Hannes Reinecke
2016-10-12 13:06 ` [PATCH v2 12/16] scsi: fc: use bsg_softirq_done Johannes Thumshirn
2016-10-13 11:45   ` Hannes Reinecke
2016-10-12 13:06 ` [PATCH v2 14/16] block: add bsg_job_put() and bsg_job_get() Johannes Thumshirn
2016-10-13 11:47   ` Hannes Reinecke
2016-10-12 13:06 ` [PATCH v2 15/16] scsi: fc: move FC transport's bsg code to bsg-lib Johannes Thumshirn
2016-10-13 11:49   ` Hannes Reinecke [this message]
2016-10-12 13:06 ` [PATCH v2 16/16] block: unexport bsg_softirq_done() again Johannes Thumshirn
2016-10-13 11:50   ` Hannes Reinecke
2016-10-12 15:54 ` [PATCH v2 00/16] Convert FibreChannel bsg code to use bsg-lib Steffen Maier
2016-10-13  7:39   ` Johannes Thumshirn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=95dd831f-a276-c336-010c-bd3794e023e3@suse.de \
    --to=hare@suse.de \
    --cc=hch@infradead.org \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=jthumshirn@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).