public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-21 10:07:51 to 2015-04-24 10:22:15 UTC [more...]

[PATCH V2 0/7] be2iscsi driver update to 10.6.0.0
 2015-04-25  2:46 UTC 

[PATCH V2 2/7] be2iscsi : Fix the PCI request region reserving
 2015-04-25  2:47 UTC 

[PATCH V2 6/7] be2iscsi : Logout of FW Boot Session
 2015-04-25  2:48 UTC 

[PATCH V2 3/7] be2iscsi : Fix memory leak in the unload path
 2015-04-25  2:47 UTC 

[PATCH V2 1/7] be2iscsi : Fix the retry count for boot targets
 2015-04-25  2:46 UTC 

[PATCHv2 00/22] Nobody loves the advansys driver
 2015-04-24  9:47 UTC  (27+ messages)
` [PATCH 01/22] advansys: use host_reset
` [PATCH 02/22] advansys: use shared host tag map for command lookup
` [PATCH 03/22] advansys: use DMA-API for mapping sense buffer
` [PATCH 04/22] advansys: Use DMA-API for carrier buffer
` [PATCH 05/22] advansys: Use DMA-API for mapping request blocks
` [PATCH 06/22] advansys: Use dma_pool for sg elements
` [PATCH 07/22] advansys: use 'bool' instead of 'int'
` [PATCH 08/22] advansys: use standard data types
` [PATCH 09/22] advansys: Remove 'TRUE' and 'FALSE' definitions
` [PATCH 10/22] advansys: remove 'ERR' definition
` [PATCH 11/22] advansys: Make AscIsrChipHalted() a void function
` [PATCH 12/22] advansys: cleanup function return codes
` [PATCH 13/22] advansys: scsi_q1->data_addr is little endian
` [PATCH 14/22] advansys: Remove ASC_SCSI_REQ_Q
` [PATCH 15/22] advansys: Remove CC_VERY_LONG_SG_LIST
` [PATCH 16/22] advansys: rename 'ASC_RQ_XX' to 'ADV_RQ_XX'
` [PATCH 17/22] advansys: Remove 'a_flag'
` [PATCH 18/22] advansys: Remove obsolete virtual memory mapping comment
` [PATCH 19/22] advansys: Remove comment around cmd_per_lun
` [PATCH 20/22] advansys: Check for DMA mapping errors
` [PATCH 21/22] advansys: use spin_lock_irqsave() in interrupt handler
` [PATCH 22/22] advansys: Update to version 3.5 and remove compilation warning

[PATCH] virtio_scsi: don't select CONFIG_BLK_DEV_INTEGRITY
 2015-04-24  9:28 UTC  (2+ messages)

[GIT PULL] target updates for v4.1-rc1
 2015-04-24  6:50 UTC 

[PATCH RESEND 0/4] bfa: Patches for scsi "misc" branch
 2015-04-24  5:46 UTC  (2+ messages)

fix command completion races in the 3ware drivers
 2015-04-23 17:56 UTC  (7+ messages)
