linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-12 09:05:19 to 2021-07-14 19:54:54 UTC [more...]

[PATCH AUTOSEL 4.9 16/18] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:48 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 17/18] scsi: be2iscsi: Fix some missing space in some messages

[PATCH AUTOSEL 4.4 09/10] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:48 UTC 

[PATCH AUTOSEL 4.14 25/28] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:47 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 26/28] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 4.14 27/28] scsi: libfc: Fix array index out of bound exception

[PATCH AUTOSEL 4.19 35/39] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:46 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 36/39] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 4.19 37/39] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 4.19 38/39] scsi: libfc: Fix array index out of bound exception

[PATCH AUTOSEL 5.4 44/51] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:45 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 45/51] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.4 46/51] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.4 47/51] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.4 48/51] scsi: qedf: Add check to synchronize abort and flush

[PATCH AUTOSEL 5.10 78/88] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:42 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 79/88] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.10 80/88] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.10 81/88] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.10 82/88] scsi: qedf: Add check to synchronize abort and flush

[PATCH AUTOSEL 5.12 092/102] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:40 UTC  (5+ messages)
` [PATCH AUTOSEL 5.12 093/102] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.12 094/102] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.12 095/102] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.12 096/102] scsi: qedf: Add check to synchronize abort and flush

[PATCH AUTOSEL 5.13 098/108] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
 2021-07-14 19:37 UTC  (5+ messages)
` [PATCH AUTOSEL 5.13 099/108] scsi: libsas: Add LUN number check in .slave_alloc callback
` [PATCH AUTOSEL 5.13 100/108] scsi: be2iscsi: Fix some missing space in some messages
` [PATCH AUTOSEL 5.13 101/108] scsi: libfc: Fix array index out of bound exception
` [PATCH AUTOSEL 5.13 102/108] scsi: qedf: Add check to synchronize abort and flush

[smartpqi updates V3 PATCH 0/9] smartpqi updates
 2021-07-14 18:28 UTC  (10+ messages)
` [smartpqi updates V3 PATCH 1/9] smartpqi: add pci ids for H3C P4408 controllers
` [smartpqi updates V3 PATCH 2/9] smartpqi: update copyright notices
` [smartpqi updates V3 PATCH 3/9] smartpqi: change driver module MACROS to microchip
` [smartpqi updates V3 PATCH 4/9] smartpqi: change Kconfig menu entry "
` [smartpqi updates V3 PATCH 5/9] smartpqi: add SCSI cmd info for resets
` [smartpqi updates V3 PATCH 6/9] smartpqi: add PCI-ID for new ntcom controller
` [smartpqi updates V3 PATCH 7/9] smartpqi: add PCI IDs for new ZTE controllers
` [smartpqi updates V3 PATCH 8/9] smartpqi: fix isr accessing uninitialized data
` [smartpqi updates V3 PATCH 9/9] smartpqi: update version to 2.1.10-020

[PATCH V3 0/3] driver core: Add ability to delete device links of unregistered devices
 2021-07-14 18:26 UTC  (7+ messages)
` [PATCH V3 1/3] driver core: Prevent warning when removing a device link from unregistered consumer
` [PATCH V3 2/3] driver core: Add ability to delete device links of unregistered devices

[PATCH 1/1]: scsi dm-mpath do not fail paths which are in ALUA state transitioning
 2021-07-14 18:13 UTC  (8+ messages)

[PATCH] scsi: ufs: add missing host_lock in setup_xfer_req
 2021-07-14 18:09 UTC  (4+ messages)

SCSI layer RPM deadlock debug suggestion
 2021-07-14 17:41 UTC  (11+ messages)

Build regressions/improvements in v5.14-rc1
 2021-07-14 15:58 UTC  (3+ messages)

[PATCH 0/9] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-07-14 15:06 UTC  (10+ messages)
` [PATCH 1/9] blk-mq: Change rqs check in blk_mq_free_rqs()
` [PATCH 2/9] block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
` [PATCH 3/9] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH 4/9] blk-mq: Add blk_mq_tag_resize_sched_shared_sbitmap()
` [PATCH 5/9] blk-mq: Invert check in blk_mq_update_nr_requests()
` [PATCH RFC 6/9] blk-mq: Refactor blk_mq_{alloc,free}_rqs
` [PATCH RFC 7/9] blk-mq: Allocate per tag set static rqs for shared sbitmap
` [PATCH 8/9] blk-mq: Allocate per request queue "
` [PATCH 9/9] blk-mq: Clear mappings for shared sbitmap sched static rqs

