public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Matthew R. Ochs" <mrochs@linux.vnet.ibm.com>
To: linux-scsi@vger.kernel.org,
	James.Bottomley@HansenPartnership.com, nab@linux-iscsi.org,
	brking@linux.vnet.ibm.com, imunsie@au1.ibm.com,
	dja@ozlabs.au.ibm.com, andrew.donnellan@au1.ibm.com
Cc: mikey@neuling.org
Subject: [PATCH 00/29] cxlflash: Miscellaneous bug fixes and corrections
Date: Fri, 11 Sep 2015 16:13:32 -0500	[thread overview]
Message-ID: <1442006012-46803-1-git-send-email-mrochs@linux.vnet.ibm.com> (raw)

This patch set contains various fixes and corrections for issues that
were found during test and code review. The series is based upon the
code upstreamed in 4.3 and is intended for the rc phase. The entire
set is bisectable.

Manoj Kumar (3):
  cxlflash: Move global.mutex to caller of find_and_create_lun()
  cxlflash: Add a literal for units of max_sector
  cxlflash: Increase timeout value for read capacity to 30 seconds

Matthew R. Ochs (26):
  cxlflash: Obtain additional sdev reference
  cxlflash: Always attempt LUN table initialization
  cxlflash: Change rht_needs_ws from bool to u8
  cxlflash: Add ULL specifier to context encode mask
  cxlflash: Add ioctl drain
  cxlflash: Check for removal when processing interrupt
  cxlflash: Rename limbo to reset
  cxlflash: Make functions static
  cxlflash: Refine host/device attributes
  cxlflash: Refine print statements
  cxlflash: Protect TMF waitq with spinlock
  cxlflash: Only set resid when needed
  cxlflash: Rescan host following link up event
  cxlflash: Bypass async interrupt bits that are off
  cxlflash: Remove dual port online dependency
  cxlflash: Properly obtain AFU version and check it
  cxlflash: Correct usage of scsi_host_put()
  cxlflash: Move workq termination earlier on remove
  cxlflash: Recheck state after adapter reset
  cxlflash: Remove unnecessary scsi_block_requests
  cxlflash: Update function prologs
  cxlflash: Fix MMIO and endianness errors
  cxlflash: Drop context mutex while processing sense
  cxlflash: Spelling, grammar, and alignment changes
  cxlflash: Clear AFU RRQ following reset
  MAINTAINERS: Add cxlflash driver

 MAINTAINERS                       |    9 +
 drivers/scsi/cxlflash/common.h    |   28 +-
 drivers/scsi/cxlflash/lunmgt.c    |    9 +-
 drivers/scsi/cxlflash/main.c      | 1539 ++++++++++++++++++++-----------------
 drivers/scsi/cxlflash/main.h      |    1 +
 drivers/scsi/cxlflash/sislite.h   |    8 +-
 drivers/scsi/cxlflash/superpipe.c |  172 +++--
 drivers/scsi/cxlflash/superpipe.h |   11 +-
 drivers/scsi/cxlflash/vlun.c      |   39 +-
 9 files changed, 998 insertions(+), 818 deletions(-)

-- 
2.1.0


             reply	other threads:[~2015-09-11 21:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11 21:13 Matthew R. Ochs [this message]
2015-09-14  1:12 ` [PATCH 00/29] cxlflash: Miscellaneous bug fixes and corrections Ian Munsie
2015-09-14 20:12   ` Matthew R. Ochs
2015-09-16  2:50     ` Ian Munsie
2015-09-16  3:50       ` Matthew R. Ochs

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=1442006012-46803-1-git-send-email-mrochs@linux.vnet.ibm.com \
    --to=mrochs@linux.vnet.ibm.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=andrew.donnellan@au1.ibm.com \
    --cc=brking@linux.vnet.ibm.com \
    --cc=dja@ozlabs.au.ibm.com \
    --cc=imunsie@au1.ibm.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=mikey@neuling.org \
    --cc=nab@linux-iscsi.org \
    /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