Linux-SCSI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-12 15:33:21 to 2024-03-25 07:10:42 UTC [more...]

[PATCH 00/28] Remove PCI_IRQ_LEGACY
 2024-03-25  7:09 UTC  (15+ 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 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

convert SCSI to atomic queue limits, part 1
 2024-03-24 23:54 UTC  (24+ 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 v3 0/4] Re-use device management code fragments
 2024-03-23 10:06 UTC  (6+ messages)
` [PATCH v3 2/4] scsi: ufs: Re-use exec_dev_cmd
` [PATCH v3 4/4] scsi: ufs: Re-use compose_devman_upiu

[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] scsi: sd: Fix TCG OPAL unlock on system resume
 2024-03-19  7:12 UTC 

[PATCH v3 0/4] scsi_debug improvements
 2024-03-18 23:04 UTC  (6+ messages)
` [PATCH v3 1/4] scsi: scsi_debug: Remove a reference to in_use_bm
` [PATCH v3 2/4] scsi: scsi_debug: Do not sleep in atomic sections

[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  (8+ messages)
` [PATCH v2 1/7] ufs: host: mediatek: fix vsx/vccqx control logic
` [PATCH v2 2/7] ufs: host: mediatek: tx skew fix
` [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
` [PATCH v2 5/7] ufs: host: mediatek: rename host power control API
` [PATCH v2 6/7] ufs: host: mediatek: support mphy reset
` [PATCH v2 7/7] ufs: host: mediatek: support rtff in PM flow

[PATCH v1 0/7] ufs: host: mediatek: Provide features and fixes in MediaTek platforms
 2024-03-15  8:20 UTC  (23+ messages)
` [PATCH v1 1/7] ufs: host: mediatek: fix vsx/vccqx control logic
` [PATCH v1 2/7] ufs: host: mediatek: tx skew fix
` [PATCH v1 3/7] ufs: host: mediatek: Add UFS_MTK_CAP_DISABLE_MCQ
` [PATCH v1 4/7] ufs: host: mediatek: ufs mtk sip command reconstruct
` [PATCH v1 5/7] ufs: host: mediatek: rename host power control API
` [PATCH v1 6/7] ufs: host: mediatek: support mphy reset
` [PATCH v1 7/7] ufs: host: mediatek: support rtff in PM flow

[PATCH] bnx2fc: Remove spin_lock_bh while release resources after upload
 2024-03-15  7:14 UTC 

[PATCH v2] scsi: message: fusion: Convert sprintf/snprintf to sysfs_emit
 2024-03-15  1:35 UTC 

[PATCH v2] scsi: message: fusion: Convert sprintf/snprintf to sysfs_emit
 2024-03-14  9:14 UTC 

[PATCH] scsi: megaraid_sas: disabled shared host tagset feature by default
 2024-03-14  5:42 UTC  (3+ messages)

[PATCH] scsi: core: Fix unremoved procfs host directory regression
 2024-03-13 16:44 UTC  (2+ messages)

[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH v4 0/7] mpi3mr: Few Enhancements and minor fixes
 2024-03-13 10:07 UTC  (8+ messages)
` [PATCH v4 1/7] mpi3mr: Block devices are not removed from OS even vd's are offlined
` [PATCH v4 2/7] mpi3mr: Set MPI request flags appropriately
` [PATCH v4 3/7] mpi3mr: Clear controller-wide flag that is used to block IOCTLS for the unresponsive controller
` [PATCH v4 4/7] mpi3mr: Set the WriteSame Divert Capability in the IOCInit MPI Request
` [PATCH v4 5/7] mpi3mr: Debug ability improvements
` [PATCH v4 6/7] mpi3mr: Update MPI Headers to revision 31
` [PATCH v4 7/7] mpi3mr: driver version upgrade to 8.8.1.0.50

[REGRESSION] Bug 218538 - 3cc2ffe5c16d from 6.6 breaks S3 resume on SATA SSD OPAL
 2024-03-13  7:17 UTC 

[drivers/scsi] Question about `st_setup`
 2024-03-12 19:18 UTC  (2+ messages)

[PATCH] scsi: hpsa: Fix allocation size for Scsi_Host private data
 2024-03-12 17:04 UTC 

[PATCH v8 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-12 15:37 UTC  (6+ messages)
` [PATCH v8 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers


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