messages from 2015-12-23 08:34:49 to 2016-01-04 19:02:34 UTC [more...]
[PATCH v2 00/16] qla2xxx: Patches for target-pending branch
2016-01-04 19:04 UTC (10+ messages)
` [PATCH v2 11/16] qla2xxx: Add selective command queuing
` [PATCH v2 15/16] qla2xxx: Add bulk send for atio & ctio completion paths
st driver doesn't seem to grok LTO partitioning
2016-01-04 15:32 UTC (21+ messages)
[PATCH] mpt3sas: a correction in unmap_resources
2016-01-04 11:21 UTC (2+ messages)
[PATCH 00/20] qla2xxx: Patches for target-pending branch
2016-01-04 7:44 UTC (4+ messages)
` [PATCH 12/20] target/tmr: LUN reset cause cmd premature free
[PATCH RESEND] megaraid:Fix for loop termination statment in the function process_fw_state_change_wq
2016-01-04 5:41 UTC
[PATCH v4 00/78] More fixes, cleanup and modernization for NCR5380 drivers
2016-01-03 22:13 UTC (86+ messages)
` [PATCH v4 01/78] atari_scsi: Fix SCSI host ID setting
` [PATCH v4 02/78] ncr5380: Remove redundant static variable initializers
` [PATCH v4 03/78] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v4 04/78] ncr5380: Remove more pointless macros
` [PATCH v4 05/78] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v4 06/78] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v4 07/78] ncr5380: Split NCR5380_init() into two functions
` [PATCH v4 08/78] ncr5380: Move NCR53C400-specific code
` [PATCH v4 09/78] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v4 10/78] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v4 11/78] ncr5380: Simplify bus reset handlers
` [PATCH v4 12/78] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v4 13/78] ncr5380: Remove redundant register writes
` [PATCH v4 14/78] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v4 15/78] ncr5380: Always escalate bad target time-out "
` [PATCH v4 16/78] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v4 17/78] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v4 18/78] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v4 19/78] ncr5380: Cleanup bogus {request, release}_region() calls
` [PATCH v4 20/78] ncr5380: Introduce unbound workqueue
` [PATCH v4 21/78] ncr5380: Sleep when polling, if possible
` [PATCH v4 22/78] ncr5380: Eliminate selecting state
` [PATCH v4 23/78] ncr5380: Always retry arbitration and selection
` [PATCH v4 24/78] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v4 25/78] ncr5380: Rework disconnect versus poll logic
` [PATCH v4 26/78] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v4 27/78] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v4 28/78] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v4 29/78] ncr5380: Remove references to linked commands
` [PATCH v4 30/78] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v4 31/78] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v4 32/78] ncr5380: Fix bus phase "
` [PATCH v4 33/78] atari_NCR5380: Set do_abort() timeouts
` [PATCH v4 34/78] atari_NCR5380: Use arbitration timeout
` [PATCH v4 35/78] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v4 36/78] ncr5380: Use work_struct instead of delayed_work
` [PATCH v4 37/78] ncr5380: Standardize work queueing algorithm
` [PATCH v4 38/78] ncr5380: Remove UNSAFE macro
` [PATCH v4 39/78] ncr5380: Standardize interrupt handling
` [PATCH v4 40/78] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v4 41/78] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v4 42/78] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v4 43/78] ncr5380: Standardize reselection handling
` [PATCH v4 44/78] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v4 45/78] ncr5380: Cleanup #include directives
` [PATCH v4 46/78] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v4 47/78] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v4 48/78] atari_NCR5380: Fix queue_size limit
` [PATCH v4 49/78] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v4 50/78] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v4 51/78] ncr5380: Remove command list debug code
` [PATCH v4 52/78] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v4 53/78] ncr5380: Use shost_priv helper
` [PATCH v4 54/78] ncr5380: Use dsprintk() for queue debugging
` [PATCH v4 55/78] ncr5380: Remove LIST and REMOVE macros
` [PATCH v4 56/78] ncr5380: Remove redundant volatile qualifiers
` [PATCH v4 57/78] ncr5380: Use standard list data structure
` [PATCH v4 58/78] ncr5380: Refactor command completion
` [PATCH v4 59/78] ncr5380: Fix autosense bugs
` [PATCH v4 60/78] ncr5380: Implement new eh_abort_handler
` [PATCH v4 61/78] ncr5380: Fix EH during arbitration and selection
` [PATCH v4 62/78] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v4 63/78] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v4 64/78] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v4 65/78] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v4 66/78] ncr5380: Fix soft lockups
` [PATCH v4 67/78] ncr5380: Cleanup comments
` [PATCH v4 68/78] ncr5380: Fix trailing whitespace using regexp
` [PATCH v4 69/78] ncr5380: Fix whitespace in comments "
` [PATCH v4 70/78] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v4 71/78] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v4 72/78] ncr5380: Cleanup whitespace and parentheses
` [PATCH v4 73/78] ncr5380: Fix pseudo DMA transfers on 53C400
` [PATCH v4 74/78] ncr5380: Use runtime register mapping
` [PATCH v4 75/78] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v4 76/78] ncr5380: Enable PDMA for DTC chips
` [PATCH v4 77/78] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v4 78/78] ncr5380: Add support for HP C2502
NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [kworker/1:1:29]
2016-01-03 18:03 UTC (4+ messages)
[PATCH 00/20] ALUA device handler update, part II
2016-01-03 10:54 UTC (44+ messages)
` [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 06/20] scsi_dh_alua: Use separate alua_port_group structure
` [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 7/7] mvsas: use to_delayed_work
2016-01-01 14:59 UTC
[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
2016-01-01 1:28 UTC (2+ messages)
[Bug 110171] sd 6:0:0:0: [sdc] No Caching mode page found
2015-12-30 19:30 UTC
[PATCH] scsi_transport_fc: remove useless check
2015-12-30 11:18 UTC
completion queue abstraction V2
2015-12-30 9:43 UTC (9+ messages)
` [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched
` [PATCH 08/13] IB/srpt: chain RDMA READ/WRITE requests
[PATCH RESEND] csiostor:Fix locking issues in the function csio_scsim_cleanup_io_lnode
2015-12-29 18:27 UTC
How to set DPOFUA=0 ?
2015-12-29 18:04 UTC (4+ messages)
Donation/Charity
2015-12-29 4:35 UTC
Donation/Charity
2015-12-29 2:26 UTC
[lkp] [ses] 3417c1b5cb: WARNING: CPU: 2 PID: 2013 at fs/xfs/xfs_file.c:772 xfs_file_dio_aio_write+0x2a2/0x320()
2015-12-29 2:11 UTC (2+ messages)
` [LKP] "
Assalam o Alaikum
2015-12-29 2:03 UTC
[PATCH v3 0/4] scsi: cleanup ioctl headers and provide UAPI versions
2015-12-28 23:27 UTC (2+ messages)
[PATCH 1/1] mvsas: add SGPIO support to Marvell 94xx
2015-12-28 21:47 UTC (6+ messages)
Partnership
2015-12-28 15:18 UTC
[PATCH V4 0/4] scsi: storvsc: Properly support FC hosts
2015-12-28 17:59 UTC (7+ messages)
` [PATCH V4 1/4] scsi: storvsc: Fix a bug in the layout of the hv_fc_wwn_packet
` [PATCH V4 2/4] scsi: storvsc: Properly support Fibre Channel devices
` [PATCH V4 3/4] scsi: storvsc: Refactor the code in storvsc_channel_init()
` [PATCH V4 4/4] scsi: storvsc: Tighten up the interrupt path
Hello Dear Friend,
2015-12-28 9:19 UTC
linux-scsi antiblue protect eye for distributor
2015-12-26 0:27 UTC
[PATCH 1/1] 3w-xxxx: pass through compat mode ioctls
2015-12-25 5:45 UTC
[PATCH v5 0/3] Badblock tracking for gendisks
2015-12-25 2:20 UTC (4+ messages)
` [PATCH v5 1/3] badblocks: Add core badblock management code
` [PATCH v5 2/3] block: Add badblock management for gendisks
` [PATCH v5 3/3] md: convert to use the generic badblocks code
qla2xxx: Delete session if initiator is gone from FW
2015-12-24 8:11 UTC (2+ messages)
[PATCH v3 00/17] be2iscsi: driver update 11.0.0.0
2015-12-23 8:34 UTC (16+ messages)
` [PATCH v3 03/17] be2iscsi: Fix to use atomic bit operations for tag_state
` [PATCH v3 04/17] be2iscsi: Fix to synchronize tag allocation using spin_lock
` [PATCH v3 05/17] be2iscsi: Set mbox timeout to 30s
` [PATCH v3 06/17] be2iscsi: Added return value check for mgmt_get_all_if_id
` [PATCH v3 07/17] be2iscsi: Fix to remove shutdown entry point
` [PATCH v3 08/17] be2iscsi: Fix VLAN support for IPv6 network
` [PATCH v3 09/17] be2iscsi: Fix to handle misconfigured optics events
` [PATCH v3 10/17] be2iscsi: Add FW config validation
` [PATCH v3 11/17] be2iscsi: Fix return value for MCC completion
` [PATCH v3 12/17] be2iscsi: Fix IOPOLL implementation
` [PATCH v3 13/17] scsi_transport_iscsi: Add 25G and 40G speed definition
` [PATCH v3 14/17] be2iscsi: Fix to process 25G link speed info from FW
` [PATCH v3 15/17] be2iscsi: Fix async link event processing
` [PATCH v3 16/17] be2iscsi: Fix WRB leak in login/logout path
` [PATCH v3 17/17] be2iscsi: Update the driver version
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).