Linux SCSI Development
[Prev Page][Next Page]
- move more work to disk_release v2,
Christoph Hellwig
- [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting, Christoph Hellwig
- [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs, Christoph Hellwig
- [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver, Christoph Hellwig
- [PATCH 04/14] sd: rename the scsi_disk.dev field, Christoph Hellwig
- [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference, Christoph Hellwig
- [PATCH 06/14] sd: delay calling free_opal_dev, Christoph Hellwig
- [PATCH 08/14] sr: implement ->free_disk, Christoph Hellwig
- [PATCH 07/14] sd: make use of ->free_disk to simplify refcounting, Christoph Hellwig
- [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler, Christoph Hellwig
- [PATCH 10/14] block: don't remove hctx debugfs dir from blk_mq_exit_queue, Christoph Hellwig
- [PATCH 11/14] block: move q_usage_counter release into blk_queue_release, Christoph Hellwig
- [PATCH 12/14] block: move blk_exit_queue into disk_release, Christoph Hellwig
- [PATCH 14/14] block: move rq_qos_exit() into disk_release(), Christoph Hellwig
- [PATCH 13/14] block: do more work in elevator_exit, Christoph Hellwig
- Re: move more work to disk_release v2, Bart Van Assche
- Re: move more work to disk_release v2, Christoph Hellwig
- [PATCH 0/6] iscsi: Speed up failover with lots of devices.,
Mike Christie
- [PATCH 3/6] scsi: iscsi: Remove iscsi_scan_finished., Mike Christie
- [PATCH 6/6] scsi: iscsi: Drop temp workq_name., Mike Christie
- [PATCH 4/6] scsi: iscsi, ql4: Use per session workqueue for unbinding., Mike Christie
- [PATCH 1/6] scsi: iscsi: Fix recovery and ublocking race., Mike Christie
- [PATCH 5/6] scsi: iscsi: Use the session workqueue for recovery., Mike Christie
- [PATCH 2/6] scsi: iscsi: Speed up session unblocking and removal., Mike Christie
- Re: [PATCH 0/6] iscsi: Speed up failover with lots of devices., Mike Christie
- Re: [PATCH 0/6] iscsi: Speed up failover with lots of devices., Martin K. Petersen
- Re: [PATCH 0/6] iscsi: Speed up failover with lots of devices., Martin K. Petersen
- [PATCH v2] scsi: aacraid: add missing manage_lock on management_fib_count,
Niels Dossche
- [PATCH v2 0/2] scsi: libsas: Some minor improvements,
John Garry
- [PATCH 0/2] Fix sparse warnings in scsi_debug,
Damien Le Moal
- [PATCH] scsi: libsas: cleanup sas_form_port(),
Damien Le Moal
- [PATCH 00/17] lpfc: Update lpfc to revision 14.2.0.0,
James Smart
- [PATCH 03/17] lpfc: SLI path split: introduce lpfc_prep_wqe, James Smart
- [PATCH 02/17] lpfc: SLI path split: refactor fast and slow paths to native sli4, James Smart
- [PATCH 06/17] lpfc: SLI path split: refactor the RSCN/SCR/RDF/EDC/FARPR paths, James Smart
- [PATCH 05/17] lpfc: SLI path split: refactor PLOGI/PRLI/ADISC/LOGO paths, James Smart
- [PATCH 01/17] lpfc: SLI path split: refactor lpfc_iocbq, James Smart
- [PATCH 08/17] lpfc: SLI path split: refactor LS_RJT paths, James Smart
- [PATCH 09/17] lpfc: SLI path split: refactor FDISC paths, James Smart
- [PATCH 04/17] lpfc: SLI path split: refactor base els paths and the FLOGI path, James Smart
- [PATCH 10/17] lpfc: SLI path split: refactor VMID paths, James Smart
- [PATCH 07/17] lpfc: SLI path split: refactor LS_ACC paths, James Smart
- [PATCH 13/17] lpfc: SLI path split: refactor SCSI paths, James Smart
- [PATCH 11/17] lpfc: SLI path split: refactor misc ELS paths, James Smart
- [PATCH 15/17] lpfc: SLI path split: refactor BSG paths, James Smart
- [PATCH 16/17] lpfc: Update lpfc version to 14.2.0.0, James Smart
- [PATCH 14/17] lpfc: SLI path split: refactor Abort paths, James Smart
- [PATCH 12/17] lpfc: SLI path split: refactor CT paths, James Smart
- [PATCH 17/17] lpfc: Copyright updates for 14.2.0.0 patches, James Smart
- Re: [PATCH 00/17] lpfc: Update lpfc to revision 14.2.0.0, Martin K. Petersen
- Re: [PATCH 00/17] lpfc: Update lpfc to revision 14.2.0.0, Martin K. Petersen
- [PATCH -next v2] scsi: megasas: clean up some inconsistent indenting,
Yang Li
- [PATCH] scsi: ufs: move shutting_down back to ufshcd_shutdown,
Jaegeuk Kim
- [PATCH v2 0/5] Fix mpt3sas driver sparse warnings,
Damien Le Moal
- [PATCH v5 0/3] Update VMware maintainer entries,
Srivatsa S. Bhat
- Re: mmotm 2022-02-23-21-20 uploaded [drivers/scsi/hisi_sas/hisi_sas_main.ko],
Randy Dunlap
- remove struct scsi_request v2,
Christoph Hellwig
- [PATCH 1/8] target/pscsi: remove struct pscsi_plugin_task, Christoph Hellwig
- [PATCH 4/8] scsi: remove the sense and sense_len fields from struct scsi_request, Christoph Hellwig
- [PATCH 2/8] scsi: don't memset the entire scsi_cmnd in scsi_init_command, Christoph Hellwig
- [PATCH 5/8] scsi: move the resid_len field from struct scsi_request to struct scsi_cmnd, Christoph Hellwig
- [PATCH 7/8] scsi: remove struct scsi_request, Christoph Hellwig
- [PATCH 6/8] scsi: move the result field from struct scsi_request to struct scsi_cmnd, Christoph Hellwig
- [PATCH 8/8] scsi: remove <scsi/scsi_request.h>, Christoph Hellwig
- [PATCH 3/8] scsi: remove the cmd field from struct scsi_request, Christoph Hellwig
- Re: remove struct scsi_request v2, Martin K. Petersen
- Re: remove struct scsi_request v2, Martin K. Petersen
- [REMINDER] LSF/MM/BPF: 2022: Call for Proposals,
Josef Bacik
- [PATCH 0/6] hisi_sas: Some misc updates,
John Garry
- [PATCH 0/2] scsi: libsas: Some minor improvements,
John Garry
- [PATCH 0/5] Fix mpt3sas driver sparse warnings,
Damien Le Moal
- [PATCH] scsi: qla4xxx: Remove unneeded variable,
cgel . zte
- [PATCH -next] scsi: megasas: clean up some inconsistent indenting,
Yang Li
- [PATCH] scsi: aha152x: fix aha152x_setup() __setup handler return value,
Randy Dunlap
- [PATCH] scsi: mpt3sas: decrease potential frequency of scsi_dma_map errors,
John Pittman
[PATCH v2 00/15] dt-bindings: ufs: add common platform bindings + fixes,
Krzysztof Kozlowski
- [PATCH v2 03/15] dt-bindings: ufs: cdns,ufshc: convert to dtschema, Krzysztof Kozlowski
- [PATCH v2 04/15] dt-bindings: ufs: drop unused/old ufs-qcom PHY bindings, Krzysztof Kozlowski
- [PATCH v2 02/15] dt-bindings: ufs: samsung,exynos-ufs: use common bindings, Krzysztof Kozlowski
- [PATCH v2 01/15] dt-bindings: ufs: add common platform bindings, Krzysztof Kozlowski
- [PATCH v2 07/15] dt-bindings: ufs: mediatek,ufs: convert to dtschema, Krzysztof Kozlowski
- [PATCH v2 11/15] arm64: dts: ti: use 'freq-table' in UFS node, Krzysztof Kozlowski
- [PATCH v2 08/15] dt-bindings: ufs: snps,tc-dwc-g210: convert to dtschema, Krzysztof Kozlowski
- [PATCH v2 09/15] scsi: ufs: deprecate 'freq-table-hz' property, Krzysztof Kozlowski
- [PATCH v2 12/15] arm64: dts: qcom: use 'freq-table' in UFS node, Krzysztof Kozlowski
- [PATCH v2 10/15] arm64: dts: hi3670: use 'freq-table' in UFS node, Krzysztof Kozlowski
- [PATCH v2 15/15] arm64: dts: qcom: sm8350: drop duplicated ref_clk in UFS, Krzysztof Kozlowski
- [PATCH v2 06/15] dt-bindings: ufs: hisilicon,ufs: convert to dtschema, Krzysztof Kozlowski
- [PATCH v2 13/15] arm64: dts: qcom: msm8996: drop unsupported UFS vddp-ref-clk-max-microamp, Krzysztof Kozlowski
- [PATCH v2 05/15] dt-bindings: ufs: qcom,ufs: convert to dtschema, Krzysztof Kozlowski
- [PATCH v2 14/15] arm64: dts: qcom: msm8996: correct UFS compatible, Krzysztof Kozlowski
move more work to disk_release,
Christoph Hellwig
- [PATCH 01/12] blk-mq: do not include passthrough requests in I/O accounting, Christoph Hellwig
- [PATCH 02/12] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs, Christoph Hellwig
- [PATCH 03/12] scsi: don't use disk->private_data to find the scsi_driver, Christoph Hellwig
- [PATCH 04/12] sd: make use of ->free_disk to simplify refcounting, Christoph Hellwig
- [PATCH 05/12] sd: remove the extra sdev_gendev reference, Christoph Hellwig
- [PATCH 06/12] sr: implement ->free_disk, Christoph Hellwig
- [PATCH 07/12] block: move blkcg initialization/destroy into disk allocation/release handler, Christoph Hellwig
- [PATCH 08/12] block: don't remove hctx debugfs dir from blk_mq_exit_queue, Christoph Hellwig
- [PATCH 10/12] block: move blk_exit_queue into disk_release, Christoph Hellwig
- [PATCH 09/12] block: move q_usage_counter release into blk_queue_release, Christoph Hellwig
- [PATCH 11/12] block: do more work in elevator_exit, Christoph Hellwig
- [PATCH 12/12] block: move rq_qos_exit() into disk_release(), Christoph Hellwig
- Re: move more work to disk_release, Bart Van Assche
remove struct scsi_request,
Christoph Hellwig
[PATCH v3 00/18] scsi: libsas and users: Factor out LLDD TMF code,
John Garry
- [PATCH v3 01/18] scsi: libsas: Handle non-TMF codes in sas_scsi_find_task(), John Garry
- [PATCH v3 02/18] scsi: libsas: Use enum for response frame DATAPRES field, John Garry
- [PATCH v3 03/18] scsi: libsas: Delete lldd_clear_aca callback, John Garry
- [PATCH v3 04/18] scsi: libsas: Delete SAS_SG_ERR, John Garry
- [PATCH v3 06/18] scsi: libsas: Move SMP task handlers to core, John Garry
- [PATCH v3 09/18] scsi: libsas: Add sas_execute_tmf(), John Garry
- [PATCH v3 08/18] scsi: libsas: Add sas_task.tmf, John Garry
- [PATCH v3 11/18] scsi: libsas: Add TMF handler exec complete callback, John Garry
- [PATCH v3 05/18] scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT, John Garry
- [PATCH v3 14/18] scsi: libsas: Add sas_clear_task_set(), John Garry
- [PATCH v3 15/18] scsi: libsas: Add sas_lu_reset(), John Garry
- [PATCH v3 07/18] scsi: libsas: Add struct sas_tmf_task, John Garry
- [PATCH v3 16/18] scsi: libsas: Add sas_query_task(), John Garry
- [PATCH v3 17/18] scsi: libsas: Add sas_abort_task(), John Garry
- [PATCH v3 18/18] scsi: libsas: Add sas_execute_ata_cmd(), John Garry
- [PATCH v3 13/18] scsi: libsas: Add sas_abort_task_set(), John Garry
- [PATCH v3 10/18] scsi: libsas: Add sas_execute_ssp_tmf(), John Garry
- [PATCH v3 12/18] scsi: libsas: Add TMF handler aborted callback, John Garry
- Re: [PATCH v3 00/18] scsi: libsas and users: Factor out LLDD TMF code, Martin K. Petersen
- Re: [PATCH v3 00/18] scsi: libsas and users: Factor out LLDD TMF code, Martin K. Petersen
[PATCH] target/iscsi: Fix detection of excess number of login exchanges,
Petr Pavlu
[PATCH v2] scsi: pm80xx: handle non-fatal errors,
Ajish Koshy
block: restore the write_same_max sysfs attribute, Christoph Hellwig
[PATCH 0/8] scsi: aacraid: Replace one-element arrays with flexible-array members,
Gustavo A. R. Silva
[PATCH] aha152x: Clean up struct scsi_pointer usage,
Finn Thain
[PATCH] mac53c94: Stop using struct scsi_pointer,
Finn Thain
[PATCH] mesh: Stop using struct scsi_pointer,
Finn Thain
Re: blkdiscard BLKDISCARD ioctl failed: Remote I/O error,
Ming Lei
[PATCH] scsi: aacraid: add missing manage_lock on management_fib_count, Niels Dossche
[PATCH v6 00/31] libsas and pm8001 fixes,
Damien Le Moal
- [PATCH v6 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands, Damien Le Moal
- [PATCH v6 05/31] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface, Damien Le Moal
- [PATCH v6 02/31] scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control(), Damien Le Moal
- [PATCH v6 03/31] scsi: pm8001: Fix pm8001_update_flash() local variable type, Damien Le Moal
- [PATCH v6 04/31] scsi: pm8001: Fix command initialization in pm80XX_send_read_log(), Damien Le Moal
- [PATCH v6 06/31] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req(), Damien Le Moal
- [PATCH v6 09/31] scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update(), Damien Le Moal
- [PATCH v6 07/31] scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config(), Damien Le Moal
- [PATCH v6 08/31] scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config(), Damien Le Moal
- [PATCH v6 10/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req(), Damien Le Moal
- [PATCH v6 15/31] scsi: pm8001: Fix NCQ NON DATA command completion handling, Damien Le Moal
- [PATCH v6 11/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req(), Damien Le Moal
- [PATCH v6 16/31] scsi: pm8001: Fix abort all task initialization, Damien Le Moal
- [PATCH v6 13/31] scsi: pm8001: Remove local variable in pm8001_pci_resume(), Damien Le Moal
- [PATCH v6 12/31] scsi: pm8001: Fix use of struct set_phy_profile_req fields, Damien Le Moal
- [PATCH v6 14/31] scsi: pm8001: Fix NCQ NON DATA command task initialization, Damien Le Moal
- [PATCH v6 17/31] scsi: pm8001: Fix pm8001_tag_alloc() failures handling, Damien Le Moal
- [PATCH v6 18/31] scsi: pm8001: Fix pm8001_mpi_task_abort_resp(), Damien Le Moal
- [PATCH v6 19/31] scsi: pm8001: Fix tag values handling, Damien Le Moal
- [PATCH v6 20/31] scsi: pm8001: Fix task leak in pm8001_send_abort_all(), Damien Le Moal
- [PATCH v6 21/31] scsi: pm8001: Fix tag leaks on error, Damien Le Moal
- [PATCH v6 24/31] scsi: pm8001: Cleanup pm8001_exec_internal_task_abort(), Damien Le Moal
- [PATCH v6 27/31] scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface, Damien Le Moal
- [PATCH v6 25/31] scsi: pm8001: Simplify pm8001_get_ncq_tag(), Damien Le Moal
- [PATCH v6 30/31] scsi: pm8001: improve pm80XX_send_abort_all(), Damien Le Moal
- [PATCH v6 26/31] scsi: pm8001: Introduce ccb alloc/free helpers, Damien Le Moal
- [PATCH v6 31/31] scsi: pm8001: Fix pm8001_info() message format, Damien Le Moal
- [PATCH v6 23/31] scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commands, Damien Le Moal
- [PATCH v6 29/31] scsi: pm8001: Simplify pm8001_ccb_task_free(), Damien Le Moal
- [PATCH v6 22/31] scsi: pm8001: fix memory leak in pm8001_chip_fw_flash_update_req(), Damien Le Moal
- [PATCH v6 28/31] scsi: pm8001: Simplify pm8001_task_exec(), Damien Le Moal
- Re: [PATCH v6 00/31] libsas and pm8001 fixes, Martin K. Petersen
- Re: [PATCH v6 00/31] libsas and pm8001 fixes, Martin K. Petersen
[GIT PULL] SCSI fixes for 5.17-rc4,
James Bottomley
[RFC PATCH 0/8] dt-bindings: ufs: add common platform bindings + fixes,
Krzysztof Kozlowski
- [RFC PATCH 1/8] dt-bindings: ufs: add common platform bindings, Krzysztof Kozlowski
- [RFC PATCH 3/8] dt-bindings: ufs: cdns,ufshc: convert to dtschema, Krzysztof Kozlowski
- [RFC PATCH 6/8] arm64: dts: exynos: use 'freq-table' in UFS node, Krzysztof Kozlowski
- [RFC PATCH 5/8] arm64: dts: hi3670: use 'freq-table' in UFS node, Krzysztof Kozlowski
- [RFC PATCH 4/8] scsi: ufs: deprecate 'freq-table-hz' property, Krzysztof Kozlowski
- [RFC PATCH 2/8] dt-bindings: ufs: samsung,exynos-ufs: use common bindings, Krzysztof Kozlowski
- [RFC PATCH 7/8] arm64: dts: qcom: use 'freq-table' in UFS node, Krzysztof Kozlowski
- [RFC PATCH 8/8] arm64: dts: ti: use 'freq-table' in UFS node, Krzysztof Kozlowski
[PATCH v2] scsi: docs: update notes about scsi_times_out,
Khazhismel Kumykov
[PATCH v5 00/49] Remove the SCSI pointer from struct scsi_cmnd,
Bart Van Assche
- [PATCH v5 01/49] scsi: ips: Remove an unreachable statement, Bart Van Assche
- [PATCH v5 02/49] scsi: ips: Change the return type of ips_release() into 'void', Bart Van Assche
- [PATCH v5 03/49] scsi: ips: Use true and false instead of TRUE and FALSE, Bart Van Assche
- [PATCH v5 04/49] scsi: nsp_cs: Change the return type of two functions into 'void', Bart Van Assche
- [PATCH v5 05/49] scsi: nsp_cs: Use true and false instead of TRUE and FALSE, Bart Van Assche
- [PATCH v5 07/49] scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro, Bart Van Assche
- [PATCH v5 08/49] scsi: NCR5380: Add SCp members to struct NCR5380_cmd, Bart Van Assche
- [PATCH v5 06/49] scsi: Remove drivers/scsi/scsi.h, Bart Van Assche
- [PATCH v5 09/49] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h, Bart Van Assche
- [PATCH v5 10/49] scsi: arm: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 11/49] scsi: 53c700: Stop clearing SCSI pointer fields, Bart Van Assche
- [PATCH v5 12/49] scsi: aacraid: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 14/49] scsi: aha1542: Remove a set-but-not-used array, Bart Van Assche
- [PATCH v5 16/49] scsi: bfa: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 17/49] scsi: csio: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 18/49] scsi: dc395x: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 19/49] scsi: esp_scsi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 15/49] scsi: aha152x: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 13/49] scsi: advansys: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 20/49] scsi: fdomain: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 21/49] scsi: fnic: Fix a tracing statement, Bart Van Assche
- [PATCH v5 22/49] scsi: fnic: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 23/49] scsi: hptiop: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 26/49] scsi: initio: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 27/49] scsi: libfc: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 24/49] scsi: imm: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 25/49] scsi: iscsi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 28/49] scsi: bnx2fc: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 29/49] scsi: qedf: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 30/49] scsi: mac53c94: Fix a set-but-not-used compiler warning, Bart Van Assche
- [PATCH v5 31/49] scsi: mac53c94: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 32/49] scsi: megaraid: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 33/49] scsi: megasas: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 34/49] scsi: mesh: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 35/49] scsi: mvsas: Fix a set-but-not-used warning, Bart Van Assche
- [PATCH v5 36/49] scsi: mvumi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 39/49] scsi: sym53c500_cs: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 37/49] scsi: nsp32: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 40/49] scsi: ppa: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 41/49] scsi: qla1280: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 38/49] scsi: nsp_cs: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 42/49] scsi: qla2xxx: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 43/49] scsi: smartpqi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 44/49] scsi: sym53c8xx_2: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 46/49] scsi: wd719x: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 45/49] scsi: usb: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 47/49] scsi: wd33c93: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v5 48/49] scsi: zalon: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v5 49/49] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd, Bart Van Assche
- Re: [PATCH v5 00/49] Remove the SCSI pointer from struct scsi_cmnd, Martin K. Petersen
- Re: [PATCH v5 00/49] Remove the SCSI pointer from struct scsi_cmnd, Martin K. Petersen
[PATCH RFC v1 0/5] Add SCSI per device tagsets,
Melanie Plageman (Microsoft)
[PATCH] mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning,
Sreekanth Reddy
[PATCH] scsi: pm80xx: handle non-fatal errors,
Ajish Koshy
[bug report] scsi: lpfc: vmid: Introduce VMID in I/O path, Dan Carpenter
[PATCH v5 00/31] libsas and pm8001 fixes,
Damien Le Moal
- [PATCH v5 15/31] scsi: pm8001: Fix NCQ NON DATA command completion handling, Damien Le Moal
- [PATCH v5 11/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req(), Damien Le Moal
- [PATCH v5 20/31] scsi: pm8001: Fix task leak in pm8001_send_abort_all(), Damien Le Moal
- [PATCH v5 23/31] scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commands, Damien Le Moal
- [PATCH v5 08/31] scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config(), Damien Le Moal
- [PATCH v5 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands, Damien Le Moal
- [PATCH v5 22/31] scsi: pm8001: fix memory leak in pm8001_chip_fw_flash_update_req(), Damien Le Moal
- [PATCH v5 18/31] scsi: pm8001: Fix pm8001_mpi_task_abort_resp(), Damien Le Moal
- [PATCH v5 06/31] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req(), Damien Le Moal
- [PATCH v5 19/31] scsi: pm8001: Fix tag values handling, Damien Le Moal
- [PATCH v5 07/31] scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config(), Damien Le Moal
- [PATCH v5 31/31] scsi: pm8001: Fix pm8001_info() message format, Damien Le Moal
- [PATCH v5 27/31] scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface, Damien Le Moal
- [PATCH v5 14/31] scsi: pm8001: Fix NCQ NON DATA command task initialization, Damien Le Moal
- [PATCH v5 29/31] scsi: pm8001: Simplify pm8001_ccb_task_free(), Damien Le Moal
- [PATCH v5 21/31] scsi: pm8001: Fix tag leaks on error, Damien Le Moal
- [PATCH v5 13/31] scsi: pm8001: Remove local variable in pm8001_pci_resume(), Damien Le Moal
- [PATCH v5 12/31] scsi: pm8001: Fix use of struct set_phy_profile_req fields, Damien Le Moal
- [PATCH v5 10/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req(), Damien Le Moal
- [PATCH v5 03/31] scsi: pm8001: Fix pm8001_update_flash() local variable type, Damien Le Moal
- [PATCH v5 28/31] scsi: pm8001: Simplify pm8001_task_exec(), Damien Le Moal
- [PATCH v5 04/31] scsi: pm8001: Fix command initialization in pm80XX_send_read_log(), Damien Le Moal
- [PATCH v5 16/31] scsi: pm8001: Fix abort all task initialization, Damien Le Moal
- [PATCH v5 02/31] scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control(), Damien Le Moal
- [PATCH v5 05/31] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface, Damien Le Moal
- [PATCH v5 09/31] scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update(), Damien Le Moal
- [PATCH v5 30/31] scsi: pm8001: improve pm80XX_send_abort_all(), Damien Le Moal
- [PATCH v5 26/31] scsi: pm8001: Introduce ccb alloc/free helpers, Damien Le Moal
- [PATCH v5 17/31] scsi: pm8001: Fix pm8001_tag_alloc() failures handling, Damien Le Moal
- [PATCH v5 25/31] scsi: pm8001: Simplify pm8001_get_ncq_tag(), Damien Le Moal
- [PATCH v5 24/31] scsi: pm8001: Cleanup pm8001_exec_internal_task_abort(), Damien Le Moal
[LSF/MM/BPF Topic][LSF/MM/BPF Attend] iscsi issue of scale with MNoT,
lduncan
[Bug 74341] WARNING: CPU: 4 PID: 3686 at fs/sysfs/group.c:216 sysfs_remove_group,
bugzilla-daemon
[PATCH v2 00/18] scsi: libsas and users: Factor out LLDD TMF code,
John Garry
- [PATCH v2 04/18] scsi: libsas: Delete SAS_SG_ERR, John Garry
- [PATCH v2 02/18] scsi: libsas: Use enum for response frame DATAPRES field, John Garry
- [PATCH v2 03/18] scsi: libsas: Delete lldd_clear_aca callback, John Garry
- [PATCH v2 01/18] scsi: libsas: Handle non-TMF codes in sas_scsi_find_task(), John Garry
- [PATCH v2 08/18] scsi: libsas: Add sas_task.tmf, John Garry
- [PATCH v2 05/18] scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT, John Garry
- [PATCH v2 10/18] scsi: libsas: Add sas_execute_ssp_tmf(), John Garry
- [PATCH v2 06/18] scsi: libsas: Move SMP task handlers to core, John Garry
- [PATCH v2 09/18] scsi: libsas: Add sas_execute_tmf(), John Garry
- [PATCH v2 07/18] scsi: libsas: Add struct sas_tmf_task, John Garry
- [PATCH v2 12/18] scsi: libsas: Add TMF handler aborted callback, John Garry
- [PATCH v2 13/18] scsi: libsas: Add sas_abort_task_set(), John Garry
- [PATCH v2 11/18] scsi: libsas: Add TMF handler exec complete callback, John Garry
- [PATCH v2 14/18] scsi: libsas: Add sas_clear_task_set(), John Garry
- [PATCH v2 18/18] scsi: libsas: Add sas_execute_ata_cmd(), John Garry
- [PATCH v2 17/18] scsi: libsas: Add sas_abort_task(), John Garry
- [PATCH v2 16/18] scsi: libsas: Add sas_query_task(), John Garry
- [PATCH v2 15/18] scsi: libsas: Add sas_lu_reset(), John Garry
- Re: [PATCH v2 00/18] scsi: libsas and users: Factor out LLDD TMF code, Damien Le Moal
- Re: [PATCH v2 00/18] scsi: libsas and users: Factor out LLDD TMF code, Martin K. Petersen
[aacraid] 60s timeout at boot time, GIRAUDEAU-BOCQUET, LIONEL
[PATCH v4 00/31] libsas and pm8001 fixes,
Damien Le Moal
- [PATCH v4 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands, Damien Le Moal
- [PATCH v4 02/31] scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control(), Damien Le Moal
- [PATCH v4 05/31] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface, Damien Le Moal
- [PATCH v4 03/31] scsi: pm8001: Fix pm8001_update_flash() local variable type, Damien Le Moal
- [PATCH v4 04/31] scsi: pm8001: Fix command initialization in pm80XX_send_read_log(), Damien Le Moal
- [PATCH v4 06/31] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req(), Damien Le Moal
- [PATCH v4 07/31] scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config(), Damien Le Moal
- [PATCH v4 08/31] scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config(), Damien Le Moal
- [PATCH v4 09/31] scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update(), Damien Le Moal
- [PATCH v4 20/31] scsi: pm8001: Fix tag values handling, Damien Le Moal
- [PATCH v4 18/31] scsi: pm8001: Fix pm80xx_chip_phy_ctl_req(), Damien Le Moal
- [PATCH v4 11/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req(), Damien Le Moal
- [PATCH v4 21/31] scsi: pm8001: Fix task leak in pm8001_send_abort_all(), Damien Le Moal
- [PATCH v4 10/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req(), Damien Le Moal
- [PATCH v4 19/31] scsi: pm8001: Fix pm8001_mpi_task_abort_resp(), Damien Le Moal
- [PATCH v4 12/31] scsi: pm8001: Fix use of struct set_phy_profile_req fields, Damien Le Moal
- [PATCH v4 24/31] scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commands, Damien Le Moal
- [PATCH v4 16/31] scsi: pm8001: Fix abort all task initialization, Damien Le Moal
- [PATCH v4 23/31] scsi: pm8001: fix memory leak in pm8001_chip_fw_flash_update_req(), Damien Le Moal
- [PATCH v4 26/31] scsi: pm8001: Introduce ccb alloc/free helpers, Damien Le Moal
- [PATCH v4 28/31] scsi: pm8001: Simplify pm8001_task_exec(), Damien Le Moal
- [PATCH v4 30/31] scsi: pm8001: improve pm80XX_send_abort_all(), Damien Le Moal
- [PATCH v4 27/31] scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface, Damien Le Moal
- [PATCH v4 22/31] scsi: pm8001: Fix tag leaks on error, Damien Le Moal
- [PATCH v4 17/31] scsi: pm8001: Fix pm8001_tag_alloc() failures handling, Damien Le Moal
- [PATCH v4 29/31] scsi: pm8001: Simplify pm8001_ccb_task_free(), Damien Le Moal
- [PATCH v4 25/31] scsi: pm8001: Simplify pm8001_get_ncq_tag(), Damien Le Moal
- [PATCH v4 14/31] scsi: pm8001: Fix NCQ NON DATA command task initialization, Damien Le Moal
- [PATCH v4 13/31] scsi: pm8001: Remove local variable in pm8001_pci_resume(), Damien Le Moal
- [PATCH v4 31/31] scsi: pm8001: Fix pm8001_info() message format, Damien Le Moal
- [PATCH v4 15/31] scsi: pm8001: Fix NCQ NON DATA command completion handling, Damien Le Moal
[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000078 on kernel 5.17.0-rc4, Changhui Zhong
[PATCH 1/2] uio: add ioctl to uio,
Guixin Liu
Re: [PATCH 1/2] uio: add ioctl to uio, kernel test robot
[PATCH v4 00/50] Remove the SCSI pointer from struct scsi_cmnd,
Bart Van Assche
- [PATCH v4 01/50] scsi: ips: Remove an unreachable statement, Bart Van Assche
- [PATCH v4 02/50] scsi: ips: Change the return type of ips_release() into 'void', Bart Van Assche
- [PATCH v4 03/50] scsi: ips: Use true and false instead of TRUE and FALSE, Bart Van Assche
- [PATCH v4 04/50] scsi: nsp_cs: Change the return type of two functions into 'void', Bart Van Assche
- [PATCH v4 05/50] scsi: nsp_cs: Use true and false instead of TRUE and FALSE, Bart Van Assche
- [PATCH v4 06/50] scsi: Remove drivers/scsi/scsi.h, Bart Van Assche
- [PATCH v4 07/50] scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro, Bart Van Assche
- [PATCH v4 08/50] scsi: NCR5380: Introduce the NCR5380_cmd_priv() function, Bart Van Assche
- [PATCH v4 10/50] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h, Bart Van Assche
- [PATCH v4 09/50] scsi: NCR5380: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 11/50] scsi: arm: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 12/50] scsi: 53c700: Stop clearing SCSI pointer fields, Bart Van Assche
- [PATCH v4 13/50] scsi: aacraid: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 14/50] scsi: advansys: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 15/50] scsi: aha1542: Remove a set-but-not-used array, Bart Van Assche
- [PATCH v4 19/50] scsi: dc395x: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 16/50] scsi: aha152x: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 18/50] scsi: csio: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 17/50] scsi: bfa: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 21/50] scsi: fdomain: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 20/50] scsi: esp_scsi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 22/50] scsi: fnic: Fix a tracing statement, Bart Van Assche
- [PATCH v4 23/50] scsi: fnic: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 27/50] scsi: initio: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 25/50] scsi: imm: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 24/50] scsi: hptiop: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 30/50] scsi: qedf: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 29/50] scsi: bnx2fc: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 28/50] scsi: libfc: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 34/50] scsi: megasas: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 32/50] scsi: mac53c94: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 33/50] scsi: megaraid: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 38/50] scsi: nsp32: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 31/50] scsi: mac53c94: Fix a set-but-not-used compiler warning, Bart Van Assche
- [PATCH v4 26/50] scsi: iscsi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 39/50] scsi: nsp_cs: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 37/50] scsi: mvumi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 44/50] scsi: smartpqi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 47/50] scsi: wd719x: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 48/50] scsi: wd33c93: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 46/50] scsi: usb: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 50/50] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd, Bart Van Assche
- [PATCH v4 49/50] scsi: zalon: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 45/50] scsi: sym53c8xx_2: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 43/50] scsi: qla2xxx: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v4 42/50] scsi: qla1280: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 40/50] scsi: sym53c500_cs: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 41/50] scsi: ppa: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v4 36/50] scsi: mvsas: Fix a set-but-not-used warning, Bart Van Assche
- [PATCH v4 35/50] scsi: mesh: Move the SCSI pointer to private command data, Bart Van Assche
- Re: [PATCH v4 00/50] Remove the SCSI pointer from struct scsi_cmnd, Finn Thain
[PATCH] scsi: add __GFP_ZERO flag for blk_rq_map_kern in function sg_scsi_ioctl,
Haimin Zhang
sd: Unaligned partial completion,
Douglas Gilbert
[PATCH V3] scsi: ufs: Fix runtime PM messages never-ending cycle,
Adrian Hunter
[PATCH] message/fusion: use struct_size over open coded arithmetic, cgel . zte
[PATCH V4] scsi: target: tcmu: Make cmd_ring_size changeable via configfs,
Guixin Liu
[PATCH][next] treewide: Replace zero-length arrays with flexible-array members,
Gustavo A. R. Silva
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]