messages from 2022-02-18 19:53:04 to 2022-02-23 02:46:12 UTC [more...]
[PATCH v2 2/2] scsi: aacraid: Remove references to Series-9 (only)
2022-02-23 2:41 UTC (4+ messages)
` [PATCH v3 0/1] aacraid: Host adapter Adaptec 6405 constantly resets under high io load
[PATCH] [hpsa] Fix the wrong chars in comment section
2022-02-23 2:38 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] [hpsa] Improve the coding-style to comment sections
[PATCH v6 00/31] libsas and pm8001 fixes
2022-02-23 2:33 UTC (34+ messages)
` [PATCH v6 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands
` [PATCH v6 02/31] scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()
` [PATCH v6 03/31] scsi: pm8001: Fix pm8001_update_flash() local variable type
` [PATCH v6 04/31] scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
` [PATCH v6 05/31] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
` [PATCH v6 06/31] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
` [PATCH v6 07/31] scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
` [PATCH v6 08/31] scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
` [PATCH v6 09/31] scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
` [PATCH v6 10/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
` [PATCH v6 11/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
` [PATCH v6 12/31] scsi: pm8001: Fix use of struct set_phy_profile_req fields
` [PATCH v6 13/31] scsi: pm8001: Remove local variable in pm8001_pci_resume()
` [PATCH v6 14/31] scsi: pm8001: Fix NCQ NON DATA command task initialization
` [PATCH v6 15/31] scsi: pm8001: Fix NCQ NON DATA command completion handling
` [PATCH v6 16/31] scsi: pm8001: Fix abort all task initialization
` [PATCH v6 17/31] scsi: pm8001: Fix pm8001_tag_alloc() failures handling
` [PATCH v6 18/31] scsi: pm8001: Fix pm8001_mpi_task_abort_resp()
` [PATCH v6 19/31] scsi: pm8001: Fix tag values handling
` [PATCH v6 20/31] scsi: pm8001: Fix task leak in pm8001_send_abort_all()
` [PATCH v6 21/31] scsi: pm8001: Fix tag leaks on error
` [PATCH v6 22/31] scsi: pm8001: fix memory leak in pm8001_chip_fw_flash_update_req()
` [PATCH v6 23/31] scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commands
` [PATCH v6 24/31] scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()
` [PATCH v6 25/31] scsi: pm8001: Simplify pm8001_get_ncq_tag()
` [PATCH v6 26/31] scsi: pm8001: Introduce ccb alloc/free helpers
` [PATCH v6 27/31] scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface
` [PATCH v6 28/31] scsi: pm8001: Simplify pm8001_task_exec()
` [PATCH v6 29/31] scsi: pm8001: Simplify pm8001_ccb_task_free()
` [PATCH v6 30/31] scsi: pm8001: improve pm80XX_send_abort_all()
` [PATCH v6 31/31] scsi: pm8001: Fix pm8001_info() message format
[PATCH v3 00/18] scsi: libsas and users: Factor out LLDD TMF code
2022-02-23 2:20 UTC (20+ messages)
` [PATCH v3 01/18] scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()
` [PATCH v3 02/18] scsi: libsas: Use enum for response frame DATAPRES field
` [PATCH v3 03/18] scsi: libsas: Delete lldd_clear_aca callback
` [PATCH v3 04/18] scsi: libsas: Delete SAS_SG_ERR
` [PATCH v3 05/18] scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT
` [PATCH v3 06/18] scsi: libsas: Move SMP task handlers to core
` [PATCH v3 07/18] scsi: libsas: Add struct sas_tmf_task
` [PATCH v3 08/18] scsi: libsas: Add sas_task.tmf
` [PATCH v3 09/18] scsi: libsas: Add sas_execute_tmf()
` [PATCH v3 10/18] scsi: libsas: Add sas_execute_ssp_tmf()
` [PATCH v3 11/18] scsi: libsas: Add TMF handler exec complete callback
` [PATCH v3 12/18] scsi: libsas: Add TMF handler aborted callback
` [PATCH v3 13/18] scsi: libsas: Add sas_abort_task_set()
` [PATCH v3 14/18] scsi: libsas: Add sas_clear_task_set()
` [PATCH v3 15/18] scsi: libsas: Add sas_lu_reset()
` [PATCH v3 16/18] scsi: libsas: Add sas_query_task()
` [PATCH v3 17/18] scsi: libsas: Add sas_abort_task()
` [PATCH v3 18/18] scsi: libsas: Add sas_execute_ata_cmd()
move more work to disk_release
2022-02-23 2:08 UTC (15+ messages)
` [PATCH 01/12] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/12] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/12] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/12] sd: make use of ->free_disk to simplify refcounting
` [PATCH 05/12] sd: remove the extra sdev_gendev reference
` [PATCH 06/12] sr: implement ->free_disk
` [PATCH 07/12] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 08/12] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 09/12] block: move q_usage_counter release into blk_queue_release
` [PATCH 10/12] block: move blk_exit_queue into disk_release
` [PATCH 11/12] block: do more work in elevator_exit
` [PATCH 12/12] block: move rq_qos_exit() into disk_release()
remove REQ_OP_WRITE_SAME v2
2022-02-23 1:58 UTC (6+ messages)
` [PATCH 7/7] block: remove REQ_OP_WRITE_SAME support
[PATCH v3 00/10] Add Copy offload support
2022-02-23 1:43 UTC (11+ messages)
` [PATCH v3 08/10] dm: Add support for copy offload
` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
[PATCH v2] scsi: pm80xx: handle non-fatal errors
2022-02-23 0:47 UTC (2+ messages)
[PATCH] scsi: aha152x: fix aha152x_setup() __setup handler return value
2022-02-23 0:06 UTC
[PATCH] aha152x: Clean up struct scsi_pointer usage
2022-02-22 23:08 UTC (3+ messages)
[PATCH] target: allow changing dbroot if there are no registered devices
2022-02-22 20:57 UTC (2+ messages)
remove struct scsi_request
2022-02-22 18:33 UTC (10+ messages)
` [PATCH 1/8] bsg: don't include scsi_request.h in bsg-lib.h
` [PATCH 2/8] target/pscsi: remove struct pscsi_plugin_task
` [PATCH 3/8] scsi: don't memset the entire scsi_cmnd in scsi_init_command
` [PATCH 4/8] scsi: remove the cmd field from struct scsi_request
` [PATCH 5/8] scsi: remove the sense and sense_len fields "
` [PATCH 6/8] scsi: move the resid_len field from struct scsi_request to struct scsi_cmnd
` [PATCH 7/8] scsi: move the result "
` [PATCH 8/8] scsi: remove struct scsi_request
[PATCH v2] scsi: docs: update notes about scsi_times_out
2022-02-22 18:32 UTC (2+ messages)
[PATCH v2 00/15] dt-bindings: ufs: add common platform bindings + fixes
2022-02-22 18:16 UTC (20+ messages)
` [PATCH v2 01/15] dt-bindings: ufs: add common platform bindings
` [PATCH v2 02/15] dt-bindings: ufs: samsung,exynos-ufs: use common bindings
` [PATCH v2 03/15] dt-bindings: ufs: cdns,ufshc: convert to dtschema
` [PATCH v2 04/15] dt-bindings: ufs: drop unused/old ufs-qcom PHY bindings
` [PATCH v2 05/15] dt-bindings: ufs: qcom,ufs: convert to dtschema
` [PATCH v2 06/15] dt-bindings: ufs: hisilicon,ufs: "
` [PATCH v2 07/15] dt-bindings: ufs: mediatek,ufs: "
` [PATCH v2 08/15] dt-bindings: ufs: snps,tc-dwc-g210: "
` [PATCH v2 09/15] scsi: ufs: deprecate 'freq-table-hz' property
` [PATCH v2 10/15] arm64: dts: hi3670: use 'freq-table' in UFS node
` [PATCH v2 11/15] arm64: dts: ti: "
` [PATCH v2 12/15] arm64: dts: qcom: "
` [PATCH v2 13/15] arm64: dts: qcom: msm8996: drop unsupported UFS vddp-ref-clk-max-microamp
` [PATCH v2 14/15] arm64: dts: qcom: msm8996: correct UFS compatible
` [PATCH v2 15/15] arm64: dts: qcom: sm8350: drop duplicated ref_clk in UFS
[PATCH] scsi: mpt3sas: decrease potential frequency of scsi_dma_map errors
2022-02-22 15:39 UTC (3+ messages)
[PATCH V3] scsi: ufs: Fix runtime PM messages never-ending cycle
2022-02-22 14:49 UTC (2+ messages)
[RFC PATCH 0/8] dt-bindings: ufs: add common platform bindings + fixes
2022-02-22 14:24 UTC (15+ messages)
` [RFC PATCH 1/8] dt-bindings: ufs: add common platform bindings
` [RFC PATCH 2/8] dt-bindings: ufs: samsung,exynos-ufs: use common bindings
` [RFC PATCH 3/8] dt-bindings: ufs: cdns,ufshc: convert to dtschema
` [RFC PATCH 4/8] scsi: ufs: deprecate 'freq-table-hz' property
` [RFC PATCH 5/8] arm64: dts: hi3670: use 'freq-table' in UFS node
` [RFC PATCH 6/8] arm64: dts: exynos: "
` [RFC PATCH 7/8] arm64: dts: qcom: "
` [RFC PATCH 8/8] arm64: dts: ti: "
[PATCH RFC v1 0/5] Add SCSI per device tagsets
2022-02-22 13:36 UTC (4+ messages)
[PATCH] target/iscsi: Fix detection of excess number of login exchanges
2022-02-22 12:42 UTC
[PATCH] mac53c94: Stop using struct scsi_pointer
2022-02-22 8:01 UTC (2+ messages)
[PATCH] mesh: Stop using struct scsi_pointer
2022-02-22 8:01 UTC (2+ messages)
[PATCH 0/8] scsi: aacraid: Replace one-element arrays with flexible-array members
2022-02-22 7:31 UTC (9+ messages)
` [PATCH 1/8][next] scsi: aacraid: Replace one-element array with flexible-array member
` [PATCH 2/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct sgmap
` [PATCH 3/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct user_sgmap
` [PATCH 4/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct sgmap64
` [PATCH 5/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct user_sgmap64
` [PATCH 6/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct sgmapraw
` [PATCH 7/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct user_sgmapraw
` [PATCH 8/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct aac_aifcmd
[PATCH 1/2] uio: add ioctl to uio
2022-02-21 17:09 UTC (3+ messages)
` [PATCH 2/2] scsi:target:tcmu: reduce once copy by using uio ioctl
blkdiscard BLKDISCARD ioctl failed: Remote I/O error
2022-02-21 15:50 UTC (2+ messages)
[PATCH v2 00/18] scsi: libsas and users: Factor out LLDD TMF code
2022-02-21 8:36 UTC (9+ messages)
[PATCH v4 0/3] block: show crypto capabilities in sysfs
2022-02-21 2:23 UTC (2+ messages)
sd: Unaligned partial completion
2022-02-21 0:13 UTC (6+ messages)
[PATCH] scsi: aacraid: add missing manage_lock on management_fib_count
2022-02-21 0:03 UTC
[GIT PULL] SCSI fixes for 5.17-rc4
2022-02-20 20:02 UTC (2+ messages)
[PATCH -next] scsi: hisi_sas: Remove unnecessary print function dev_err()
2022-02-20 1:38 UTC (2+ messages)
[PATCH] mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning
2022-02-19 22:48 UTC (2+ messages)
[PATCH 2/2] qla2xxx: Use named initializers for q_dev_state
2022-02-19 22:16 UTC (2+ messages)
[PATCH V4] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
2022-02-19 22:19 UTC (2+ messages)
[PATCH 1/2] qla2xxx: Use named initializers for port_[d]state_str
2022-02-19 22:15 UTC (2+ messages)
[PATCH] scsi: ufs: Remove wlun_dev_to_hba()
2022-02-19 22:13 UTC (2+ messages)
[PATCH v5 00/49] Remove the SCSI pointer from struct scsi_cmnd
2022-02-19 22:05 UTC (21+ messages)
` [PATCH v5 31/49] scsi: mac53c94: Move the SCSI pointer to private command data
` [PATCH v5 32/49] scsi: megaraid: Stop using the SCSI pointer
` [PATCH v5 33/49] scsi: megasas: "
` [PATCH v5 34/49] scsi: mesh: Move the SCSI pointer to private command data
` [PATCH v5 35/49] scsi: mvsas: Fix a set-but-not-used warning
` [PATCH v5 36/49] scsi: mvumi: Stop using the SCSI pointer
` [PATCH v5 37/49] scsi: nsp32: "
` [PATCH v5 38/49] scsi: nsp_cs: Move the SCSI pointer to private command data
` [PATCH v5 39/49] scsi: sym53c500_cs: "
` [PATCH v5 40/49] scsi: ppa: "
` [PATCH v5 41/49] scsi: qla1280: "
` [PATCH v5 42/49] scsi: qla2xxx: Stop using the SCSI pointer
` [PATCH v5 43/49] scsi: smartpqi: "
` [PATCH v5 44/49] scsi: sym53c8xx_2: Move the SCSI pointer to private command data
` [PATCH v5 45/49] scsi: usb: Stop using the SCSI pointer
` [PATCH v5 46/49] scsi: wd719x: "
` [PATCH v5 47/49] scsi: wd33c93: Move the SCSI pointer to private command data
` [PATCH v5 48/49] scsi: zalon: Stop using the SCSI pointer
` [PATCH v5 49/49] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd
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).