` [PATCH 1/3] 3w-sas: fix command completion race
` [PATCH 2/3] 3w-xxxx: "
` [PATCH 3/3] 3w-9xxx: "

mvsas panics and dies when attached to a port extender on newer kernels
 2015-04-23 16:27 UTC  (3+ messages)

[PATCH v5 00/42] hpsa updates
 2015-04-23 14:35 UTC  (43+ messages)
` [PATCH v5 01/42] hpsa: add masked physical devices into h->dev[] array
` [PATCH v5 02/42] hpsa: clean up host, channel, target, lun prints
` [PATCH v5 03/42] hpsa: rework controller command submission
` [PATCH v5 04/42] hpsa: clean up aborts
` [PATCH v5 05/42] hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds
` [PATCH v5 06/42] hpsa: hpsa decode sense data for io and tmf
` [PATCH v5 07/42] hpsa: allow lockup detected to be viewed via sysfs
` [PATCH v5 08/42] hpsa: make function names consistent
` [PATCH v5 09/42] hpsa: factor out hpsa_init_cmd function
` [PATCH v5 10/42] hpsa: do not ignore return value of hpsa_register_scsi
` [PATCH v5 11/42] hpsa: try resubmitting down raid path on task set full
` [PATCH v5 12/42] hpsa: factor out hpsa_ioaccel_submit function
` [PATCH v5 13/42] hpsa: print accurate SSD Smart Path Enabled status
` [PATCH v5 14/42] hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode
` [PATCH v5 15/42] hpsa: Get queue depth from identify physical bmic for physical disks
` [PATCH v5 16/42] hpsa: break hpsa_free_irqs_and_disable_msix into two functions
` [PATCH v5 17/42] hpsa: clean up error handling
` [PATCH v5 18/42] hpsa: refactor freeing of resources into more logical functions
` [PATCH v5 19/42] hpsa: add ioaccel sg chaining for the ioaccel2 path
` [PATCH v5 20/42] hpsa: add more ioaccel2 error handling, including underrun statuses
` [PATCH v5 21/42] hpsa: do not check cmd_alloc return value - it cannnot return NULL
` [PATCH v5 22/42] hpsa: correct return values from driver functions
` [PATCH v5 23/42] hpsa: clean up driver init
` [PATCH v5 24/42] hpsa: clean up some error reporting output in abort handler
` [PATCH v5 25/42] hpsa: do not print ioaccel2 warning messages about unusual completions
` [PATCH v5 26/42] hpsa: add support sending aborts to physical devices via the ioaccel2 path
` [PATCH v5 27/42] hpsa: use helper routines for finishing commands
` [PATCH v5 28/42] hpsa: don't return abort request until target is complete
` [PATCH v5 29/42] hpsa: refactor and rework support for sending TEST_UNIT_READY
` [PATCH v5 30/42] hpsa: performance tweak for hpsa_scatter_gather()
` [PATCH v5 31/42] hpsa: call pci_release_regions after pci_disable_device
` [PATCH v5 32/42] hpsa: skip free_irq calls if irqs are not allocated
` [PATCH v5 33/42] hpsa: cleanup for init_one step 2 in kdump
` [PATCH v5 34/42] hpsa: fix try_soft_reset error handling
` [PATCH v5 35/42] hpsa: create workqueue after the driver is ready for use
` [PATCH v5 36/42] hpsa: add interrupt number to /proc/interrupts interrupt name
` [PATCH v5 37/42] hpsa: use block layer tag for command allocation
` [PATCH v5 38/42] hpsa: use scsi host_no as hpsa controller number
` [PATCH v5 39/42] hpsa: propagate the error code in hpsa_kdump_soft_reset
` [PATCH v5 40/42] hpsa: cleanup reset
` [PATCH v5 41/42] hpsa: add in new controller id
` [PATCH v5 42/42] hpsa: change driver version

[Bug 81861] New: mvsas.ko v0.8.16 error messages and kernel crashes attaching 4 SATA drives to specific HP SAS expander ports
 2015-04-23 11:31 UTC  (2+ messages)
` [Bug 81861] Oops by mvsas v0.8.16: sas: ataX: end_device-Y:0:Z: dev error handler -> general protection fault, RIP: mvs_task_prep_ata+0x80/0x3a0

[PATCH v3 18/18] megaraid_sas : swap whole register in megasas_register_aen
 2015-04-23 11:04 UTC 

[PATCH v3 17/18] megaraid_sas : fix megasas_fire_cmd_fusion calling convention
 2015-04-23 11:04 UTC 

[PATCH v3 16/18] megaraid_sas : add missing byte swaps to the sriov code
 2015-04-23 11:03 UTC 

[PATCH v3 15/18] megaraid_sas : bytewise or should be done on native endian variables
 2015-04-23 11:03 UTC 

[PATCH v3 14/18] megaraid_sas : move endianess conversion into caller of megasas_get_seq_num
 2015-04-23 11:03 UTC 

[PATCH v3 10/18] megaraid_sas : megasas_complete_outstanding_ioctls() can be static
 2015-04-23 11:03 UTC 

[PATCH v3 13/18] megaraid_sas : add endianess conversions for all ones
 2015-04-23 11:03 UTC 

[PATCH v3 12/18] megaraid_sas : add endianess annotations
 2015-04-23 11:02 UTC 

[PATCH v3 11/18] megaraid_sas : add missing __iomem annotations
 2015-04-23 11:02 UTC 

[PATCH v3 9/18] megaraid_sas : Support for Avago's Single server High Availability product
 2015-04-23 11:02 UTC 

