linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 07:29:03 to 2020-05-04 08:00:54 UTC [more...]

[PATCH RFC v3 00/41] scsi: enable reserved commands for LLDDs
 2020-05-04  8:00 UTC  (91+ messages)
` [PATCH RFC v3 01/41] scsi: add 'nr_reserved_cmds' field to the SCSI host template
` [PATCH RFC v3 02/41] scsi: add scsi_{get,put}_reserved_cmd()
` [PATCH RFC v3 03/41] scsi: Implement scsi_cmd_is_reserved()
` [PATCH RFC v3 04/41] csiostor: use reserved command for LUN reset
` [PATCH RFC v3 05/41] scsi: add scsi_cmd_from_priv()
` [PATCH RFC v3 06/41] virtio_scsi: use reserved commands for TMF
` [PATCH RFC v3 07/41] fnic: use reserved commands
` [PATCH RFC v3 08/41] fnic: use scsi_host_busy_iter() to traverse commands
` [PATCH RFC v3 09/41] scsi: use real inquiry data when initialising devices
` [PATCH RFC v3 10/41] scsi: make host device a first-class citizen
` [PATCH RFC v3 11/41] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH RFC v3 12/41] hpsa: use reserved commands
` [PATCH RFC v3 13/41] hpsa: use scsi_host_busy_iter() to traverse outstanding commands
` [PATCH RFC v3 14/41] hpsa: drop refcount field from CommandList
` [PATCH RFC v3 15/41] aacraid: use private commands
` [PATCH RFC v3 16/41] aacraid: use scsi_host_busy_iter() to traverse commands
` [PATCH RFC v3 17/41] megaraid_sas: kill this_id and init_id
` [PATCH RFC v3 18/41] megaraid_sas: use shost_priv()
` [PATCH RFC v3 19/41] megaraid_sas: avoid using megaraid_lookup_instance()
` [PATCH RFC v3 20/41] megaraid_sas: separate out megasas_set_max_sectors()
` [PATCH RFC v3 21/41] megaraid_sas: megaraid_sas: reshuffle SCSI host allocation
` [PATCH RFC v3 22/41] block: implement persistent commands
` [PATCH RFC v3 23/41] scsi: add a 'persistent' argument to scsi_get_reserved_cmd()
` [PATCH RFC v3 24/41] megaraid_sas: separate out megasas_prepare_aen()
` [PATCH RFC v3 25/41] megaraid_sas: use reserved commands
` [PATCH RFC v3 26/41] megaraid_sas_fusion: rearrange mfi and mpt frame pools
` [PATCH RFC v3 27/41] megaraid_sas_fusion: sanitize command lookup
` [PATCH RFC v3 28/41] megaraid_sas: use scsi_host_busy_iter to traverse outstanding commands
` [PATCH RFC v3 29/41] snic: use reserved commands
` [PATCH RFC v3 30/41] snic: use tagset iter for traversing commands
` [PATCH RFC v3 31/41] mv_sas: kill mvsas_debug_issue_ssp_tmf()
` [PATCH RFC v3 32/41] pm8001: kill pm8001_issue_ssp_tmf()
` [PATCH RFC v3 33/41] pm8001: kill 'dev' argument from pm8001_exec_internal_task_abort()
` [PATCH RFC v3 34/41] pm8001: use libsas-provided domain devices for SATA
` [PATCH RFC v3 35/41] libsas: add SCSI target pointer to struct domain_device
` [PATCH RFC v3 36/41] scsi: libsas,hisi_sas,mvsas,pm8001: Allocate Scsi_cmd for slow task
` [PATCH RFC v3 37/41] libsas: add tag to struct sas_task
` [PATCH RFC v3 38/41] scsi: hisi_sas: Use libsas slow task SCSI command
` [PATCH RFC v3 39/41] hisi_sas: use task tag to reference the slot
` [PATCH RFC v3 40/41] mv_sas: use reserved tags and drop private tag allocation
` [PATCH RFC v3 41/41] pm8001: use block-layer tags for ccb allocation

[PATCH V2] scsi: put hot fields of scsi_host_template into one cacheline
 2020-05-04  1:09 UTC  (3+ messages)

[PATCH 0/9] lpfc: Update lpfc to revision 12.8.0.1
 2020-05-03 14:42 UTC  (11+ messages)
` [PATCH 1/9] lpfc: Synchronize NVME transport and lpfc driver devloss_tmo
` [PATCH 2/9] lpfc: Maintain atomic consistency of queue_claimed flag
` [PATCH 3/9] lpfc: Remove re-binding of nvme rport during registration
` [PATCH 4/9] lpfc: Fix negation of else clause in lpfc_prep_node_fc4type
` [PATCH 5/9] lpfc: Change default queue allocation for reduced memory consumption
` [PATCH 6/9] lpfc: Remove unnecessary lockdep_assert_held calls
` [PATCH 7/9] lpfc: Fix noderef and address space warnings
` [PATCH 8/9] lpfc: Fix MDS Diagnostic Enablement definition
` [PATCH 9/9] lpfc: Update lpfc version to 12.8.0.1

[PATCH v5 0/8] scsi: ufs: support LU Dedicated buffer mode for WriteBooster
 2020-05-03 14:26 UTC  (10+ messages)
` [PATCH v5 1/8] scsi: ufs: enable WriteBooster on some pre-3.1 UFS devices
` [PATCH v5 2/8] scsi: ufs: introduce fixup_dev_quirks vops
` [PATCH v5 3/8] scsi: ufs: export ufs_fixup_device_setup() function
` [PATCH v5 4/8] scsi: ufs-mediatek: add fixup_dev_quirks vops
` [PATCH v5 5/8] scsi: ufs: add "index" in parameter list of ufshcd_query_flag()
` [PATCH v5 6/8] scsi: ufs: add LU Dedicated buffer mode support for WriteBooster
` [PATCH v5 7/8] scsi: ufs-mediatek: enable WriteBooster capability
` [PATCH v5 8/8] scsi: ufs: cleanup WriteBooster feature

[PATCH v4 0/8] scsi: ufs: support LU Dedicated buffer mode for WriteBooster
 2020-05-03 10:39 UTC  (11+ messages)
` [PATCH v4 1/8] scsi: ufs: enable WriteBooster on some pre-3.1 UFS devices
` [PATCH v4 2/8] scsi: ufs: introduce fixup_dev_quirks vops
` [PATCH v4 3/8] scsi: ufs: export ufs_fixup_device_setup() function
` [PATCH v4 4/8] scsi: ufs-mediatek: add fixup_dev_quirks vops
` [PATCH v4 5/8] scsi: ufs: add "index" in parameter list of ufshcd_query_flag()
` [PATCH v4 6/8] scsi: ufs: add LU Dedicated buffer mode support for WriteBooster
` [PATCH v4 7/8] scsi: ufs-mediatek: enable WriteBooster capability
` [PATCH v4 8/8] scsi: ufs: cleanup WriteBooster feature

[PATCH v3 0/5] scsi: ufs: support LU Dedicated buffer type for WriteBooster
 2020-05-03  6:13 UTC  (13+ messages)
` [PATCH v3 1/5] scsi: ufs: enable WriteBooster on some pre-3.1 UFS devices
` [PATCH v3 2/5] scsi: ufs: add "index" in parameter list of ufshcd_query_flag()
` [PATCH v3 3/5] scsi: ufs: add LU Dedicated buffer mode support for WriteBooster
` [PATCH v3 4/5] scsi: ufs-mediatek: enable WriteBooster capability
` [PATCH v3 5/5] scsi: ufs: cleanup WriteBooster feature

[PATCH v2 0/5] UFS Host Performance Booster (HPB v1.0) driver
 2020-05-02 16:19 UTC  (13+ messages)
` [PATCH v2 5/5] scsi: ufs: UFS Host Performance Booster(HPB) driver

[PATCH v3 1/1] scsi: pm: Balance pm_only counter of request queue during system resume
 2020-05-02  1:59 UTC  (12+ messages)

[PATCH 0/4] target: tcmu: allow flexible pr and alua handling
 2020-05-01 20:56 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.7-rc3
 2020-05-01 18:35 UTC  (2+ messages)

[PATCH 00/15] gcc-10 warning fixes
 2020-05-01 17:36 UTC  (7+ messages)
` [PATCH 13/15] scsi: sas: avoid gcc-10 zero-length-bounds warning
` [PATCH 14/15] isci: "

[bug report] scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G region
 2020-05-01  9:53 UTC  (2+ messages)

[RFC PATCH v4 0/4] Inline crypto support on DragonBoard 845c
 2020-05-01  4:51 UTC  (5+ messages)
` [RFC PATCH v4 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v4 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v4 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-30 19:18 UTC  (20+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ

[PATCH v12 00/12] Inline Encryption Support
 2020-04-30 17:04 UTC  (15+ messages)
` [PATCH v12 01/12] Documentation: Document the blk-crypto framework
` [PATCH v12 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v12 03/12] block: Inline encryption support for blk-mq
` [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v12 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v12 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v12 07/12] scsi: ufs: UFS crypto API
` [PATCH v12 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v12 09/12] fs: introduce SB_INLINECRYPT
` [PATCH v12 10/12] fscrypt: add inline encryption support
` [PATCH v12 11/12] f2fs: "
` [PATCH v12 12/12] ext4: "

[PATCH AUTOSEL 5.6 21/79] scsi: sg: add sg_remove_request in sg_write
 2020-04-30 13:49 UTC 

[PATCH 8/7] hfs: stop using ioctl_by_bdev
 2020-04-30 13:20 UTC 

[PATCH] scsi: qla2xxx: use true,false for need_mpi_reset
 2020-04-30 13:17 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: use true,false for ha->fw_dumped
 2020-04-30 12:18 UTC 

[PATCH] scsi: mpt3sas: use true,false for ioc->use_32bit_dma
 2020-04-30 12:17 UTC 

[PATCH] scsi: vmw_pvscsi: use true,false for adapter->use_msg
 2020-04-30 12:17 UTC 

[PATCH] scsi: fnic: use true,false for fnic->internal_reset_inprogress
 2020-04-30 12:17 UTC 

[PATCH] scsi: qedi: remove Comparison of 0/1 to bool variable
 2020-04-30 12:17 UTC 

[PATCH -next] scsi: aacraid: Make some symbols static
 2020-04-30 10:02 UTC 

[PATCH v2 0/5] scsi: ufs: support LU Dedicated buffer type for WriteBooster
 2020-04-30  8:37 UTC  (10+ messages)
` [PATCH v2 1/5] scsi: ufs: allow legacy UFS devices to enable WriteBooster
` [PATCH v2 2/5] scsi: ufs: add "index" in parameter list of ufshcd_query_flag()
` [PATCH v2 3/5] scsi: ufs: add LU Dedicated buffer mode support for WriteBooster

[PATCH v2 0/5] scsi: ufs: Misc improvements for DesignWare drivers and UFS
 2020-04-30  8:14 UTC  (6+ messages)
` [PATCH v2 1/5] scsi: ufs: Allow UFS 3.0 as a valid version
  ` [EXT] "

[PATCH v4 00/11] Fix qla2xxx endianness annotations
 2020-04-30  7:29 UTC  (5+ messages)
` [PATCH v4 02/11] qla2xxx: Suppress two recently introduced compiler warnings


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