public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-04 22:08:22 to 2015-11-09 16:47:52 UTC [more...]

[PATCH RESEND] scsi: Export SCSI Inquiry data to sysfs
 2015-11-09 16:47 UTC  (3+ messages)

[PATCH v3 00/32] HiSilicon SAS driver
 2015-11-09 16:40 UTC  (35+ messages)
` [PATCH v3 01/32] [SCSI] sas: centralise ssp frame information units
` [PATCH v3 03/32] scsi: hisi_sas: add initial bare main driver
` [PATCH v3 04/32] scsi: hisi_sas: add scsi host registration
` [PATCH v3 05/32] scsi: hisi_sas: scan device tree
` [PATCH v3 06/32] scsi: hisi_sas: add HW DMA structures
` [PATCH v3 07/32] scsi: hisi_sas: allocate memories and create pools
` [PATCH v3 08/32] scsi: hisi_sas: add hisi_sas_remove
` [PATCH v3 09/32] scsi: hisi_sas: add slot init code
` [PATCH v3 10/32] scsi: hisi_sas: add cq structure initialization
` [PATCH v3 11/32] scsi: hisi_sas: add phy SAS ADDR initialization
` [PATCH v3 16/32] scsi: hisi_sas: add timer and spinlock init
` [PATCH v3 17/32] scsi: hisi_sas: add v1 hw module init
` [PATCH v3 18/32] scsi: hisi_sas: add v1 hardware register definitions
` [PATCH v3 21/32] scsi: hisi_sas: add path from phyup irq to SAS framework
` [PATCH v3 22/32] scsi: hisi_sas: add ssp command function
` [PATCH v3 23/32] scsi: hisi_sas: add cq interrupt handler
` [PATCH v3 24/32] scsi: hisi_sas: add dev_found and dev_gone
` [PATCH v3 25/32] scsi: hisi_sas: add abnormal irq handler
` [PATCH v3 26/32] scsi: hisi_sas: add bcast interrupt handler
  ` [PATCH v3 02/32] devicetree: bindings: scsi: HiSi SAS
  ` [PATCH v3 12/32] scsi: hisi_sas: set dev DMA mask
  ` [PATCH v3 13/32] scsi: hisi_sas: add hisi_hba workqueue
  ` [PATCH v3 14/32] scsi: hisi_sas: add hisi sas device type
  ` [PATCH v3 15/32] scsi: hisi_sas: add phy and port init
  ` [PATCH v3 19/32] scsi: hisi_sas: add v1 HW initialisation code
  ` [PATCH v3 20/32] scsi: hisi_sas: add v1 hw interrupt init
  ` [PATCH v3 27/32] scsi: hisi_sas: add smp protocol support
` [PATCH v3 28/32] scsi: hisi_sas: add scan finished and start
` [PATCH v3 29/32] scsi: hisi_sas: add tmf methods
` [PATCH v3 30/32] scsi: hisi_sas: add control phy handler
` [PATCH v3 31/32] scsi: hisi_sas: add fatal irq handler
` [PATCH v3 32/32] MAINTAINERS: add maintainer for HiSi SAS driver

[PATCH v5 00/11] exynos-ufs: add support for Exynos
 2015-11-09 16:23 UTC  (13+ messages)
` [PATCH v5 01/11] Documentation: samsung-phy: Add dt bindings for UFS
` [PATCH v5 02/11] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
` [PATCH v5 03/11] scsi: ufs: add quirk to contain unconformable utrd field
` [PATCH v5 04/11] scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclr
` [PATCH v5 05/11] scsi: ufs: add quirk not to allow reset of interrupt aggregation
  ` [PATCH v5 06/11] scsi: ufs: add quirk to enable host controller without hce
` [PATCH v5 07/11] scsi: ufs: add specific callback for nexus type
` [PATCH v5 08/11] scsi: ufs: add add specific callback for hibern8
` [PATCH v5 09/11] scsi: ufs: make ufshcd_config_pwr_mode of non-static func
` [PATCH v5 10/11] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
` [PATCH v5 11/11] scsi: ufs-exynos: add UFS host support for Exynos SoCs

[PATCH 0/2] megaraid_sas: couple of fixes
 2015-11-09 16:07 UTC  (4+ messages)
` [PATCH 1/2] megaraid_sas: Fix TAPE drive not exposed attached to PERC5 controller
` [PATCH 2/2] megaraid_sas: Fix sparse warning

[PATCH v4 0/3] ibmvscsi parameter cleanup
 2015-11-09 15:21 UTC  (9+ messages)
` [PATCH v4 1/3] ibmvscsi: make parameters max_id and max_channel read-only
` [PATCH v4 2/3] ibmvscsi: display default value for max_id, max_lun and max_channel
` [PATCH v4 3/3] ibmvscsi: Allow to configure maximum LUN

[PATCH 00/18] ALUA device handler update, part 1
 2015-11-09 15:08 UTC  (19+ messages)
` [PATCH 01/18] scsi_dh: move 'dh_state' sysfs attribute to generic code
` [PATCH 02/18] scsi: ignore errors from scsi_dh_add_device()
` [PATCH 03/18] scsi_dh_alua: Disable ALUA handling for non-disk devices
` [PATCH 04/18] scsi_dh_alua: Use vpd_pg83 information
` [PATCH 05/18] scsi_dh_alua: improved logging
` [PATCH 06/18] scsi_dh_alua: sanitze sense code handling
` [PATCH 07/18] scsi_dh_alua: use standard logging functions
` [PATCH 08/18] scsi_dh_alua: return standard SCSI return codes in submit_rtpg
` [PATCH 09/18] scsi_dh_alua: fixup description of stpg_endio()
` [PATCH 10/18] scsi: remove scsi_show_sense_hdr()
` [PATCH 11/18] scsi_dh_alua: use flag for RTPG extended header
` [PATCH 12/18] scsi_dh_alua: use unaligned access macros
` [PATCH 13/18] scsi_dh_alua: rework alua_check_tpgs() to return the tpgs mode
` [PATCH 14/18] scsi_dh_alua: simplify sense code handling
` [PATCH 15/18] scsi: Add scsi_vpd_lun_id()
` [PATCH 16/18] scsi: export 'device_id' to sysfs
` [PATCH 17/18] scsi: Add scsi_vpd_tpg_id()
` [PATCH 18/18] scsi_dh_alua: use scsi_vpd_tpg_id()

[PATCH V2 0/3] scsi: mptxsas: updates for ARM64
 2015-11-09 14:33 UTC  (12+ messages)
` [PATCH V2 1/3] scsi: mptxsas: try 64 bit DMA when 32 bit DMA fails
` [PATCH V2 2/3] scsi: fix compiler warning for sg
` [PATCH V2 3/3] scsi: mptxsas: offload IRQ execution

[PATCH v3 0/3] ibmvscsi parameter cleanup
 2015-11-09 14:26 UTC  (6+ messages)
` [PATCH v3 1/3] ibmvscsi: make parameters max_id and max_channel read-only
` [PATCH v3 2/3] ibmvscsi: display default value for max_id, max_lun and max_channel
` [PATCH v3 3/3] ibmvscsi: Allow to configure maximum LUN

[BUG] Boot failures with mpt2sas / Intel RMS25JB080 module
 2015-11-09 14:15 UTC  (2+ messages)

[PATCH] scsi: rescan VPD attributes
 2015-11-09 12:24 UTC 

[PATCH v2 00/27] hpsa updates
 2015-11-09  9:40 UTC  (22+ messages)
` [PATCH v2 01/27] hpsa: remove unused parameter hostno
` [PATCH v2 03/27] hpsa: remove unused hpsa_tag_discard_error_bits
` [PATCH v2 05/27] hpsa: check for null arguments to dev_printk
` [PATCH v2 06/27] hpsa: fix null device issues
` [PATCH v2 08/27] hpsa: abandon rescans on memory alloaction failures
` [PATCH v2 10/27] hpsa: fix hpsa_adjust_hpsa_scsi_table
` [PATCH v2 17/27] hpsa: enhance hpsa_get_device_id
` [PATCH v2 18/27] hpsa: refactor hpsa_figure_bus_target_lun
` [PATCH v2 20/27] hpsa: generalize external arrays

[RESEND RFC PATCH 00/32] separate operations from flags in the bio/request structs
 2015-11-09  4:00 UTC  (21+ messages)
` [PATCH 06/32] xen blkback: prepare for bi_rw split
` [PATCH 11/32] gfs2: "
` [PATCH 19/32] block: add helper to get data dir from op
    ` [dm-devel] "
` [PATCH 25/32] block: add operation field to request struct
` [PATCH 26/32] ide cd: do not set REQ_WRITE on requests
` [PATCH 27/32] cfq/cgroup: pass operation and flags seperately
` [PATCH 28/32] block/fs/drivers: use bio/rq_data_dir helpers
` [PATCH 29/32] block/drivers: rm request cmd_flags REQ_OP use
` [PATCH 30/32] drbd: don't use bi_rw for operations
` [PATCH 31/32] block/fs/driver: rm bio bi_rw REQ_OP use
` [PATCH 32/32] block: remove __REQ op defs and reduce bi_op/bi_rw sizes

[PATCH 1/4] scsi: mpt2sas: try 64 bit DMA when 32 bit DMA fails
 2015-11-09  1:17 UTC  (16+ messages)
` [PATCH 2/4] scsi: mpt3sas: "
` [PATCH 3/4] scsi: fix compiler warning for sg
` [PATCH 4/4] scsi: mptxsas: offload IRQ execution

