linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-22 15:19:29 to 2015-07-28 21:06:21 UTC [more...]

[PATCH 0/8] Use correctly the Xen memory terminologies in Linux
 2015-07-28 21:06 UTC  (6+ messages)
` [PATCH 4/8] xen: Use the correctly the Xen memory terminologies
  ` [Xen-devel] "

Please can I trust you?
 2015-07-28 16:57 UTC 

[scsi 1/7 RESEND] scsi_debug: define pr_fmt() for consistent logging
 2015-07-28 13:54 UTC  (7+ messages)
` [scsi 2/7 RESEND] scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;
` [scsi 3/7 RESEND] scsi_debug: vfree is null safe so drop the check
` [scsi 4/7 RESEND] scsi_debug: make dump_sector static
` [scsi 5/7 RESEND] scsi_debug: schedule_resp fix input variable check
` [scsi 6/7 RESEND] scsi_debug: fix REPORT LUNS Well Known LU
` [scsi 7/7] scsi_debug: resp_request: remove unused variable

[PATCH v2 0/8] qla2xxx: Updates for Target Mode driver
 2015-07-28  5:54 UTC  (20+ messages)
` [PATCH v2 1/8] qla2xxx: kill sessions/log out initiator on RSCN and port down events
` [PATCH v2 2/8] qla2xxx: cleanup cmd in qla workqueue before processing TMR
` [PATCH v2 3/8] qla2xxx: delay plogi/prli ack until existing sessions are deleted
` [PATCH v2 4/8] qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrives
` [PATCH v2 5/8] qla2xxx: added sess generations to detect RSCN update races
` [PATCH v2 6/8] qla2xxx: disable scsi_transport_fc registration in target mode
` [PATCH v2 7/8] qla2xxx: drop cmds/tmrs arrived while session is being deleted
` [PATCH v2 8/8] qla2xxx: terminate exchange when command is aborted by LIO

[PATCH] qla2xxx: Return the fabric command state for non-task management requests
 2015-07-27 23:25 UTC  (4+ messages)

[for 4.1 PATCH resend] libsas: fix "sysfs group not found" warnings at port teardown time
 2015-07-27 20:52 UTC  (12+ messages)

[PATCH 0/3] REAC CAPACITY fixes
 2015-07-27 19:55 UTC  (3+ messages)
