messages from 2015-04-30 17:34:41 to 2015-05-07 11:42:04 UTC [more...]
[PATCH 00/17] asynchronous ALUA device handler
2015-05-07 11:41 UTC (22+ messages)
` [PATCH 01/17] scsi_dh: return individual errors in scsi_dh_activate()
` [PATCH 02/17] scsi_dh_alua: Disable ALUA handling for non-disk devices
` [PATCH 03/17] scsi_dh_alua: Use vpd_pg83 information
` [PATCH 04/17] scsi_dh_alua: Improve error handling
` [PATCH 05/17] scsi: remove scsi_show_sense_hdr()
` [PATCH 06/17] scsi_dh_alua: use flag for RTPG extended header
` [PATCH 07/17] scsi_dh_alua: Pass buffer as function argument
` [PATCH 08/17] scsi_dh_alua: Make stpg synchronous
` [PATCH 09/17] scsi_dh_alua: switch to scsi_execute()
` [PATCH 10/17] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 11/17] scsi_dh_alua: simplify sense code handling
` [PATCH 12/17] scsi_dh_alua: parse target device id
` [PATCH 13/17] scsi_dh_alua: revert commit a8e5a2d593cbfccf530c3382c2c328d2edaa7b66
` [PATCH 14/17] scsi_dh_alua: Use workqueue for RTPG
` [PATCH 15/17] scsi_dh_alua: Recheck state on unit attention
` [PATCH 16/17] scsi_dh_alua: update all port states
` [PATCH 17/17] scsi_dh_alua: Update version to 2.0
[PATCH RFC 0/3] simple copy offloading system call
2015-05-07 2:52 UTC (3+ messages)
[PATCH] mpt2sas: mpt3sas: Fix memory corruption during initialization
2015-05-06 18:48 UTC (3+ messages)
possible race condition for usb_stor_port_reset and usb_reset_and_verify_device
2015-05-06 18:16 UTC (4+ messages)
Limit max concurrent sessions
2015-05-06 15:36 UTC
[PATCH v7] st implement tape statistics
2015-05-06 15:05 UTC (5+ messages)
[PATCH] usb: storage: fix module reference for scsi host
2015-05-06 14:55 UTC (2+ messages)
[PATCH] [SCSI] libsas: Kconfig: Enable SATA compatibility by default
2015-05-06 14:23 UTC (4+ messages)
[PATCH v3 0/18] megaraid_sas : Description Patch
2015-05-06 13:50 UTC (2+ messages)
Administrative Notice
2015-05-06 9:44 UTC
[PATCH] megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_and_poll() to consider command status returned by firmware
2015-05-06 13:31 UTC
RFC: struct request cleanups
2015-05-06 11:46 UTC (4+ messages)
` [PATCH 7/7] block: allocate block_pc data separate from struct request
[PATCH] drivers/scsi/arm/acornscsi.c: rename CONFIG_ACORNSCSI_CONSTANTS
2015-05-06 10:38 UTC (2+ messages)
[PATCH 0/12] IB/srp patches for kernel v4.2
2015-05-06 9:59 UTC (28+ messages)
` [PATCH 01/12] scsi_transport_srp: Introduce srp_wait_for_queuecommand()
` [PATCH 04/12] IB/srp: Fix connection state tracking
` [PATCH 06/12] scsi_transport_srp: Reduce failover time
[PATCH v6 0/4] scsi: ufs & ums-* & esp_scsi: fix module reference counting
2015-05-06 9:26 UTC (16+ messages)
` [PATCH v6 1/4] scsi: add ability to adjust module reference for scsi host
` [PATCH v6 2/4] scsi: ufs: "
` [PATCH v6 3/4] usb: storage: "
` [PATCH v6 4/4] scsi: esp_scsi: "
[PATCH -next] crct10dif: remove extra function call in crc_t10dif() and crc_t10dif_update()
2015-05-06 9:18 UTC
[PATCH v8] st: implement tape statistics
2015-05-06 1:37 UTC
[PATCH 01/14] lpfc: The lpfc driver does not issue RFF_ID and RFT_ID in the correct sequence
2015-05-05 22:10 UTC (4+ messages)
[PATCH kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
2015-05-05 21:46 UTC (3+ messages)
[PATCH v5 0/3] ata: ahci_xgene: Add support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller driver
2015-05-05 19:21 UTC (4+ messages)
` [PATCH v5 1/3] libahci: Refactoring of ahci_single_irq_intr function
` [PATCH v5 2/3] libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch
` [PATCH v5 3/3] ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller
[PATCH 0/3] megaraid: use dev_printk() when possible
2015-05-05 18:30 UTC (4+ messages)
` [PATCH 3/3] megaraid_sas: use dev_printk "
[PATCH v4 0/2] ata: ahci_xgene: Add support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller driver
2015-05-05 17:48 UTC (5+ messages)
` [PATCH v4 1/2] libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch
` [PATCH v4 2/2] ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller
Question about driver category for submission
2015-05-05 17:43 UTC (4+ messages)
integrate scsi_dh better into the scsi core
2015-05-05 15:25 UTC (42+ messages)
` [PATCH 1/9] dm-mpath: check kstrdup return value in parse_hw_handler
` [PATCH 2/9] dm-mpath, scsi_dh: don't let dm detach device handlers
` [PATCH 3/9] dm-mpath: don't call scsi_dh_attach when we want to retain the attached handler
` [PATCH 4/9] dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath
` [PATCH 5/9] scsi_dh: integrate into the core SCSI code
` [PATCH 6/9] scsi_dh: move device matching to the core code
` [PATCH 7/9] scsi_dh: kill struct scsi_dh_data
` [PATCH 8/9] scsi_dh: add a common helper to get a scsi_device from a request_queue
` [PATCH 9/9] scsi_dh: don't allow to detach device handlers at runtime
[PATCH v3 0/2] ata: ahci_xgene: Add support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller driver
2015-05-05 13:18 UTC (13+ messages)
` [PATCH v3 1/2] libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch
` [PATCH v3 2/2] ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller
[PATCH 1/1] fcoe: use continue instead of goto+label
2015-05-05 12:56 UTC
Von Dr. Christopher Harrison (Bitte antworten)
2015-05-05 10:18 UTC
[PATCH v3] scsi: stex: Remove use of struct timeval
2015-05-05 9:09 UTC (2+ messages)
Ahoy
2015-05-04 17:56 UTC
[PATCH 0/4] cxgbi: driver update
2015-05-04 22:43 UTC (3+ messages)
HELLO DEAR
2015-05-04 15:06 UTC
[RFC PATCH 00/34] atp870u: Remove the first level of crap
2015-05-03 17:31 UTC (35+ messages)
` [PATCH 01/34] atp870u: Remove workport
` [PATCH 02/34] atp870u: Remove tmport1
` [PATCH 03/34] atp870u: Untangle tmport
` [PATCH 04/34] atp870u: Untangle tmport #2
` [PATCH 05/34] atp870u: Untangle tmport #3
` [PATCH 06/34] atp870u: Untangle tmport #4
` [PATCH 07/34] atp870u: Untangle tmport #5
` [PATCH 08/34] atp870u: Untangle tmport #6
` [PATCH 09/34] atp870u: Untangle tmport #7
` [PATCH 10/34] atp870u: Untangle tmport #8
` [PATCH 11/34] atp870u: Untangle tmpcip
` [PATCH 12/34] atp870u: Untangle tmpcip #2
` [PATCH 13/34] atp870u: Remove ugly gotos
` [PATCH 14/34] atp870u: Remove ugly gotos #2
` [PATCH 15/34] atp870u: Remove ugly gotos #3
` [PATCH 16/34] atp870u: Remove ugly gotos #4
` [PATCH 17/34] atp870u: Remove ugly gotos #5
` [PATCH 18/34] atp870u: Introduce HW access wrappers
` [PATCH 19/34] atp870u: Convert is870() to use wrappers
` [PATCH 20/34] atp870u: Convert is880() "
` [PATCH 21/34] atp870u: Convert is885() "
` [PATCH 22/34] atp870u: Unify code format in is870(), is880() and is885()
` [PATCH 23/34] atp870u: Add channel parameter to is870() and is880()
` [PATCH 24/34] atp870u: Move chip-specific lines out of is880() and is885()
` [PATCH 25/34] atp870u: Remove is880()
` [PATCH 26/34] atp870u: Add wide_chip parameter to is870() and is885()
` [PATCH 27/34] atp870u: Add remaining 870 support to is885()
` [PATCH 28/34] atp870u: Move 870-specific code out of is870()
` [PATCH 29/34] atp870u: Remove is870()
` [PATCH 30/34] atp870u: Rename is885() to atp_is()
` [PATCH 31/34] atp870u: Convert remaining in[bwl] and out[bwl] to wrappers
` [PATCH 32/34] atp870u: Replace port 0x80 delay by udelay
` [PATCH 33/34] atp870u: Fix incorrect writeb_io access to register 0x3a
` [PATCH 34/34] atp870u: Introduce atp_set_host_id
[GIT PULL] SCSI fixes for 4.1-rc1
2015-05-03 16:14 UTC
[Bug 97641] New: Repeated unit attentions trigger initiator lockup
2015-05-03 9:37 UTC (2+ messages)
` [Bug 97641] "
Backport of a fix for HPSA (Disabling a disabled device problem during kdump) driver
2015-05-02 17:56 UTC (10+ messages)
sysfs group not found for kobject on mvsas drive removal
2015-05-02 0:45 UTC (2+ messages)
[PATCH V2 1/1] scsi: storvsc: Set the SRB flags correctly when no data transfer is needed
2015-05-01 18:03 UTC
[PATCH 09/11] drivers/scsi: include <module.h> for modular ufshcd-pltfrm code
2015-05-01 13:43 UTC (4+ messages)
[PATCH] sd: always retry READ CAPACITY for ALUA state transition
2015-05-01 13:22 UTC (5+ messages)
[PATCH v4 1/4] target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_prot()
2015-05-01 6:23 UTC (3+ messages)
` [PATCH v4 2/4] target: ensure se_cmd->t_prot_sg is allocated when required
` [PATCH v4 4/4] target: handle odd SG mapping for data transfer memory
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