messages from 2017-08-17 16:51:36 to 2017-08-23 22:41:04 UTC [more...]
[PATCH 00/31] qla2xxx: Patches for scsi "misc" branch
2017-08-23 22:05 UTC (32+ messages)
` [PATCH 01/31] qla2xxx: Correction to vha->vref_count timeout
` [PATCH 02/31] qla2xxx: Fix target multiqueue configuration
` [PATCH 03/31] qla2xxx: Update fw_started flags at qpair creation
` [PATCH 04/31] qla2xxx: Add command completion for error path
` [PATCH 05/31] qla2xxx: Fix WWPN/WWNN in debug message
` [PATCH 06/31] qla2xxx: Handle PCIe error for driver
` [PATCH 07/31] qla2xxx: Fix system panic due to pointer access problem
` [PATCH 08/31] qla2xxx: Use BIT_6 to acquire FAWWPN from switch
` [PATCH 09/31] qla2xxx: Fix NPIV host enable after chip reset
` [PATCH 10/31] qla2xxx: Remove extra register read
` [PATCH 11/31] qla2xxx: Change ha->wq max_active value to default
` [PATCH 12/31] qla2xxx: Use fabric name for Get Port Speed command
` [PATCH 13/31] qla2xxx: Add ability to autodetect SFP type
` [PATCH 14/31] qla2xxx: Prevent sp->free null/uninitialized pointer dereference
` [PATCH 15/31] qla2xxx: Use sp->free instead of hard coded call
` [PATCH 16/31] qla2xxx: Move logging default mask to execute once only
` [PATCH 17/31] qla2xxx: Add timeout ability to wait_for_sess_deletion()
` [PATCH 18/31] qla2xxx: Allow SNS fabric login to be retried
` [PATCH 19/31] qla2xxx: Fix task mgmt handling for NPIV
` [PATCH 20/31] qla2xxx: Print correct mailbox registers in failed summary
` [PATCH 21/31] qla2xxx: Remove potential macro parameter side-effect in ql_dump_regs()
` [PATCH 22/31] qla2xxx: Add support for minimum link speed
` [PATCH 23/31] qla2xxx: Add LR distance support from nvram bit
` [PATCH 24/31] qla2xxx: Cleanup NPIV host in target mode during config teardown
` [PATCH 25/31] qla2xxx: Enable Async TMF processing
` [PATCH 26/31] qla2xxx: Increase ql2xmaxqdepth to 64
` [PATCH 27/31] qla2xxx: Recheck session state after RSCN
` [PATCH 28/31] qla2xxx: Skip zero queue count entry during FW dump capture
` [PATCH 29/31] qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthrough commands
` [PATCH 30/31] qla2xxx: Do not call abort handler function during chip reset
` [PATCH 31/31] qla2xxx: Update driver version to 10.00.00.01-k
[PATCH 00/19] SCSI patches for kernel v4.14
2017-08-23 21:40 UTC (20+ messages)
` [PATCH 01/19] Remove an obsolete function declaration
` [PATCH 02/19] Avoid sign extension of scsi_device.type
` [PATCH 03/19] Suppress gcc 7 fall-through warnings reported with W=1
` [PATCH 04/19] Convert a strncmp() call into a strcmp() call
` [PATCH 05/19] scsi_setup_fs_cmnd(): Call scsi_req_init() instead of open-coding it
` [PATCH 06/19] Document which queue type a function is intended for
` [PATCH 07/19] Fix RCU handling of scsi_device.vpd_pg8[03]
` [PATCH 08/19] Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
` [PATCH 09/19] sd, sr: Convert two assignments into warning statements
` [PATCH 10/19] sd: Fix indentation
` [PATCH 11/19] sd: Remove a useless comparison
` [PATCH 12/19] sg: Fix type of last blk_trace_setup() argument
` [PATCH 13/19] libiscsi: Fix indentation
` [PATCH 14/19] libsas: Remove a set-but-not-used variable
` [PATCH 15/19] libsas: Annotate fall-through in a switch statement
` [PATCH 16/19] scsi_transport_sas, sas_tlr_supported(): Check kzalloc() return value
` [PATCH 17/19] scsi_transport_srp: Suppress a W=1 compiler warning
` [PATCH 18/19] scsi_debug: Remove a set-but-not-used variable
` [PATCH 19/19] iscsi_tcp: "
[PATCH] Improve requeuing behavior
2017-08-23 21:05 UTC
[PATCH 0/2] generate uevent for SCSI sense code
2017-08-23 19:13 UTC (3+ messages)
[GIT PULL] SCSI fixes for 4.13-rc6
2017-08-23 19:13 UTC (5+ messages)
[PATCH] scsi: lpfc: avoid false-positive gcc-8 warning
2017-08-23 19:02 UTC (3+ messages)
[PATCH] scsi_transport_sas: Fix error handling in sas_smp_request()
2017-08-23 18:25 UTC
[PATCH] scsi: lpfc: remove useless code in lpfc_sli4_bsg_link_diag_test
2017-08-23 16:20 UTC (2+ messages)
[v4.13-rc BUG] system lockup when running big buffered write(4M) to IB SRP via mpath
2017-08-23 16:03 UTC (9+ messages)
[PATCH] scsi: qedf: Fix a potential NULL pointer dereference
2017-08-23 15:49 UTC (2+ messages)
[PATCH] storvsc: do not assume SG list is continuous when doing bounce buffers (for 4.1 stable only)
2017-08-23 15:22 UTC (6+ messages)
[Regression 4.13-rc1] Resume does not work on Lenovo X60t
2017-08-23 12:15 UTC (8+ messages)
[PATCH v3 00/14] megaraid_sas: Updates for scsi-next
2017-08-23 11:47 UTC (15+ messages)
` [PATCH v3 01/14] megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command
` [PATCH v3 02/14] megaraid_sas: set minimum value of resetwaittime to be 1 secs
` [PATCH v3 03/14] megaraid_sas: Use synchronize_irq in target reset case
` [PATCH v3 04/14] megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands
` [PATCH v3 05/14] megaraid_sas: Do not re-fire shutdown DCMD after OCR
` [PATCH v3 06/14] megaraid_sas: Fix endianness issues in DCMD handling
` [PATCH v3 07/14] megaraid_sas: Check valid aen class range to avoid kernel panic
` [PATCH v3 08/14] megaraid_sas: Use SMID for Task abort case only
` [PATCH v3 09/14] megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map
` [PATCH v3 10/14] megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead
` [PATCH v3 11/14] megaraid_sas: replace internal FALSE/TRUE definitions with false/true
` [PATCH v3 12/14] megaraid_sas: modified few prints in OCR and IOC INIT path
` [PATCH v3 13/14] megaraid_sas: call megasas_dump_frame with correct IO frame size
` [PATCH v3 14/14] megaraid_sas: driver version upgrade
possible circular locking dependency detected [was: linux-next: Tree for Aug 22]
2017-08-23 7:53 UTC (15+ messages)
[PATCH] scsi: sg: off by one in sg_ioctl()
2017-08-23 2:24 UTC (3+ messages)
[PATCH] sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
2017-08-23 2:21 UTC (3+ messages)
[PATCH v4 00/14] mpt3sas driver NVMe support:
2017-08-23 2:18 UTC (16+ messages)
` [PATCH v4 01/14] mpt3sas: Update MPI Header
` [PATCH v4 02/14] mpt3sas: Add nvme device support in slave alloc, target alloc and probe
` [PATCH v4 03/14] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
` [PATCH v4 04/14] mpt3sas: Added support for nvme encapsulated request message
` [PATCH v4 05/14] mpt3sas: API 's to support NVMe drive addition to SML
` [PATCH v4 06/14] mpt3sas: API's to remove nvme drive from sml
` [PATCH v4 07/14] mpt3sas: Handle NVMe PCIe device related events generated from firmware
` [PATCH v4 08/14] mpt3sas: Set NVMe device queue depth as 128
` [PATCH v4 09/14] mpt3sas: scan and add nvme device after controller reset
` [PATCH v4 10/14] mpt3as: Add-Task-management-debug-info-for-NVMe-drives
` [PATCH v4 11/14] mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log info
` [PATCH v4 12/14] mpt3sas: Fix nvme drives checking for tlr
` [PATCH v4 13/14] mpt3sas: Update mpt3sas driver version
` [PATCH v4 14/14] mpt3sas: Fix sparse warning
[PATCH] sg: recheck MMAP_IO request length with lock held
2017-08-23 1:46 UTC (3+ messages)
[PATCH 01/15] EDAC: make device_type const
2017-08-22 12:55 UTC (18+ messages)
` [PATCH 02/15] drm: "
` [PATCH 03/15] [media] i2c: "
` [PATCH 04/15] [media] rc: "
` [PATCH 05/15] mei: "
` [PATCH 06/15] mtd: "
` [PATCH 07/15] mux: "
` [PATCH 08/15] PCI: "
` [PATCH 09/15] phy: tegra: "
` [PATCH 10/15] platform/x86: wmi: "
` [PATCH 11/15] remoteproc: "
` [PATCH 12/15] s390/zcrypt: "
` [PATCH 13/15] scsi: "
` [PATCH 14/15] staging: greybus: "
` [PATCH 15/15] usb: "
[BUG][bisected 270065e] linux-next fails to boot on powerpc
2017-08-22 6:51 UTC (16+ messages)
` [PATCH] ipr: Set no_report_opcodes for RAID arrays
` [PATCH 0/2] Allow scsi_prep_fn to occur for retried commands
` [PATCH 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time
` [PATCHv2 "
` [PATCH 2/2] scsi: Preserve retry counter through scsi_prep_fn
[PATCH 0/4] constify scsi/tty parisc_device_id
2017-08-21 20:43 UTC (4+ messages)
` [PATCH 1/4] scsi: lasi700: constify parisc_device_id
` [PATCH 2/4] scsi: zalon: "
[PATCH] scsi: sd_zbc: Disable zoned block devices with scsi-mq
2017-08-21 20:31 UTC (7+ messages)
[PATCH] sd: preserve sysfs updates to max_sectors_kb
2017-08-21 20:14 UTC (7+ messages)
[PATCH v3 00/13] mpt3sas driver NVMe support:
2017-08-21 5:54 UTC (4+ messages)
` [PATCH v3 01/13] mpt3sas: Update MPI Header
[Bug 196713] New: 123
2017-08-21 1:54 UTC
qla2xxx: MSI-X: Unsupported ISP 2432 SSVID/SSDID (0x103C,0x7041)
2017-08-19 20:41 UTC
[PATCH 00/15] drivers: make device_type const
2017-08-19 8:22 UTC
[Bug 196707] New: Adaptec ICP9087MA: aacraid prints "AAC: Host adapter is dead (or got a PCI error) -1" twice times around errors of aacraid and the kernel crashes after starting the "Kernel Device Manager"
2017-08-18 23:01 UTC (3+ messages)
` [Bug 196707] "
Sniffing FC traffic
2017-08-18 15:46 UTC (4+ messages)
HBA recommended as FC target
2017-08-18 15:45 UTC (3+ messages)
[PATCH] Revert "scsi-mq: Always unprepare before requeuing a request"
2017-08-18 12:06 UTC (14+ messages)
[PATCH] scsi: sd: remove duplicated setting of gd->minors
2017-08-18 6:49 UTC
[PATCH] scsi: hpsa: fix the device_id in hpsa_update_device_info()
2017-08-17 16:51 UTC (2+ 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