linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-06 03:40:56 to 2015-12-10 18:41:51 UTC [more...]

completion queue abstraction V2
 2015-12-10 18:41 UTC  (16+ 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] hisi_sas: fix error codes in hisi_sas_task_prep()
 2015-12-10 18:17 UTC  (3+ messages)

[PATCH] [SCSI] osd: fix signed char versus %02x issue
 2015-12-10 18:15 UTC  (3+ messages)

[PATCH v2] storvsc: add logging for error/warning messages
 2015-12-10 18:12 UTC  (3+ messages)

[PATCH v2] VMW_PVSCSI: Fix the issue of DMA-API related warnings
 2015-12-10 17:58 UTC  (2+ messages)

[PATCH RESEND] cxlflash: drop unlikely before IS_ERR_OR_NULL
 2015-12-10 17:56 UTC  (2+ messages)

[PATCH RESEND] cxlflash: a couple off by one bugs
 2015-12-10 17:54 UTC  (2+ messages)

[PATCH 0/15] copy offload patches
 2015-12-10 17:31 UTC  (16+ messages)
` [PATCH 1/15] block copy: initial XCOPY offload support
` [PATCH 2/15] block copy: use two bios
` [PATCH 3/15] block copy: report the amount of copied data
` [PATCH 4/15] block copy: use a timer to fix a theoretical deadlock
` [PATCH 5/15] block copy: use asynchronous notification
` [PATCH 6/15] scsi xcopy: suppress error messages
` [PATCH 7/15] scsi xcopy: keep cache of failures
` [PATCH 8/15] block copy: introduce "copy_boundary" limits
` [PATCH 9/15] dm: implement copy
` [PATCH 10/15] dm linear: support copy
` [PATCH 11/15] dm stripe: "
` [PATCH 12/15] dm kcopyd: introduce the function submit_job
` [PATCH 13/15] dm kcopyd: support copy offload
` [PATCH 14/15] dm kcopyd: change mutex to spinlock
` [PATCH 15/15] dm kcopyd: call copy offload with asynchronous callback

[PATCH] hisi_sas: use platform_get_irq()
 2015-12-10 15:02 UTC 

[PATCH] ses: Fix problems with simple enclosures
 2015-12-10 13:28 UTC  (5+ messages)

[BISECTED] WARNING: CPU: 2 PID: 142 at block/genhd.c:626 add_disk+0x480/0x4e0()
 2015-12-10  6:52 UTC  (2+ messages)

[PATCH 00/20] qla2xxx: Patches for target-pending branch
 2015-12-10  1:06 UTC  (46+ 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

[Bug 108771] New: scsi: ses: kasan: ses_enclosure_data_process use after free on boot SAS2X28
 2015-12-10  0:43 UTC  (6+ messages)
` [Bug 108771] "

[PATCH 0/3] hpsa update
 2015-12-09 23:41 UTC  (7+ messages)
` [PATCH 1/3] hpsa: fix path_info_show
` [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] Fix the problem of SATA devices within SAS enclosures
 2015-12-09 20:56 UTC  (7+ messages)
` [PATCH 1/3] scsi_transport_sas: add is_sas_attached() function
` [PATCH 2/3] scsi_transport_sas: add function to get SAS endpoint address
` [PATCH 3/3] ses: fix discovery of SATA devices in SAS enclosures
  ` [PATCH v2 "

[patch] [SCSI] atp870u: 64 bit bug in probe()
 2015-12-09 19:37 UTC  (10+ messages)
` [patch RESEND] atp870u: 64 bit bug in atp885_init()

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-09 13:39 UTC  (22+ messages)
` [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
` [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 v3 "

[PATCH] scsi: sim710: fix build warning
 2015-12-09 11:45 UTC  (3+ messages)

Update
 2015-12-09  2:43 UTC 

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

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

[PATCH 00/20] ALUA device handler update, part II
 2015-12-08 15:06 UTC  (22+ 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 RFC 0/2] avoid crashing when reading /proc/scsi/scsi and simultaneously removing devices
 2015-12-08 14:08 UTC  (3+ 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 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 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)

[PATCH 00/10] aacraid: Patchset for aacraid driver version 41052
 2015-12-07 19:07 UTC  (11+ messages)
` [PATCH 04/10] aacraid: Fix memory leak in aac_fib_map_free
` [PATCH 08/10] aacraid: Disable device ID wildcard

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  (7+ messages)
` [PATCH v2 15/72] ncr5380: Always escalate bad target time-out in NCR5380_select()
` [PATCH v2 21/72] ncr5380: Sleep when polling, if possible
` [PATCH v2 39/72] ncr5380: Standardize interrupt handling
` [PATCH v2 54/72] ncr5380: Use dsprintk() for queue debugging

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 


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