Linux SCSI Development
[Prev Page][Next Page]
- [PATCH v3 05/18] scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT, (continued)
- [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
[PATCH 2/2] qla2xxx: Use named initializers for q_dev_state,
Chesnokov Gleb
[PATCH 1/2] qla2xxx: Use named initializers for port_[d]state_str,
Chesnokov Gleb
Question about iscsi session block,
Zhengyuan Liu
[PATCH AUTOSEL 5.15 20/33] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled, Sasha Levin
[PATCH AUTOSEL 5.4 10/17] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled, Sasha Levin
[PATCH AUTOSEL 5.15 21/33] scsi: lpfc: Reduce log messages seen after firmware download, Sasha Levin
[PATCH AUTOSEL 5.10 14/23] scsi: lpfc: Reduce log messages seen after firmware download, Sasha Levin
[PATCH AUTOSEL 5.10 13/23] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled, Sasha Levin
[PATCH AUTOSEL 5.16 21/34] scsi: lpfc: Reduce log messages seen after firmware download, Sasha Levin
[PATCH AUTOSEL 5.16 20/34] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled, Sasha Levin
[PATCH] scsi: ufs: Remove wlun_dev_to_hba(),
Keoseong Park
[PATCH V3] scsi: target: tcmu: Make cmd_ring_size changeable via configfs.,
Guixin Liu
[PATCH] scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic context,
Christophe JAILLET
[PATCH -next] scsi: hisi_sas: Remove unnecessary print function dev_err(),
Yang Li
[PATCH v2][next] scsi: fc: Replace one-element arrays with flexible-array members,
Gustavo A. R. Silva
[PATCH] scsi: ufs: Fix divide zero case in ufshcd_map_queues(),
Jinyoung CHOI
Re: [PATCH] scsi: ufs: Fix divide zero case in ufshcd_map_queues(), Martin K. Petersen
[PATCH V2] scsi: ufs: Fix runtime PM messages never-ending cycle,
Adrian Hunter
[PATCH v3 00/10] Add Copy offload support,
Nitesh Shetty
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH v3 00/10] Add Copy offload support, Dave Chinner
[PATCH V2] scsi: target: tcmu: Make cmd_ring_size changeable via configfs.,
Guixin Liu
[PATCH v3 00/31] libsas and pm8001 fixes,
Damien Le Moal
- [PATCH v3 20/31] scsi: pm8001: Fix tag values handling, Damien Le Moal
- [PATCH v3 02/31] scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control(), Damien Le Moal
- [PATCH v3 03/31] scsi: pm8001: Fix pm8001_update_flash() local variable type, Damien Le Moal
- [PATCH v3 12/31] scsi: pm8001: Fix use of struct set_phy_profile_req fields, Damien Le Moal
- [PATCH v3 04/31] scsi: pm8001: Fix command initialization in pm80XX_send_read_log(), Damien Le Moal
- [PATCH v3 31/31] scsi: pm8001: Simplify pm8001_ccb_task_free(), Damien Le Moal
- [PATCH v3 10/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req(), Damien Le Moal
- [PATCH v3 05/31] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface, Damien Le Moal
- [PATCH v3 17/31] scsi: pm8001: Fix pm8001_tag_alloc() failures handling, Damien Le Moal
- [PATCH v3 11/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req(), Damien Le Moal
- Re: [PATCH v3 00/31] libsas and pm8001 fixes, Damien Le Moal
- [PATCH v3 13/31] scsi: pm8001: Remove local variable in pm8001_pci_resume(), Damien Le Moal
- [PATCH v3 26/31] scsi: pm8001: Simplify pm8001_get_ncq_tag(), Damien Le Moal
- [PATCH v3 09/31] scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update(), Damien Le Moal
- [PATCH v3 06/31] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req(), Damien Le Moal
- [PATCH v3 21/31] scsi: pm8001: Fix task leak in pm8001_send_abort_all(), Damien Le Moal
- [PATCH v3 23/31] scsi: pm8001: fix memory leak in pm8001_chip_fw_flash_update_req(), Damien Le Moal
- [PATCH v3 07/31] scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config(), Damien Le Moal
- [PATCH v3 24/31] scsi: pm8001: Fix process_one_iomb() kdoc comment, Damien Le Moal
- [PATCH v3 16/31] scsi: pm8001: Fix abort all task initialization, Damien Le Moal
- [PATCH v3 19/31] scsi: pm8001: Fix pm8001_mpi_task_abort_resp(), Damien Le Moal
- [PATCH v3 14/31] scsi: pm8001: Fix NCQ NON DATA command task initialization, Damien Le Moal
- [PATCH v3 29/31] scsi: pm8001: Simplify pm8001_mpi_build_cmd() interface, Damien Le Moal
- [PATCH v3 15/31] scsi: pm8001: Fix NCQ NON DATA command completion handling, Damien Le Moal
- [PATCH v3 22/31] scsi: pm8001: Fix tag leaks on error, Damien Le Moal
- [PATCH v3 27/31] scsi: pm8001: Cleanup pm8001_queue_command(), Damien Le Moal
- [PATCH v3 08/31] scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config(), Damien Le Moal
- [PATCH v3 18/31] scsi: pm8001: Fix pm80xx_chip_phy_ctl_req(), Damien Le Moal
- [PATCH v3 30/31] scsi: pm8001: Simplify pm8001_task_exec(), Damien Le Moal
- [PATCH v3 25/31] scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commands, Damien Le Moal
- [PATCH v3 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands, Damien Le Moal
- [PATCH v3 28/31] scsi: pm8001: Introduce ccb alloc/free helpers, Damien Le Moal
- Re: [PATCH v3 00/31] libsas and pm8001 fixes, John Garry
[PATCH] [hpsa] Fix the wrong chars in comment section,
James Wang
[GIT PULL] SCSI fixes for 5.17-rc3,
James Bottomley
[PATCH] lpfc: fix pt2pt nvme PRLI reject LOGO loop,
James Smart
[PATCH v3 00/48] Remove the SCSI pointer from struct scsi_cmnd,
Bart Van Assche
- [PATCH v3 03/48] scsi: ips: Use true and false instead of TRUE and FALSE, Bart Van Assche
- [PATCH v3 22/48] scsi: fnic: Fix a tracing statement, Bart Van Assche
- [PATCH v3 18/48] scsi: csio: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 01/48] scsi: ips: Remove an unreachable statement, Bart Van Assche
- [PATCH v3 25/48] scsi: imm: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 17/48] scsi: bfa: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 27/48] scsi: initio: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 14/48] scsi: advansys: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 26/48] scsi: iscsi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 28/48] scsi: libfc: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 07/48] scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro, Bart Van Assche
- [PATCH v3 04/48] scsi: nsp_cs: Change the return type of two functions into 'void', Bart Van Assche
- [PATCH v3 20/48] scsi: esp_scsi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 16/48] scsi: aha152x: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 10/48] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h, Bart Van Assche
- [PATCH v3 08/48] scsi: NCR5380: Introduce the NCR5380_cmd_priv() function, Bart Van Assche
- [PATCH v3 05/48] scsi: nsp_cs: Use true and false instead of TRUE and FALSE, Bart Van Assche
- [PATCH v3 13/48] scsi: aacraid: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 11/48] scsi: arm: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 15/48] scsi: aha1542: Remove a set-but-not-used array, Bart Van Assche
- [PATCH v3 23/48] scsi: fnic: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 19/48] scsi: dc395x: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 06/48] scsi: Remove drivers/scsi/scsi.h, Bart Van Assche
- [PATCH v3 09/48] scsi: NCR5380: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 21/48] scsi: fdomain: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 12/48] scsi: 53c700: Stop clearing SCSI pointer fields, Bart Van Assche
- [PATCH v3 24/48] scsi: hptiop: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 30/48] scsi: mac53c94: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 02/48] scsi: ips: Change the return type of ips_release() into 'void', Bart Van Assche
- [PATCH v3 29/48] scsi: mac53c94: Fix a set-but-not-used compiler warning, Bart Van Assche
- [PATCH v3 31/48] scsi: megaraid: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 32/48] scsi: megasas: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 33/48] scsi: mesh: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 34/48] scsi: mvsas: Fix a set-but-not-used warning, Bart Van Assche
- [PATCH v3 43/48] scsi: sym53c8xx_2: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 38/48] scsi: sym53c500_cs: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 40/48] scsi: qla1280: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 42/48] scsi: smartpqi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 37/48] scsi: nsp_cs: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 47/48] scsi: zalon: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 45/48] scsi: wd719x: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 35/48] scsi: mvumi: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 44/48] scsi: usb: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 39/48] scsi: ppa: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 41/48] scsi: qla2xxx: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 46/48] scsi: wd33c93: Move the SCSI pointer to private command data, Bart Van Assche
- [PATCH v3 36/48] scsi: nsp32: Stop using the SCSI pointer, Bart Van Assche
- [PATCH v3 48/48] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd, Bart Van Assche
[PATCH] scsi: ufs: Fix runtime PM messages never-ending cycle,
Adrian Hunter
[PATCH v1] scsi: ufs: exclude UECxx from SFR dump list, Kiwoong Kim
[PATCH v2 00/24] libsas and pm8001 fixes,
Damien Le Moal
- [PATCH v2 02/24] scsi: libsas: simplify sas_ata_qc_issue() detection of NCQ commands, Damien Le Moal
- [PATCH v2 01/24] scsi: libsas: fix sas_ata_qc_issue() handling of NCQ NON DATA commands, Damien Le Moal
- [PATCH v2 05/24] scsi: pm8001: Remove local variable in pm8001_pci_resume(), Damien Le Moal
- [PATCH v2 08/24] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface, Damien Le Moal
- [PATCH v2 03/24] scsi: libsas: Remove unnecessary initialization in sas_ata_qc_issue(), Damien Le Moal
- [PATCH v2 11/24] scsi: pm8001: fix le32 values handling in pm80xx_set_sas_protocol_timer_config(), Damien Le Moal
- [PATCH v2 10/24] scsi: pm8001: fix payload initialization in pm80xx_set_thermal_config(), Damien Le Moal
- [PATCH v2 07/24] scsi: pm8001: Fix command initialization in pm80XX_send_read_log(), Damien Le Moal
- [PATCH v2 12/24] scsi: pm8001: fix payload initialization in pm80xx_encrypt_update(), Damien Le Moal
- [PATCH v2 09/24] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req(), Damien Le Moal
- [PATCH v2 06/24] scsi: pm8001: Fix pm8001_update_flash() local variable type, Damien Le Moal
- [PATCH v2 04/24] scsi: pm8001: fix __iomem pointer use in pm8001_phy_control(), Damien Le Moal
- [PATCH v2 16/24] scsi: pm8001: simplify pm8001_get_ncq_tag(), Damien Le Moal
- [PATCH v2 13/24] scsi: pm8001: fix le32 values handling in pm80xx_chip_ssp_io_req(), Damien Le Moal
- [PATCH v2 17/24] scsi: pm8001: fix NCQ NON DATA command task initialization, Damien Le Moal
- [PATCH v2 15/24] scsi: pm8001: fix use of struct set_phy_profile_req fields, Damien Le Moal
- [PATCH v2 18/24] scsi: pm8001: fix NCQ NON DATA command completion handling, Damien Le Moal
- [PATCH v2 20/24] scsi: pm8001: fix abort all task initialization, Damien Le Moal
- [PATCH v2 14/24] scsi: pm8001: fix le32 values handling in pm80xx_chip_sata_req(), Damien Le Moal
- [PATCH v2 21/24] scsi: pm8001: Fix pm8001_task_exec(), Damien Le Moal
- [PATCH v2 23/24] scsi: pm8001: Introduce ccb alloc/free helpers, Damien Le Moal
- [PATCH v2 22/24] scsi: pm8001: Fix pm8001_tag_alloc() failures handling, Damien Le Moal
- [PATCH v2 24/24] scsi: pm8001: simplify pm8001_mpi_build_cmd() interface, Damien Le Moal
- [PATCH v2 19/24] scsi: pm8001: cleanup pm8001_queue_command(), Damien Le Moal
[PATCH 0/4] Some small cleanups for scsi/libsas,
chenxiang
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]