linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 21:14:23 to 2022-02-13 06:01:33 UTC [more...]

[syzbot] WARNING in scsi_alloc_sgtables
 2022-02-13  6:01 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.17-rc3
 2022-02-12 18:32 UTC  (2+ messages)

[PATCH] lpfc: fix pt2pt nvme PRLI reject LOGO loop
 2022-02-12 16:31 UTC 

[PATCH] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-12 11:25 UTC  (2+ messages)

[PATCH 00/20] libsas and pm8001 fixes
 2022-02-12  6:19 UTC  (43+ 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 v1] scsi: ufs: remove clk_scaling_lock when clkscaling isn't supported
 2022-02-12  4:44 UTC  (6+ messages)

[PATCH 0/9] use GFP_KERNEL
 2022-02-12  0:20 UTC  (4+ messages)
` [PATCH 8/9] [SCSI] mptfusion: "

[PATCH 1/1] scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd_cleanup_resp()
 2022-02-11 23:25 UTC  (2+ messages)

[PATCH 0/2] Add scsi_done_direct() to complete request directly
 2022-02-11 23:25 UTC  (2+ messages)

[PATCH 00/18] smartpqi updates
 2022-02-11 23:25 UTC  (2+ messages)

[PATCH] scsi: make "access_state" sysfs attribute always visible
 2022-02-11 23:25 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Convert to flexible arrays
 2022-02-11 23:25 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix runtime PM messages never-ending cycle
 2022-02-11 23:23 UTC  (2+ messages)

[PATCH 0/9] mpi3mr: Bug fixes
 2022-02-11 22:45 UTC  (11+ 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 v3 00/48] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-11 22:32 UTC  (49+ 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 v3 14/48] scsi: advansys: "
` [PATCH v3 15/48] scsi: aha1542: Remove a set-but-not-used array
` [PATCH v3 16/48] scsi: aha152x: Move the SCSI pointer to private command data
` [PATCH v3 17/48] scsi: bfa: Stop using the SCSI pointer
` [PATCH v3 18/48] scsi: csio: "
` [PATCH v3 19/48] scsi: dc395x: "
` [PATCH v3 20/48] scsi: esp_scsi: "
` [PATCH v3 21/48] scsi: fdomain: Move the SCSI pointer to private command data
` [PATCH v3 22/48] scsi: fnic: Fix a tracing statement
` [PATCH v3 23/48] scsi: fnic: Stop using the SCSI pointer
` [PATCH v3 24/48] scsi: hptiop: "
` [PATCH v3 25/48] scsi: imm: Move the SCSI pointer to private command data
` [PATCH v3 26/48] scsi: iscsi: Stop using the SCSI pointer
` [PATCH v3 27/48] scsi: initio: "
` [PATCH v3 28/48] scsi: libfc: "
` [PATCH v3 29/48] scsi: mac53c94: Fix a set-but-not-used compiler warning
` [PATCH v3 30/48] scsi: mac53c94: Move the SCSI pointer to private command data
` [PATCH v3 31/48] scsi: megaraid: Stop using the SCSI pointer
` [PATCH v3 32/48] scsi: megasas: "
` [PATCH v3 33/48] scsi: mesh: Move the SCSI pointer to private command data
` [PATCH v3 34/48] scsi: mvsas: Fix a set-but-not-used warning
` [PATCH v3 35/48] scsi: mvumi: Stop using the SCSI pointer
` [PATCH v3 36/48] scsi: nsp32: "
` [PATCH v3 37/48] scsi: nsp_cs: Move the SCSI pointer to private command data
` [PATCH v3 38/48] scsi: sym53c500_cs: "
` [PATCH v3 39/48] scsi: ppa: "
` [PATCH v3 40/48] scsi: qla1280: "
` [PATCH v3 41/48] scsi: qla2xxx: Stop using the SCSI pointer
` [PATCH v3 42/48] scsi: smartpqi: "
` [PATCH v3 43/48] scsi: sym53c8xx_2: Move the SCSI pointer to private command data
` [PATCH v3 44/48] scsi: usb: Stop using the SCSI pointer
` [PATCH v3 45/48] scsi: wd719x: "
` [PATCH v3 46/48] scsi: wd33c93: Move the SCSI pointer to private command data
` [PATCH v3 47/48] scsi: zalon: Stop using the SCSI pointer
` [PATCH v3 48/48] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd

[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] 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 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: 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  (30+ messages)
` [PATCH v2 13/44] bfa: Stop using the SCSI pointer
` [PATCH v2 19/44] fnic: "
` [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 26/44] mac53c94: 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 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)


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).