public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-03 15:17:07 to 2021-11-08 12:08:49 UTC [more...]

[PATCH 0/2] scsi: ufs: Block user-space access if eh-in-progress
 2021-11-08 12:08 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: Inline eh-in-progress states
` [PATCH 2/2] scsi: ufs: Return a bsg request immediatley if eh-in-progress

[PATCH v0 15/42] scsi: target: Check notifier registration return value
 2021-11-08 10:19 UTC  (3+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH 2/2] scsi: target: iblock: Report space allocation errors
 2021-11-08  9:59 UTC  (2+ messages)

[PATCH V2 0/2] scsi: ufs: core: Fix task management completion timeout race
 2021-11-08  6:48 UTC  (3+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] scsi: ufs: core: Fix another task management completion race

[RESEND PATCH] scsi: core: use eh_timeout to timeout start_unit command
 2021-11-08  2:19 UTC 

[PATCH V2 0/2] scsi: fix hang when device state is set via sysfs
 2021-11-08  1:50 UTC  (6+ messages)
` [PATCH 1/2] iscsi: Unblock session then wake up error handler
` [PATCH 2/2] scsi: Fix hang when device state is set via sysfs

[PATCH 0/4] block: fix concurrent quiesce
 2021-11-07 21:20 UTC  (2+ messages)

Unreliable disk detection order in 5.x
 2021-11-07 19:51 UTC  (4+ messages)

[PATCH] scsi: snic: Replace snprintf in show functions with sysfs_emit
 2021-11-07 16:13 UTC  (2+ messages)

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-07 13:46 UTC  (9+ messages)

[PATCH 0/2] Fix a deadlock in the UFS error handler
 2021-11-07 11:07 UTC  (12+ messages)
` [PATCH 2/2] scsi: ufs: Fix a deadlock in the "

[PATCH] scsi: ufs: Improve SCSI abort handling
 2021-11-07  6:59 UTC  (8+ messages)

[PATCH] scsi: ufs: Kconfig: SCSI_UFS_HWMON depens on HWMON=y
 2021-11-06 16:51 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] scsi: ufs: Fix double space in SCSI_UFS_HWMON description
 2021-11-06 16:47 UTC 

[PATCH] scsi: ufs: Wrap Universal Flash Storage drivers in SCSI_UFSHCD
 2021-11-06 16:46 UTC 

[PATCH] spraid: initial commit of Ramaxel spraid driver
 2021-11-06  8:30 UTC  (11+ messages)

[PATCH v3 linux-next] scsi: scsi_debug: fix type in min_t to avoid stack OOB
 2021-11-06  0:20 UTC  (2+ messages)

[GIT PULL] first round of SCSI updates for the 5.15+ merge window
 2021-11-05 16:08 UTC  (5+ messages)

[PATCH][next] scsi: Replace one-element arrays with flexible-array members
 2021-11-05 11:24 UTC  (2+ messages)

[bug report] WARNING: CPU: 1 PID: 1386 at block/blk-mq-sched.c:432 blk_mq_sched_insert_request+0x54/0x178
 2021-11-05 11:13 UTC  (15+ messages)

[PATCH] scsi: csiostor: Replace snprintf in show functions with sysfs_emit
 2021-11-05  9:03 UTC 

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-05  8:25 UTC  (19+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH] scsi: scsi_transport_fc: Replace snprintf in show functions with sysfs_emit
 2021-11-05  8:21 UTC 

[PATCH v2] scsi: scsi_debug: don't call kcalloc if size arg is zero
 2021-11-05  3:42 UTC  (3+ messages)

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

[PATCH 0/4] Adds wrapped key support for inline storage encryption
 2021-11-05  0:08 UTC  (10+ 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 V4 00/12] vhost: multiple worker support
 2021-11-04 19:05 UTC  (13+ messages)
` [PATCH V4 01/12] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH V4 02/12] vhost, vhost-net: add helper to check if vq has work
` [PATCH V4 03/12] vhost: take worker or vq instead of dev for queueing
` [PATCH V4 04/12] vhost: take worker or vq instead of dev for flushing
` [PATCH V4 05/12] vhost: convert poll work to be vq based
` [PATCH V4 06/12] vhost-sock: convert to vq helpers
` [PATCH V4 07/12] vhost-scsi: make SCSI cmd completion per vq
` [PATCH V4 08/12] vhost-scsi: convert to vq helpers
` [PATCH V4 09/12] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH V4 10/12] vhost: remove device wide queu/flushing helpers
` [PATCH V4 11/12] vhost: allow userspace to create workers
` [PATCH V4 12/12] vhost: allow worker attachment after initial setup

[PATCH v5 00/14] last set for add_disk() error handling
 2021-11-04 18:16 UTC  (20+ 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: scsi_debug: fix return checks for kcalloc
 2021-11-04 17:50 UTC  (7+ messages)

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

[PATCH] target: iscsi: simplify the connection closing mechanism
 2021-11-04 14:25 UTC 

[PATCH] scsi: ibmvfc: replace snprintf in show functions with sysfs_emit
 2021-11-04 11:53 UTC 

[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] 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  (10+ 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  (29+ 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 12/13] block: make __register_blkdev() return an error

[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


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