[PATCH v3 8/18] megaraid_sas : Add release date and update driver version
 2015-04-23 11:01 UTC 

[PATCH v3 7/18] megaraid_sas : Modify driver's meta data to reflect Avago
 2015-04-23 11:01 UTC 

[PATCH v3 6/18] megaraid_sas : Use Block layer tag support for internal command indexing
 2015-04-23 11:01 UTC 

[PATCH v3 5/18] megaraid_sas : Enhanced few prints
 2015-04-23 11:01 UTC 

[PATCH v3 4/18] megaraid_sas : Move controller's queue depth calculation in adapter specific function
 2015-04-23 11:00 UTC 

[PATCH v3 3/18] megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOs
 2015-04-23 11:00 UTC 

[PATCH v3 2/18] megaraid_sas : Add separate function for refiring MFI commands
 2015-04-23 11:00 UTC 

[PATCH v3 1/18] megaraid_sas : Add separate function for setting up IRQs
 2015-04-23 11:00 UTC 

[PATCH v3 0/18] megaraid_sas : Description Patch
 2015-04-23 10:59 UTC 

[PATCH] cciss: Clean up unnessary void pointer cast
 2015-04-23  9:59 UTC 

[PATCH] hpsa: Remove unnessary cast
 2015-04-23  9:56 UTC 

[PATCH] lpfc: Remove unnessary cast
 2015-04-23  9:54 UTC 

[PATCH v7] st implement tape statistics
 2015-04-23  8:06 UTC 

[PATCH] lpfc: fix model description
 2015-04-23  7:36 UTC  (2+ messages)

[PATCH v4 00/43] hpsa update
 2015-04-23  7:39 UTC  (6+ messages)
