messages from 2015-03-12 23:55:57 to 2015-03-25 21:00:06 UTC [more...]
RFC: should we deprecate unmaintained isa-only drivers?
2015-03-25 20:52 UTC (2+ messages)
[PATCH v3 00/42] hpsa updates
2015-03-25 18:33 UTC (45+ messages)
` [PATCH v3 01/42] hpsa: add masked physical devices into h->dev[] array
` [PATCH v3 02/42] hpsa: clean up host, channel, target, lun prints
` [PATCH v3 03/42] hpsa: rework controller command submission
` [PATCH v3 04/42] hpsa: clean up aborts
` [PATCH v3 05/42] hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds
` [PATCH v3 06/42] hpsa: hpsa decode sense data for io and tmf
` [PATCH v3 07/42] hpsa: allow lockup detected to be viewed via sysfs
` [PATCH v3 08/42] hpsa: make function names consistent
` [PATCH v3 09/42] hpsa: factor out hpsa_init_cmd function
` [PATCH v3 10/42] hpsa: do not ignore return value of hpsa_register_scsi
` [PATCH v3 11/42] hpsa: try resubmitting down raid path on task set full
` [PATCH v3 12/42] hpsa: factor out hpsa_ioaccel_submit function
` [PATCH v3 13/42] hpsa: print accurate SSD Smart Path Enabled status
` [PATCH v3 14/42] hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode
` [PATCH v3 15/42] hpsa: Get queue depth from identify physical bmic for physical disks
` [PATCH v3 16/42] hpsa: break hpsa_free_irqs_and_disable_msix into two functions
` [PATCH v3 17/42] hpsa: clean up error handling
` [PATCH v3 18/42] hpsa: refactor freeing of resources into more logical functions
` [PATCH v3 19/42] hpsa: add ioaccel sg chaining for the ioaccel2 path
` [PATCH v3 20/42] hpsa: add more ioaccel2 error handling, including underrun statuses
` [PATCH v3 21/42] hpsa: do not check cmd_alloc return value - it cannnot return NULL
` [PATCH v3 22/42] hpsa: correct return values from driver functions
` [PATCH v3 23/42] hpsa: clean up driver init
` [PATCH v3 24/42] hpsa: clean up some error reporting output in abort handler
` [PATCH v3 25/42] hpsa: do not print ioaccel2 warning messages about unusual completions
` [PATCH v3 26/42] hpsa: add support sending aborts to physical devices via the ioaccel2 path
` [PATCH v3 27/42] hpsa: use helper routines for finishing commands
` [PATCH v3 28/42] hpsa: don't return abort request until target is complete
` [PATCH v3 29/42] hpsa: refactor and rework support for sending TEST_UNIT_READY
` [PATCH v3 30/42] hpsa: performance tweak for hpsa_scatter_gather()
` [PATCH v3 31/42] hpsa: call pci_release_regions after pci_disable_device
` [PATCH v3 32/42] hpsa: skip free_irq calls if irqs are not allocated
` [PATCH v3 33/42] hpsa: cleanup for init_one step 2 in kdump
` [PATCH v3 34/42] hpsa: fix try_soft_reset error handling
` [PATCH v3 35/42] hpsa: create workqueue after the driver is ready for use
` [PATCH v3 36/42] hpsa: add interrupt number to /proc/interrupts interrupt name
` [PATCH v3 37/42] hpsa: use block layer tag for command allocation
` [PATCH v3 38/42] hpsa: use scsi host_no as hpsa controller number
` [PATCH v3 39/42] hpsa: propagate the error code in hpsa_kdump_soft_reset
` [PATCH v3 40/42] hpsa: cleanup reset
` [PATCH v3 41/42] hpsa: change driver version
` [PATCH v3 42/42] hpsa: add PMC to copyright
Transakce /
2015-03-25 13:35 UTC
BUG: SCSI aic7xxx driver and AMD IOMMU
2015-03-25 16:36 UTC (7+ messages)
[PATCH v2 0/9] snic:initial submission of snic driver for Cisco SCSI HBA
2015-03-25 11:16 UTC (19+ messages)
` [PATCH v2 1/9] snic: snic module infrastructure
` [PATCH v2 2/9] snic:Add interrupt, resource firmware interfaces
` [PATCH v2 3/9] snic:Add meta request, handling of meta requests
` [PATCH v2 4/9] snic:Add snic target discovery
` [PATCH v2 5/9] snic:add SCSI handling, AEN, and fwreset handling
` [PATCH v2 6/9] snic:Add low level queuing interfaces
` [PATCH v2 7/9] snic:Add sysfs entries to list stats and trace data
` [PATCH v2 8/9] snic:Add event tracing to capture IO events
` [PATCH v2 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS
[PATCH] aic7xxx: replace kmalloc/memset by kzalloc
2015-03-24 23:16 UTC (6+ messages)
` [PATCH] [RESEND] "
[PATCH 0/3] FCoE support in cxgb4 driver
2015-03-24 19:26 UTC (5+ messages)
` [PATCH 1/3] cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE
` [PATCH 2/3] cxgb4: add cxgb4_fcoe.c "
` [PATCH 3/3] cxgb4: update Kconfig and Makefile for FCoE support
[PATCH 0/3] iscsi/iser-target: Convert to kthread.h + fix logout failure
2015-03-24 16:37 UTC (7+ messages)
` [PATCH 1/3] iscsi-target: Convert iscsi_thread_set usage to kthread.h
` [PATCH 2/3] iscsi-target: Drop legacy iscsi_target_tq.c logic
` [PATCH 3/3] iser-target: Handle special case for logout during connection failure
[PATCH 0/7] scsi: storvsc: Miscellaneous enhancements and fixes
2015-03-24 16:29 UTC (14+ messages)
` [PATCH RESEND 1/7] scsi: storvsc: Increase the ring buffer size
` [PATCH RESEND 2/7] scsi: storvsc: Size the queue depth based on the ringbuffer size
` [PATCH RESEND 3/7] scsi: storvsc: Always send on the selected outgoing channel
` [PATCH RESEND 4/7] scsi: storvsc: Retrieve information about the capability of the target
` [PATCH 5/7] scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
` [PATCH 6/7] scsi: storvsc: Don't assume that the scatterlist is not chained
` [PATCH V2 7/7] scsi: storvsc: Set the tablesize based on the information given by the host
[PATCH 0/3] Fix return code for ioctl( BLKRRPART ) if device is down
2015-03-24 10:42 UTC (6+ messages)
` [PATCH 1/3] block: Return error in rescan_partitions if revalidating disk failed
` [PATCH 2/3] sd: Return error in sd_revalidate_disk if read capacity failed
` [PATCH 3/3] sd: Return -EIO "
Rv: CONGRATULATIONS AND READ THE ATTACHED LETTER FROM MICROSOFT
2015-03-23 21:51 UTC
laina
2015-03-23 14:40 UTC
iSCSI regression with linux 3.9 and 4.0
2015-03-23 13:54 UTC (12+ messages)
[PATCH 0/3] scsi: storvsc: Increase the tablesize based on host's capabilities
2015-03-22 2:03 UTC (3+ messages)
[Scst-devel] scst qla2xxx.ko VS kernel qla2xxx.ko
2015-03-21 5:59 UTC
[GIT PULL] target fixes for v4.0-rc5
2015-03-21 4:15 UTC
[PATCH v1 16/47] fusion: use __arch_phys_wc_add()
2015-03-20 23:18 UTC
[Scst-devel] scst qla2xxx.ko VS kernel qla2xxx.ko
2015-03-20 20:33 UTC (2+ messages)
[PATCH 0/15] don't export static symbol
2015-03-20 18:42 UTC (3+ messages)
` [PATCH 15/15] iscsi-target: "
noise in target_core_register_fabric
2015-03-20 18:40 UTC (3+ messages)
[PATCH] scsi: sd: add a capacity_override attribute
2015-03-20 16:32 UTC (6+ messages)
use dedicated storage for scsi_debug LUNs
2015-03-20 12:07 UTC (7+ messages)
[PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC
2015-03-20 2:50 UTC (3+ messages)
[Bug 95101] scsi/mpt2sas: setpci reset results in kernel oops
2015-03-19 21:46 UTC (2+ messages)
SMRFFS - EXT4, and a few stack changes
2015-03-19 15:59 UTC
[PATCH RESUBMIT] Enclosure: fix WARN ON when doing dlpar removing an adapter in dual patch devices
2015-03-18 22:56 UTC (2+ messages)
Suggestions for testing SAS cables via sg3_utils
2015-03-18 20:14 UTC (2+ messages)
[PATCH] scsi: match wait_for_completion_timeout return type
2015-03-18 17:33 UTC (2+ messages)
OOPS: unplugging western digital passport drive
2015-03-18 14:49 UTC (4+ messages)
[PATCH v7 0/3] Add ioctl and debug utilities to UFS driver
2015-03-18 13:20 UTC (7+ messages)
` [PATCH v7 1/3] scsi: ufs: add ioctl interface for query request
` [PATCH v7 2/3] scsi: ufs: add debugfs for ufs
` [PATCH v7 3/3] scsi: ufs: add trace events and dump prints for debug
[PATCH 0/7] aacraid driver updates
2015-03-18 11:29 UTC (31+ 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
[PATCHv2 0/3] qla2xxx, qla4xxx: re-use %p[hmM] specifiers to print variables
2015-03-18 8:47 UTC (3+ messages)
` [PATCHv2 3/3] scsi: qla4xxx: print MAC and SID via %p[mM][R]
[patch] scsi: silence an overflow warning
2015-03-18 8:21 UTC
iSCSI bug
2015-03-18 4:57 UTC (3+ messages)
[PATCH] libfc: abort an exchange in case of underrun error
2015-03-18 0:12 UTC
hyvää päivää
2015-03-17 18:56 UTC
(unknown),
2015-03-17 10:15 UTC
[ANNOUNCE] xfs: Supporting Host Aware SMR Drives
2015-03-17 6:06 UTC (7+ messages)
€950,000.00 EURO
2015-03-17 3:02 UTC
Bitte mein guter Freund
2015-03-16 13:25 UTC
[PATCH 1/3] scsi: serialize ->rescan against ->remove
2015-03-16 17:29 UTC (4+ messages)
[PATCH RESEND] scsi: qla4xxx: drop duplicate init_completion
2015-03-16 15:07 UTC
[PATCH v4] xen-scsiback: define a pr_fmt macro with xen-pvscsi
2015-03-16 14:48 UTC (3+ messages)
` [Xen-devel] "
[PATCH] uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devices
2015-03-16 14:18 UTC
avoid disk spinup at system resume
2015-03-16 12:28 UTC
Patch for /drivers/scsi/fnic/vnic_dev.c file
2015-03-16 4:22 UTC
[GIT PULL] SCSI fixes for 4.0-rc3
2015-03-14 18:18 UTC
[PATCH] hpsa: cleanup bitops usage
2015-03-14 1:12 UTC
PLEASE GET BACK TO ME AS SOON AS YOU RECEIVE THIS EMAIL
2015-03-13 21:44 UTC
[PATCH 0/7] dm: add full blk-mq support to request-based DM
2015-03-13 14:34 UTC (11+ messages)
` [PATCH 1/7] blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path
` [PATCH 1/7 v2] "
` [PATCH 1/7 v3] "
` [PATCH 2/7] blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
` [PATCH 2/7 v2] "
` [PATCH 2/7 v3] "
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
2015-03-13 10:07 UTC (2+ messages)
[PATCH ] tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module
2015-03-13 2:13 UTC (7+ messages)
` [PATCH ] tcm_qla2xxx Add SCSI command jammer/discard capabilty to the tcm_qla2xxx module - revision2
` [PATCH ] qla2xxx Add SCSI command jammer/discard capabilty to the qla2xxx target module - revision3
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).