messages from 2015-03-02 13:00:04 to 2015-03-10 14:53:59 UTC [more...]
[PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data
2015-03-10 14:53 UTC (4+ messages)
[PATCH v5 0/3] Add ioctl and debug utilities to UFS driver
2015-03-10 14:43 UTC (5+ messages)
` [PATCH v5 1/3] scsi: ufs: add ioctl interface for query request
` [PATCH v5 2/3] scsi: ufs: add debugfs for ufs
` [PATCH v5 3/3] scsi: ufs: add trace events and dump prints for debug
[PATCH v4 0/4] Add ioctl and debug utilities to UFS driver
2015-03-10 13:09 UTC (8+ messages)
` [PATCH v4 1/4] scsi: ufs: add ioctl interface for query request
` [PATCH v4 2/4] scsi: ufs: add debugfs for ufs
` [PATCH v4 3/4] scsi: ufs: add trace events and dump prints for debug
` [PATCH v4 4/4] scsi: ufs: inject errors to verify error handling
[TOPIC] scsi-queue tree past and future
2015-03-10 12:37 UTC (7+ messages)
` [Lsf] "
[PATCH] drivers: scsi: ufs: Fix possible null derefrence
2015-03-10 10:28 UTC (2+ messages)
[PATCH 1/3] target: Add target_show_dynamic_sessions attribute helper
2015-03-10 4:50 UTC (5+ messages)
` [PATCH 2/3] iscsi-target: Expose per endpoint dynamic_sessions attribute
` [PATCH 3/3] tcm_qla2xxx: "
[PATCH 0/3] scsi: storvsc: Increase the tablesize based on host's capabilities
2015-03-10 3:45 UTC (4+ messages)
` [PATCH 1/3] scsi: storvsc: Retrieve information about the capability of the target
` [PATCH 2/3] scsi: storvsc: Set the tablesize based on the information given by the host
` [PATCH 3/3] scsi: storvsc: Enable clustering
[PATCH] sym53c416: Fix nasty memory corruption
2015-03-09 22:36 UTC
disabling mpt2sas interrupts on per reply_q basis and blk-iopoll
2015-03-09 20:36 UTC
[PATCH 0/5] Rename regulator_set_optimum_mode
2015-03-09 18:33 UTC (4+ messages)
[LSF/MM TOPIC] Unifying the LIO and SCST target drivers
2015-03-09 16:51 UTC (23+ messages)
` [Lsf-pc] "
[PATCH 01/21] lpfc: Fix the iteration count to match the 30 sec comment
2015-03-09 14:10 UTC (4+ messages)
[PATCH v2] xen-scsiback: use DRV_PFX in the pr macros and DPRINTK
2015-03-09 13:59 UTC (7+ messages)
[PATCH v3] xen-scsiback: define a pr_fmt macro with xen-pvscsi
2015-03-09 13:56 UTC (3+ messages)
[PATCH 2/2] bnx2fc: bnx2fc_io.c: match wait_for_completion_timeout return type
2015-03-09 13:54 UTC (3+ messages)
[PATCH 1/2] bnx2fc: bnx2fc_fcoe.c: match wait_for_completion_timeout return type
2015-03-09 13:54 UTC (2+ messages)
RFC scsi: aic94xx: use of complete() looks racy
2015-03-09 8:32 UTC
[PATCH V2] be2iscsi: Use pci_zalloc_consistent() where possible and get rid of memset(,0,)
2015-03-09 8:13 UTC
[PATCH] be2iscsi: Use pci_zalloc_consistent() where possible and get rid of memset(,0,)
2015-03-09 8:12 UTC (2+ messages)
[PATCH 0/3] NCR5380 patches from mailing list
2015-03-09 5:48 UTC (4+ messages)
` [PATCH 2/3] g_NCR5380: Kill compiler warning if builtin
` [PATCH 1/3] ncr5380: Drop owner assignment from platform_drivers
` [PATCH 3/3] ncr5380: Harmonize jiffies conversion with msecs_to_jiffies
[PATCH] aic94xx: match wait_for_completion_timeout return type
2015-03-09 7:45 UTC
Anspruch €950,000.00
2015-03-08 14:53 UTC
[PATCH for kernel 4.1] Split SCSI header files
2015-03-08 16:12 UTC (4+ messages)
[PATCH v2 00/41] hpsa updates
2015-03-08 15:42 UTC (46+ messages)
` [PATCH v2 01/41] hpsa: add masked physical devices into h->dev[] array
` [PATCH v2 02/41] hpsa: clean up host, channel, target, lun prints
` [PATCH v2 03/41] hpsa: rework controller command submission
` [PATCH v2 04/41] hpsa: clean up aborts
` [PATCH v2 05/41] hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds
` [PATCH v2 06/41] hpsa: hpsa decode sense data for io and tmf
` [PATCH v2 07/41] hpsa: allow lockup detected to be viewed via sysfs
` [PATCH v2 08/41] hpsa: make function names consistent
` [PATCH v2 09/41] hpsa: factor out hpsa_init_cmd function
` [PATCH v2 10/41] hpsa: do not ignore return value of hpsa_register_scsi
` [PATCH v2 11/41] hpsa: try resubmitting down raid path on task set full
` [PATCH v2 12/41] hpsa: factor out hpsa_ioaccel_submit function
` [PATCH v2 13/41] hpsa: print accurate SSD Smart Path Enabled status
` [PATCH v2 14/41] hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode
` [PATCH v2 15/41] hpsa: Get queue depth from identify physical bmic for physical disks
` [PATCH v2 16/41] hpsa: break hpsa_free_irqs_and_disable_msix into two functions
` [PATCH v2 17/41] hpsa: clean up error handling
` [PATCH v2 18/41] hpsa: refactor freeing of resources into more logical functions
` [PATCH v2 19/41] hpsa: add ioaccel sg chaining for the ioaccel2 path
` [PATCH v2 20/41] hpsa: add more ioaccel2 error handling, including underrun statuses
` [PATCH v2 21/41] hpsa: do not check cmd_alloc return value - it cannnot return NULL
` [PATCH v2 22/41] hpsa: correct return values from driver functions
` [PATCH v2 23/41] hpsa: clean up driver init
` [PATCH v2 24/41] hpsa: clean up some error reporting output in abort handler
` [PATCH v2 25/41] hpsa: do not print ioaccel2 warning messages about unusual completions
` [PATCH v2 26/41] hpsa: add support sending aborts to physical devices via the ioaccel2 path
` [PATCH v2 27/41] hpsa: use helper routines for finishing commands
` [PATCH v2 28/41] hpsa: don't return abort request until target is complete
` [PATCH v2 29/41] hpsa: refactor and rework support for sending TEST_UNIT_READY
` [PATCH v2 30/41] hpsa: performance tweak for hpsa_scatter_gather()
` [PATCH v2 31/41] hpsa: call pci_release_regions after pci_disable_device
` [PATCH v2 32/41] hpsa: skip free_irq calls if irqs are not allocated
` [PATCH v2 33/41] hpsa: cleanup for init_one step 2 in kdump
` [PATCH v2 34/41] hpsa: fix try_soft_reset error handling
` [PATCH v2 35/41] hpsa: create workqueue after the driver is ready for use
` [PATCH v2 36/41] hpsa: add interrupt number to /proc/interrupts interrupt name
` [PATCH v2 37/41] hpsa: use block layer tag for command allocation
` [PATCH v2 38/41] hpsa: use scsi host_no as hpsa controller number
` [PATCH v2 39/41] hpsa: propagate the error code in hpsa_kdump_soft_reset
` [PATCH v2 40/41] hpsa: cleanup reset
` [PATCH v2 41/41] hpsa: change driver version
[PATCH ] tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module
2015-03-08 15:38 UTC (3+ messages)
` [PATCH ] tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module - revision2
[PATCH 14/21] lpfc: Fix premature release of rpi bit in bitmask
2015-03-07 17:11 UTC (2+ messages)
[PATCH 09/21] lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driver
2015-03-07 17:06 UTC (2+ messages)
[PATCH 06/21] lpfc: Fix host reset escalation killing all IOs
2015-03-07 16:56 UTC (2+ messages)
[PATCH] SCSI: sd: fix null dereference
2015-03-07 13:46 UTC (2+ messages)
use dedicated storage for scsi_debug LUNs
2015-03-06 15:28 UTC (6+ messages)
[PATCH v2] IB/srp: Add 64-bit LUN support
2015-03-06 14:28 UTC (2+ messages)
[PATCH] drivers: scsi: Remove null check on sdkp
2015-03-06 12:12 UTC (2+ messages)
Darlehen anbieten?
2015-03-06 9:57 UTC
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
2015-03-06 2:47 UTC
[PATCH 3.4.106] SCSI: libsas: no expander revalidation for SAS_END_DEV
2015-03-06 0:07 UTC (2+ messages)
[Lsf-pc] [LSF/MM TOPIC] Unifying the LIO and SCST target drivers
2015-03-06 0:01 UTC
iSCSI bug
2015-03-05 19:22 UTC (2+ messages)
[PATCH 1/3] scsi: serialize ->rescan against ->remove
2015-03-05 13:37 UTC (6+ messages)
` [PATCH 3/3] scsi: proper state checking and module refcount handling in scsi_device_get
[PATCH] ibmvfc: Fix a locking imbalance
2015-03-05 13:35 UTC (2+ messages)
[PATCH 00/43] hpsa updates
2015-03-05 13:34 UTC (5+ messages)
` [PATCH 01/43] hpsa: add masked physical devices into h->dev[] array
[PATCH v6] st implement tape statistics
2015-03-05 8:22 UTC (3+ messages)
[PATCH] target: Fix virtual LUN=0 target_configure_device failure OOPs
2015-03-05 6:16 UTC
noise in target_core_register_fabric
2015-03-05 3:57 UTC (2+ messages)
crash in pscsi_get_device_type
2015-03-05 3:56 UTC (4+ messages)
[libsas] Kernel Crash in smp_execute_task
2015-03-05 1:43 UTC (8+ messages)
[PATCH, resend] IB/srp: Add 64-bit LUN support
2015-03-04 15:54 UTC (4+ messages)
[PATCH] xen-scsiback: use DRV_PFX in the pr macros
2015-03-04 10:30 UTC (4+ messages)
` [Xen-devel] "
[PATCH, resend] Defer processing of REQ_PREEMPT requests for blocked devices
2015-03-04 9:31 UTC
[PATCH 0/7] aacraid driver updates
2015-03-04 8:38 UTC (8+ messages)
` [PATCH 1/7] aacraid: AIF support for SES device add/remove
` [PATCH 2/7] aacraid: IOCTL pass-through command fix
` [PATCH 3/7] aacraid: 4KB sector support
` [PATCH 4/7] aacraid: MSI-x support
` [PATCH 5/7] aacraid: vpd page code 0x83 support
` [PATCH 6/7] aacraid: performance improvement changes
` [PATCH 7/7] aacraid: AIF raw device remove support
[PATCH V2 3/4] be2iscsi : Fix memory leak in the unload path
2015-03-04 7:26 UTC (3+ messages)
BUG: SCSI aic7xxx driver and AMD IOMMU
2015-03-03 19:36 UTC (2+ messages)
Confidential Letter
2015-03-02 0:34 UTC
[hpsa] regression, does not recognise tape robot changer
2015-03-02 15:34 UTC (3+ messages)
[PATCH 0/9] snic:initial submission of snic driver for Cisco SCSI HBA
2015-03-02 13:35 UTC (13+ messages)
` [PATCH 4/9] snic:Add snic target discovery
` [PATCH 5/9] snic:add SCSI handling, AEN, and fwreset handling
` [PATCH 6/9] snic:Add low level queuing interfaces
` [PATCH 7/9] snic:Add sysfs entries to list stats and trace data
` [PATCH 8/9] snic:Add event tracing to capture IO events
` [PATCH 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS
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).