Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-01 06:34:45 to 2024-04-03 15:02:08 UTC [more...]

[PATCH] scsi: qedf: make qedf_execute_tmf non-preemptible
 2024-04-03 15:01 UTC 

[PATCH v2 0/2] scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5
 2024-04-03 14:12 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scaling

[PATCH 0/3] ufs: qcom: Mark "core_reset" as required property
 2024-04-03 13:50 UTC  (8+ messages)
` [PATCH 3/3] arm64: dts: qcom: msm8996: Add missing UFS host controller reset

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-03 13:23 UTC  (7+ messages)
` [PATCH 33/34] drivers: remove incorrect of_match_ptr/ACPI_PTR annotations

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-03 12:55 UTC  (53+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH] scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5
 2024-04-03 12:12 UTC  (4+ messages)

[PATCH v2 0/1] Remove support for legacy UFS
 2024-04-03 11:48 UTC  (2+ messages)

[bug report] scsi: mpi3mr: Debug ability improvements
 2024-04-03 10:08 UTC 

[PATCH v5 00/28] Zone write plugging
 2024-04-03  9:44 UTC  (31+ messages)
` [PATCH v5 01/28] block: Restore sector of flush requests
` [PATCH v5 02/28] block: Remove req_bio_endio()
` [PATCH v5 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v5 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v5 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v5 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v5 07/28] block: Introduce zone write plugging
` [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v5 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v5 10/28] block: Implement zone append emulation
` [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v5 12/28] dm: Use the block layer zone append emulation
` [PATCH v5 13/28] scsi: sd: "
` [PATCH v5 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v5 15/28] null_blk: "
` [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v5 17/28] null_blk: Introduce fua attribute
` [PATCH v5 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v5 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v5 20/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v5 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v5 22/28] block: Remove elevator required features
` [PATCH v5 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v5 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v5 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v5 26/28] block: Remove zone write locking
` [PATCH v5 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v5 28/28] block: Do not special-case plugging of zone write operations

[PATCH v4 00/28] Zone write plugging
 2024-04-03  8:15 UTC  (46+ messages)
` [PATCH v4 01/28] block: Restore sector of flush requests
` [PATCH v4 02/28] block: Remove req_bio_endio()
` [PATCH v4 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v4 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v4 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v4 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v4 07/28] block: Introduce zone write plugging
` [PATCH v4 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v4 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v4 10/28] block: Implement zone append emulation
` [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v4 12/28] dm: Use the block layer zone append emulation
` [PATCH v4 13/28] scsi: sd: "
` [PATCH v4 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v4 15/28] null_blk: "
` [PATCH v4 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v4 17/28] null_blk: Introduce fua attribute
` [PATCH v4 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v4 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v4 20/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v4 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v4 22/28] block: Remove elevator required features
` [PATCH v4 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v4 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v4 26/28] block: Remove zone write locking
` [PATCH v4 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v4 28/28] block: Do not special-case plugging of zone write operations

[linus:master] [scsi] 27f58c04a8: WARNING:at_drivers/scsi/sg.c:#sg_remove_sfp_usercontext[sg]
 2024-04-03  5:38 UTC 

[PATCH] scsi: lpfc: Fix a possible null pointer dereference
 2024-04-03  1:58 UTC  (2+ messages)

(no subject)
 2024-04-03  1:35 UTC 

(no subject)
 2024-04-03  1:27 UTC 

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-02 20:34 UTC  (11+ messages)
` [PATCH v2 06/25] virtio_blk: drop owner assignment
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 23/25] scsi: virtio: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

[PATCH] scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
 2024-04-02 15:51 UTC  (3+ messages)

[PATCH v3 00/30] Zone write plugging
 2024-04-02  6:45 UTC  (9+ messages)
` [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v3 18/30] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v3 19/30] null_blk: Introduce fua attribute
` [PATCH v3 20/30] nvmet: zns: Do not reference the gendisk conv_zones_bitmap

[powerpc] WARN at drivers/scsi/sg.c:2236 (sg_remove_sfp_usercontext)
 2024-04-02  6:01 UTC  (7+ messages)
` [PATCH] scsi: sg: Avoid race in error handling & drop bogus warn
` [PATCH v2] "
` [PATCH v3] "

[PATCH v5 00/11] scsi: ufs: Remove overzealous memory barriers
 2024-04-02  4:49 UTC  (11+ messages)
` [PATCH v5 02/11] scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US
` [PATCH v5 03/11] scsi: ufs: qcom: Remove unnecessary mb() after writing testbus config
` [PATCH v5 04/11] scsi: ufs: qcom: Perform read back after writing unipro mode
` [PATCH v5 10/11] scsi: ufs: core: Remove unnecessary wmb() after ringing doorbell
` [PATCH v5 11/11] scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regs

[PATCH v5 0/3] Add UFS host controller and Phy nodes for sc7280
 2024-04-02  4:06 UTC  (7+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc

[PATCH v2 0/2] Some small fixes for hisi_sas
 2024-04-02  3:55 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: hisi_sas: Handle the NCQ error returned by D2H frame
` [PATCH v2 2/2] scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()

[PATCH 0/2] Some small fixes for hisi_sas
 2024-04-02  1:51 UTC  (7+ messages)
` [PATCH 1/2] scsi: hisi_sas: Handle the NCQ error returned by D2H frame
` [PATCH 2/2] scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-04-02  1:48 UTC  (2+ messages)
` (subset) "

[PATCH v1] ufs: core: fix mcq mode dev commad timeout
 2024-04-02  1:48 UTC  (2+ messages)

[PATCH v2] ufs: core: wlun suspend dev/link state error recovery
 2024-04-02  1:48 UTC  (2+ messages)

[PATCH v4] scsi: libsas: Allocation SMP request is aligned to ARCH_DMA_MINALIGN
 2024-04-02  1:48 UTC  (2+ messages)

[PATCH] scsi: sd: unregister device if device_add_disk() failed in sd_probe()
 2024-04-02  1:48 UTC  (6+ messages)

[PATCH] scsi: libsas: Fix declaration of ncq priority attributes
 2024-04-02  1:10 UTC  (2+ messages)

startup BUG at lib/string_helpers.c from scsi fusion mptsas
 2024-04-01 22:43 UTC 

[PATCH v2 2/2] scsi: aic79xx: add scb NULL check in ahd_handle_msg_reject()
 2024-04-01  7:39 UTC 

[PATCH] scsi: aic79xx: add scb NULL check in ahd_handle_msg_reject()
 2024-04-01  7:10 UTC  (2+ messages)

[PATCH] scsi: aic79xx: add scb NULL check in ahd_handle_ign_wide_residue()
 2024-04-01  6:34 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).