linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-08 07:50:26 to 2019-10-18 14:48:13 UTC [more...]

[PATCH -next] iommu/amd: fix a warning in increase_address_space
 2019-10-18 14:48 UTC  (6+ messages)
      ` [PATCH] iommu/amd: Check PM_LEVEL_SIZE() condition in locked section

[PATCH] scsi: fixup scsi_device_from_queue()
 2019-10-18 14:24 UTC  (2+ messages)

[PATCH v5 00/13] scsi: core: fix uninit-value access of variable sshdr
 2019-10-18 14:05 UTC  (18+ messages)
` [PATCH v5 01/13] scsi: core: need to check the result of scsi_execute in scsi_report_opcode
` [PATCH v5 02/13] scsi: core: need to check the result of scsi_execute in scsi_test_unit_ready
` [PATCH v5 03/13] scsi: core: need to check the result of scsi_execute in scsi_report_lun_scan
` [PATCH v5 04/13] scsi: sr: need to check the result of scsi_execute in sr_get_events
` [PATCH v5 05/13] scsi: sr: need to check the result of scsi_execute in sr_do_ioctl
` [PATCH v5 06/13] scsi: scsi_dh_emc: need to check the result of scsi_execute in send_trespass_cmd
` [PATCH v5 07/13] scsi: scsi_dh_rdac: need to check the result of scsi_execute in send_mode_select
` [PATCH v5 08/13] scsi: scsi_dh_hp_sw: need to check the result of scsi_execute in hp_sw_tur,hp_sw_start_stop
` [PATCH v5 09/13] scsi: scsi_dh_alua: need to check the result of scsi_execute in alua_rtpg,alua_stpg
` [PATCH v5 10/13] scsi: scsi_transport_spi: need to check whether sshdr is valid in spi_execute
` [PATCH v5 11/13] scsi: cxlflash: need to check whether sshdr is valid in read_cap16
` [PATCH v5 12/13] scsi: ufs: need to check whether sshdr is valid in ufshcd_set_dev_pwr_mode
` [PATCH v5 13/13] scsi: ch: need to check whether sshdr is valid in ch_do_scsi

[PATCH] qla2xxx: fixup incorrect usage of host_byte
 2019-10-18 14:04 UTC 

[PATCH] scsi_dh_alua: Do not run STPG for implicit ALUA
 2019-10-18 13:55 UTC 

[GIT PULL] SCSI fixes for 5.4-rc3
 2019-10-18 13:19 UTC  (4+ messages)

[PATCH v5 00/23] sg: add v4 interface
 2019-10-18 10:29 UTC  (36+ messages)
` [PATCH v5 01/23] sg: move functions around
` [PATCH v5 02/23] sg: remove typedefs, type+formatting cleanup
` [PATCH v5 03/23] sg: sg_log and is_enabled
` [PATCH v5 05/23] sg: bitops in sg_device
` [PATCH v5 06/23] sg: make open count an atomic
` [PATCH v5 07/23] sg: move header to uapi section
` [PATCH v5 08/23] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v5 09/23] sg: sg_allow_if_err_recovery and renames
` [PATCH v5 10/23] sg: remove access_ok functions
` [PATCH v5 11/23] sg: improve naming
` [PATCH v5 12/23] sg: change rwlock to spinlock
` [PATCH v5 13/23] sg: ioctl handling
` [PATCH v5 14/23] sg: split sg_read
` [PATCH v5 15/23] sg: sg_common_write add structure for arguments
` [PATCH v5 16/23] sg: rework sg_vma_fault
` [PATCH v5 17/23] sg: rework sg_mmap
` [PATCH v5 18/23] sg: replace sg_allow_access
` [PATCH v5 19/23] sg: rework scatter gather handling
` [PATCH v5 20/23] sg: introduce request state machine
` [PATCH v5 21/23] sg: sg_find_srp_by_id
` [PATCH v5 22/23] sg: sg_fill_request_element
` [PATCH v5 23/23] sg: printk change %p to %pK

[PATCH] scsi: sd: fix uninit access of sshdr
 2019-10-18 10:01 UTC 

[PATCH v4 0/2] scsi: core: fix uninit-value access of variable sshdr
 2019-10-18  2:50 UTC  (8+ messages)
` [PATCH v4 1/2] sr: need to check whether sshdr is valid in sr_do_ioctl
` [PATCH v4 2/2] scsi: core: fix uninit-value access of variable sshdr

[RFC PATCH 0/3] lpfc: nodelist pointer cleanup
 2019-10-18  7:50 UTC  (4+ messages)
` [PATCH 1/3] lpfc: use named structure for combined I/O buffer
` [PATCH 2/3] lpfc: access nodelist through scsi-specific rdata pointer
` [PATCH 3/3] lpfc: access nvme nodelist through nvme rport structure