` [PATCH 2/3] scsi: rescan device if an invalid capacity had been reported

[PATCH] scsi: fix memory leak with scsi-mq
 2015-07-27 17:52 UTC  (2+ messages)

[PATCH] scsi: fix hang in scsi error handling
 2015-07-27 15:31 UTC  (5+ messages)

[PATCH 00/52] atp870u: Major rework
 2015-07-27  8:56 UTC  (54+ messages)
` [PATCH 01/52] atp870u: Remove workport
` [PATCH 02/52] atp870u: Remove tmport1
` [PATCH 03/52] atp870u: Untangle tmport
` [PATCH 04/52] atp870u: Untangle tmport #2
` [PATCH 05/52] atp870u: Untangle tmport #3
` [PATCH 06/52] atp870u: Untangle tmport #4
` [PATCH 07/52] atp870u: Untangle tmport #5
` [PATCH 08/52] atp870u: Untangle tmport #6
` [PATCH 09/52] atp870u: Untangle tmport #7
` [PATCH 10/52] atp870u: Untangle tmport #8
` [PATCH 11/52] atp870u: Untangle tmpcip
` [PATCH 12/52] atp870u: Untangle tmpcip #2
` [PATCH 13/52] atp870u: Remove ugly gotos
` [PATCH 14/52] atp870u: Remove ugly gotos #2
` [PATCH 15/52] atp870u: Remove ugly gotos #3
` [PATCH 16/52] atp870u: Remove ugly gotos #4
` [PATCH 17/52] atp870u: Remove ugly gotos #5
` [PATCH 18/52] atp870u: Introduce HW access wrappers
` [PATCH 19/52] atp870u: Convert is870() to use wrappers
` [PATCH 20/52] atp870u: Convert is880() "
` [PATCH 21/52] atp870u: Convert is885() "
` [PATCH 22/52] atp870u: Unify code format in is870(), is880() and is885()
` [PATCH 23/52] atp870u: Add channel parameter to is870() and is880()
` [PATCH 24/52] atp870u: Move chip-specific lines out of is880() and is885()
` [PATCH 25/52] atp870u: Remove is880()
` [PATCH 26/52] atp870u: Add wide_chip parameter to is870() and is885()
` [PATCH 27/52] atp870u: Add remaining 870 support to is885()
` [PATCH 28/52] atp870u: Move 870-specific code out of is870()
` [PATCH 29/52] atp870u: Remove is870()
` [PATCH 30/52] atp870u: Rename is885() to atp_is()
` [PATCH 31/52] atp870u: Convert remaining in[bwl] and out[bwl] to wrappers
` [PATCH 32/52] atp870u: Replace port 0x80 delay by udelay
` [PATCH 33/52] atp870u: Fix incorrect writeb_io access to register 0x3a
` [PATCH 34/52] atp870u: Introduce atp_set_host_id
` [PATCH 35/52] atp870u: Reduce log spam on module load/unload
` [PATCH 36/52] atp870u: Remove empty tscam_885()
` [PATCH 37/52] atp870u: Use module_pci_driver
` [PATCH 38/52] atp870u: Use n_io_port in request_region and release_region
` [PATCH 39/52] atp870u: Remove useless and broken card counting
` [PATCH 40/52] atp870u: Remove unused irq from struct atp_unit
` [PATCH 41/52] atp870u: Improve _probe()
` [PATCH 42/52] atp870u: Improve unsupported chip detection
` [PATCH 43/52] atp870u: Remove chip_ver from struct atp_unit
` [PATCH 44/52] atp870u: Simplify _probe()
` [PATCH 45/52] atp870u: Introduce is880(), is885() and remove dev_id
` [PATCH 46/52] atp870u: Use pci_request_regions
` [PATCH 47/52] atp870u: Request IRQ later, remove weird locking
` [PATCH 48/52] atp870u: Remove scam_on from struct atp_unit
` [PATCH 49/52] atp870u: Initialize tables earlier
` [PATCH 50/52] atp870u: Introduce atp880_init()
` [PATCH 51/52] atp870u: Introduce atp885_init()
` [PATCH 52/52] atp870u: Introduce atp870_init()

[PATCH] MAINTAINERS: Update LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) maintainers list
 2015-07-27  8:19 UTC  (2+ messages)

[PATCH v3] [SCSI] mpt2sas, mpt3sas: Abort initialization if no memory I/O resources detected
 2015-07-27  8:19 UTC  (2+ messages)

[PATCH] lpfc: remove set but not used variables
 2015-07-26 16:45 UTC 

[PATCH v2 3/3] cxlflash: Virtual LUN support
 2015-07-25 20:31 UTC  (3+ messages)

guten Tag
 2015-07-25  8:04 UTC 

[PATCHv2 00/20] asynchronous ALUA device handler
 2015-07-25 16:00 UTC  (27+ messages)
` [PATCH 04/20] scsi_dh_alua: Improve error handling
` [PATCH 07/20] scsi_dh_alua: Pass buffer as function argument
` [PATCH 08/20] scsi_dh_alua: Make stpg synchronous
` [PATCH 09/20] scsi_dh_alua: switch to scsi_execute()
` [PATCH 11/20] scsi_dh_alua: Use separate alua_port_group structure
` [PATCH 12/20] scsi_dh_alua: allocate RTPG buffer separately
` [PATCH 13/20] scsi_dh_alua: simplify sense code handling
` [PATCH 14/20] scsi_dh_alua: parse target device id
` [PATCH 16/20] scsi_dh_alua: Use workqueue for RTPG

[PATCH 0/5] device handler interface update
 2015-07-25 15:42 UTC  (9+ messages)
` [PATCH 1/5] scsi: rescan VPD attributes
` [PATCH 4/5] scsi_dh_alua: add 'state' callback function

[PATCH] target: fix crash in cmd tracing when cmd didn't match a LUN
 2015-07-25  9:28 UTC  (5+ messages)

[RFC v5 01/26] scsi/atari_scsi: Dont select CONFIG_NVRAM
 2015-07-25  7:46 UTC  (2+ messages)
