messages from 2012-03-19 07:03:47 to 2012-03-25 14:57:54 UTC [more...]
[PATCH 00/15, v3] Make ib_srp better suited for H.A. purposes
2012-03-25 14:57 UTC (2+ messages)
` [PATCH 09/15] srp_transport: Fix atttribute registration
[PATCH v4] sd: Fix device removal NULL pointer dereference
2012-03-24 19:16 UTC
[PATCH] block: Make blk_drain_queue() work for stopped queues
2012-03-24 18:49 UTC (15+ messages)
[libsas PATCH v12 00/11] libsas eh, discovery, suspend, and fixes
2012-03-23 21:15 UTC (24+ messages)
` [libsas PATCH v12 01/11] libsas: cleanup spurious calls to scsi_schedule_eh
` [libsas PATCH v12 02/11] libsas: trim sas_task of slow path infrastructure
` [libsas PATCH v12 03/11] libata: reset once
` [libsas PATCH v12 04/11] sysfs: handle 'parent deleted before child added'
` [libsas PATCH v12 05/11] scsi_transport_sas: fix delete vs scan race
` [libsas PATCH v12 06/11] libsas: unify domain_device sas_rphy lifetimes
` [libsas PATCH v12 07/11] libsas: fix false positive 'device attached' conditions
` [libsas PATCH v12 08/11] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_ready
` [libsas PATCH v12 09/11] libsas, libata: fix start of life for a sas ata_port
` [libsas PATCH v12 10/11] scsi, sd: limit the scope of the async probe domain
` [libsas PATCH v12 11/11] libsas: suspend / resume support
WARNING: at fs/sysfs/inode.c:323 sysfs_hash_and_remove+0xa4/0xb0()
2012-03-23 18:00 UTC (2+ messages)
[PATCH v3 0/4] FCoE Sysfs
2012-03-23 17:36 UTC (6+ messages)
` [PATCH v3 1/4] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member
` [PATCH v3 2/4] bnx2fc: Allocate fcoe_ctlr with bnx2fc_interface, "
` [PATCH v3 3/4] libfcoe: Add fcoe_sysfs
` [PATCH v3 4/4] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE Syfs
[libsas PATCH v14] libsas, libata: fix start of life for a sas ata_port
2012-03-23 17:22 UTC
[PATCH RESEND 0000/0002] drivers: scsi: storvsc
2012-03-23 15:50 UTC (10+ messages)
` [PATCH RESEND 1/2] Drivers: scsi: storvsc: Set the scsi result correctly when SRB status is INVALID
[isci-rnc PATCH v1 00/37] remote node context rework
2012-03-23 0:31 UTC (38+ messages)
` [isci-rnc PATCH v1 01/37] isci: Manage the link layer hang detect timer for RNC suspensions
` [isci-rnc PATCH v1 02/37] isci: Fixed bug in resumption from RNC Tx/Rx suspend state
` [isci-rnc PATCH v1 03/37] isci: Handle all suspending TC completions
` [isci-rnc PATCH v1 04/37] isci: Terminate outstanding TCs on TX/RX RNC suspensions
` [isci-rnc PATCH v1 05/37] isci: Manage device suspensions during TC terminations
` [isci-rnc PATCH v1 06/37] isci: Remote device must be suspended for NCQ cleanup
` [isci-rnc PATCH v1 07/37] isci: Remote device stop also suspends the RNC and terminates I/O
` [isci-rnc PATCH v1 08/37] isci: Escalate to I_T_Nexus_Reset when the device is gone
` [isci-rnc PATCH v1 09/37] isci: Redesign device suspension, abort, cleanup
` [isci-rnc PATCH v1 10/37] isci: Add suspension cases for RNC INVALIDATING, POSTING states
` [isci-rnc PATCH v1 11/37] isci: Device access in the error path does not depend on IDEV_GONE
` [isci-rnc PATCH v1 12/37] isci: All pending TCs are terminated when the RNC is invalidated
` [isci-rnc PATCH v1 13/37] isci: Only set IDEV_GONE in the device stop path
` [isci-rnc PATCH v1 14/37] isci: Remove isci_device reqs_in_process and dev_node from isci_device
` [isci-rnc PATCH v1 15/37] isci: Distinguish between remote device suspension cases
` [isci-rnc PATCH v1 16/37] isci: Fix the terminated I/O to not call sas_task_abort()
` [isci-rnc PATCH v1 17/37] isci: Save the suspension hint for upcoming suspensions
` [isci-rnc PATCH v1 18/37] isci: Manage the LLHANG timer enable/disable per-device
` [isci-rnc PATCH v1 19/37] isci: Make sure all TCs are terminated and cleaned in LUN reset
` [isci-rnc PATCH v1 20/37] isci: Implement waiting for suspend in the abort path
` [isci-rnc PATCH v1 21/37] isci: When in the abort path, defeat other resume calls until done
` [isci-rnc PATCH v1 22/37] isci: Callbacks to libsas occur under scic_lock and are synchronized
` [isci-rnc PATCH v1 23/37] isci: Manage tag releases differently when aborting tasks
` [isci-rnc PATCH v1 24/37] isci: Fix RNC suspend call for SCI_RESUMING state
` [isci-rnc PATCH v1 25/37] isci: Wait for RNC resumption before leaving the abort path
` [isci-rnc PATCH v1 26/37] isci: Directly control IREQ_ABORT_PATH_ACTIVE when completing TMFs
` [isci-rnc PATCH v1 27/37] isci: Add protocol indicator for TMF requests
` [isci-rnc PATCH v1 28/37] isci: Added timeouts to RNC suspensions in the abort path
` [isci-rnc PATCH v1 29/37] isci: Change the phy control and link reset interface for HW reasons
` [isci-rnc PATCH v1 30/37] isci: Don't wait for an RNC suspend if it's being destroyed
` [isci-rnc PATCH v1 31/37] isci: Restore the ATAPI device RNC management code
` [isci-rnc PATCH v1 32/37] isci: Check IDEV_GONE before performing abort path operations
` [isci-rnc PATCH v1 33/37] isci: Remove obviated host callback list
` [isci-rnc PATCH v1 34/37] isci: Manage the IREQ_NO_AUTO_FREE_TAG under scic_lock
` [isci-rnc PATCH v1 35/37] isci: Fix RNC AWAIT_SUSPENSION->INVALIDATING transition
` [isci-rnc PATCH v1 36/37] isci: Fixed RNC bug that lost the suspension or resumption during destroy
` [isci-rnc PATCH v1 37/37] isci: End the RNC resumption wait when the RNC is destroyed
[libsas PATCH v13] scsi, sd: limit the scope of the async probe domain
2012-03-23 0:05 UTC
[PATCH 01/34] scsi proc_ops: add struct scsi_host_template::proc_ops
2012-03-22 17:25 UTC (3+ messages)
` [PATCH 29/34] scsi proc_ops: convert drivers/ata/sata_svw.c
[PATCH 0/2]: Use correct DMA device in SCSI/libata
2012-03-22 17:22 UTC (4+ messages)
` [PATCH 1/2] [SCSI] scsi_lib: use correct DMA device in __scsi_alloc_queue
` [PATCH 2/2] libata: Pass correct DMA device to scsi host
[PATCH] [SCSI] scsi_lib: use correct DMA device in __scsi_alloc_queue
2012-03-22 15:28 UTC (3+ messages)
mpt2sas: BUG? corrupted nvram after using linkrate in sysfs
2012-03-22 14:44 UTC (5+ messages)
[PATCH v3 0/5] [SCSI] ufshcd: UFS Host Controller Driver
2012-03-22 13:51 UTC (2+ messages)
From Salim Fadi Mohamed Please open the attachment Documents I send to you for details
2012-03-22 13:32 UTC
be2iscsi update
2012-03-22 7:52 UTC (21+ messages)
` [PATCH 01/17] be2iscsi: Fix in the Asynchronous Code Path
` [PATCH 02/17] be2iscsi: Fix in ASYNC PDU stitching logic
` [PATCH 03/17] be2iscsi:WRB Initialization and Failure code path change
` [PATCH 04/17] be2iscsi:Freeing of WRB and SGL Handle in cleanup task
` [PATCH 05/17] be2iscsi:Fix typo function name mismatch
` [PATCH 06/17] be2iscsi:Set num_cpu = 1 if pci_enable_msix fails
` [PATCH 07/17] be2iscsi:Fix double free of MCCQ info memory
` [PATCH 08/17] be2iscsi:Code cleanup, removing the goto statement
` [PATCH 09/17] be2iscsi:Fix the function return values
` [PATCH 10/17] be2iscsi: Update in Copyright information
` [PATCH 11/17] be2iscsi:Bump the driver Version
` [PATCH 12/17] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA Handle
` [PATCH 13/17] be2iscsi: Return async handle of unknown opcode to free list
` [PATCH 14/17] be2iscsi: Get Initiator Name for the iSCSI_Host
` [PATCH 15/17] be2iscsi: Adding bsg interface for be2iscsi
` [PATCH 16/17] be2iscsi: adding functionality to change network settings using iscsiadm
` [PATCH 17/17] be2iscsi: Get Port State and Speed of the Adapter
[isci PATCH v3 3/4] libsas: suspend / resume support
2012-03-22 7:44 UTC (6+ messages)
[isci PATCH v3 0/4] isci: suspend/resume support+
2012-03-22 6:48 UTC (2+ messages)
[PATCH v2 0/5] [SCSI] ufshcd: UFS Host Controller Driver
2012-03-22 4:04 UTC (3+ messages)
[PATCH] [SCSI] pm8001: Add error handler in pm8001_init_sas_add() if kzalloc fails
2012-03-22 1:49 UTC (6+ messages)
stuck in megaraid_sas.c megasas_adp_reset_gen2
2012-03-21 23:52 UTC (3+ messages)
DMA doesn't work since "make ata port as parent device of scsi host"
2012-03-21 19:40 UTC (2+ messages)
[PATCH] [SCSI] megaraid: add error handling for failed kmalloc() in mega_internal_command()
2012-03-21 17:29 UTC
Easter Bonanza. (Congratulations)
2012-03-21 17:40 UTC
Easter Bonanza Award.(Congratulations)
2012-03-21 11:47 UTC
[PATCH] st: fix race in st_scsi_execute_end
2012-03-21 10:09 UTC (2+ messages)
[PATCH 10/11] scsi/atari: Revive "atascsi=" setup option
2012-03-21 9:51 UTC (2+ messages)
` [PATCH 11/11] scsi/atari: Make more functions static
[Bug 42969] New: Softlockup during boot during init_sd
2012-03-21 6:53 UTC (6+ messages)
` [Bug 42969] "
[RFC PATCH v2 0/8] ACPI D3Cold state and SATA ZPODD support
2012-03-21 4:48 UTC (7+ messages)
` [RFC PATCH v2 5/8] libata-acpi: add ata port runtime D3Cold support
[LSF/MM TOPIC] [ATTEND] qla2xxx FC target mode
2012-03-21 4:12 UTC (8+ messages)
` [Lsf-pc] "
[PATCH v2 0/4] FCoE Sysfs
2012-03-20 21:05 UTC (7+ messages)
` [PATCH v2 3/4] libfcoe: Add fcoe_sysfs
need help solving mpt2sas target unplug can hang worker thread
2012-03-20 20:14 UTC (7+ messages)
[PATCH] VMW_PVSCSI: Try setting host->max_id as suggested by the device
2012-03-20 17:24 UTC (2+ messages)
` [Pv-drivers] "
[PATCH v3] [SCSI] pm8001: fix endian issue with code optimization
2012-03-20 6:41 UTC (3+ messages)
` Re "
[PATCH 12/12] [SCSI] mpt2sas : Bump driver vesion to 13.100.00.00
2012-03-20 6:40 UTC
[PATCH 11/12] [SCSI] mpt2sas : Fix for panic happening because of improper memory allocation
2012-03-20 6:40 UTC
[PATCH 10/12] [SCSI] mpt2sas : Fix for hard drive going OFFLINE when hard reset issued and simultaneously another hard drive is hot unplugged
2012-03-20 6:39 UTC
[PATCH 09/12] [SCSI] mpt2sas : Set the phy identifier of the end device to the phy number of the parent device it is linked to
2012-03-20 6:38 UTC
[PATCH 08/12] [SCSI] mpt2sas : While enabling phy, read the current port number from sas iounit page 0 instead of page 1
2012-03-20 6:38 UTC
[PATCH 07/12] [SCSI] mpt2sas : Fix linux driver sparse errors
2012-03-20 6:37 UTC
[PATCH 06/12] [SCSI] mpt2sas : Fix security scan issues reported by source code analysis tool
2012-03-20 6:37 UTC
[PATCH 05/12] [SCSI] mpt2sas : Improvement were made to better protect the sas_device, raid_device, and expander_device lists
2012-03-20 6:36 UTC
[PATCH 04/12] [SCSI] mpt2sas : Perform Target Reset instead of HBA reset when a SATA_PASSTHROUGH cmd timeout happens
2012-03-20 6:35 UTC
[PATCH 03/12] [SCSI] mpt2sas : Added multisegment mode support for Linux BSG Driver
2012-03-20 6:34 UTC
[PATCH 02/12] [SCSI] mpt2sas : Removed redundant global mutex for IOCTLs
2012-03-20 6:34 UTC
[PATCH 01/12] [SCSI] mpt2sas : MPI next revision header update
2012-03-20 6:33 UTC
[RESEND] [PATCH] [SCSI] mpt2sas : Description Patch
2012-03-20 6:27 UTC
[PATCH] [SCSI] mpt2sas : Description Patch
2012-03-20 6:20 UTC
[PATCH 3/3] megaraid_sas: Version and Changelog update
2012-03-20 2:50 UTC
[PATCH 2/3] megaraid_sas: Add fpRead/WriteCapable, fpRead/WriteAcrossStripe checks
2012-03-20 2:50 UTC
[PATCH 1/3] megaraid_sas: Optimize HostMSIxVectors setting
2012-03-20 2:49 UTC
[PATCH 0/3] megaraid_sas: Updates for scsi-misc
2012-03-20 2:49 UTC
[GIT PULL] target-pending updates for v3.4-rc1 (round 1)
2012-03-19 22:09 UTC
[Bug 42939] New: hv_storvsc - write cache enabled by default and cannot be disabled
2012-03-19 19:36 UTC (3+ messages)
` [Bug 42939] "
[PATCH] dm-mpath: Clear map_context pointer when requeuing
2012-03-19 15:00 UTC (8+ messages)
` "
` [dm-devel] "
[GIT PULL] First round of SCSI updates for the 3.3+ merge window
2012-03-19 11:21 UTC
[PATCH v5 0/3] virtio-scsi driver
2012-03-19 11:07 UTC (4+ messages)
` [PATCH v5 2/3] virtio-scsi: add error handling
Здарова, мой дорогой...!!!)))
2012-03-19 1:56 UTC
Доброе утро сладкий....!)
2012-03-19 1:56 UTC
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).