linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-18 08:50:59 to 2015-12-22 07:31:11 UTC [more...]

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  7:31 UTC  (97+ messages)
` [PATCH v3 01/77] atari_scsi: Fix SCSI host ID setting
` [PATCH v3 02/77] ncr5380: Remove redundant static variable initializers
` [PATCH v3 03/77] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v3 04/77] ncr5380: Remove more pointless macros
` [PATCH v3 05/77] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v3 06/77] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v3 07/77] ncr5380: Split NCR5380_init() into two functions
` [PATCH v3 08/77] ncr5380: Move NCR53C400-specific code
` [PATCH v3 09/77] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v3 10/77] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v3 11/77] ncr5380: Simplify bus reset handlers
` [PATCH v3 12/77] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v3 13/77] ncr5380: Remove redundant register writes
` [PATCH v3 14/77] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v3 15/77] ncr5380: Always escalate bad target time-out "
` [PATCH v3 16/77] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v3 17/77] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v3 18/77] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v3 19/77] ncr5380: Cleanup bogus {request, release}_region() calls
  ` [PATCH v3 19/77] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH v3 20/77] ncr5380: Introduce unbound workqueue
` [PATCH v3 21/77] ncr5380: Sleep when polling, if possible
` [PATCH v3 22/77] ncr5380: Eliminate selecting state
` [PATCH v3 23/77] ncr5380: Always retry arbitration and selection
` [PATCH v3 24/77] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v3 25/77] ncr5380: Rework disconnect versus poll logic
` [PATCH v3 26/77] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v3 27/77] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v3 28/77] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v3 29/77] ncr5380: Remove references to linked commands
` [PATCH v3 30/77] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v3 31/77] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v3 32/77] ncr5380: Fix bus phase "
` [PATCH v3 33/77] atari_NCR5380: Set do_abort() timeouts
` [PATCH v3 34/77] atari_NCR5380: Use arbitration timeout
` [PATCH v3 35/77] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v3 36/77] ncr5380: Use work_struct instead of delayed_work
` [PATCH v3 37/77] ncr5380: Standardize work queueing algorithm
` [PATCH v3 38/77] ncr5380: Remove UNSAFE macro
` [PATCH v3 39/77] ncr5380: Standardize interrupt handling
` [PATCH v3 40/77] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v3 41/77] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v3 42/77] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v3 43/77] ncr5380: Standardize reselection handling
` [PATCH v3 44/77] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v3 45/77] ncr5380: Cleanup #include directives
` [PATCH v3 46/77] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v3 47/77] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v3 48/77] atari_NCR5380: Fix queue_size limit
` [PATCH v3 49/77] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v3 50/77] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v3 51/77] ncr5380: Remove command list debug code
` [PATCH v3 52/77] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v3 53/77] ncr5380: Use shost_priv helper
` [PATCH v3 54/77] ncr5380: Use dsprintk() for queue debugging
` [PATCH v3 55/77] ncr5380: Remove LIST and REMOVE macros
` [PATCH v3 56/77] ncr5380: Remove redundant volatile qualifiers
` [PATCH v3 57/77] ncr5380: Use standard list data structure
` [PATCH v3 58/77] ncr5380: Refactor command completion
` [PATCH v3 59/77] ncr5380: Fix autosense bugs
` [PATCH v3 60/77] ncr5380: Implement new eh_abort_handler
` [PATCH v3 61/77] ncr5380: Fix EH during arbitration and selection
` [PATCH v3 62/77] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v3 63/77] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v3 64/77] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v3 65/77] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v3 66/77] ncr5380: Fix soft lockups
` [PATCH v3 67/77] ncr5380: Cleanup comments
` [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp
` [PATCH v3 69/77] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v3 70/77] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v3 71/77] ncr5380: Cleanup whitespace and parentheses
` [PATCH v3 72/77] ncr5380: Fix pseudo DMA transfers on 53C400
` [PATCH v3 73/77] ncr5380: Use runtime register mapping
` [PATCH v3 74/77] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v3 75/77] ncr5380: Enable PDMA for DTC chips
` [PATCH v3 76/77] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v3 77/77] ncr5380: Add support for HP C2502

st driver doesn't seem to grok LTO partitioning
 2015-12-22  5:51 UTC  (5+ messages)

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-22  5:34 UTC  (5+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code

[PATCH v2 0/3] hpsa updates
 2015-12-22  4:58 UTC  (8+ messages)
` [PATCH v2 1/3] hpsa: fix path_info_show
` [PATCH v2 2/3] hpsa: change SAS transport devices to bus 0
` [PATCH v2 3/3] hpsa: add box and bay information for enclosure devices

[PATCH 00/17] lpfc: Update to revision 11.0.0.10
 2015-12-22  3:23 UTC  (2+ messages)

[PATCH 1/1] mvsas: add SGPIO support to Marvell 94xx
 2015-12-22  2:43 UTC  (3+ messages)

[PATCH V3 0/4] scsi: storvsc: Properly support FC hosts
 2015-12-21 19:40 UTC  (17+ messages)
` [PATCH V3 1/4] scsi: storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
  ` [PATCH V3 2/4] scsi: storvsc: Properly support Fibre Channel devices
  ` [PATCH V3 3/4] scsi: storvsc: Refactor the code in storvsc_channel_init()
  ` [PATCH V3 4/4] scsi: storvsc: Tighten up the interrupt path

[linux-review:Don-Brace/hpsa-updates/20151222-012604] 2d6b0344e54718328f78cd942d965f0b4725bd8d BUILD DONE
 2015-12-21 18:12 UTC 

[PATCH 0/3] hpsa update
 2015-12-21 17:09 UTC  (9+ messages)
` [PATCH 2/3] hpsa: change SAS transport devices to bus 0
` [PATCH 3/3] hpsa: add box and bay information for enclosure devices

[PATCH 0/3] hisi_sas v1 hw itct fixes
 2015-12-21 11:35 UTC  (4+ messages)
` [PATCH 1/3] hisi_sas: fix v1 itct masks
` [PATCH 2/3] hisi_sas: fix typo in setup_itct_v1_hw()
` [PATCH 3/3] hisi_sas: use u64 for qw0 in free_device_v1_hw()

[PATCH 0/2] target: kthread login failure hung task + CAW use-after-free
 2015-12-21  7:19 UTC  (3+ messages)

[PATCH v2 00/16] qla2xxx: Patches for target-pending branch
 2015-12-21  7:13 UTC  (4+ messages)
` [PATCH v2 15/16] qla2xxx: Add bulk send for atio & ctio completion paths

[PATCH 00/15] be2iscsi: driver update 11.0.0.0
 2015-12-21  7:13 UTC  (41+ messages)
` [PATCH 01/15] be2iscsi: Fix soft lockup in mgmt_get_all_if_id path using bmbx
` [PATCH 02/15] be2iscsi: Fix mbox synchronization replacing spinlock with mutex
` [PATCH 03/15] be2iscsi: Fix to use atomic operations for tag_state
` [PATCH 04/15] be2iscsi: Fix to synchronize tag allocation using spin_lock
` [PATCH 05/15] be2iscsi: Set mbox timeout to 30s
` [PATCH 06/15] be2iscsi: Added return value check for mgmt_get_all_if_id
` [PATCH 07/15] be2iscsi: Fix to remove shutdown entry point
` [PATCH 08/15] be2iscsi: Fix VLAN support for IPv6 network
` [PATCH 09/15] be2iscsi: Fix to handle misconfigured optics events
` [PATCH 10/15] be2iscsi: Add FW config validation
` [PATCH 11/15] be2iscsi: Fix return value for MCC completion
` [PATCH 12/15] be2iscsi: Fix IOPOLL implementation
` [PATCH 13/15] be2iscsi: Fix to process 25G link speed info from FW
` [PATCH 14/15] be2iscsi: Fix WRB leak in login/logout path
` [PATCH 15/15] be2iscsi: Update the driver version

Dear Friend,
 2015-12-20 15:29 UTC 

JUST REPLY YES ONLY
 2015-12-20  9:51 UTC 

ATTENTION!!!!!!
 2015-12-20  5:33 UTC 

[PATCH] SCSI-lpfc: Use a signed return type for two functions
 2015-12-19 20:17 UTC  (2+ messages)

[PATCH] mpt3sas:Fix missing error checks for calls to _transport_phy_reset in mpt3sas_transport.c
 2015-12-19 19:43 UTC 

[PATCH] mpt3sas:Fix missing error checks for calls to _transport_phy_reset in mpt3sas_transport.c
 2015-12-19 19:42 UTC 

[GIT PULL] SCSI fixes for 4.4-rc5
 2015-12-19  2:09 UTC 

scsi-mq performance check
 2015-12-18 16:50 UTC  (6+ messages)

[PATCH 00/15] megaraid_sas: Updates for scsi-next
 2015-12-18 14:49 UTC  (19+ messages)
` [PATCH 01/15] megaraid_sas: Do not allow PCI access during OCR
` [PATCH 02/15] megaraid_sas: MFI IO timeout handling
` [PATCH 03/15] megaraid_sas: Syncing request flags macro names with firmware
` [PATCH 04/15] megaraid_sas: Task management support
` [PATCH 05/15] megaraid_sas: Update device Queue depth based on interface type
` [PATCH 06/15] megaraid_sas: Fastpath region lock bypass
` [PATCH 07/15] megaraid_sas: Reply Descriptor Post Queue(RDPQ) support
  ` [PATCH] megaraid_sas: fix kzalloc-simple.cocci warnings
` [PATCH 08/15] megaraid_sas: Code optimization build_and_issue_cmd return-type
` [PATCH 09/15] megaraid_sas: Dual Queue depth support
` [PATCH 10/15] megaraid_sas: IO throttling support
` [PATCH 11/15] megaraid_sas: Make adprecovery variable atomic
` [PATCH 12/15] megaraid_sas: MFI adapter's OCR changes
` [PATCH 13/15] megaraid_sas: Introduce module parameter for SCSI command-timeout
` [PATCH 14/15] megaraid_sas: SPERC OCR changes
` [PATCH 15/15] megaraid_sas: SPERC boot driver reorder

Review & Reply
 2015-12-18 10:18 UTC 

[PATCH RFC 0/2] avoid crashing when reading /proc/scsi/scsi and simultaneously removing devices
 2015-12-18  9:23 UTC  (6+ messages)
` [PATCH RFC 1/2] drivers/base: add bus_device_iter_init, bus_device_iter_next, bus_device_iter_exit
` [PATCH RFC 2/2] scsi_proc: Change /proc/scsi/scsi to use bus device iterator

[PATCH v1 0/3] hpsa update
 2015-12-18  9:12 UTC  (2+ messages)


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).