` [RFC v5 04/26] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops

[PATCH] target: add support for START_STOP_UNIT SCSI opcode
 2015-07-25  6:32 UTC  (5+ messages)

[PATCH 0/9] qla2xxx: Patches for scsi "misc" branch
 2015-07-24 21:16 UTC  (8+ messages)

[PATCH] USB: storage: add "no SYNCHRONIZE CACHE" quirk
 2015-07-24 15:19 UTC  (2+ messages)

[Bug 101891] New: mvsas prep failed, NULL pointer dereference in mvs_slot_task_free+0x5/0x1f0 [mvsas]
 2015-07-24 11:48 UTC  (3+ messages)
` [Bug 101891] "

[PATCH v1 0/4] Descriptor format sense data
 2015-07-24  5:59 UTC  (2+ messages)

[PATCH v4 0/5] Target sense data handling modifications
 2015-07-24  5:16 UTC  (2+ messages)

[PATCH] iscsi-target: Fix iscsit_start_kthreads failure OOPs
 2015-07-24  3:11 UTC  (4+ messages)

[PATCH 0/4] iscsi/iser-target fixes for v4.2-rc
 2015-07-24  2:51 UTC  (5+ messages)
` [PATCH 1/4] iscsi-target: Fix use-after-free during TPG session shutdown
` [PATCH 2/4] iscsi-target: Fix iscsit_start_kthreads failure OOPs
` [PATCH 3/4] iscsi-target: Fix iser explicit logout TX kthread leak
` [PATCH 4/4] iser-target: Fix REJECT CM event use-after-free OOPs

[PATCH] target: Drop iSCSI use of mutex around max_cmd_sn increment
 2015-07-23 21:53 UTC  (4+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH V5 00/11] [SCSI] aacraid: Patchset for aacraid driver version 41010
 2015-07-23 18:41 UTC  (21+ messages)
` [PATCH V5 01/11] [SCSI] aacraid: Fix for logical device name and UID not exposed to the OS
` [PATCH V5 02/11] [SCSI] aacraid: Add Power Management support
` [PATCH V5 03/11] [SCSI] aacraid: Change interrupt mode to MSI for series-6 controller
` [PATCH V5 04/11] [SCSI] aacraid: Enable 64-bit write to controller register
` [PATCH V5 05/11] [SCSI] aacraid: Tune response path if IsFastPath bit set
` [PATCH V5 06/11] [SCSI] aacraid: Reset irq affinity hints before releasing irq
` [PATCH V5 07/11] [SCSI] aacraid: Unblock IOCTLs to controller once system resumed from suspend
` [PATCH V5 08/11] [SCSI] aacraid: Send commit-config to controller firmware
` [PATCH V5 09/11] [SCSI] aacraid: Update driver version
` [PATCH V5 10/11] [SCSI] aacraid: Replace pci_enable_msix() with pci_enable_msix_range()
` [PATCH V5 11/11] [SCSI] aacraid: Requests at least 2 MSIx in pci_enable_msix_range()

dobre rano
 2015-07-23  7:32 UTC 

[PATCH] target: improve unsupported opcode message
 2015-07-23  9:57 UTC  (3+ messages)

[PATCH] target: allow underflow/overflow for PR OUT etc. commands
 2015-07-23  9:44 UTC  (2+ messages)

[PATCH] target: respond to unknown initiators with sensible REPORT LUNS list length
 2015-07-23  9:41 UTC  (2+ messages)

[Bug 101841] New: iommu memory handling cause mmblock devices stop working
 2015-07-23  9:31 UTC  (2+ messages)
` [Bug 101841] "

[PATCH] qla2xxx: remove unused rval
 2015-07-22 22:17 UTC  (2+ messages)

[Bug 101011] New: Kernel Oops when disconnecting a mounted ext4 usb stick
 2015-07-22 17:39 UTC  (2+ messages)
` [Bug 101011] "

[PATCH V4 00/10] [SCSI] aacraid: Patchset for aacraid driver version 41010
 2015-07-22 16:11 UTC  (6+ messages)
` [PATCH V4 10/10] [SCSI] aacraid: Replace pci_enable_msix() with pci_enable_msix_range()

[PATCH] lpfc: Use && instead of & for boolean expression
 2015-07-22 15:47 UTC  (2+ messages)

[PATCH 00/11] hpsa updates
 2015-07-22 15:20 UTC  (9+ messages)
` [PATCH 07/11] hpsa: add in new controllers
` [PATCH 09/11] hpsa: add in new offline mode
` [PATCH 10/11] hpsa: fix issues with multilun devices
` [PATCH 11/11] hpsa: fix rmmod issues


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).