Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1491660 > unrolled thread

[RFC][PATCH v2 0/2] Improve libsas hotplug

Started byYijing Wang <wangyijing@huawei.com>
First post2016-09-27 05:20 +0200
Last post2016-09-27 05:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RFC][PATCH v2 0/2] Improve libsas hotplug Yijing Wang <wangyijing@huawei.com> - 2016-09-27 05:20 +0200

#1491660 — [RFC][PATCH v2 0/2] Improve libsas hotplug

FromYijing Wang <wangyijing@huawei.com>
Date2016-09-27 05:20 +0200
Subject[RFC][PATCH v2 0/2] Improve libsas hotplug
Message-ID<slR61-4eM-9@gated-at.bofh.it>
v1-v2: Fix memory allocation issue in interrupt context.

Yijing Wang (2):
  libsas: Alloc dynamic work to avoid missing sas events
  libsas: Fix hotplug issue in libsas

 drivers/scsi/libsas/sas_ata.c       |  34 ++---
 drivers/scsi/libsas/sas_discover.c  | 245 ++++++++++++++++++++++++++----------
 drivers/scsi/libsas/sas_event.c     |  61 +++++----
 drivers/scsi/libsas/sas_expander.c  |  54 ++++++--
 drivers/scsi/libsas/sas_init.c      |  31 ++++-
 drivers/scsi/libsas/sas_internal.h  |  45 ++++++-
 drivers/scsi/libsas/sas_phy.c       |  50 +++-----
 drivers/scsi/libsas/sas_port.c      |  35 ++++--
 drivers/scsi/libsas/sas_scsi_host.c |  23 ++++
 include/scsi/libsas.h               |  13 +-
 include/scsi/sas_ata.h              |   4 +-
 11 files changed, 404 insertions(+), 191 deletions(-)

-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web