[PATCH v3 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-07-14 13:02 UTC  (23+ messages)
` [PATCH v3 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v3 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v3 03/14] i40e: "
` [PATCH v3 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v3 05/14] scsi: mpt3sas: "
` [PATCH v3 06/14] RDMA/irdma: "
` [PATCH v3 07/14] enic: Use irq_update_affinity_hint
` [PATCH v3 08/14] be2net: "
` [PATCH v3 09/14] ixgbe: "
` [PATCH v3 10/14] mailbox: "
` [PATCH v3 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v3 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v3 13/14] net/mlx5: "
` [PATCH v3 14/14] net/mlx4: Use irq_update_affinity_hint

[PATCH 0/3] Fix clang -Wunused-but-set-variable warnings
 2021-07-14 12:15 UTC  (5+ messages)
` [PATCH 1/3] base: remove unused variable 'no_warn'
` [PATCH 2/3] bnx2x: remove unused variable 'cur_data_offset'
` [PATCH 3/3] scsi: qla2xxx: remove unused variable 'status'

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-14 10:25 UTC  (4+ messages)
` [PATCH v4 5/5] "

[PATCH] fault-inject: Declare the second argument of setup_fault_attr() const
 2021-07-14  9:24 UTC  (9+ messages)
` [PATCH v2 01/19] scsi: Fix the documentation of the scsi_execute() time parameter
` [PATCH v2 02/19] scsi: ufs: Reduce power management code duplication
` [PATCH v2 13/19] scsi: ufs: Fix a race in the completion path

[PATCH v2 00/15] introduce exynosauto v9 ufs driver
 2021-07-14  7:11 UTC  (16+ messages)
    ` [PATCH v2 01/15] scsi: ufs: add quirk to handle broken UIC command
    ` [PATCH v2 02/15] scsi: ufs: add quirk to enable host controller without ph configuration
    ` [PATCH v2 03/15] scsi: ufs: ufs-exynos: change pclk available max value
    ` [PATCH v2 04/15] scsi: ufs: ufs-exynos: simplify drv_data retrieval
    ` [PATCH v2 05/15] scsi: ufs: ufs-exynos: get sysreg regmap for io-coherency
    ` [PATCH v2 06/15] scsi: ufs: ufs-exynos: add refclkout_stop control
    ` [PATCH v2 07/15] scsi: ufs: ufs-exynos: add setup_clocks callback
    ` [PATCH v2 08/15] scsi: ufs: ufs-exynos: correct timeout value setting registers
    ` [PATCH v2 09/15] scsi: ufs: ufs-exynos: support custom version of ufs_hba_variant_ops
    ` [PATCH v2 10/15] scsi: ufs: ufs-exynos: add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR option
    ` [PATCH v2 11/15] scsi: ufs: ufs-exynos: factor out priv data init
    ` [PATCH v2 12/15] scsi: ufs: ufs-exynos: add pre/post_hce_enable drv callbacks
    ` [PATCH v2 13/15] scsi: ufs: ufs-exynos: support exynosauto v9 ufs driver
    ` [PATCH v2 14/15] scsi: ufs: ufs-exynos: multi-host configuration for exynosauto
    ` [PATCH v2 15/15] scsi: ufs: ufs-exynos: introduce exynosauto v9 virtual host

[smartpqi updates V2 PATCH 0/9] smartpqi updates
 2021-07-14  6:21 UTC  (23+ messages)
` [smartpqi updates V2 PATCH 1/9] smartpqi: add pci ids for H3C P4408 controllers
` [smartpqi updates V2 PATCH 2/9] smartpqi: update copyright notices
` [smartpqi updates V2 PATCH 3/9] smartpqi: change driver module MACROS to microchip
` [smartpqi updates V2 PATCH 4/9] smartpqi: change Kconfig menu entry "
` [smartpqi updates V2 PATCH 5/9] smartpqi: add SCSI cmd info for resets
` [smartpqi updates V2 PATCH 6/9] smartpqi: add PCI-ID for new ntcom controller
` [smartpqi updates V2 PATCH 7/9] smartpqi: add PCI IDs for new ZTE controllers
` [smartpqi updates V2 PATCH 8/9] smartpqi: fix isr accessing uninitialized data
` [smartpqi updates V2 PATCH 9/9] smartpqi: update version to 2.1.10-020

[PATCH 00/15] introduce exynosauto v9 ufs driver
 2021-07-14  3:26 UTC  (14+ messages)
  ` [PATCH 13/15] scsi: ufs: ufs-exynos: support "
    ` [PATCH 02/15] scsi: ufs: add quirk to enable host controller without interface configuration
    ` [PATCH 03/15] scsi: ufs: ufs-exynos: change pclk available max value
    ` [PATCH 04/15] scsi: ufs: ufs-exynos: simplify drv_data retrieval
    ` [PATCH 06/15] scsi: ufs: ufs-exynos: add refclkout_stop control

flush_kernel_dcache_page fixes and removal
 2021-07-14  3:13 UTC  (8+ messages)
` [PATCH 6/6] mm: remove flush_kernel_dcache_page

PROBLEM: sas_address sysfs attribute empty on E208i-p SR Gen10
 2021-07-14  1:21 UTC 

[RESEND PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2021-07-13 23:34 UTC  (5+ messages)
  ` [RESEND PATCH v10 08/10] dt-bindings: ufs: Add bindings for Samsung ufs host

[Resend PATCH v4] scsi: target: tcmu: Add new feature KEEP_BUF
 2021-07-13 17:50 UTC 

[PATCH v2 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-07-13 13:29 UTC  (7+ messages)

[PATCH] mpt3sas: Move IOC state to Ready state during shutdown
 2021-07-13  8:46 UTC  (3+ messages)

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH v3] mpi3mr: Fix W=1 compilation warnings
 2021-07-13  1:57 UTC  (2+ messages)

[PATCH] scsi: pm8001: clean up kernel-doc and comments
 2021-07-13  1:54 UTC  (2+ messages)

[PATCH] zfcp: report port fc_security as unknown early during remote cable pull
 2021-07-13  1:52 UTC  (2+ messages)

[PATCH] scsi: core: fix bad pointer dereference when ehandler kthread is invalid
 2021-07-13  1:50 UTC  (2+ messages)

[PATCH] scsi: fas216: Fix a build error
 2021-07-13  1:41 UTC  (2+ messages)

[bug report]scsi: drive letter drift problem
 2021-07-13  1:27 UTC  (3+ messages)

[PATCH] replace if with max()
 2021-07-12 22:31 UTC 

[PATCH] sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVT
 2021-07-12 19:31 UTC  (2+ messages)

[ppc][dlpar] WARNING: CPU: 2 PID: 1131623 at drivers/scsi/qla2xxx/qla_init.c:498 qla2x00_async_adisc_sp_done+0x294/0x2b0
 2021-07-12 18:23 UTC 

[PATCH v12 00/12] Add Host control mode to HPB
 2021-07-12  9:50 UTC  (13+ messages)
` [PATCH v12 01/12] scsi: ufshpb: Cache HPB Control mode on init
` [PATCH v12 02/12] scsi: ufshpb: Add host control mode support to rsp_upiu
` [PATCH v12 03/12] scsi: ufshpb: Transform set_dirty to iterate_rgn
` [PATCH v12 04/12] scsi: ufshpb: Add reads counter
` [PATCH v12 05/12] scsi: ufshpb: Make eviction depends on region's reads
` [PATCH v12 06/12] scsi: ufshpb: Region inactivation in host mode
` [PATCH v12 07/12] scsi: ufshpb: Add hpb dev reset response
` [PATCH v12 08/12] scsi: ufshpb: Add "Cold" regions timer
` [PATCH v12 09/12] scsi: ufshpb: Limit the number of inflight map requests
` [PATCH v12 10/12] scsi: ufshpb: Do not send umap_all in host control mode
` [PATCH v12 11/12] scsi: ufshpb: Add support for "
` [PATCH v12 12/12] scsi: ufshpb: Make host mode parameters configurable

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-12  9:40 UTC  (7+ messages)
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function

[PATCH v40 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-07-12  9:00 UTC  (4+ messages)
  ` [PATCH v40 3/4] scsi: ufs: Prepare HPB read for cached sub-region
  ` [PATCH v40 2/4] scsi: ufs: L2P map management for HPB read
  ` [PATCH v40 4/4] scsi: ufs: Add HPB 2.0 support


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