public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-11 12:33:59 to 2014-07-17 07:42:34 UTC [more...]

[PATCH 0/8] Drivers: scsi: storvsc: Bug fixes and improvements
 2014-07-17  7:42 UTC  (44+ messages)
` [PATCH 1/8] Drivers: scsi: storvsc: Change the limits to reflect the values on the host
  ` [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16
  ` [PATCH 6/8] Drivers: scsi: storvsc: Implement an abort handler
  ` [PATCH 7/8] drivers: scsi: storvsc: Set srb_flags in all cases

[PATCH net-next v2 0/4] cxgb4i: Add ipv6 support
 2014-07-17  7:18 UTC  (5+ messages)
` [PATCH net-next v2 2/4] cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines
` [PATCH net-next v2 3/4] libcxgbi: Add ipv6 api to driver
  ` [PATCH net-next v2 1/4] cxgb4/iw_cxgb4: Move common defines to cxgb4
  ` [PATCH net-next v2 4/4] cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api

[PATCH] lpfc: Avoid to disable pci_dev twice
 2014-07-17  6:32 UTC 

[PATCH net-next 0/4] cxgb4i: Add ipv6 support
 2014-07-17  6:23 UTC  (9+ messages)
` [PATCH net-next 1/4] cxgb4/iw_cxgb4: Move common defines to cxgb4
  ` [PATCH net-next 2/4] cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines
  ` [PATCH net-next 3/4] libcxgbi: Add ipv6 api to driver
` [PATCH net-next 4/4] cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api

[PATCH] target/configfs: Remove unnecessary null test
 2014-07-16 20:59 UTC 

[PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-07-16 18:23 UTC  (23+ messages)
` [PATCH v2 RESEND 02/23] bfa: Do not call pci_enable_msix() after it failed once
` [PATCH v2 RESEND 03/23] bfa: Cleanup bfad_setup_intr() function
` [PATCH v2 RESEND 04/23] bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()
` [PATCH v2 RESEND 05/23] csiostor: Remove superfluous call to pci_disable_msix()
` [PATCH v2 RESEND 06/23] csiostor: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 07/23] fnic: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 08/23] hpsa: Fallback to MSI rather than to INTx if MSI-X failed
` [PATCH v2 RESEND 09/23] hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 10/23] isci: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 11/23] lpfc: Remove superfluous call to pci_disable_msix()
` [PATCH v2 RESEND 12/23] lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 14/23] megaraid: "
` [PATCH v2 RESEND 15/23] mpt2sas: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 16/23] mpt3sas: "
` [PATCH v2 RESEND 17/23] pm8001: Fix invalid return when request_irq() failed
` [PATCH v2 RESEND 18/23] pm8001: Use pci_enable_msix_exact() instead of pci_enable_msix()
` [PATCH v2 RESEND 19/23] pmcraid: Get rid of a redundant assignment
` [PATCH v2 RESEND 20/23] pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 21/23] qla2xxx: "
` [PATCH v2 RESEND 22/23] qla4xxx: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 23/23] vmw_pvscsi: "

[PATCH] iscsi_ibft: Print correct IPv6 netmask
 2014-07-16 17:34 UTC  (2+ messages)

[PATCH V3 0/7] Drivers: scsi: storvsc: Bug fixes and improvements
 2014-07-16 17:30 UTC  (24+ messages)
` [PATCH V3 1/7] Drivers: scsi: storvsc: Change the limits to reflect the values on the host
  ` [PATCH V3 2/7] Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
  ` [PATCH V3 3/7] Drivers: scsi: storvsc: Filter commands based on the storage protocol version
  ` [PATCH V3 4/7] Drivers: scsi: storvsc: Fix a bug in handling VMBUS "
  ` [PATCH 5/7] Drivers: scsi: storvsc: Implement a timedout handler
  ` [PATCH 6/7] drivers: scsi: storvsc: Set srb_flags in all cases
  ` [PATCH 7/7] drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure

