Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656941
| From | "Nicholas A. Bellinger" <nab@linux-iscsi.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support |
| Date | 2017-06-04 00:10 +0200 |
| Message-ID | <tOpp7-4fW-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Nicholas Bellinger <nab@linux-iscsi.org> Hi Himanshu + Quinn, Here is a small series to introduce proper percpu se_lun->lun_ref counting for TMR, and add common code in target_submit_tmr() to do tag lookup for unpacked_lun in order to drop the original driver specific lookup within __qlt_24xx_handle_abts(). It's rather straight-forward, so review and test as a v4.13 item. Thanks! Nicholas Bellinger (3): target: Add support for TMR percpu reference counting target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAG drivers/scsi/qla2xxx/qla_target.c | 39 ++++++----------------- drivers/scsi/qla2xxx/tcm_qla2xxx.c | 4 ++- drivers/target/target_core_device.c | 14 ++++++--- drivers/target/target_core_transport.c | 56 ++++++++++++++++++++++++++++------ include/target/target_core_base.h | 3 +- 5 files changed, 71 insertions(+), 45 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support "Nicholas A. Bellinger" <nab@linux-iscsi.org> - 2017-06-04 00:10 +0200
[PATCH 2/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK "Nicholas A. Bellinger" <nab@linux-iscsi.org> - 2017-06-04 00:10 +0200
Re: [PATCH 2/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK Bart Van Assche <Bart.VanAssche@sandisk.com> - 2017-06-05 18:00 +0200
Re: [PATCH 2/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK "Tran, Quinn" <Quinn.Tran@cavium.com> - 2017-06-07 03:20 +0200
[PATCH 1/3] target: Add support for TMR percpu reference counting "Nicholas A. Bellinger" <nab@linux-iscsi.org> - 2017-06-04 00:10 +0200
Re: [PATCH 1/3] target: Add support for TMR percpu reference counting "Tran, Quinn" <Quinn.Tran@cavium.com> - 2017-06-07 03:20 +0200
Re: [PATCH 0/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support "Madhani, Himanshu" <Himanshu.Madhani@cavium.com> - 2017-06-05 17:40 +0200
Re: [PATCH 0/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support "Madhani, Himanshu" <Himanshu.Madhani@cavium.com> - 2017-06-07 07:10 +0200
csiph-web