public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-14 16:51:13 to 2022-02-17 13:30:45 UTC [more...]

[PATCH v4 00/31] libsas and pm8001 fixes
 2022-02-17 13:29 UTC  (16+ messages)
` [PATCH v4 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands
` [PATCH v4 02/31] scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()
` [PATCH v4 03/31] scsi: pm8001: Fix pm8001_update_flash() local variable type
` [PATCH v4 04/31] scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
` [PATCH v4 05/31] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
` [PATCH v4 06/31] scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
` [PATCH v4 07/31] scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
` [PATCH v4 08/31] scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
` [PATCH v4 09/31] scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
` [PATCH v4 10/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
` [PATCH v4 11/31] scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
` [PATCH v4 12/31] scsi: pm8001: Fix use of struct set_phy_profile_req fields
` [PATCH v4 13/31] scsi: pm8001: Remove local variable in pm8001_pci_resume()
` [PATCH v4 14/31] scsi: pm8001: Fix NCQ NON DATA command task initialization
` [PATCH v4 15/31] scsi: pm8001: Fix NCQ NON DATA command completion handling

[PATCH v3 00/31] libsas and pm8001 fixes
 2022-02-17 12:49 UTC  (34+ messages)
` [PATCH v3 01/31] scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands
` [PATCH v3 17/31] scsi: pm8001: Fix pm8001_tag_alloc() failures handling
` [PATCH v3 20/31] scsi: pm8001: Fix tag values handling
` [PATCH v3 27/31] scsi: pm8001: Cleanup pm8001_queue_command()
` [PATCH v3 28/31] scsi: pm8001: Introduce ccb alloc/free helpers
` [PATCH v3 30/31] scsi: pm8001: Simplify pm8001_task_exec()

[PATCH 1/2] uio: add ioctl to uio
 2022-02-17 12:30 UTC  (13+ messages)
` [PATCH 2/2] scsi:target:tcmu: reduce once copy by using uio ioctl
  ` [RFC PATCH] scsi:target:tcmu: tcmu_ioctl_copy_between_sgl_and_iovec() can be static

[PATCH v3 00/10] Add Copy offload support
 2022-02-17 10:16 UTC  (7+ messages)
    ` [PATCH v3 01/10] block: make bio_map_kern() non static
    ` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000078 on kernel 5.17.0-rc4
 2022-02-17  8:15 UTC 

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

[PATCH] target: add iscsi/cpus_allowed_list in configfs
 2022-02-17  7:45 UTC  (5+ messages)
` [PATCH v2] "

[PATCH V2 00/13] block: don't drain file system I/O on del_gendisk
 2022-02-17  7:45 UTC  (3+ messages)
` [PATCH V2 04/13] block/wbt: fix negative inflight counter when remove scsi device

[PATCH v4 00/50] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-17  7:06 UTC  (54+ messages)
` [PATCH v4 01/50] scsi: ips: Remove an unreachable statement
` [PATCH v4 02/50] scsi: ips: Change the return type of ips_release() into 'void'
` [PATCH v4 03/50] scsi: ips: Use true and false instead of TRUE and FALSE
` [PATCH v4 04/50] scsi: nsp_cs: Change the return type of two functions into 'void'
` [PATCH v4 05/50] scsi: nsp_cs: Use true and false instead of TRUE and FALSE
` [PATCH v4 06/50] scsi: Remove drivers/scsi/scsi.h
` [PATCH v4 07/50] scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
` [PATCH v4 08/50] scsi: NCR5380: Introduce the NCR5380_cmd_priv() function
` [PATCH v4 09/50] scsi: NCR5380: Move the SCSI pointer to private command data
` [PATCH v4 10/50] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h
` [PATCH v4 11/50] scsi: arm: Move the SCSI pointer to private command data
` [PATCH v4 12/50] scsi: 53c700: Stop clearing SCSI pointer fields
` [PATCH v4 13/50] scsi: aacraid: Move the SCSI pointer to private command data
` [PATCH v4 14/50] scsi: advansys: "
` [PATCH v4 15/50] scsi: aha1542: Remove a set-but-not-used array
` [PATCH v4 16/50] scsi: aha152x: Move the SCSI pointer to private command data
` [PATCH v4 17/50] scsi: bfa: Stop using the SCSI pointer
` [PATCH v4 18/50] scsi: csio: "
` [PATCH v4 19/50] scsi: dc395x: "
` [PATCH v4 20/50] scsi: esp_scsi: "
` [PATCH v4 21/50] scsi: fdomain: Move the SCSI pointer to private command data
` [PATCH v4 22/50] scsi: fnic: Fix a tracing statement
` [PATCH v4 23/50] scsi: fnic: Stop using the SCSI pointer
` [PATCH v4 24/50] scsi: hptiop: "
` [PATCH v4 25/50] scsi: imm: Move the SCSI pointer to private command data
` [PATCH v4 26/50] scsi: iscsi: Stop using the SCSI pointer
` [PATCH v4 27/50] scsi: initio: "
` [PATCH v4 28/50] scsi: libfc: "
` [PATCH v4 29/50] scsi: bnx2fc: "
` [PATCH v4 30/50] scsi: qedf: "
` [PATCH v4 31/50] scsi: mac53c94: Fix a set-but-not-used compiler warning
` [PATCH v4 32/50] scsi: mac53c94: Move the SCSI pointer to private command data
` [PATCH v4 33/50] scsi: megaraid: Stop using the SCSI pointer
` [PATCH v4 34/50] scsi: megasas: "
` [PATCH v4 35/50] scsi: mesh: Move the SCSI pointer to private command data
` [PATCH v4 36/50] scsi: mvsas: Fix a set-but-not-used warning
` [PATCH v4 37/50] scsi: mvumi: Stop using the SCSI pointer
` [PATCH v4 38/50] scsi: nsp32: "
` [PATCH v4 39/50] scsi: nsp_cs: Move the SCSI pointer to private command data
` [PATCH v4 40/50] scsi: sym53c500_cs: "
` [PATCH v4 41/50] scsi: ppa: "
` [PATCH v4 42/50] scsi: qla1280: "
` [PATCH v4 43/50] scsi: qla2xxx: Stop using the SCSI pointer
` [PATCH v4 44/50] scsi: smartpqi: "
` [PATCH v4 45/50] scsi: sym53c8xx_2: Move the SCSI pointer to private command data
` [PATCH v4 46/50] scsi: usb: Stop using the SCSI pointer
` [PATCH v4 47/50] scsi: wd719x: "
` [PATCH v4 48/50] scsi: wd33c93: Move the SCSI pointer to private command data
` [PATCH v4 49/50] scsi: zalon: Stop using the SCSI pointer
` [PATCH v4 50/50] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd

remove REQ_OP_WRITE_SAME v2
 2022-02-17  6:43 UTC  (7+ messages)
` [PATCH 6/7] dm: remove write same support

[PATCH v3 00/48] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-16 20:09 UTC  (22+ 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 08/48] scsi: NCR5380: Introduce the NCR5380_cmd_priv() function
` [PATCH v3 26/48] scsi: iscsi: Stop using the SCSI pointer
` [PATCH v3 28/48] scsi: libfc: "

[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[PATCH V4] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-16 19:20 UTC  (2+ messages)

[PATCH] scsi: add __GFP_ZERO flag for blk_rq_map_kern in function sg_scsi_ioctl
 2022-02-16 16:42 UTC 

[RFC PATCH 0/3] NVMe copy offload patches
 2022-02-16 13:51 UTC  (6+ messages)
` [PATCH v2 00/10] Add Copy offload support
    ` [PATCH v2 05/10] block: add emulation for copy
    ` [PATCH v2 08/10] dm: Add support for copy offload

sd: Unaligned partial completion
 2022-02-16  6:35 UTC 

[PATCH V2] scsi: ufs: Fix runtime PM messages never-ending cycle
 2022-02-16  7:56 UTC  (4+ messages)

[PATCH V3] scsi: ufs: Fix runtime PM messages never-ending cycle
 2022-02-16  7:51 UTC 

[PATCH] message/fusion: use struct_size over open coded arithmetic
 2022-02-16  3:06 UTC 

Question about iscsi session block
 2022-02-16  2:19 UTC  (4+ messages)

[PATCH 2/2] qla2xxx: Use named initializers for q_dev_state
 2022-02-16  2:16 UTC  (2+ messages)

[PATCH 1/2] qla2xxx: Use named initializers for port_[d]state_str
 2022-02-16  2:16 UTC  (2+ messages)

[PATCH] [hpsa] Fix the wrong chars in comment section
 2022-02-15 17:37 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] scsi: ufs: Remove wlun_dev_to_hba()
 2022-02-15 17:06 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 10/17] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
 2022-02-15 15:30 UTC 

[PATCH AUTOSEL 5.10 13/23] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
 2022-02-15 15:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 14/23] scsi: lpfc: Reduce log messages seen after firmware download

[PATCH AUTOSEL 5.15 20/33] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
 2022-02-15 15:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 21/33] scsi: lpfc: Reduce log messages seen after firmware download

[PATCH AUTOSEL 5.16 20/34] scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
 2022-02-15 15:26 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 21/34] scsi: lpfc: Reduce log messages seen after firmware download

[PATCH V3] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-15 14:49 UTC  (4+ messages)

[PATCH -next] scsi: hisi_sas: Remove unnecessary print function dev_err()
 2022-02-15  8:03 UTC  (2+ messages)

[PATCH] scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic context
 2022-02-15  6:32 UTC 

[PATCH 1/1] qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_t
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH] scsi: ibmvscsis: Silence -Warray-bounds warning
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH 0/9] use GFP_KERNEL
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH 0/2] scsi: libsas: Drop SAS_TASK_AT_INITIATOR
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH -next v3] scsi: pm8001: clean up some inconsistent indentin
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH 0/4] Some small cleanups for scsi/libsas
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH] qla2xxx: Add qla2x00_async_done routine for async routines
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH 0/9] mpi3mr: Bug fixes
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH] smartpqi: fix unused variable pqi_pm_ops for clang
 2022-02-15  3:19 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix divide zero case in ufshcd_map_queues()
 2022-02-15  3:18 UTC  (4+ messages)
    `  "

[PATCH] lpfc: fix pt2pt nvme PRLI reject LOGO loop
 2022-02-15  3:18 UTC  (3+ messages)

[PATCH v2][next] scsi: fc: Replace one-element arrays with flexible-array members
 2022-02-14 22:39 UTC 


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