European Union
 2015-11-08 23:59 UTC 

[patch 2/2] megaraid_sas: missing curly braces in megasas_detach_one()
 2015-11-07 16:17 UTC 

[patch 1/2] megaraid_sas: remove a stray tab
 2015-11-07 16:16 UTC 

aacraid and rotational 1 even for ssd disks
 2015-11-07 14:00 UTC 

scsi-sd fails with error "Invalid field in cdb" for SATA-to-USB adapter JMicron
 2015-11-07 12:18 UTC 

[RFC PATCH 00/32] separate operations from flags in the bio/request structs
 2015-11-07 10:23 UTC  (4+ messages)
` [dm-devel] "

[ANNOUNCE]: SCST 3.1 pre-release freeze
 2015-11-07  4:18 UTC  (2+ messages)

[PATCH] string_helpers: fix precision loss for some inputs
 2015-11-07  0:50 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH RESEND] scsi_sysfs: protect against double execution of __scsi_remove_device()
 2015-11-06 17:48 UTC  (2+ messages)

[PATCH RESEND] hpsa: move lockup_detected attribute to host attr
 2015-11-06 15:26 UTC  (2+ messages)

[Bug 107371] New: I/O error when accessing disk in standby
 2015-11-06 13:15 UTC  (3+ messages)
` [Bug 107371] "

[PATCH] st: trivial: remove form feed characters
 2015-11-06 10:57 UTC  (3+ messages)

[patch] ses: tighten range checks in ses_intf_add()
 2015-11-05 22:01 UTC  (3+ messages)

[PATCHv4 00/23] asynchronous ALUA device handler
 2015-11-05 20:34 UTC  (7+ messages)
` [PATCH 19/23] scsi_dh_alua: Use workqueue for RTPG

[PATCH v2 0/3] ibmvscsi parameter cleanup
 2015-11-05 20:00 UTC  (10+ messages)
` [PATCH v2 3/3] ibmvscsi: Allow to configure maximum LUN

[GIT PULL] first round of SCSI updates for the 4.3+ merge window
 2015-11-05 17:17 UTC 

[PATCH 0/2] Fix a hard lockup in scsi_remove_target()
 2015-11-05 17:05 UTC  (10+ messages)
` [PATCH 1/2] Separate target visibility from reaped state information
` [PATCH 2/2] Restart list search after unlock in scsi_remove_target

[RESEND PATCH] qla2xxx: Remove use of 'struct timeval'
 2015-11-05 16:33 UTC  (2+ messages)

[RESEND PATCH] [SCSI] mvumi: 64bit value for seconds_since1970
 2015-11-05 16:31 UTC  (2+ messages)
` [Y2038] "

[RESEND PATCH v3] scsi: stex: Remove use of struct timeval
 2015-11-05 16:23 UTC  (2+ messages)
` [Y2038] "

[scsi:for-next 22/23] ERROR: "__udivdi3" [drivers/scsi/sg.ko] undefined!
 2015-11-05 15:31 UTC  (2+ messages)

[PATCH 3/3] mvsas: remove SCSI host before detaching from SAS transport
 2015-11-05 15:10 UTC  (2+ messages)

[PATCH 2/3] aic94xx: remove SCSI host before detaching from SAS transport
 2015-11-05 15:09 UTC  (2+ messages)

[PATCH 1/3] isci: remove SCSI host before detaching from SAS transport
 2015-11-05 15:09 UTC  (2+ messages)

[PATCH 1/3] isci: isci: remove SCSI host before detaching from SAS transport
 2015-11-05 11:36 UTC  (3+ messages)

Very slow throughput when using cdparanoia on two SATA CDROM drives with /dev/sr but not /dev/sg
 2015-11-05  9:36 UTC  (4+ messages)
` [PATCH 0/4] Fix performance burning or extracting audio etc. from multiple optical drives

[Bug 107221] New: file not opened
 2015-11-05  4:15 UTC 

Re:linux-scsi在干吗:(AD)
 2015-11-05  2:11 UTC 


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