[PATCH 0/7] scsi: aacraid updates
 2019-10-18  7:26 UTC  (11+ messages)
` [PATCH 1/7] scsi: aacraid: fix illegal IO beyond last LBA
` [PATCH 2/7] scsi: aacraid: fixed IO reporting error
` [PATCH 3/7] scsi: aacraid: fixed firmware assert issue
` [PATCH 4/7] scsi: aacraid: setting different timeout for src and thor
` [PATCH 5/7] scsi: aacraid: check adapter health
` [PATCH 6/7] scsi: aacraid: send AIF request post IOP RESET
  ` [RFC PATCH] scsi: aacraid: aac_schedule_bus_scan() can be static
` [PATCH 7/7] scsi: aacraid: bump version

[PATCH] lpfc: remove left-over BUILD_NVME defines
 2019-10-18  2:01 UTC  (3+ messages)

[PATCH] scsi: core: try to get module before removing devcie
 2019-10-18  1:58 UTC  (3+ messages)

[PATCH] hpsa: add missing hunks in reset-patch
 2019-10-18  1:52 UTC  (2+ messages)

[RFC][PATCHES] drivers/scsi/sg.c uaccess cleanups/fixes
 2019-10-17 21:44 UTC  (10+ messages)
                    ` [RFC PATCH 1/8] sg_ioctl(): fix copyout handling
                      ` [RFC PATCH 2/8] sg_new_write(): replace access_ok() + __copy_from_user() with copy_from_user()
                      ` [RFC PATCH 3/8] sg_write(): __get_user() can fail
                      ` [RFC PATCH 4/8] sg_read(): simplify reading ->pack_id of userland sg_io_hdr_t
                      ` [RFC PATCH 5/8] sg_new_write(): don't bother with access_ok
                      ` [RFC PATCH 6/8] sg_read(): get rid of access_ok()/__copy_..._user()
                      ` [RFC PATCH 7/8] sg_write(): get rid of access_ok()/__copy_from_user()/__get_user()
                      ` [RFC PATCH 8/8] SG_IO: get rid of access_ok()

[PATCH V4 0/2] scsi: avoid atomic operations in IO path
 2019-10-17 18:30 UTC  (7+ messages)
` [PATCH V4 1/2] scsi: core: avoid host-wide host_busy counter for scsi_mq
` [RFC PATCH V4 2/2] scsi: core: don't limit per-LUN queue depth for SSD

[PATCH v5 0/7] Elevator cleanups and improvements
 2019-10-17 13:37 UTC  (6+ messages)
