messages from 2021-08-17 09:17:10 to 2021-08-19 18:34:05 UTC [more...]
[PATCHv2 00/51] SCSI EH argument reshuffle part II
2021-08-19 18:34 UTC (63+ messages)
` [PATCH 01/51] lpfc: kill lpfc_bus_reset_handler
` [PATCH 02/51] lpfc: drop lpfc_no_handler()
` [PATCH 03/51] sym53c8xx_2: split off bus reset from host reset
` [PATCH 05/51] snic: reserve tag for TMF
` [PATCH 06/51] qla1280: separate out host reset function from qla1280_error_action()
` [PATCH 07/51] megaraid: pass in NULL scb for host reset
` [PATCH 08/51] zfcp: open-code fc_block_scsi_eh() "
` [PATCH 10/51] scsi: Use Scsi_Host as argument for eh_host_reset_handler
` [PATCH 21/51] scsi: Use Scsi_Host and channel number as argument for eh_bus_reset_handler()
` [PATCH 25/51] lpfc: use fc_block_rport()
` [PATCH 26/51] lpfc: use rport as argument for lpfc_send_taskmgmt()
` [PATCH 27/51] lpfc: use rport as argument for lpfc_chk_tgt_mapped()
` [PATCH 28/51] csiostor: use fc_block_rport()
` [PATCH 29/51] qla2xxx: "
` [PATCH 31/51] qedf: use fc rport as argument for qedf_initiate_tmf()
` [PATCH 32/51] sym53c8xx_2: rework reset handling
` [PATCH 33/51] bfa: Do not use scsi command to signal TMF status
` [PATCH 34/51] scsi_transport_iscsi: use session as argument for iscsi_block_scsi_eh()
` [PATCH 35/51] pmcraid: select first available device for target reset
` [PATCH 36/51] scsi: Use scsi_target as argument for eh_target_reset_handler()
` [PATCH 37/51] aha152x: look for stuck command when resetting device
` [PATCH 38/51] fnic: use dedicated device reset command
` [PATCH 39/51] a1000u2w: do not rely on the command for inia100_device_reset()
` [PATCH 40/51] aic7xxx: use scsi device as argument for BUILD_SCSIID()
` [PATCH 41/51] aic79xx: "
` [PATCH 42/51] aic7xxx: do not reference scsi command when resetting device
` [PATCH 43/51] aic79xx: "
` [PATCH 44/51] xen-scsifront: add scsi device as argument to scsifront_do_request()
` [PATCH 45/51] fas216: Rework device reset to not rely on SCSI command pointer
` [PATCH 46/51] csiostor: use separate TMF command
` [PATCH 47/51] snic: use dedicated device reset command
` [PATCH 48/51] snic: Use scsi_host_busy_iter() to traverse commands
` [PATCH 49/51] scsi: Move eh_device_reset_handler() to use scsi_device as argument
` [PATCH 50/51] scsi: Do not allocate scsi command in scsi_ioctl_reset()
` [PATCH 51/51] scsi_error: streamline scsi_eh_bus_device_reset()
[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
2021-08-19 18:17 UTC (18+ messages)
` [PATCH V3 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V3 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V3 11/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V3 12/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH V3 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver
[PATCH] scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1
2021-08-19 18:14 UTC (2+ messages)
[PATCH v2 0/2] scsi: qla1280: Resolve some compilation issues
2021-08-19 18:07 UTC (6+ messages)
` [PATCH v2 1/2] scsi: qla1280: Stop using scsi_cmnd.tag
` [PATCH v2 2/2] scsi: qla1280: Fix DEBUG_QLA1280 compilation issues
[PATCH] scsi: fix scsi_mode_sense()
2021-08-19 17:04 UTC (4+ messages)
[PATCH 0/4] scsi: remove last references to scsi_cmnd.tag
2021-08-19 16:59 UTC (7+ messages)
` [PATCH 1/4] scsi: Introduct scsi_cmd_to_tag()
` [PATCH 2/4] fas216: kill scmd->tag
` [PATCH 3/4] acornscsi: remove tagged queuing vestiges
` [PATCH 4/4] scsi: remove 'current_tag'
[PATCH 0/5] lpfc: fixes for SCSI EH rework
2021-08-19 16:29 UTC (7+ messages)
` [PATCH 1/5] lpfc: kill lpfc_bus_reset_handler
` [PATCH 2/5] lpfc: drop lpfc_no_handler()
` [PATCH 3/5] lpfc: use fc_block_rport()
` [PATCH 4/5] lpfc: use rport as argument for lpfc_send_taskmgmt()
` [PATCH 5/5] lpfc: use rport as argument for lpfc_chk_tgt_mapped()
ensure each gendisk always has a request_queue reference v2
2021-08-19 14:58 UTC (6+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue
[PATCH v2] scsi: simplify scsi_get_vpd_page()
2021-08-19 14:42 UTC (2+ messages)
[PATCH 0/3] qla2xxx: Fixes for SCSI EH rework
2021-08-19 9:19 UTC (4+ messages)
` [PATCH 1/3] qla2xxx: Do not call fc_block_scsi_eh() during bus reset
` [PATCH 2/3] qla2xxx: Open-code qla2xxx_eh_target_reset()
` [PATCH 3/3] qla2xxx: Open-code qla2xxx_eh_device_reset()
[PATCH 0/3] megaraid: Fixes for SCSI EH rework
2021-08-19 9:16 UTC (4+ messages)
` [PATCH 1/3] megaraid: complete all commands in megaraid_reset()
` [PATCH 2/3] megaraid: rename megaraid_abort_and_reset() to __megaraid_abort()
` [PATCH 3/3] megaraid: remove pointless bus_reset and device_reset handler
[PATCH 0/3] snic: Fixes for SCSI EH rework
2021-08-19 9:12 UTC (4+ messages)
` [PATCH 1/3] snic: reserve tag for TMF
` [PATCH 2/3] snic: use dedicated device reset command
` [PATCH 3/3] snic: Use scsi_host_busy_iter() to traverse commands
[PATCH 0/3] mptfusion: Fixes for SCSI EH rework
2021-08-19 9:10 UTC (4+ messages)
` [PATCH 1/3] mptfusion: correct definitions for mptscsih_dev_reset()
` [PATCH 2/3] mptfc: use fc_block_rport() instead of open-coding it
` [PATCH 3/3] mptfc: iterate over all rports during bus reset
[PATCH 0/3] Remove scsi_cmnd.tag
2021-08-19 9:09 UTC (9+ messages)
[PATCH 0/4] sym53c8xx_2: Fixes for SCSI EH rework
2021-08-19 9:07 UTC (5+ messages)
` [PATCH 1/4] sym53c8xx_2: move PCI EEH handling to host reset
` [PATCH 2/4] sym53c8xx_2: split off host reset from sym_eh_handler()
` [PATCH 3/4] sym53c8xx_2: split off bus "
` [PATCH 4/4] sym53c8xx_2: rework reset handling
[PATCH v2 00/11] blk-mq: Reduce static requests memory footprint for shared sbitmap
2021-08-19 7:32 UTC (22+ messages)
` [PATCH v2 03/11] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v2 04/11] blk-mq: Invert check "
` [PATCH v2 05/11] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_request}()
` [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
` [PATCH v2 07/11] blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
` [PATCH v2 08/11] blk-mq: Add blk_mq_ops.init_request_no_hctx()
` [PATCH v2 10/11] blk-mq: Use shared tags for shared sbitmap support
` [PATCH v2 11/11] blk-mq: Stop using pointers for blk_mq_tags bitmap tags
[PATCH v2 0/2] lkdtm: update block layer crashpoints
2021-08-19 7:09 UTC (8+ messages)
` [PATCH v2 1/2] lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQ
` [PATCH v2 2/2] lkdtm: remove IDE_CORE_CP crashpoint
[PATCH] scsi: fix missing FORCE for scsi_devinfo_tbl.c build rule
2021-08-19 1:23 UTC
[PATCH 2/5] treewide: Replace open-coded flex arrays in unions
2021-08-18 21:51 UTC (4+ messages)
` [PATCH 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
[PATCH 0/7] add simple copy support
2021-08-18 18:35 UTC (26+ messages)
` [PATCH 1/7] block: make bio_map_kern() non static
` [PATCH 2/7] block: Introduce queue limits for copy-offload support
` [PATCH 3/7] block: copy offload support infrastructure
` [PATCH 4/7] block: Introduce a new ioctl for simple copy
` [PATCH 5/7] block: add emulation "
` [PATCH 6/7] nvme: add simple copy support
` [PATCH 7/7] dm kcopyd: add simple copy offload support
` [dm-devel] "
[PATCH 0/2] scsi: qla1280: Resolve some compilation issues
2021-08-18 15:26 UTC (5+ messages)
` [PATCH 1/2] scsi: qla1280: Stop using scsi_cmnd.tag
` [PATCH 2/2] scsi: qla1280: Fix DEBUG_QLA1280 compilation issues
linux-next: build failure after merge of the scsi-mkp tree
2021-08-18 11:41 UTC (3+ messages)
[PATCH] scsi: ibmvfc: Stop using scsi_cmnd.tag
2021-08-18 11:29 UTC (4+ messages)
[PATCH] scsi: ufs: ufshpb: Fix typo in comments
2021-08-18 9:41 UTC
[PATCH] mpi3mr: setup irqs in resume path
2021-08-18 8:18 UTC (2+ messages)
[PATCH RESEND] mpi3mr: setup irqs in resume path
2021-08-18 8:17 UTC
[PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
2021-08-18 6:05 UTC
[PATCH v5 0/5] Initial support for multi-actuator HDDs
2021-08-18 2:45 UTC (5+ messages)
[PATCH] scsi: sd: Do not exit sd_spinup_disk quietly
2021-08-18 2:37 UTC (2+ messages)
[PATCH RESEND] ibmvfc: do not wait for initial device scan
2021-08-18 2:26 UTC (2+ messages)
[PATCH -next 0/2] Fix out-of-bound in resp_readcap16 and resp_report_tgtpgs
2021-08-18 2:14 UTC (3+ messages)
` [PATCH -next 1/2] scsi:scsi_debug: Fix out-of-bound in resp_readcap16
` [PATCH -next 2/2] scsi:scsi_debug: Fix potential OOB in resp_report_tgtpgs
[PATCH] scsi: st: Add missing break in switch statement in st_ioctl()
2021-08-18 1:12 UTC (4+ messages)
[PATCH 1/1] scsi/ses: Saw "Failed to get diagnostic page 0x1" during
2021-08-17 19:57 UTC
[PATCH v5 00/52] Remove the request pointer from struct scsi_cmnd
2021-08-17 12:42 UTC (3+ messages)
` [PATCH v5 49/52] xen-scsifront: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
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;
as well as URLs for NNTP newsgroup(s).