public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-31 23:52:44 to 2021-11-04 06:25:31 UTC [more...]

[PATCH] scsi: scsi_debug: fix return checks for kcalloc
 2021-11-04  6:25 UTC  (2+ messages)

[PATCH v9 0/5] Initial support for multi-actuator HDDs
 2021-11-04  6:20 UTC  (6+ messages)
` [PATCH v9 3/5] libata: support concurrent positioning ranges log

[PATCH v2] scsi: scsi_debug: fix type in min_t to avoid stack OOB
 2021-11-04  1:59 UTC  (3+ messages)

[PATCH 0/4] Adds wrapped key support for inline storage encryption
 2021-11-03 23:18 UTC  (5+ messages)
` [PATCH 1/4] ufs: move ICE functionality to a common library
` [PATCH 2/4] qcom_scm: scm call for deriving a software secret
` [PATCH 3/4] soc: qcom: add HWKM library for storage encryption
` [PATCH 4/4] soc: qcom: add wrapped key support for ICE

[PATCH v5 00/14] last set for add_disk() error handling
 2021-11-03 23:04 UTC  (15+ messages)
` [PATCH v5 01/14] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v5 02/14] nvdimm/btt: add error handling support for add_disk()
` [PATCH v5 03/14] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v5 04/14] nvdimm/blk: add error handling support for add_disk()
` [PATCH v5 05/14] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v5 06/14] nvdimm/pmem: use add_disk() error handling
` [PATCH v5 07/14] z2ram: add error handling support for add_disk()
` [PATCH v5 08/14] block/sunvdc: "
` [PATCH v5 09/14] mtd/ubi/block: "
` [PATCH v5 10/14] ataflop: remove ataflop_probe_lock mutex
` [PATCH v5 11/14] block: update __register_blkdev() probe documentation
` [PATCH v5 12/14] ataflop: address add_disk() error handling on probe
` [PATCH v5 13/14] floppy: "
` [PATCH v5 14/14] block: add __must_check for *add_disk*() callers

[PATCH] scsi: target: Save a few cycles in 'transport_lookup_[cmd|tmr]_lun()'
 2021-11-03 21:24 UTC 

[PATCH v4 0/4] last set for add_disk() error handling
 2021-11-03 19:28 UTC  (11+ messages)
` [PATCH v4 1/4] block: update __register_blkdev() probe documentation
` [PATCH v4 2/4] ataflop: address add_disk() error handling on probe
` [PATCH v4 3/4] floppy: "
` [PATCH v4 4/4] block: add __must_check for *add_disk*() callers

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-03 19:27 UTC  (13+ messages)

[bug report] WARNING: CPU: 1 PID: 1386 at block/blk-mq-sched.c:432 blk_mq_sched_insert_request+0x54/0x178
 2021-11-03 19:03 UTC  (23+ messages)
          `  "

[PATCH v3 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:48 UTC  (15+ messages)
` [PATCH v3 01/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v3 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v3 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v3 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v3 05/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH v3 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v3 07/13] nvdimm/pmem: use add_disk() error handling
` [PATCH v3 08/13] z2ram: add error handling support for add_disk()
` [PATCH v3 09/13] block/sunvdc: "
` [PATCH v3 10/13] mtd/ubi/block: "
` [PATCH v3 11/13] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 12/13] block: fix __register_blkdev() probe add_disk() failures
` [PATCH v3 13/13] block: add __must_check for *add_disk*() callers

[PATCH v2 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:41 UTC  (31+ messages)
` [PATCH v2 01/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 05/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v2 07/13] nvdimm/pmem: use add_disk() error handling
` [PATCH v2 08/13] z2ram: add error handling support for add_disk()
` [PATCH v2 09/13] block/sunvdc: "
` [PATCH v2 10/13] mtd/ubi/block: "
` [PATCH v2 11/13] ataflop: remove ataflop_probe_lock mutex
` [PATCH v2 12/13] block: make __register_blkdev() return an error
` [PATCH v2 13/13] block: add __must_check for *add_disk*() callers

[PATCH v2 1/2] scsi: scsi_ioctl: Validate command size
 2021-11-03 17:20 UTC  (7+ messages)
` [PATCH v2 2/2] scsi: core: remove command size deduction from scsi_setup_scsi_cmnd

[PATCH RFC] scsi: ufs-core: Do not use clk_scaling_lock in ufshcd_queuecommand()
 2021-11-03 17:06 UTC  (9+ messages)

[PATCH 0/2] Fix a deadlock in the UFS error handler
 2021-11-03 16:48 UTC  (14+ messages)
` [PATCH 1/2] scsi: core: Add support for reserved tags
` [PATCH 2/2] scsi: ufs: Fix a deadlock in the error handler

kernel 5.15 does not boot with 3ware card (never had this issue <= 5.14) - scsi 0:0:0:0: WARNING: (0x06:0x002C) : Command (0x12) timed out, resetting card
 2021-11-03 16:23 UTC  (8+ messages)

[PATCH 1/2] scsi: scsi_ioctl: Validate command size
 2021-11-03 14:40 UTC  (5+ messages)
` [PATCH 2/2] scsi: core: remove command size deduction from scsi_setup_scsi_cmnd

[bug report] kernel null pointer observed with blktests srp/006 on 5.14.15
 2021-11-03  8:13 UTC  (3+ messages)

[PATCH 0/4] block: fix concurrent quiesce
 2021-11-03  3:43 UTC  (5+ messages)
` [PATCH 1/4] blk-mq: add one API for waiting until quiesce is done
` [PATCH 2/4] scsi: avoid to quiesce sdev->request_queue two times
` [PATCH 3/4] scsi: make sure that request queue queiesce and unquiesce balanced
` [PATCH 4/4] nvme: wait until quiesce is done

[PATCH] spraid: initial commit of Ramaxel spraid driver
 2021-11-03  1:43 UTC  (9+ messages)

[PATCH] scsi: core: initialize cmd->cmnd before it is used
 2021-11-02 23:01 UTC  (10+ messages)

[PATCH V2] message: fusion: switch from 'pci_' to 'dma_' API
 2021-11-02 19:43 UTC  (2+ messages)

[PATCH 0/3] block: keep quiesce & unquiesce balanced for scsi/dm
 2021-11-02 14:52 UTC  (14+ messages)
` [PATCH 2/3] scsi: make sure that request queue queiesce and unquiesce balanced
` [PATCH 3/3] dm: don't stop request queue after the dm device is suspended

[PATCH] scsi: scsi_debug: fix type in min_t to avoid stack OOB
 2021-11-02 13:19 UTC  (2+ messages)

[PATCH] scsi:pmcraid:Remove unneeded semicolon
 2021-11-02  7:08 UTC 

[PATCH 0/4] small pm80xx cleanups and fixes
 2021-11-02  7:08 UTC  (9+ messages)
` [PATCH 1/4] scsi: pm80xx: Apply byte mask for phy id in mpi_phy_start_resp()
` [PATCH 2/4] scsi: pm80xx: Do not check the address-of value for NULL
` [PATCH 3/4] scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
` [PATCH 4/4] scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation

[PATCH v2] drivers: scsi: replace snprintf in show functions with sysfs_emit
 2021-11-02  6:59 UTC 

[GIT PULL] SCSI multi-actuator support
 2021-11-01 17:28 UTC  (2+ messages)

[PATCH] scsi:qlogicpti:Remove unneeded semicolon
 2021-11-01  9:18 UTC 

[PATCH] scsi: ufshpb: Properly handle max-single-cmd
 2021-11-01  7:22 UTC  (2+ messages)

[PATCH] scsi: fixup coccinelle warnings
 2021-11-01  2:19 UTC 


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