messages from 2021-10-21 03:43:57 to 2021-10-26 13:10:01 UTC [more...]
[PATCH V3 00/11] vhost: multiple worker support
2021-10-26 13:09 UTC (28+ messages)
` [PATCH] QEMU vhost-scsi: add support for VHOST_SET_VRING_WORKER
` [PATCH V3 01/11] vhost: add vhost_worker pointer to vhost_virtqueue
` [PATCH V3 02/11] vhost, vhost-net: add helper to check if vq has work
` [PATCH V3 03/11] vhost: take worker or vq instead of dev for queueing
` [PATCH V3 04/11] vhost: take worker or vq instead of dev for flushing
` [PATCH V3 05/11] vhost: convert poll work to be vq based
` [PATCH V3 06/11] vhost-sock: convert to vq helpers
` [PATCH V3 07/11] vhost-scsi: make SCSI cmd completion per vq
` [PATCH V3 08/11] vhost-scsi: convert to vq helpers
` [PATCH V3 09/11] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH V3 10/11] vhost: remove device wide queu/flushing helpers
` [PATCH V3 11/11] vhost: allow userspace to create workers
[PATCH] scsi: ufs: mark HPB support as BROKEN
2021-10-26 13:04 UTC (4+ messages)
[PATCH v3 00/13] qla2xxx - misc driver and EDIF bug fixes
2021-10-26 11:54 UTC (14+ messages)
` [PATCH v3 01/13] qla2xxx: relogin during fabric disturbance
` [PATCH v3 02/13] qla2xxx: fix gnl list corruption
` [PATCH v3 03/13] qla2xxx: turn off target reset during issue_lip
` [PATCH v3 04/13] qla2xxx: edif: fix app start fail
` [PATCH v3 05/13] qla2xxx: edif: fix app start delay
` [PATCH v3 06/13] qla2xxx: edif: flush stale events and msgs on session down
` [PATCH v3 07/13] qla2xxx: edif: replace list_for_each_safe with list_for_each_entry_safe
` [PATCH v3 08/13] qla2xxx: edif: tweak trace message
` [PATCH v3 09/13] qla2xxx: edif: reduce connection thrash
` [PATCH v3 10/13] qla2xxx: edif: increase ELS payload
` [PATCH v3 11/13] qla2xxx: edif: fix inconsistent check of db_flags
` [PATCH v3 12/13] qla2xxx: edif: fix edif bsg
` [PATCH v3 13/13] qla2xxx: Update version to 10.02.07.200-k
[PATCH 0/7] adding application support
2021-10-26 11:16 UTC (4+ messages)
` [PATCH 2/7] miscdevice: adding support for MPI3MR_MINOR(243)
[PATCH] scsi: fcoe: Fix implicit type conversion
2021-10-26 10:14 UTC
[PATCH v4 00/46] Register SCSI sysfs attributes earlier
2021-10-26 10:00 UTC (12+ messages)
` Missing driver-specific sysfs attributes of scsi_device [was: Re: [PATCH v4 00/46] Register SCSI sysfs attributes earlier]
` [PATCH] scsi: core: Fix early registration of sysfs attributes for scsi_device
` [PATCH v2] "
` [PATCH v3] "
[PATCH] scsi: ufs: revert HPB support
2021-10-26 7:17 UTC (6+ messages)
[PATCH] scsi: ufs: clean up the Kconfig file
2021-10-26 5:23 UTC (5+ messages)
[PATCH AUTOSEL 4.14 1/7] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 17:01 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 3/7] scsi: qla2xxx: Fix unmap of already freed sgl
[PATCH AUTOSEL 4.19 1/7] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 17:00 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 3/7] scsi: qla2xxx: Fix unmap of already freed sgl
[PATCH AUTOSEL 4.9 1/4] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 17:01 UTC
[PATCH AUTOSEL 4.4 1/3] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 17:01 UTC
[PATCH AUTOSEL 5.4 1/9] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 17:00 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 3/9] scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
` [PATCH AUTOSEL 5.4 4/9] scsi: qla2xxx: Fix unmap of already freed sgl
[PATCH AUTOSEL 5.10 02/13] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 17:00 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 05/13] scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
` [PATCH AUTOSEL 5.10 06/13] scsi: qla2xxx: Fix unmap of already freed sgl
[PATCH AUTOSEL 5.14 04/18] scsi: core: Put LLD module refcnt after SCSI device is released
2021-10-25 16:59 UTC (3+ messages)
` [PATCH AUTOSEL 5.14 10/18] scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
` [PATCH AUTOSEL 5.14 11/18] scsi: qla2xxx: Fix unmap of already freed sgl
[PATCH 0/2] Fix SCSI async abort handling when eh_deadline is active
2021-10-25 14:39 UTC (3+ messages)
` [PATCH 1/2] scsi: core: avoid leaving shost->last_reset with stale value if EH does not run
` [PATCH 2/2] scsi: core: simplify control flow in scmd_eh_abort_handler
please revert the UFS HPB support
2021-10-25 11:39 UTC (11+ messages)
move all struct request releated code out of blk-core.c
2021-10-25 7:05 UTC (13+ messages)
` [PATCH 01/12] block: move blk_rq_err_bytes to scsi
` [PATCH 02/12] block: remove blk_{get,put}_request
` [PATCH 03/12] block: remove rq_flush_dcache_pages
` [PATCH 04/12] block: remove blk-exec.c
` [PATCH 05/12] blk-mq: move blk_mq_flush_plug_list
` [PATCH 06/12] block: move request based cloning helpers to blk-mq.c
` [PATCH 07/12] block: move blk_rq_init "
` [PATCH 08/12] block: move blk_steal_bios "
` [PATCH 09/12] block: move blk_account_io_{start,done} "
` [PATCH 10/12] block: move blk_dump_rq_flags "
` [PATCH 11/12] block: move blk_print_req_error "
` [PATCH 12/12] block: don't include blk-mq headers in blk-core.c
[PATCH V3 0/7] switch from 'pci_' to 'dma_' API
2021-10-25 6:55 UTC (2+ messages)
[PATCH RESEND v2] scsi: ufs: clear doorbell for hibern8 errors when using ah8
2021-10-25 5:38 UTC (6+ messages)
[PATCH v2] scsi: bnx2fc: Make use of the helper macro kthread_run()
2021-10-25 1:53 UTC
[PATCH 0/3] block: keep quiesce & unquiesce balanced for scsi/dm
2021-10-25 1:43 UTC (5+ messages)
` [PATCH 1/3] scsi: avoid to quiesce sdev->request_queue two times
` [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: elx: libefc_sli: Use 'bitmap_zalloc()' when applicable
2021-10-24 19:48 UTC
[GIT PULL] SCSI fixes for 5.15-rc6
2021-10-24 17:12 UTC (2+ messages)
[PATCH v2 00/10] UFS patches for kernel v5.16
2021-10-24 7:49 UTC (2+ messages)
[PATCH v3 0/3] last batch of add_disk() error handling conversions
2021-10-24 0:03 UTC (10+ messages)
` [PATCH v3 1/3] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 2/3] block: make __register_blkdev() return an error
` [PATCH v3 3/3] block: add __must_check for *add_disk*() callers
remove QUEUE_FLAG_SCSI_PASSTHROUGH v3
2021-10-22 14:34 UTC (11+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id
` [PATCH 3/7] nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands
` [PATCH 4/7] bsg-lib: initialize the bsg_job in bsg_transport_sg_io_fn
` [PATCH 5/7] scsi: add a scsi_alloc_request helper
` [PATCH 6/7] block: remove the initialize_rq_fn blk_mq_ops method
` [PATCH 7/7] block: remove QUEUE_FLAG_SCSI_PASSTHROUGH
[PATCH] scsi: bnx2fc: Make use of the helper macro kthread_run()
2021-10-22 10:49 UTC (2+ messages)
[PATCH] scsi: be2iscsi: Replace irq_poll with threaded IRQ handler
2021-10-22 10:31 UTC (2+ messages)
[PATCH v3 0/3] target: iscsi: control authentication per ACL
2021-10-22 7:48 UTC (3+ messages)
[PATCH 2/2] scsi: target: iblock: Report space allocation errors
2021-10-22 5:27 UTC (2+ messages)
[PATCH v4] target: core: remove from tmr_list at lun unlink
2021-10-22 4:17 UTC (2+ messages)
[PATCH v2] scsi: bsg: fix errno when scsi_bsg_register_queue fails
2021-10-22 1:02 UTC
[PATCH] scsi:aha1542: remove unneeded semicolon
2021-10-22 0:42 UTC
[PATCH v6 0/4] blk-crypto cleanups
2021-10-21 16:49 UTC (4+ messages)
[PATCH 0/9] block: reviewed add_disk() error handling set
2021-10-21 15:01 UTC (3+ messages)
` (subset) "
[PATCH v2 00/13] qla2xxx - misc driver and EDIF bug fixes
2021-10-21 14:47 UTC (27+ messages)
` [PATCH v2 01/13] qla2xxx: relogin during fabric disturbance
` [PATCH v2 02/13] qla2xxx: fix gnl list corruption
` [PATCH v2 03/13] qla2xxx: turn off target reset during issue_lip
` [PATCH v2 04/13] qla2xxx: edif: fix app start fail
` [PATCH v2 05/13] qla2xxx: edif: fix app start delay
` [PATCH v2 06/13] qla2xxx: edif: flush stale events and msgs on session down
` [PATCH v2 07/13] qla2xxx: edif: replace list_for_each_safe with list_for_each_entry_safe
` [PATCH v2 08/13] qla2xxx: edif: tweak trace message
` [PATCH v2 09/13] qla2xxx: edif: reduce connection thrash
` [PATCH v2 10/13] qla2xxx: edif: increase ELS payload
` [PATCH v2 11/13] qla2xxx: edif: fix inconsistent check of db_flags
` [PATCH v2 12/13] qla2xxx: edif: fix edif bsg
` [PATCH v2 13/13] qla2xxx: Update version to 10.02.07.200-k
BUG: KASAN: use-after-free in blk_mq_sched_tags_teardown
2021-10-21 13:35 UTC (5+ messages)
[PATCH] mpt3sas: add NULL check in _base_fault_reset_work()
2021-10-21 5:40 UTC (3+ messages)
[PATCH 0/2] scsi: target: iblock: Report space allocation errors
2021-10-21 8:55 UTC (4+ messages)
` [PATCH 1/2] scsi: target: core: Add sense reason for "
[next-20211019][PPC] kernel panics with lspci -vvnn command
2021-10-21 6:44 UTC
[PATCH][V2] scsi: smartpqi: Enable sas_address sysfs for SATA device type
2021-10-21 6:22 UTC
[PATCH] scsi: qedf: Fix return values of the probe function
2021-10-21 4:27 UTC (2+ messages)
` [EXT] "
[PATCH] scsi: 3w-xxx: Remove redundant initialization of variable retval
2021-10-21 3:42 UTC (2+ messages)
[PATCH V2] scsi: ufs: core: Fix synchronization between scsi_unjam_host() and ufshcd_queuecommand()
2021-10-21 3:42 UTC (2+ messages)
[PATCH 0/4] hisi_sas: Some misc patches for next
2021-10-21 3:42 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