linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-04 17:02:58 to 2015-12-08 11:40:18 UTC [more...]

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-08 11:40 UTC  (31+ messages)
` [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [RFC PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [PATCH 73/71] ncr5380: Use runtime register mapping
` [PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 78/71] ncr5380: Add support for HP 53C400A-based cards (C2502)
` [PATCH v2 73/71] ncr5380: Use runtime register mapping
` [PATCH v2 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v2 76/71] ncr5380: Enable PDMA for DTC chips
` [PATCH v2 77/71] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v3 76/71] ncr5380: Enable PDMA for DTC chips
` [PATCH v2 78/71] ncr5380: Add support for HP 53C400A-based cards (C2502)

[PATCH 00/20] ALUA device handler update, part II
 2015-12-08  7:37 UTC  (21+ messages)
` [PATCH 01/20] scsi_dh_alua: Pass buffer as function argument
` [PATCH 02/20] scsi_dh_alua: separate out alua_stpg()
` [PATCH 03/20] scsi_dh_alua: Make stpg synchronous
` [PATCH 04/20] scsi_dh_alua: call alua_rtpg() if stpg fails
` [PATCH 05/20] scsi_dh_alua: switch to scsi_execute_req_flags()
` [PATCH 06/20] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 07/20] scsi_dh_alua: allocate RTPG buffer separately
` [PATCH 08/20] scsi_dh_alua: use unique device id
` [PATCH 09/20] scsi_dh_alua: simplify alua_initialize()
` [PATCH 10/20] revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning")
` [PATCH 11/20] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 12/20] scsi_dh_alua: Allow workqueue to run synchronously
` [PATCH 13/20] scsi_dh_alua: Recheck state on unit attention
` [PATCH 14/20] scsi_dh_alua: update all port states
` [PATCH 15/20] scsi_dh_alua: Send TEST UNIT READY to poll for transitioning
` [PATCH 16/20] scsi_dh: add 'rescan' callback
` [PATCH 17/20] scsi: Add 'access_state' attribute
` [PATCH 18/20] scsi_dh_alua: use common definitions for ALUA state
` [PATCH 19/20] scsi_dh_alua: update 'access_state' field
` [PATCH 20/20] scsi_dh_alua: Update version to 2.0

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-08  2:54 UTC  (5+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code
` [PATCH v2 2/3] block: Add badblock management for gendisks
` [PATCH v2 3/3] md: convert to use the generic badblocks code

[PATCH 00/20] qla2xxx: Patches for target-pending branch
 2015-12-08  2:48 UTC  (28+ messages)
` [PATCH 01/20] qla2xxx: Enable Extended Login support
` [PATCH 02/20] qla2xxx: Enable Exchange offload support
` [PATCH 03/20] qla2xxx: Enable Target counters in DebugFS
` [PATCH 04/20] qla2xxx: Add FW resource count "
` [PATCH 05/20] qla2xxx: Added interface to send ELS commands from driver
  ` [PATCH] qla2xxx: fix ifnullfree.cocci warnings
` [PATCH 06/20] qla2xxx: Delete session if initiator is gone from FW
` [PATCH 07/20] qla2xxx: Wait for all conflicts before ack'ing PLOGI
` [PATCH 08/20] qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit
` [PATCH 09/20] qla2xxx: Change check_stop_free to always return 1
` [PATCH 10/20] qla2xxx: Fix interaction issue between qla2xxx and Target Core Module
` [PATCH 11/20] qla2xxx: Add TAS detection for kernel 3.15 n newer
` [PATCH 12/20] target/tmr: LUN reset cause cmd premature free
` [PATCH 13/20] qla2xxx: Remove dependency on hardware_lock to reduce lock contention
` [PATCH 14/20] qla2xxx: Add irq affinity notification
` [PATCH 15/20] qla2xxx: Add selective command queuing
` [PATCH 16/20] qla2xxx: Move atioq to a different lock to reduce lock contention
` [PATCH 17/20] qla2xxx: Disable ZIO at start time
` [PATCH 18/20] qla2xxx: Set all queues to 4k
` [PATCH 19/20] qla2xxx: Add bulk send for atio & ctio completion paths
` [PATCH 20/20] qla2xxx: Check for online flag instead of active reset when transmitting responses

[PATCH 13/20] qla2xxx: Remove dependency on hardware_lock to reduce lock contention
 2015-12-08  2:26 UTC 

[PATCH] scsi_dh_alua: Remove stale variables
 2015-12-08  1:12 UTC  (2+ messages)

completion queue abstraction V2
 2015-12-07 20:51 UTC  (14+ messages)
` [PATCH 01/13] irq_poll: make blk-iopoll available outside the block layer
` [PATCH 02/13] irq_poll: don't disable new irq_poll instances
` [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched
  ` [PATCH 04/13] irq_poll: fold irq_poll_disable_pending into irq_poll_softirq
` [PATCH 05/13] irq_poll: mark __irq_poll_complete static
` [PATCH 06/13] irq_poll: remove unused data and max fields
` [PATCH 07/13] IB: add a proper completion queue abstraction
` [PATCH 08/13] IB/srpt: chain RDMA READ/WRITE requests
` [PATCH 09/13] IB/srpt: use the new CQ API
` [PATCH 10/13] IB/srp: "
` [PATCH 11/13] IB/iser: Use a dedicated descriptor for login
` [PATCH 12/13] IB/iser: Use helper for container_of
` [PATCH 13/13] IB/iser: Convert to CQ abstraction

[PATCH 00/10] aacraid: Patchset for aacraid driver version 41052
 2015-12-07 19:07 UTC  (14+ messages)
` [PATCH 04/10] aacraid: Fix memory leak in aac_fib_map_free
` [PATCH 05/10] aacraid: Set correct msix count for EEH recovery
` [PATCH 08/10] aacraid: Disable device ID wildcard

[Bug 108771] New: scsi: ses: kasan: ses_enclosure_data_process use after free on boot SAS2X28
 2015-12-07 14:01 UTC  (2+ messages)
` [Bug 108771] "

transakce~
 2015-12-07  0:21 UTC 

[PATCH] scsi_transport_fc: cancel scan work always before freeing fc_rport
 2015-12-07 10:00 UTC 

Please,contact the bank director for the transfer USD5.5Million and get back to me
 2015-12-07  1:50 UTC 

[PATCH] cciss: print max outstanding commands as a hex value
 2015-12-06 22:19 UTC 

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

eata module for DPT SCSI cards
 2015-12-06 15:41 UTC 

[GIT PULL] SCSI fixes for 4.4-rc3
 2015-12-06  5:30 UTC 

[PATCH 1/2] be2iscsi: Remove unnecessary synchronize_irq() before free_irq()
 2015-12-05 10:53 UTC  (2+ messages)
` [PATCH 2/2] mpt3sas: "

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-05  0:17 UTC  (10+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code
` [PATCH v2 2/3] block: Add badblock management for gendisks

[PATCH v2] VMW_PVSCSI: Fix the issue of DMA-API related warnings
 2015-12-04 22:07 UTC  (3+ messages)

BUG: KASAN: slab-out-of-bounds in ses_enclosure_data_process+0x900/0xe50
 2015-12-04 20:40 UTC  (11+ messages)

[PATCH] storvsc: add more logging for error and warning messages
 2015-12-04 18:41 UTC  (3+ messages)

[PATCH] mpt3sas: add PCI dependency for CONFIG_SCSI_MPT2SAS
 2015-12-04 17:29 UTC  (3+ messages)

kernel BUG at drivers/scsi/scsi_lib.c:1096!
 2015-12-04 17:09 UTC  (14+ 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).