public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/29] cxlflash: Miscellaneous bug fixes and corrections
@ 2015-09-11 21:13 Matthew R. Ochs
  2015-09-14  1:12 ` Ian Munsie
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew R. Ochs @ 2015-09-11 21:13 UTC (permalink / raw)
  To: linux-scsi, James.Bottomley, nab, brking, imunsie, dja,
	andrew.donnellan
  Cc: mikey

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-16  3:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 21:13 [PATCH 00/29] cxlflash: Miscellaneous bug fixes and corrections Matthew R. Ochs
2015-09-14  1:12 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox