Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-15 08:35:03 to 2024-03-25 12:57:51 UTC [more...]

[Bug] UBSAN: shift-out-of-bounds in sg_build_indirect
 2024-03-25 12:57 UTC 

[PATCH 00/28] Remove PCI_IRQ_LEGACY
 2024-03-25 12:57 UTC  (32+ messages)
` [PATCH 01/28] PCI: msi: Use PCI_IRQ_INTX
` [PATCH 02/28] PCI: portdrv: "
` [PATCH 03/28] PCI: documentation: "
` [PATCH 04/28] sound: intel: "
` [PATCH 05/28] usb: hcd-pci: "
` [PATCH 06/28] tty: 8250_pci: "
` [PATCH 07/28] platform: intel_ips: "
` [PATCH 08/28] ntb: "
` [PATCH 09/28] mfd: intel-lpss-pci: "
` [PATCH 10/28] drm: amdgpu: "
` [PATCH 11/28] infiniband: qib: "
` [PATCH 12/28] infiniband: vmw_pvrdma: "
` [PATCH 13/28] misc: vmci_guest: Use PCI_IRQ_ALL_TYPES
` [PATCH 14/28] net: xgbe: Use PCI_IRQ_INTX
` [PATCH 15/28] net: aquantia atlantic: "
` [PATCH 16/28] net: atheros: alx: "
` [PATCH 17/28] net: realtek: r8169: "
` [PATCH 18/28] net: wangxun: "
` [PATCH 19/28] net: wireless: ath10k: Use references to INTX instead of LEGACY
` [PATCH 20/28] net wireless; realtec: Use PCI_IRQ_INTX
` [PATCH 21/28] scsi: arcmsr: "
` [PATCH 22/28] scsi: hpsa: "
` [PATCH 23/28] scsi: ipr: "
` [PATCH 24/28] scsi: megaraid: "
` [PATCH 25/28] scsi: mpt3sas: "
` [PATCH 26/28] scsi: pmcraid: "
` [PATCH 27/28] scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY
` [PATCH 28/28] PCI: Remove PCI_IRQ_LEGACY

[PATCH] scsi: sd: Fix TCG OPAL unlock on system resume
 2024-03-25 12:54 UTC  (2+ messages)

[PATCH] scsi: 53c700: call NCR_700_internal_bus_reset() unconditionally
 2024-03-25 12:24 UTC 

convert SCSI to atomic queue limits, part 1
 2024-03-25  9:28 UTC  (48+ messages)
` [PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
` [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 v2 00/28] Zone write plugging
 2024-03-25  4:44 UTC  (29+ messages)
` [PATCH v2 01/28] block: Restore sector of flush requests
` [PATCH v2 02/28] block: Remove req_bio_endio()
` [PATCH v2 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v2 04/28] block: Introduce bio_straddle_zones() and bio_offset_from_zone_start()
` [PATCH v2 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v2 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v2 07/28] block: Introduce zone write plugging
` [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs
` [PATCH v2 09/28] block: Fake max open zones limit when there is no limit
` [PATCH v2 10/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v2 11/28] block: Implement zone append emulation
` [PATCH v2 12/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v2 13/28] dm: Use the block layer zone append emulation
` [PATCH v2 14/28] scsi: sd: "
` [PATCH v2 15/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v2 16/28] null_blk: "
` [PATCH v2 17/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v2 18/28] null_blk: Introduce fua attribute
` [PATCH v2 19/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v2 20/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v2 21/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v2 22/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v2 23/28] block: Remove elevator required features
` [PATCH v2 24/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v2 25/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v2 26/28] block: Remove zone write locking
` [PATCH v2 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v2 28/28] block: Do not special-case plugging of zone write operations

[PATCH v3 0/4] Re-use device management code fragments
 2024-03-23 10:06 UTC  (2+ messages)

[PATCH v2] scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
 2024-03-23  8:41 UTC 

[GIT PULL] SCSI postmerge updates for the 6.8+ merge window
 2024-03-22 20:43 UTC  (5+ messages)

[PATCH v5 1/4] uio: introduce UIO_MEM_DMA_COHERENT type
 2024-03-22 15:23 UTC  (5+ messages)
` [PATCH v6 "

[PATCH] scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
 2024-03-22 12:35 UTC  (3+ messages)

[PATCH v5 0/3] Add UFS host controller and Phy nodes for sc7280
 2024-03-22  7:59 UTC  (6+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: sc7280: Add UFS nodes for sc7280 soc

[PATCH] scsi: mpt3sas: complete function description
 2024-03-21 12:20 UTC 

[PATCH] scsi: mpt3sas: complete function description
 2024-03-21 12:15 UTC 

[PATCH] scsi: qla2xxx: indent help text
 2024-03-21 11:24 UTC 

WARNING: CPU: 45 PID: 84967 at ../block/mq-deadline.c:659 dd_exit_sched+0xce/0xe0
 2024-03-21  2:14 UTC  (2+ messages)

[BUG] scsi: sg: NULL pointer dereference
 2024-03-20 21:39 UTC  (11+ messages)
` [PATCH] scsi: sg: Avoid sg device teardown race
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH RFC 0/2] scsi: scsi_debug: Allow parameter changes through sysfs
 2024-03-20 15:14 UTC  (5+ messages)