[RESEND][PATCH 08/10][SCSI]mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state
 2014-07-16 17:22 UTC  (4+ messages)

[PATCH] [SCSI] mpt2sas: Avoid type casting for direct I/O commands
 2014-07-16 17:17 UTC 

scsi-mq V2
 2014-07-16 11:16 UTC  (6+ messages)
` [PATCH 13/14] scsi: add support for a blk-mq based I/O path

[PATCH 0/15] SCSI XCOPY support for the kernel and device mapper
 2014-07-15 19:44 UTC  (16+ messages)
` [PATCH 1/15] block copy: initial XCOPY offload support
` [PATCH 2/15] block copy: use two bios
` [PATCH 3/15] block copy: report the amount of copied data
` [PATCH 4/15] block copy: use a timer to fix a theoretical deadlock
` [PATCH 5/15] block copy: use merge_bvec_fn for copies
` [PATCH 6/15] block copy: use asynchronous notification
` [PATCH 7/15] dm: remove num_write_bios
` [PATCH 8/15] dm: introduce dm_ask_for_duplicate_bios
` [PATCH 9/15] dm: implement copy
` [PATCH 10/15] dm linear: support copy
` [PATCH 11/15] dm stripe: "
` [PATCH 12/15] dm kcopyd: introduce the function submit_job
` [PATCH 13/15] dm kcopyd: support copy offload
` [PATCH 14/15] dm kcopyd: change mutex to spinlock
` [PATCH 15/15] dm kcopyd: call copy offload with asynchronous callback

ANNOUNCE: SCSI XCOPY support for the kernel and device mapper
 2014-07-15 19:26 UTC  (3+ messages)

[PATCH v2] scsi_debug: support scsi-mq, queues and locks
 2014-07-15 17:48 UTC  (4+ messages)

[RESEND][PATCH 06/10][SCSI]mpt2sas: For >2TB volumes, DirectDrive support sends IO's with LBA bit 31 to IR FW instead of DirectDrive
 2014-07-15 17:02 UTC  (6+ messages)

[RESEND][PATCH 8/8][SCSI]mpt3sas: Bump mpt3sas driver version to 04.100.00.00
 2014-07-15 16:56 UTC  (2+ messages)

[RESEND][PATCH 6/8][SCSI]mpt3sas: Added OEM branding Strings
 2014-07-15 16:55 UTC  (2+ messages)

[RESEND][PATCH 3/8][SCSI]mpt3sas: Bump mpt3sas driver version to 03.100.00.00
 2014-07-15 16:56 UTC  (2+ messages)

[RESEND][PATCH 4/8][SCSI]mpt3sas: MPI2.5 Rev H (2.5.3) specifications
 2014-07-15 16:54 UTC  (2+ messages)

[RESEND][PATCH 5/8][SCSI]mpt3sas: Copyright in driver sources is updated for year the 2014
 2014-07-15 16:54 UTC  (2+ messages)

[RESEND][PATCH 2/8][SCSI]mpt3sas: Clear PFA Status on SGPIO when PFA Drive is Removed or Replaced
 2014-07-15 16:53 UTC  (2+ messages)

[RESEND][PATCH 1/8][SCSI]mpt3sas: MPI2.5 Rev G (2.5.2) specifications
 2014-07-15 16:52 UTC  (2+ messages)

[RESEND][PATCH 10/10][SCSI]mpt2sas: Bump mpt2sas driver version to 18.100.00.00
 2014-07-15 16:51 UTC  (2+ messages)

[PATCH] SCSI: Add a blacklist flag which enables VPD page inquiries
 2014-07-15 16:49 UTC 

mpt2sas and mpt3sas merge (again)
 2014-07-14 21:34 UTC  (8+ messages)

mpt2sas stuck installing
 2014-07-14 18:10 UTC  (3+ messages)

scsi-mq V2
 2014-07-14 17:15 UTC  (17+ messages)

