messages from 2017-06-28 08:33:20 to 2017-06-30 13:25:26 UTC [more...]
[PATCH 00/15] megaraid_sas: Updates for scsi-next
2017-06-30 13:25 UTC (20+ messages)
` [PATCH 01/15] megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command
` [PATCH 02/15] megaraid_sas: set minimum value of resetwaittime to be 1 secs
` [PATCH 03/15] megaraid_sas: Use synchronize_irq in target reset case
` [PATCH 04/15] megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands
` [PATCH 05/15] megaraid_sas: Do not re-fire shutdown DCMD after OCR
` [PATCH 06/15] megaraid_sas: Fix endianness issues in DCMD handling
` [PATCH 07/15] megaraid_sas: Check valid aen class range to avoid kernel panic
` [PATCH 08/15] megaraid_sas: Use SMID for Task abort case only
` [PATCH 09/15] megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map
` [PATCH 10/15] megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead
` [PATCH 11/15] megaraid_sas: Set device queue_depth same as HBA can_queue value in scsi-mq mode
` [PATCH 12/15] megaraid_sas: replace internal FALSE/TRUE definitions with false/true
` [PATCH 13/15] megaraid_sas: modified few prints in OCR and IOC INIT path
` [PATCH 14/15] megaraid_sas: call megasas_dump_frame with correct IO frame size
` [PATCH 15/15] megaraid_sas: driver version upgrade
[PATCH 0/2] Drop legacy megaraid implementation
2017-06-30 11:05 UTC (3+ messages)
` [PATCH 1/2] Drop legacy megaraid controller
` [PATCH 2/2] megaraid: drop the 'new driver' statements
[PATCH] tcmu: Fix flushing cmd entry dcache page
2017-06-30 8:14 UTC
[PATCH 1/2] scsi: lpfc: spin_lock_irq() is not nestable
2017-06-30 8:03 UTC (2+ messages)
` [PATCH 2/2] scsi: lpfc: don't double count abort errors
[PATCH] cxlflash: return -EFAULT if copy_from_user() fails
2017-06-30 8:01 UTC
[PATCH v4 0/5] tcmu: Add Type of reconfig into netlink
2017-06-30 7:31 UTC (5+ messages)
[PATCH 00/47] SCSI EH argument reshuffle part II
2017-06-30 7:19 UTC (76+ messages)
` [PATCH 01/47] aacraid: split off functions to generate reset FIB
` [PATCH 02/47] aacraid: split off host reset
` [PATCH 03/47] aacraid: split off device, target, and bus reset
` [PATCH 04/47] aacraid: use aac_tmf_callback for reset fib
` [PATCH 05/47] aacraid: enable sending of TMFs from aac_hba_send()
` [PATCH 06/47] aacraid: add fib flag to mark scsi command callback
` [PATCH 07/47] aacraid: complete all commands during bus reset
` [PATCH 08/47] sym53c8xx_2: split off bus reset from host reset
` [PATCH 10/47] ips: Do not try to abort command "
` [PATCH 11/47] snic: reserve tag for TMF
` [PATCH 12/47] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 13/47] megaraid: pass in NULL scb for host reset
` [PATCH 14/47] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 15/47] scsi_transport_fc: Use fc_rport as argument for fc_block_scsi_eh
` [PATCH 16/47] mptfc: simplify mpt_fc_block_error_handler()
` [PATCH 17/47] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 18/47] mptfc: open-code mptfc_block_error_handler() for bus reset
` [PATCH 19/47] pmcraid: Select device in pmcraid_eh_bus_reset_handler()
` [PATCH 20/47] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 21/47] libiscsi: use cls_session as argument for target and session reset
` [PATCH 22/47] bnx2fc: Do not rely on a scsi command when issueing lun or target reset
` [PATCH 23/47] zfcp: do not rely on scsi command for debugging message
` [PATCH 24/47] zfcp: use scsi device as argument for zfcp_task_mgmt_function()
` [PATCH 25/47] ibmvfc: open-code reset loop for target reset
` [PATCH 26/47] lpfc: use rport as argument for lpfc_send_taskmgmt()
` [PATCH 27/47] lpfc: use rport as argument for lpfc_chk_tgt_mapped()
` [PATCH 28/47] qla2xxx: open-code qla2xxx_generic_reset()
` [PATCH 29/47] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 30/47] sym53c8xx_2: rework reset handling
` [PATCH 31/47] bfa: Do not use scsi command to signal TMF status
` [PATCH 32/47] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 33/47] cxlflash: use dedicated reset command in send_tmf()
` [PATCH 34/47] aha152x: look for stuck command when resetting device
` [PATCH 35/47] fnic: use dedicated device reset command
` [PATCH 36/47] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 37/47] aic79xx: use scsi device as argument for BUILD_SCSIID()
` [PATCH 38/47] aic7xxx: "
` [PATCH 39/47] aic79xx: do not reference scsi command when resetting device
` [PATCH 40/47] aic7xxx: "
` [PATCH 41/47] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 42/47] xen-scsifront: call scsifront_action_handler() with a NULL command argument
` [PATCH 43/47] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 44/47] csiostor: use separate TMF command
` [PATCH 45/47] snic: use dedicated device reset command
` [PATCH 46/47] scsi: Move eh_device_reset_handler() to use scsi_device as argument
` [PATCH 47/47] scsi: Do not allocate scsi command in scsi_ioctl_reset()
[PATCH v5 0/6] g_NCR5380: PDMA fixes and cleanup
2017-06-30 7:12 UTC (10+ messages)
` [PATCH v5 1/6] g_NCR5380: Fix PDMA transfer size
` [PATCH v5 5/6] g_NCR5380: Re-work PDMA loops
` [PATCH v5 4/6] g_NCR5380: Limit PDMA send to 512 B to avoid data corruption on DTC3181E
` [PATCH v5 2/6] g_NCR5380: End PDMA transfer correctly on target disconnection
` [PATCH v5 3/6] g_NCR5380: Cleanup comments and whitespace
` [PATCH v5 6/6] g_NCR5380: Use unambiguous terminology for PDMA send and receive
[PATCH] scsi: ibmvfc: constify dev_pm_ops structures
2017-06-29 22:39 UTC (2+ messages)
[PATCH] scsi: ibmvscsi: constify dev_pm_ops structures
2017-06-29 22:38 UTC (2+ messages)
iscsi deadlock while login and logout 2 iscsi nodes in tight loop at unstable network environment
2017-06-29 14:38 UTC
[PATCH 00/13]mpt3sas driver NVMe support:
2017-06-29 14:31 UTC (15+ messages)
` [PATCH 01/13] mpt3sas: Add nvme device support in slave alloc, target alloc and probe
` [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
` [PATCH 03/13] mpt3sas: Added support for nvme encapsulated request message
` [PATCH 04/13] mpt3sas: Handle NVMe PCIe device related events generated from firmware
` [PATCH 05/13] mpt3sas: Set NVMe device queue depth as 128
` [PATCH 06/13] mpt3sas: API 's to support NVMe drive addition to SML
` [PATCH 07/13] mpt3sas: API's to remove nvme drive from sml
` [PATCH 08/13] mpt3sas: scan and add nvme device after controller reset
` [PATCH 09/13] mpt3as: Add-Task-management-debug-info-for-NVMe-drives
` [PATCH 10/13] mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log info
` [PATCH 11/13] mpt3sas: Fix nvme drives checking for tlr
` [PATCH 12/13] mpt3sas: Update MPI Header
` [PATCH 13/13] mpt3sas: Update mpt3sas driver version
[REEEEPOST] bnx2i + bnx2fc: convert to generic workqueue (#3)
2017-06-29 13:57 UTC (3+ messages)
` [PATCH 1/5] scsi: bnx2i: convert to workqueue
[PATCH v2] scsi: hisi_sas: optimise DMA slot memory
2017-06-29 13:02 UTC
[PATCH 0/5] v3 block subsystem refcounter conversions
2017-06-29 7:38 UTC (6+ messages)
[PATCH 0/3] cxlflash: Minor fix and EH refactoring
2017-06-29 5:58 UTC (7+ messages)
` [PATCH 1/3] cxlflash: Avoid double free of character device
` [PATCH 2/3] cxlflash: Update send_tmf() parameters
` [PATCH 3/3] cxlflash: Update debug prints in reset handlers
[PATCH v4 0/5] g_NCR5380: PDMA fixes and cleanup
2017-06-29 5:27 UTC (3+ messages)
[PATCH] aic7xxx: fix firmware build with O=path
2017-06-29 4:17 UTC
[PATCH] scsi: ufs: check link active or not after switch to HS mode
2017-06-29 3:04 UTC (3+ messages)
[PATCH] scsi: ufs: set host_byte to DID_REQUEUE when ocs = OCS_ABORTED
2017-06-29 2:25 UTC (3+ messages)
[PATCH 0/5] target: Zoned block device support and bug fixes
2017-06-29 2:26 UTC (8+ messages)
` [PATCH 4/5] target: user: Fix sense data handling
` [PATCH 5/5] target: core: Fix failed command "
[PATCH] scsi: ufs: flush eh_work when eh_work scheduled
2017-06-28 23:45 UTC (2+ messages)
[PATCH] qla2xxx: Fix compile warning
2017-06-28 23:03 UTC (3+ messages)
[PATCH v2 0/6] qla2xxx: Add NVMe FC Fabric support in driver
2017-06-28 21:23 UTC (4+ messages)
` [PATCH v2 1/6] qla2xxx: Add FC-NVMe port discovery and PRLI handling
TCG Opal support for sd.c
2017-06-28 18:33 UTC (3+ messages)
` [PATCH] sd: add support for TCG OPAL self encrypting disks
[PATCH v2] qla2xxx: Protect access to qpair members with qpair->qp_lock
2017-06-28 16:33 UTC (2+ messages)
[PATCH] scsi: hisi_sas: optimise DMA slot memory
2017-06-28 15:25 UTC (2+ messages)
[PATCH 00/28] SCSI EH argument reshuffle part I
2017-06-28 15:05 UTC (66+ messages)
` [PATCH 01/28] scsi: fix comment in scsi_device_set_state()
` [PATCH 02/28] mptfc: Do not call fc_block_scsi_eh() on host reset
` [PATCH 03/28] ibmvfc: "
` [PATCH 04/28] fc_fcp: do not call fc_block_scsi_eh() from "
` [PATCH 05/28] fnic: do not call host reset from command abort
` [PATCH 06/28] uas: move eh_bus_reset_handler to eh_device_reset_handler
` [PATCH 07/28] libsas: move bus_reset_handler() to target_reset_handler()
` [PATCH 08/28] bfa: move bus reset to target reset
` [PATCH 09/28] hptiop: Simplify reset handling
` [PATCH 10/28] fdomain: move bus reset to host reset
` [PATCH 11/28] scsi: drop bus reset for wd33c93-compatible boards
` [PATCH 12/28] rtsx: drop bus reset function
` [PATCH 13/28] qlogicpti: move bus reset to host reset
` [PATCH 14/28] acornscsi: "
` [PATCH 15/28] NCR5380: Move "
` [PATCH 16/28] qlogicfas: move bus_reset to host_reset
` [PATCH 17/28] imm: drop duplicate bus_reset handler
` [PATCH 18/28] ppa: "
` [PATCH 19/28] qedf: drop bus reset handler
` [PATCH 20/28] nsp32: drop bus reset
` [PATCH 21/28] aha152x: "
` [PATCH 22/28] 53c700: move bus reset to host reset
` [PATCH 23/28] bnx2fc: remove obsolete bnx2fc_eh_host_reset() definition
` [PATCH 24/28] megaraid_mbox: drop duplicate bus reset and device reset function
` [PATCH 27/28] eata: remove 'arg_done' from eata2x_eh_host_reset()
` [PATCH 28/28] NCR5380: Clear all unissued commands on host reset
[PATCH RESEND] scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state
2017-06-28 14:23 UTC (3+ messages)
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).