` [PATCH RFC 1/2] scsi: scsi_debug: Factor out initialization of size parameters

[PATCH] scsi: core: Make scsi_lib KUnit tests modular for real
 2024-03-20 15:07 UTC  (6+ messages)

[bug report]debugfs: Directory 'target13:0:0' with parent 'scsi_debug' already present! observed during blktests block/001
 2024-03-20  6:57 UTC 

[PATCH] scsi: target: core: replace deprecated strncpy with strscpy
 2024-03-20  2:42 UTC  (3+ messages)

[PATCH v2 01/25] scsi: aacraid: Convert sprintf() family to sysfs_emit() family
 2024-03-19 23:39 UTC  (26+ messages)
` [PATCH v2 02/25] scsi: aic94xx: "
` [PATCH v2 03/25] scsi: arcmsr: "
` [PATCH v2 04/25] scsi: be2iscsi: "
` [PATCH v2 05/25] scsi: fcoe: Convert sprintf() family to sysfs_emit() family (part 1)
` [PATCH v2 06/25] scsi: fcoe: Convert sprintf() family to sysfs_emit() family (part 2)
` [PATCH v2 07/25] scsi: megaraid: Convert sprintf() family to sysfs_emit() family
` [PATCH v2 08/25] scsi: mpt3sas: "
` [PATCH v2 09/25] scsi: pcmcia: "
` [PATCH v2 10/25] scsi: qla4xxx: "
` [PATCH v2 11/25] scsi: smartpqi: "
` [PATCH v2 12/25] scsi: snic: "
` [PATCH v2 13/25] scsi: hpsa: "
` [PATCH v2 14/25] scsi: hptiop: "
` [PATCH v2 15/25] scsi: ipr: "
` [PATCH v2 16/25] scsi: myrb,myrs: "
` [PATCH v2 17/25] scsi: ncr53c8xx: "
` [PATCH v2 18/25] scsi: pmcraid: "
` [PATCH v2 19/25] scsi: st: "
` [PATCH v2 20/25] scsi: core: "
` [PATCH v2 21/25] scsi: scsi_transport_fc: Convert sprintf() family to sysfs_emit() family (part 1)
` [PATCH v2 22/25] scsi: scsi_transport_fc: Convert sprintf() family to sysfs_emit() family (part 2)
` [PATCH v2 23/25] scsi: scsi_transport_sas: Convert sprintf() family to sysfs_emit() family (part 1)
` [PATCH v2 24/25] scsi: scsi_transport_sas: Convert sprintf() family to sysfs_emit() family (part 2)
` [PATCH v2 25/25] scsi: ibmvscsi: Convert sprintf() family to sysfs_emit() family

[PATCH 1/2] iscsi_tcp: do not bind sockets that already have extra callbacks
 2024-03-19 19:33 UTC  (4+ messages)
` [PATCH 2/2] iscsi_tcp: disallow binding the same connection twice

blktests failures with v6.8 kernel
 2024-03-19  7:33 UTC  (2+ messages)

[PATCH v3 0/4] scsi_debug improvements
 2024-03-18 23:04 UTC  (4+ messages)
` [PATCH v3 1/4] scsi: scsi_debug: Remove a reference to in_use_bm

[PATCH] scsi: target: replace deprecated strncpy with strscpy
 2024-03-18 21:42 UTC  (2+ messages)

[PATCH v1] scsi: megaraid: indent Kconfig option help text
 2024-03-18 12:24 UTC  (2+ messages)

[GIT PULL] SCSI updates for the 6.8+ merge window
 2024-03-16 23:45 UTC  (2+ messages)

[PATCH 0/3] qedf misc bug fixes
 2024-03-16  1:34 UTC  (6+ messages)
` [PATCH 1/3] qedf: Don't process stag work during unload and recovery
` [PATCH 2/3] qedf: Wait for stag work during unload
` [PATCH 3/3] qedf: Memset qed_slowpath_params to zero before use

ida_alloc result as scsi host_no
 2024-03-15 19:40 UTC 

[bug report] scsi: qla2xxx: Fix N2N stuck connection
 2024-03-15 15:20 UTC 

[PATCH v2 0/7] ufs: host: mediatek: Provide features and fixes in MediaTek platforms
 2024-03-15  8:34 UTC  (3+ messages)
` [PATCH v2 3/7] ufs: host: mediatek: Add UFS_MTK_CAP_DISABLE_MCQ
` [PATCH v2 4/7] ufs: host: mediatek: ufs mtk sip command reconstruct


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