` [PATCH v5 5/7] block: Delay default elevator initialization

[PATCH v3] scsi: core: fix uninit-value access of variable sshdr
 2019-10-17  3:26 UTC  (5+ messages)

ahci KASAN warning in experimental arm64 allmodconfig boot
 2019-10-15 16:17 UTC  (3+ messages)

[PATCH] scsi: fix unintended sign extension on left shifts
 2019-10-15  7:44 UTC  (3+ messages)

[PATCH v2 0/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP
 2019-10-15  4:50 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: ufs: ti,j721e-ufs.yaml: Add binding for TI UFS wrapper
` [PATCH v2 2/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP

[PATCH] scsi: aic7xxx: fix unintended sign extension on left shifts
 2019-10-14 12:56 UTC 

[PATCH v2] scsi: core: fix uninit-value access of variable sshdr
 2019-10-12  2:10 UTC  (5+ messages)

[PATCH] scsi: core: fix uninit-value access of variable sshdr
 2019-10-11 17:17 UTC  (5+ messages)

scsi: lpfc: Fix hardlockup in lpfc_abort_handler
 2019-10-10 17:49 UTC 

[PATCH] scsi: ufs-bsg: Wake the device before sending raw upiu commands
 2019-10-10  8:31 UTC 

[PATCH] ch: Make it again possible to open a ch device two or more times
 2019-10-10  3:40 UTC  (2+ messages)

[PATCH] scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
 2019-10-10  3:37 UTC  (2+ messages)

[PATCH] scsi: sni_53c710 fix compilation error
 2019-10-10  3:36 UTC  (2+ messages)

[PATCH v2] megaraid_sas: unique names for MSIx vectors
 2019-10-10  3:28 UTC  (2+ messages)

[PATCH 00/10] smartpqi updates
 2019-10-10  3:13 UTC  (2+ messages)

[PATCH] scsi_dh_alua: handle RTPG sense code correctly during state transitions
 2019-10-10  2:43 UTC  (6+ messages)

[PATCH tip/core/rcu 4/9] drivers/scsi: Replace rcu_swap_protected() with rcu_replace()
 2019-10-10  2:36 UTC  (4+ messages)

[PATCH] scsi: mpt3sas: Clean up some indenting
 2019-10-10  2:34 UTC  (2+ messages)

[PATCH] scsi: lpfc: Make function lpfc_defer_pt2pt_acc static
 2019-10-10  2:33 UTC  (2+ messages)

[PATCH] scsi: ch: add include guard to chio.h
 2019-10-10  2:31 UTC  (5+ messages)

[PATCH] qla2xxx: fix a potential NULL pointer dereference
 2019-10-10  2:29 UTC  (2+ messages)

[PATCH v2 00/14] qla2xxx: Bug fixes for the driver
 2019-10-10  2:27 UTC  (3+ messages)
` [PATCH v2 08/14] qla2xxx: Dual FCP-NVMe target port support

[PATCH v6 14/43] compat_ioctl: move tape handling into drivers
 2019-10-09 19:10 UTC  (4+ messages)
` [PATCH v6 32/43] compat_ioctl: reimplement SG_IO handling
` [PATCH v6 41/43] compat_ioctl: move SG_GET_REQUEST_TABLE handling
` [PATCH v6 43/43] scsi: sd: enable compat ioctls for sed-opal

[PATCH AUTOSEL 5.3 07/68] scsi: ufs: skip shutdown if hba is not powered
 2019-10-09 17:04 UTC  (7+ messages)
` [PATCH AUTOSEL 5.3 08/68] scsi: megaraid: disable device when probe failed after enabled device
` [PATCH AUTOSEL 5.3 09/68] scsi: qla2xxx: Silence fwdump template message
` [PATCH AUTOSEL 5.3 10/68] scsi: qla2xxx: Fix unbound sleep in fcport delete path
` [PATCH AUTOSEL 5.3 11/68] scsi: qla2xxx: Fix stale mem access on driver unload
` [PATCH AUTOSEL 5.3 12/68] scsi: qla2xxx: Fix N2N link reset
` [PATCH AUTOSEL 5.3 13/68] scsi: qla2xxx: Fix N2N link up fail

[PATCH AUTOSEL 4.19 03/26] scsi: ufs: skip shutdown if hba is not powered
 2019-10-09 17:05 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 04/26] scsi: megaraid: disable device when probe failed after enabled device
` [PATCH AUTOSEL 4.19 05/26] scsi: qla2xxx: Fix unbound sleep in fcport delete path

[PATCH AUTOSEL 4.14 02/21] scsi: ufs: skip shutdown if hba is not powered
 2019-10-09 17:05 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 03/21] scsi: megaraid: disable device when probe failed after enabled device
` [PATCH AUTOSEL 4.14 04/21] scsi: qla2xxx: Fix unbound sleep in fcport delete path

[PATCH AUTOSEL 4.9 01/13] scsi: ufs: skip shutdown if hba is not powered
 2019-10-09 17:06 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 02/13] scsi: megaraid: disable device when probe failed after enabled device
` [PATCH AUTOSEL 4.9 03/13] scsi: qla2xxx: Fix unbound sleep in fcport delete path

[PATCH AUTOSEL 4.4 01/11] scsi: ufs: skip shutdown if hba is not powered
 2019-10-09 17:06 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 02/11] scsi: megaraid: disable device when probe failed after enabled device
` [PATCH AUTOSEL 4.4 03/11] scsi: qla2xxx: Fix unbound sleep in fcport delete path

[PATCH] compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io()
 2019-10-09 16:01 UTC  (2+ messages)

[PATCH] scsi: megaraid: remove set but not used variables 'debugBlk','fusion'
 2019-10-09  7:23 UTC 

SCSI device probing non-deterministic in 5.3
 2019-10-08 20:20 UTC  (3+ messages)

[Bug 197875] New: Processes hang on attempted access of WDC WD30-EZRX 3TB HDD on HP Z420 Workstation
 2019-10-08 18:37 UTC  (4+ messages)
` [Bug 197875] "

[PATCH v2] scsi: Add sysfs attributes for VPD pages 0h and 89h
 2019-10-08 11:30 UTC  (2+ messages)

[PATCH V3 0/2] scsi: avoid atomic operations in IO path
 2019-10-08 10:09 UTC  (3+ messages)
` [PATCH V3 1/2] scsi: core: avoid host-wide host_busy counter for scsi_mq
` [RFC PATCH V3 2/2] scsi: core: don't limit per-LUN queue depth for SSD


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