[RFC 0/2] target: userspace pass-through backend
 2014-07-14 15:08 UTC  (2+ messages)

scsi: SCSI_FC_TGT_ATTRS
 2014-07-14  8:31 UTC  (2+ messages)

[PATCH] eata: remove driver_lock
 2014-07-14  8:26 UTC 

[PATCH v2] mpt3sas: delay scsi_add_host call to work with scsi-mq
 2014-07-14  6:31 UTC 

[PATCH v2] mpt2sas: delay scsi_add_host call to work with scsi-mq
 2014-07-14  6:30 UTC 

RFC: clean up command setup
 2014-07-13 15:03 UTC  (29+ messages)
` [PATCH 01/10] scsi: move the nr_phys_segments assert into scsi_init_io
` [PATCH 02/10] scsi: restructure command initialization for TYPE_FS requests
` [PATCH 03/10] scsi: set sc_data_direction in common code
` [PATCH 04/10] sd: don't use scsi_setup_blk_pc_cmnd for flush requests
` [PATCH 05/10] sd: don't use scsi_setup_blk_pc_cmnd for write same requests
` [PATCH 06/10] sd: don't use scsi_setup_blk_pc_cmnd for discard requests
` [PATCH 07/10] sd: retry write same commands
` [PATCH 08/10] sd: retry discard commands
` [PATCH 09/10] sd: split sd_init_command
` [PATCH 10/10] scsi: mark scsi_setup_blk_pc_cmnd static

[RESEND][PATCH 05/10][SCSI]mpt2sas: Bump mpt2sas driver version to 17.100.00.00
 2014-07-13 15:00 UTC  (2+ messages)

[RESEND][PATCH 04/10][SCSI]mpt2sas: Clear PFA Status on SGPIO when PFA Drive is Removed or Replaced
 2014-07-13 15:00 UTC  (2+ messages)

[RESEND][PATCH 03/10][SCSI]mpt2sas: Copyright in driver sources is updated for year the 2014
 2014-07-13 14:58 UTC  (2+ messages)

[RESEND][PATCH 02/10][SCSI]mpt2sas: MPI2 Rev Y (2.00.17) and Rev Z (2.00.18) specifications
 2014-07-13 14:58 UTC  (2+ messages)

[RESEND][PATCH 01/10][SCSI]mpt2sas: Added driver module parameter max_msix_vectors
 2014-07-13 14:54 UTC  (3+ messages)

[PATCH v2] ufs: fix DMA mask setting
 2014-07-13 13:01 UTC  (2+ messages)

[PATCH] scsi: Remove some false sharing in Scsi_Host / Scsi_Device
 2014-07-13 11:46 UTC  (2+ messages)

[PATCH v2 0/3] Include protection information in transport header
 2014-07-13 11:40 UTC  (4+ messages)
` [PATCH v2 1/3] scsi_cmnd: Introduce scsi_transfer_length helper

[PATCH 0/4] iscsi: iscsi changes for 3.17
 2014-07-13  9:50 UTC  (6+ messages)
` [PATCH 1/4] iscsi class: fix get_host_stats error handling
` [PATCH 2/4] qla4xxx: fix get_host_stats error propagation
` [PATCH 3/4] iscsi class: fix get_host_stats return code when not supported
` [PATCH 4/4] libiscsi: return new error code when nop times out

[PATCH resend] ufs: fix DMA mask setting
 2014-07-13  3:28 UTC  (2+ messages)

megaraid_sas: "FW in FAULT state!!", how to get more debug output? [BKO63661]
 2014-07-13  1:35 UTC  (3+ messages)

sg_tst_async, scsi-mq testing
 2014-07-13  0:52 UTC 

uas - kernel panic on drive connection
 2014-07-12 10:16 UTC  (6+ messages)

eata - issue appeared in Linus git master in last 24-48 hours
 2014-07-12  5:13 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox