public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-09 18:00:32 to 2022-02-11 22:33:37 UTC [more...]

[PATCH v3 00/48] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-11 22:32 UTC  (14+ messages)
` [PATCH v3 01/48] scsi: ips: Remove an unreachable statement
` [PATCH v3 02/48] scsi: ips: Change the return type of ips_release() into 'void'
` [PATCH v3 03/48] scsi: ips: Use true and false instead of TRUE and FALSE
` [PATCH v3 04/48] scsi: nsp_cs: Change the return type of two functions into 'void'
` [PATCH v3 05/48] scsi: nsp_cs: Use true and false instead of TRUE and FALSE
` [PATCH v3 06/48] scsi: Remove drivers/scsi/scsi.h
` [PATCH v3 07/48] scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
` [PATCH v3 08/48] scsi: NCR5380: Introduce the NCR5380_cmd_priv() function
` [PATCH v3 09/48] scsi: NCR5380: Move the SCSI pointer to private command data
` [PATCH v3 10/48] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h
` [PATCH v3 11/48] scsi: arm: Move the SCSI pointer to private command data
` [PATCH v3 12/48] scsi: 53c700: Stop clearing SCSI pointer fields
` [PATCH v3 13/48] scsi: aacraid: Move the SCSI pointer to private command data

[PATCH 0/4] Some small cleanups for scsi/libsas
 2022-02-11 22:14 UTC  (7+ messages)
` [PATCH 1/4] scsi: libsas: Use void for sas_discover_event() return code
` [PATCH 2/4] scsi: libsas: Remove duplicated setting for task->task_state_flags
` [PATCH 3/4] scsi: libsas: Remove unused parameter for function sas_ata_eh()
` [PATCH 4/4] scsi: Remove unused member cmd_pool for structure scsi_host_template

[PATCH 0/9] use GFP_KERNEL
 2022-02-11 22:10 UTC  (3+ messages)
` [PATCH 8/9] [SCSI] mptfusion: "

[PATCH] smartpqi: fix unused variable pqi_pm_ops for clang
 2022-02-11 22:07 UTC  (2+ messages)

[PATCH 0/2] scsi: libsas: Drop SAS_TASK_AT_INITIATOR
 2022-02-11 21:57 UTC  (5+ messages)
` [PATCH 1/2] scsi: isci: Drop SAS_TASK_AT_INITIATOR check in isci_task_abort_task()
` [PATCH 2/2] scsi: libsas: Drop SAS_TASK_AT_INITIATOR

[PATCH 1/1] qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_t
 2022-02-11 21:51 UTC  (2+ messages)

[PATCH 1/2] scsi: add scsi_done_direct() helper
 2022-02-11 21:49 UTC  (2+ messages)

[PATCH -next v3] scsi: pm8001: clean up some inconsistent indentin
 2022-02-11 21:45 UTC  (2+ messages)

[PATCH] scsi: ibmvscsis: Silence -Warray-bounds warning
 2022-02-11 21:42 UTC  (3+ messages)

[PATCH] qla2xxx: Add qla2x00_async_done routine for async routines
 2022-02-11 21:37 UTC  (4+ messages)

[PATCH REPOST] irq_poll: Add local_bh_disable() in cpu_dead notifier
 2022-02-11 15:09 UTC  (5+ messages)

[PATCH 00/20] libsas and pm8001 fixes
 2022-02-11 13:54 UTC  (42+ messages)
` [PATCH 01/20] scsi: libsas: fix sas_ata_qc_issue() handling of NCQ NON DATA commands
` [PATCH 02/20] scsi: libsas: simplify sas_ata_qc_issue() detection of NCQ commands
` [PATCH 03/20] scsi: libsas: Remove unnecessary initialization in sas_ata_qc_issue()
` [PATCH 04/20] scsi: pm8001: fix __iomem pointer use in pm8001_phy_control()
` [PATCH 05/20] scsi: pm8001: Remove local variable in pm8001_pci_resume()
` [PATCH 06/20] scsi: pm8001: Fix pm8001_update_flash() local variable type
` [PATCH 07/20] scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
` [PATCH 08/20] scsi: pm8001: Fix local variable declaration in pm80xx_pci_mem_copy()
` [PATCH 09/20] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
` [PATCH 10/20] scsi: pm8001: fix payload initialization in pm80xx_set_thermal_config()
` [PATCH 11/20] scsi: pm8001: fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
` [PATCH 12/20] scsi: pm8001: fix payload initialization in pm80xx_encrypt_update()
` [PATCH 13/20] scsi: pm8001: fix le32 values handling in pm80xx_chip_ssp_io_req()
` [PATCH 14/20] scsi: pm8001: fix le32 values handling in pm80xx_chip_sata_req()
` [PATCH 15/20] scsi: pm8001: fix use of struct set_phy_profile_req fields
` [PATCH 16/20] scsi: pm8001: simplify pm8001_get_ncq_tag()
` [PATCH 17/20] scsi: pm8001: fix NCQ NON DATA command task initialization
` [PATCH 18/20] scsi: pm8001: fix NCQ NON DATA command completion handling
` [PATCH 19/20] scsi: pm8001: cleanup pm8001_queue_command()
` [PATCH 20/20] scsi: pm8001: fix abort all task initialization

[PATCH v2 00/24] libsas and pm8001 fixes
 2022-02-11 13:07 UTC  (31+ messages)
` [PATCH v2 01/24] scsi: libsas: fix sas_ata_qc_issue() handling of NCQ NON DATA commands
` [PATCH v2 02/24] scsi: libsas: simplify sas_ata_qc_issue() detection of NCQ commands
` [PATCH v2 03/24] scsi: libsas: Remove unnecessary initialization in sas_ata_qc_issue()
` [PATCH v2 04/24] scsi: pm8001: fix __iomem pointer use in pm8001_phy_control()
` [PATCH v2 05/24] scsi: pm8001: Remove local variable in pm8001_pci_resume()
` [PATCH v2 06/24] scsi: pm8001: Fix pm8001_update_flash() local variable type
` [PATCH v2 07/24] scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
` [PATCH v2 08/24] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
` [PATCH v2 09/24] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
` [PATCH v2 10/24] scsi: pm8001: fix payload initialization in pm80xx_set_thermal_config()
` [PATCH v2 11/24] scsi: pm8001: fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
` [PATCH v2 12/24] scsi: pm8001: fix payload initialization in pm80xx_encrypt_update()
` [PATCH v2 13/24] scsi: pm8001: fix le32 values handling in pm80xx_chip_ssp_io_req()
` [PATCH v2 14/24] scsi: pm8001: fix le32 values handling in pm80xx_chip_sata_req()
` [PATCH v2 15/24] scsi: pm8001: fix use of struct set_phy_profile_req fields
` [PATCH v2 16/24] scsi: pm8001: simplify pm8001_get_ncq_tag()
` [PATCH v2 17/24] scsi: pm8001: fix NCQ NON DATA command task initialization
` [PATCH v2 18/24] scsi: pm8001: fix NCQ NON DATA command completion handling
` [PATCH v2 19/24] scsi: pm8001: cleanup pm8001_queue_command()
` [PATCH v2 20/24] scsi: pm8001: fix abort all task initialization
` [PATCH v2 21/24] scsi: pm8001: Fix pm8001_task_exec()
` [PATCH v2 22/24] scsi: pm8001: Fix pm8001_tag_alloc() failures handling
` [PATCH v2 23/24] scsi: pm8001: Introduce ccb alloc/free helpers
` [PATCH v2 24/24] scsi: pm8001: simplify pm8001_mpi_build_cmd() interface

[PATCH v1] scsi: ufs: remove clk_scaling_lock when clkscaling isn't supported
 2022-02-11 12:19 UTC  (5+ messages)

[PATCH] scsi: ufs: Fix runtime PM messages never-ending cycle
 2022-02-11 11:17 UTC 

[PATCH v1] scsi: ufs: exclude UECxx from SFR dump list
 2022-02-11 11:08 UTC 

[PATCH v2 07/10] nvmet: add copy command support for bdev and file ns
 2022-02-11  7:52 UTC  (3+ messages)

[PATCH 42/49] scsi: lpfc: replace cpumask_weight with cpumask_weight_gt
 2022-02-10 22:49 UTC 

[PATCH v2 00/44] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-10 23:54 UTC  (88+ messages)
` [PATCH v2 03/44] scsi: Remove drivers/scsi/scsi.h
` [PATCH v2 13/44] bfa: Stop using the SCSI pointer
` [PATCH v2 14/44] csio: "
` [PATCH v2 15/44] dc395x: "
` [PATCH v2 16/44] esp_scsi: "
` [PATCH v2 18/44] fnic: Fix a tracing statement
` [PATCH v2 19/44] fnic: Stop using the SCSI pointer
` [PATCH v2 20/44] hptiop: "
` [PATCH v2 21/44] imm: Move the SCSI pointer to private command data
` [PATCH v2 22/44] iscsi: Stop using the SCSI pointer
` [PATCH v2 23/44] initio: "
` [PATCH v2 24/44] libfc: "
` [PATCH v2 25/44] mac53c94: Fix a set-but-not-used compiler warning
` [PATCH v2 26/44] mac53c94: Move the SCSI pointer to private command data
` [PATCH v2 27/44] megaraid: Stop using the SCSI pointer
` [PATCH v2 28/44] megasas: "
` [PATCH v2 29/44] mesh: Move the SCSI pointer to private command data
` [PATCH v2 30/44] mvsas: Fix a set-but-not-used warning
` [PATCH v2 31/44] mvumi: Stop using the SCSI pointer
` [PATCH v2 32/44] nsp32: "
` [PATCH v2 33/44] nsp_cs: Move the SCSI pointer to private command data
` [PATCH v2 34/44] sym53c500_cs: "
` [PATCH v2 35/44] ppa: "
` [PATCH v2 36/44] qla1280: "
` [PATCH v2 38/44] smartpqi: Stop using the SCSI pointer
` [PATCH v2 39/44] sym53c8xx_2: Move the SCSI pointer to private command data
` [PATCH v2 40/44] scsi: usb: Stop using the SCSI pointer
` [PATCH v2 41/44] wd719x: "
` [PATCH v2 42/44] wdc33c93: Move the SCSI pointer to private command data
` [PATCH v2 43/44] zalon: Stop using the SCSI pointer

[PATCH v2] scsi: ibmvfc: replace snprintf with sysfs_emit
 2022-02-10 10:33 UTC 

[PATCH v2] scsi: csiostor: replace snprintf with sysfs_emit
 2022-02-10 10:32 UTC 

[PATCH v2] scsi: arcmsr: replace snprintf with sysfs_emit
 2022-02-10 10:31 UTC 

[PATCH 0/9] mpi3mr: Bug fixes
 2022-02-10  9:58 UTC  (10+ messages)
` [PATCH 1/9] mpi3mr: Fix deadlock while canceling the fw event
` [PATCH 2/9] mpi3mr: Fix print proper pending IO count
` [PATCH 3/9] mpi3mr: update MPI3 headers
` [PATCH 4/9] mpi3mr: Fix hibernation issue
` [PATCH 5/9] mpi3mr: Fix cmnd getting marked as inuse forever
` [PATCH 6/9] mpi3mr: Fix report actual data transfer sz
` [PATCH 7/9] mpi3mr: Update the copyright year
` [PATCH 8/9] mpi3mr: Fix memory leaks
` [PATCH 9/9] mpi3mr: Bump driver version to 8.0.0.68.0

[PATCH v2 06/10] nvme: add copy support
 2022-02-10  7:08 UTC  (2+ messages)

[PATCH v2 03/10] block: Add copy offload support infrastructure
 2022-02-09 10:32 UTC  (2+ messages)

remove REQ_OP_WRITE_SAME v2
 2022-02-10  5:51 UTC  (3+ messages)

[PATCH v2 00/17] qla2xxx misc bug fixes and features
 2022-02-09 20:09 UTC  (6+ messages)
` [PATCH v2 02/17] qla2xxx: Implement ref count for srb

[PATCH AUTOSEL 5.10 18/27] scsi: pm8001: Fix use-after-free for aborted TMF sas_task
 2022-02-09 18:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 19/27] scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task

[PATCH AUTOSEL 5.15 20/36] scsi: pm80xx: Fix double completion for SATA devices
 2022-02-09 18:37 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 22/36] scsi: core: Reallocate device's budget map on queue depth change
` [PATCH AUTOSEL 5.15 23/36] scsi: pm8001: Fix use-after-free for aborted TMF sas_task
` [PATCH AUTOSEL 5.15 24/36] scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task

[PATCH AUTOSEL 5.16 25/42] scsi: pm80xx: Fix double completion for SATA devices
 2022-02-09 18:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.16 27/42] scsi: core: Reallocate device's budget map on queue depth change
` [PATCH AUTOSEL 5.16 28/42] scsi: pm8001: Fix use-after-free for aborted TMF sas_task
` [PATCH AUTOSEL 5.16 29/42] scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox