Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-29 09:08:55 to 2024-04-02 16:12:17 UTC [more...]

[PATCH v4 00/28] Zone write plugging
 2024-04-02 16:12 UTC  (31+ 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

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

[PATCH] scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5
 2024-04-02 14:48 UTC  (3+ messages)

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-02 13:06 UTC  (24+ 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 v3 00/30] Zone write plugging
 2024-04-02  6:45 UTC  (46+ messages)
` [PATCH v3 08/30] block: Introduce zone "
` [PATCH v3 10/30] block: Fake max open zones limit when there is no limit
` [PATCH v3 11/30] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v3 12/30] block: Implement zone append emulation
` [PATCH v3 15/30] scsi: sd: Use the block layer "
` [PATCH v3 16/30] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v3 17/30] null_blk: "
` [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
` [PATCH v3 21/30] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v3 22/30] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v3 23/30] block: mq-deadline: Remove support for zone write locking
` [PATCH v3 24/30] block: Remove elevator required features
` [PATCH v3 25/30] block: Do not check zone type in blk_check_zone_append()
` [PATCH v3 26/30] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v3 27/30] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v3 28/30] block: Remove zone write locking
` [PATCH v3 30/30] block: Do not special-case plugging of zone write operations

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-02  6:30 UTC  (28+ messages)
` [PATCH v2 01/25] "
` [PATCH v2 02/25] virtio: balloon: drop owner assignment
` [PATCH v2 03/25] virtio: input: "
` [PATCH v2 04/25] virtio: mem: "
` [PATCH v2 05/25] um: virt-pci: "
` [PATCH v2 06/25] virtio_blk: "
` [PATCH v2 07/25] bluetooth: virtio: "
` [PATCH v2 08/25] hwrng: "
` [PATCH v2 09/25] virtio_console: "
` [PATCH v2 10/25] crypto: virtio - "
` [PATCH v2 11/25] firmware: arm_scmi: virtio: "
` [PATCH v2 12/25] gpio: "
` [PATCH v2 13/25] drm/virtio: "
` [PATCH v2 14/25] iommu: virtio: "
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 16/25] net: caif: virtio: "
` [PATCH v2 17/25] net: "
` [PATCH v2 18/25] net: 9p: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 20/25] wifi: mac80211_hwsim: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 22/25] rpmsg: virtio: "
` [PATCH v2 23/25] scsi: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

[powerpc] WARN at drivers/scsi/sg.c:2236 (sg_remove_sfp_usercontext)
 2024-04-02  6:01 UTC  (9+ 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  (22+ messages)
` [PATCH v5 01/11] scsi: ufs: qcom: Perform read back after writing reset bit
` [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 05/11] scsi: ufs: qcom: Perform read back after writing CGC enable
` [PATCH v5 06/11] scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV
` [PATCH v5 07/11] scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_H
` [PATCH v5 08/11] scsi: ufs: core: Perform read back after disabling interrupts
` [PATCH v5 09/11] scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL
` [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  (3+ messages)
` (subset) "

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

[PATCH v2] ufs: core: wlun suspend dev/link state error recovery
 2024-04-02  1:48 UTC  (3+ 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 

[PATCH] scsi: qla2xxx: indent help text
 2024-04-01  5:10 UTC  (2+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-31 11:20 UTC  (13+ messages)
` [PATCH 01/22] "
` [PATCH 09/22] gpio: virtio: drop owner assignment
` [PATCH 16/22] net: vmw_vsock: "

[PATCH] scsi/csiostor : Correctly obtain the size of the data structure
 2024-03-31 10:49 UTC 

[GIT PULL] SCSI fixes for 6.9-rc1
 2024-03-30 20:54 UTC  (2+ messages)

[PATCH v3] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-03-30 16:17 UTC 

[PATCH 0/4] scsi: Prevent several section mismatch warnings
 2024-03-29 21:11 UTC  (5+ messages)
` [PATCH 1/4] scsi: a3000: Mark driver struct with __refdata to prevent section mismatch
` [PATCH 2/4] scsi: a4000t: "
` [PATCH 3/4] scsi: atari_scsi: "
` [PATCH 4/4] scsi: mac_scsi: "

[PATCH AUTOSEL 4.19 04/19] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
 2024-03-29 12:50 UTC 

[PATCH AUTOSEL 5.4 05/23] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
 2024-03-29 12:49 UTC 

[PATCH AUTOSEL 5.10 06/31] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
 2024-03-29 12:48 UTC 

[PATCH AUTOSEL 5.15 06/34] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
 2024-03-29 12:47 UTC 

[PATCH AUTOSEL 6.1 10/52] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
 2024-03-29 12:45 UTC 

[PATCH AUTOSEL 6.6 12/75] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
 2024-03-29 12:41 UTC 

[PATCH AUTOSEL 6.8 08/98] scsi: ufs: qcom: Avoid re-init quirk when gears match
 2024-03-29 12:36 UTC  (2+ messages)
` [PATCH AUTOSEL 6.8 18/98] scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()


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