messages from 2021-11-02 12:59:38 to 2021-11-04 19:05:29 UTC [more...]
[PATCH V4 00/12] vhost: multiple worker support
2021-11-04 19:04 UTC (5+ 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 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: ufs: Improve SCSI abort handling
2021-11-04 18:10 UTC
[PATCH] scsi: scsi_debug: fix return checks for kcalloc
2021-11-04 17:50 UTC (7+ messages)
[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
2021-11-04 17:34 UTC (16+ 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 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 v2] scsi: scsi_debug: fix type in min_t to avoid stack OOB
2021-11-04 13:54 UTC (4+ messages)
[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 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] 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)
[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 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 (7+ 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 (10+ messages)
` [PATCH 2/3] scsi: make sure that request queue queiesce and unquiesce balanced
[PATCH] scsi: scsi_debug: fix type in min_t to avoid stack OOB
2021-11-02 13:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox