messages from 2015-01-12 13:29:57 to 2015-01-19 08:57:55 UTC [more...]
[RFC PATCH] aha1542: Stop using scsi_module.c
2015-01-19 8:57 UTC (2+ messages)
module: fix module_refcount() return when running in a module exit routine
2015-01-19 8:28 UTC (5+ messages)
[PATCH 1/4] scsi: always use format argumets for dev_printk
2015-01-19 7:05 UTC (9+ messages)
` [PATCH 2/4] scsi: annotate sdev_prefix_printk and scmd_printk as printf-like
` [PATCH 3/4] ch: remove debug noise in ch_do_scsi
` [PATCH 4/4] sr: reduce debug noise in sr_do_ioctl
[PATCH for kernel 3.19] Avoid that scsi_device_put() triggers a kernel warning
2015-01-18 16:47 UTC (5+ messages)
[PATCH v4 00/11] scsi: fix module reference mismatch for scsi host
2015-01-18 15:30 UTC (13+ messages)
` [PATCH v4 01/11] ata: prepare to move module reference from scsi_host_template to Scsi_Host
` [PATCH v4 02/11] iscsi: "
` [PATCH v4 03/11] cxgbi: "
` [PATCH v4 04/11] libfc: "
` [PATCH v4 05/11] 53c700: prepare "
` [PATCH v4 06/11] scsi: legacy: prepare to "
` [PATCH v4 07/11] scsi: "
` [PATCH v4 08/11] scsi: ufs: adjust module reference for scsi host
` [PATCH v4 09/11] usb: storage: "
` [PATCH v4 10/11] ata: ahci_platform: "
` [PATCH v4 11/11] ata: pata_of_platform: "
[PATCH 1/2] MAINTAINERS: ibmvscsi driver maintainer change
2015-01-18 15:27 UTC (4+ messages)
` [PATCH 2/2] MAINTAINERS: ibmvfc "
[PATCH 0/3] block: Deletion of checks before three function calls
2015-01-18 14:43 UTC (3+ messages)
` [PATCH 1/3] block-cciss: Deletion of an unnecessary check before the function call "put_disk"
` [PATCH 3/3] block: Deletion of checks before the function call "iounmap"
[PATCH 0/2] Added pci_mapping_error() call and related clean up
2015-01-18 6:41 UTC (3+ messages)
` [PATCH 1/2] drivers: scsi: mpt2sas: Added pci_dma_mapping_error() call
` [PATCH 2/2] drivers: scsi: mpt2sas: Clean up error handling for calls to pci_map_single
[PATCH] scsi_debug: use atomic allocation in resp_rsup_opcodes
2015-01-17 22:47 UTC
[GIT PULL] SCSI fixes for 3.19-rc4
2015-01-17 20:40 UTC
[PATCH] Enclosure: fix WARN ON when doing dlpar removing an adapter in dual patch devices
2015-01-17 1:02 UTC (2+ messages)
` [PATCH] Subject: "
[PATCH v2 1/1] be2iscsi: add block valid bit to iBFT flag
2015-01-17 0:34 UTC (2+ messages)
Please respond!!!
2015-01-16 20:56 UTC
[PATCH 1/1] be2iscsi: add block valid bit to iBFT flag
2015-01-16 16:27 UTC (5+ messages)
[PATCH v2 0/2] csiostor:Remove T4 FCoE support
2015-01-16 16:00 UTC (3+ messages)
` [PATCH v2 1/2] csiostor:Remove T4 FCoE Support
` [PATCH v2 2/2] csiostor:Removed file csio_hw_t4.c
[PATCH 00/48] hpsa driver updates
2015-01-16 14:16 UTC (53+ messages)
` [PATCH 01/48] hpsa: correct endian sparse warnings
` [PATCH 02/48] hpsa: fix memory leak in kdump hard reset
` [PATCH 03/48] hpsa: turn off interrupts when kdump starts
` [PATCH 04/48] hpsa: change how SA controllers are reset
` [PATCH 05/48] hpsa: correct change_queue_depth
` [PATCH 06/48] hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names
` [PATCH 07/48] hpsa: rename free_irqs to hpsa_free_irqs
` [PATCH 08/48] hpsa: Fix -Wunused-but-set-variable warning
` [PATCH 09/48] hpsa: notice all request_irq errors
` [PATCH 10/48] hpsa: remove 0x from queue depth print which is in decimal
` [PATCH 11/48] hpsa: propagate hard_reset failures in reset_devices mode
` [PATCH 12/48] hpsa: propagate return value from board ID lookup
` [PATCH 13/48] hpsa: downgrade the Waiting for no-op print to dev_info
` [PATCH 14/48] hpsa: refactor hpsa_find_board_params() to encapsulate legacy test
` [PATCH 15/48] hpsa: trivial message and comment clean ups
` [PATCH 16/48] hpsa: report failure to ioremap config table
` [PATCH 17/48] hpsa: rename hpsa_request_irq to hpsa_request_irqs
` [PATCH 18/48] hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message
` [PATCH 19/48] hpsa: report allocation failures while allocating SG chain blocks
` [PATCH 20/48] hpsa: fix memory leak in hpsa_alloc_cmd_pool
` [PATCH 21/48] hpsa: avoid unneccesary calls to resource freeing functions
` [PATCH 22/48] hpsa: reserve some commands for use by driver
` [PATCH 23/48] hpsa: get rid of cmd_special_alloc and cmd_special_free
` [PATCH 24/48] hpsa: do not queue commands internally in driver
` [PATCH 25/48] hpsa: do not request device rescan on every ioaccel path error
` [PATCH 26/48] hpsa: factor out hpsa_ciss_submit function
` [PATCH 27/48] hpsa: use workqueue to resubmit failed ioaccel commands
` [PATCH 28/48] hpsa: use per-controller work queue
` [PATCH 29/48] hpsa: honor queue depth of physical devices
` [PATCH 30/48] hpsa: fix race between abort handler and main i/o path
` [PATCH 31/48] hpsa: optimize cmd_alloc function by remembering last allocation
` [PATCH 32/48] hpsa: count passthru cmds with atomics, not a spin locked int
` [PATCH 33/48] hpsa: slightly optimize SA5_performant_completed
` [PATCH 34/48] hpsa: do not check for msi(x) in interrupt_pending
` [PATCH 35/48] hpsa: remove incorrect BUG_ONs checking for raid offload enable
` [PATCH 36/48] hpsa: do not ack controller events on controllers that do not support it
` [PATCH 37/48] hpsa: guard against overflowing raid map array
` [PATCH 38/48] hpsa: check for ctlr lockup after command allocation in main io path
` [PATCH 39/48] hpsa: return failed from device reset/abort handlers
` [PATCH 40/48] hpsa: do not use a void pointer for scsi_cmd field of struct CommandList
` [PATCH 41/48] hpsa: print CDBs instead of kernel virtual addresses for uncommon errors
` [PATCH 42/48] hpsa: do not use function pointers in fast path command submission
` [PATCH 43/48] hpsa: move SG descriptor set-up out of hpsa_scatter_gather()
` [PATCH 44/48] hpsa: refactor duplicated scan completion code into a new routine
` [PATCH 45/48] hpsa: shorten the wait for the CISS doorbell mode change ack
` [PATCH 46/48] hpsa: detect and report failures changing controller transport modes
` [PATCH 47/48] hpsa: add in gen9 controller model names
` [PATCH 48/48] hpsa: add in P840ar controller model name
[PATCH 0/2] Remove T4 FCoE support
2015-01-16 7:19 UTC (7+ messages)
` [PATCH 1/2] csiostor:Remove "
` [PATCH 2/2] csiostor:Removed file csio_hw_t4.c
[LSF/MM TOPIC] Storage tools
2015-01-15 21:23 UTC
[PATCH for v3.19, v2] Avoid that sd_shutdown() triggers a kernel warning
2015-01-15 19:40 UTC (7+ messages)
` sysfs methods can race with ->remove
[LSF/MM TOPIC] Unifying the LIO and SCST target drivers
2015-01-15 16:13 UTC (7+ messages)
` [Lsf-pc] "
dm + blk-mq soft lockup complaint
2015-01-15 15:55 UTC (6+ messages)
[PATCH for v3.19, v2] Avoid that sd_shutdown() triggers a kernel warning
2015-01-15 15:23 UTC (2+ messages)
[PATCH v7 0/5] phy: qcom-ufs: add support for QUALCOMM
2015-01-15 15:21 UTC (13+ messages)
` [PATCH v7 1/5] phy: qcom-ufs: add support for QUALCOMM Technologies UFS PHY drivers
` [PATCH v7 2/5] phy: qcom-ufs: add support for 20nm phy
` [PATCH v7 3/5] scsi: ufs-qcom: add support for Qualcomm Technologies Inc platforms
` [PATCH v7 4/5] phy: qcom-ufs: add support for 14nm phy
` [PATCH v7 5/5] scsi: ufs-qcom-ice: add Inline Crypto Engine (ICE) support for UFS
[PATCH v2] scsi: Avoid crashing if device uses DIX but adapter does not support it
2015-01-15 15:02 UTC
[PATCH v6 0/4] *** add support for UFS in Qualcomm Technologies
2015-01-15 13:42 UTC (4+ messages)
` [PATCH v6 1/4] phy: qcom-ufs: add support for 20nm phy
[PATCH] scsi: Avoid crashing if device uses DIX but adapter does not support it
2015-01-15 13:32 UTC (3+ messages)
[PATCH] iscsi-target: use '%*ph' specifier to dump hex buffer
2015-01-15 11:40 UTC
[PATCH] scsi: qla2xxx: print port name via %*phC
2015-01-15 11:28 UTC
[LSF/MM TOPIC] How SRP initiator performance has been improved via scsi-mq
2015-01-15 9:15 UTC (2+ messages)
` [Lsf-pc] "
[PATCH v3 06/16] virtio/scsi: verify device has config space
2015-01-14 17:27 UTC
[PATCH RFC] qla2xxx: Fix qla27xx_write_reg()
2015-01-14 16:10 UTC
[linux-devel:devel-lkp-ib03-powerpc-201501140043 30/31] drivers/scsi/scsi_logging.c:254:3: error: format not a string literal and no format arguments
2015-01-14 15:26 UTC (3+ messages)
[PATCHv4 0/9] scsi logging update: the real thing
2015-01-14 15:24 UTC (12+ messages)
` [PATCH 1/9] scsi: Implement per-cpu logging buffer
` [PATCH 3/9] scsi: use external buffer for command logging
` [PATCH 9/9] scsi_error: do not display kernel pointer in message logs
megaraid_sas: sparse annotations and endianess fixes
2015-01-14 12:01 UTC (21+ messages)
` [PATCH 01/10] megaraid_sas: megasas_complete_outstanding_ioctls() can be static
` [PATCH 02/10] megaraid_sas: add missing __iomem annotations
` [PATCH 03/10] megaraid_sas: add endianess annotations
` [PATCH 04/10] megaraid_sas: add endianess conversions for all ones
` [PATCH 05/10] megaraid_sas: move endianess conversion into caller of megasas_get_seq_num
` [PATCH 06/10] megaraid_sas: bytewise or should be done on native endian variables
` [PATCH 07/10] megaraid_sas: add missing byte swaps to the sriov code
` [PATCH 08/10] megaraid_sas: fix megasas_fire_cmd_fusion calling convention
` [PATCH 09/10] megaraid_sas: swap whole register in megasas_register_aen
` [PATCH 10/10] megaraid_sas: fix endianess for the crash dump state support
[PATCH] scsi: remove scsi_to_u32
2015-01-14 10:49 UTC (2+ messages)
[LSF/MM TOPIC] iSCSI MQ adoption via MCS discussion
2015-01-14 4:16 UTC (21+ messages)
` [Lsf-pc] "
[PATCH] SCSI: ips: remove pointless #warning
2015-01-13 21:19 UTC
[PATCH] SCSI: initio: remove duplicate module device table
2015-01-13 21:18 UTC
[LSF/MM TOPIC] - SMR Modifications to EXT4 (and other generic file systems)
2015-01-13 20:32 UTC
[PATCH] drivers: message: Clean up error handling for calls to pci_map_single
2015-01-13 18:46 UTC
[PATCH] mpt2sas: use mpi headers from mpt3sas
2015-01-13 15:41 UTC (2+ messages)
[PATCH 00/10] mpt2sas: Phase19 and Phase20 patch set
2015-01-13 15:29 UTC (2+ messages)
[PATCH 5/6] virtio/scsi: verify device has config space
2015-01-13 14:43 UTC
[PATCH v3 0/4] scsi: ufs & ums-* & esp_scsi: fix module reference counting
2015-01-13 13:57 UTC (3+ messages)
[PATCH] st: implement sysfs based tape statistics v2
2015-01-13 3:43 UTC
[PATCH net-next 0/2] All Chelsio drivers : Cleanup CPL messages macros
2015-01-12 21:20 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;
as well as URLs for NNTP newsgroup(s).