` [PATCH v4 19/43] hpsa: add ioaccel sg chaining for the ioaccel2 path

[PATCH RESEND 6/18] megaraid_sas : Use Block layer tag support for internal command indexing
 2015-04-22 12:04 UTC  (7+ messages)

[PATCH v5 0/9] snic:initial submission of snic driver for Cisco SCSI HBA
 2015-04-22  9:24 UTC  (10+ messages)
` [PATCH v5 1/9] snic: snic module infrastructure
` [PATCH v5 2/9] snic:Add interrupt, resource firmware interfaces
` [PATCH v5 3/9] snic:Add meta request, handling of meta requests
` [PATCH v5 4/9] snic:Add snic target discovery
` [PATCH v5 5/9] snic:add SCSI handling, AEN, and fwreset handling
` [PATCH v5 6/9] snic:Add low level queuing interfaces
` [PATCH v5 7/9] snic:Add sysfs entries to list stats and trace data
` [PATCH v5 8/9] snic:Add event tracing to capture IO events
` [PATCH v5 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

BUG: unable to handle kernel NULL pointer deref, bisected to 746650160
 2015-04-22  8:45 UTC  (5+ messages)

[PATCH 0/3] Fix return code for ioctl( BLKRRPART ) if device is down
 2015-04-22  4:13 UTC  (4+ messages)
` [PATCH 1/3] block: Return error in rescan_partitions if revalidating disk failed

[PATCH v3 10/20] lpfc: Fix provide host name and OS name in RSNN-NN FC-GS command
 2015-04-22  0:40 UTC  (5+ messages)

[PATCH v2 0/4] target: Fix several problems related to T10-PI support
 2015-04-21 23:46 UTC  (5+ messages)
` [PATCH v2 1/4] target: ensure se_cmd->t_prot_sg is allocated when required
` [PATCH v2 2/4] target: Abandon odd SG mapping for data transfer memory
` [PATCH v2 3/4] target: Fix sbc_dif_generate() and sbc_dif_verify() for WRITE SAME
` [PATCH v2 4/4] target/file: enable WRITE SAME when protection info is enabled

[PATCH] aha1542: Allocate memory before taking a lock
 2015-04-21 21:27 UTC 

[PATCH v3] fusion: remove dead MTRR code
 2015-04-21 20:46 UTC 

RFC: struct request cleanups
 2015-04-21 19:51 UTC  (2+ messages)

[PATCH v2 1/3] uas: Allow uas_use_uas_driver to return usb-storage flags
 2015-04-21 15:04 UTC  (2+ messages)

[PATCH RESEND 9/18] megaraid_sas : Support for Avago's Single server High Availability product
 2015-04-21 12:54 UTC  (4+ messages)

[PATCH RESEND 18/18] megaraid_sas : swap whole register in megasas_register_aen
 2015-04-21 12:42 UTC  (5+ messages)

[PATCH RESEND v2 3/18] megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOs
 2015-04-21 12:39 UTC  (3+ messages)

[PATCH 06/14] lpfc: Add support for RDP ELS command
 2015-04-21 12:38 UTC  (2+ messages)

[PATCH RESEND 10/18] megaraid_sas : megasas_complete_outstanding_ioctls() can be static
 2015-04-21 12:34 UTC  (3+ messages)

[PATCH RESEND 17/18] megaraid_sas : fix megasas_fire_cmd_fusion calling convention
 2015-04-21 12:24 UTC  (3+ messages)

[PATCH RESEND 16/18] megaraid_sas : add missing byte swaps to the sriov code
 2015-04-21 12:22 UTC  (3+ messages)

[PATCH RESEND 15/18] megaraid_sas : bytewise or should be done on native endian variables
 2015-04-21 12:20 UTC  (3+ messages)

[PATCH RESEND 14/18] megaraid_sas : move endianess conversion into caller of megasas_get_seq_num
 2015-04-21 12:19 UTC  (3+ messages)

[PATCH RESEND 13/18] megaraid_sas : add endianess conversions for all ones
 2015-04-21 12:13 UTC  (3+ messages)

[PATCH 00/20] mpt3sas: driver update
 2015-04-21 12:13 UTC  (4+ messages)

[PATCH RESEND 12/18] megaraid_sas : add endianess annotations
 2015-04-21 12:11 UTC  (3+ messages)

[PATCH RESEND 11/18] megaraid_sas : add missing __iomem annotations
 2015-04-21 12:10 UTC  (3+ messages)

[PATCH 03/14] lpfc: Add support for ELS LCB
 2015-04-21 12:03 UTC  (2+ messages)

[PATCH RESEND 8/18] megaraid_sas : Add release date and update driver version
 2015-04-21 11:57 UTC  (3+ messages)

[PATCH RESEND 7/18] megaraid_sas : Modify driver's meta data to reflect Avago
 2015-04-21 11:57 UTC  (3+ messages)

[PATCH 0/4] target: Fix several problems related to T10-PI support
 2015-04-21 11:44 UTC  (3+ messages)
` [PATCH 4/4] target/file: enable WRITE SAME when protection info is enabled

aha1542: rework locking
 2015-04-21 11:41 UTC  (3+ messages)

[PATCH RESEND 1/18] megaraid_sas : Add separate function for setting up IRQs
 2015-04-21 11:41 UTC  (4+ messages)

[PATCH RESEND 5/18] megaraid_sas : Enhanced few prints
 2015-04-21 11:37 UTC  (4+ messages)

[PATCH 01/14] lpfc: The lpfc driver does not issue RFF_ID and RFT_ID in the correct sequence
 2015-04-21 11:23 UTC  (2+ messages)

[PATCH 1/1] SCSI: add 1024 max sectors black list flag
 2015-04-21 11:01 UTC  (2+ messages)

[PATCH RESEND 4/18] megaraid_sas : Move controller's queue depth calculation in adapter specific function
 2015-04-21 11:00 UTC  (3+ messages)

[PATCH RESEND 2/18] megaraid_sas : Add separate function for refiring MFI commands
 2015-04-21 10:34 UTC  (3+ messages)

smp_processor_id warning in megasas driver on 3.19.3
 2015-04-21 10:15 UTC  (3+ messages)
` [PATCH] megaraid_sas: use raw_smp_processor_id()

[PATCH 14/14] lpfc: Update driver version for upstream patch set 10.6.0.1
 2015-04-21 10:11 UTC  (2+ messages)

[PATCH 13/14] lpfc: Change buffer pool empty message to miscellaneous category
 2015-04-21 10:11 UTC  (2+ messages)

[PATCH 12/14] lpfc: Fix incorrect log message reported for empty FCF record
 2015-04-21 10:10 UTC  (2+ messages)

[PATCH 11/14] lpfc: Correct loss of RSCNs during array takeaway/giveback testing
 2015-04-21 10:10 UTC  (2+ messages)

[PATCH 10/14] lpfc: Fix crash in vport_delete
 2015-04-21 10:07 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox