linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-21 16:06:40 to 2024-06-27 06:28:44 UTC [more...]

[PATCH v2 00/13] ata,libsas: Assign the unique id used for printing earlier
 2024-06-27  6:28 UTC  (30+ messages)
` [PATCH v2 01/13] ata: libata-core: Fix null pointer dereference on error
` [PATCH v2 02/13] ata: libata-core: Fix double free "
` [PATCH v2 03/13] ata: ahci: Clean up sysfs file "
` [PATCH v2 04/13] ata,scsi: Remove useless wrappers ata_sas_tport_{add,delete}()
` [PATCH v2 05/13] ata,scsi: libata-core: Add ata_port_free()
` [PATCH v2 06/13] ata: libata: Remove unused function declaration for ata_scsi_detect()
` [PATCH v2 07/13] ata: libata-core: Remove support for decreasing the number of ports
` [PATCH v2 08/13] ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc()
` [PATCH v2 09/13] ata: libata-core: Remove local_port_no struct member
` [PATCH v2 10/13] ata: libata: Assign print_id at port allocation time
` [PATCH v2 11/13] ata: libata-core: Reuse available ata_port print_ids
` [PATCH v2 12/13] ata,scsi: Remove useless ata_sas_port_alloc() wrapper
` [PATCH v2 13/13] ata: ahci: Add debug print for external port

[PATCH 00/14] [PATCH] SCSI: Replace ternary operations with min()/max() macros
 2024-06-27  5:05 UTC  (18+ messages)
` [PATCH 01/14] scsi: advansys: Simplified memcpy length calculation in adv_build_req
` [PATCH 02/14] scsi: bfa: Used min() in fc_rftid_build_sol for bitmap size
` [PATCH 03/14] scsi: bfa:Simplified logic in bfa_fcs_rport_update and bfa_sgpg_mfree
` [PATCH 04/14] scsi: cxlflash: Replaced ternary operation in write_same16 with min()
` [PATCH 05/14] scsi: hpsa: Used min() for sense data size and buffer size in complete_scsi_command and hpsa_vpd_page_supported
` [PATCH 06/14] scsi: megaraid_sas: Simplified transfer length calculation using max() in mega_m_to_n
` [PATCH 07/14] scsi: megaraid_sas: Replaced ternary operation with max() in megasas_alloc_irq_vectors
` [PATCH 08/14] scsi: mpi3mr: Used min() in mpi3mr_map_data_buffer_dma for buffer size
` [PATCH 09/14] scsi: ncr53c8xx: Simplified tag number calculation with max() in ncr_sir_to_redo
` [PATCH 10/14] scsi: qla2xxx: Used max() for queue count in qla25xx_copy_mq
` [PATCH 11/14] scsi: qla2xxx: Simplified outstanding commands calculation in qla2x00_alloc_outstanding_cmds and qla24xx_read_fcp_prio_cfg
` [PATCH 12/14] scsi: scsi_debug: Replaced ternary operation with min() in resp_get_lba_status
` [PATCH 13/14] scsi: scsi_transport_spi: Simplified period calculation with max() in spi_dv_retrain
` [PATCH 14/14] scsi: st: Used max() for buffer size in setup_buffering and Simplified transfer calculations in st_read, append_to_buffer, and from_buffer

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-06-27  4:54 UTC  (6+ messages)

[PATCH 0/8] UFS patches for kernel 6.11
 2024-06-27  3:50 UTC  (22+ messages)
` [PATCH 4/8] scsi: ufs: Make .get_hba_mac() optional
` [PATCH 6/8] scsi: ufs: Make ufshcd_poll() complain about unsupported arguments
` [PATCH 8/8] scsi: ufs: Check for completion from the timeout handler

[PATCH v2] scsi: core: Fix an incorrect comment
 2024-06-27  3:37 UTC  (2+ messages)

[PATCH v5] scsi: libsas: Fix exp-attached end device cannot be scanned in again after probe failed
 2024-06-27  3:36 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: fix create target debugfs failure
 2024-06-27  3:36 UTC  (2+ messages)

[PATCH v6 0/4] mpi3mr: Host diag buffer support
 2024-06-27  3:31 UTC  (6+ messages)
` [PATCH v6 1/4] mpi3mr: HDB allocation and posting for hardware and Firmware buffers
` [PATCH v6 2/4] mpi3mr: Trigger support
` [PATCH v6 3/4] mpi3mr: ioctl support for HDB
` [PATCH v6 4/4] mpi3mr: Update driver version to 8.9.1.0.50

[PATCH] scsi: ufs: ufs-pci: Add support for Intel Panther Lake
 2024-06-27  3:21 UTC  (2+ messages)

[PATCH v2] scsi: ufs: qcom: add missing MODULE_DESCRIPTION() macro
 2024-06-27  2:51 UTC  (2+ messages)

[PATCH v2] scsi: sd: Keep the discard mode stable
 2024-06-27  2:43 UTC  (2+ messages)

[bug report] scsi: SATA devices missing after FLR is triggered during HBA suspended
 2024-06-27  0:56 UTC  (8+ messages)

[PATCH v4 0/3] mpi3mr: Support PCI Error Recovery
 2024-06-26 18:26 UTC  (4+ messages)
` [PATCH v4 1/3] mpi3mr: Support PCI Error Recovery callback handlers
` [PATCH v4 2/3] mpi3mr: Prevent PCI writes from driver during PCI error recovery
` [PATCH v4 3/3] mpi3mr: driver version update

[PATCH V1 0/2] Suspend clk scaling when there is no request
 2024-06-26 17:44 UTC  (4+ messages)
` [PATCH 1/2] scsi: ufs: Suspend clk scaling on "
` [PATCH 2/2] scsi: ufs: qcom: Enable suspending "

[PATCH v2] ufs: core: fix ufshcd_abort_all racing issue
 2024-06-26 17:13 UTC  (6+ messages)

[PATCH] scsi: ufs: core: quiesce request queues before check pending cmds
 2024-06-26 16:33 UTC  (9+ messages)

queue_limits fixups and tidyups v3
 2024-06-26 15:37 UTC  (11+ messages)
` [PATCH 1/8] md: set md-specific flags for all queue limits
` [PATCH 2/8] block: correctly report cache type
` [PATCH 3/8] block: rename BLK_FEAT_MISALIGNED
` [PATCH 4/8] block: convert features and flags to __bitwise types
` [PATCH 5/8] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 6/8] block: remove disk_update_readahead
` [PATCH 7/8] block: remove the fallback case in queue_dma_alignment
` [PATCH 8/8] block: move dma_pad_mask into queue_limits

queue_limits fixups and tidyups
 2024-06-26 11:32 UTC  (15+ messages)
` [PATCH 1/7] md: set md-specific flags for all queue limits
` [PATCH 2/7] block: correctly report cache type
` [PATCH 3/7] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/7] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 5/7] block: remove disk_update_readahead
` [PATCH 6/7] block: remove the fallback case in queue_dma_alignment
` [PATCH 7/7] block: move dma_pad_mask into queue_limits

[PATCH 00/14] Introduce support for feature Fabric Discovery and
 2024-06-26 10:01 UTC  (7+ messages)
` [PATCH 04/14] scsi: fnic: Add support for target based solicited requests and responses
` [PATCH 05/14] scsi: fnic: Add support for unsolicited "

queue_limits fixups and tidyups v2
 2024-06-26  8:07 UTC  (20+ messages)
` [PATCH 1/8] md: set md-specific flags for all queue limits
` [PATCH 2/8] block: correctly report cache type
` [PATCH 3/8] block: rename BLK_FLAG_MISALIGNED
` [PATCH 4/8] block: convert features and flags to __bitwise types
` [PATCH 5/8] block: conding style fixup for blk_queue_max_guaranteed_bio
` [PATCH 6/8] block: remove disk_update_readahead
` [PATCH 7/8] block: remove the fallback case in queue_dma_alignment
` [PATCH 8/8] block: move dma_pad_mask into queue_limits

[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
 2024-06-26  6:18 UTC  (6+ messages)

[PATCH] scsi: lpfc: Simplify minimum value calculations in lpfc_init and lpfc_nvme
 2024-06-26  1:39 UTC  (4+ messages)

[Bug 218866] Extra /dev/sd.. entries for a fake raid when more than 15 partitions
 2024-06-25 13:22 UTC  (5+ messages)

[PATCH v5 00/15] Hardware wrapped key support for qcom ice and ufs
 2024-06-25  8:21 UTC  (22+ messages)
` [PATCH v5 04/15] soc: qcom: ice: add hwkm support in ice

[PATCH] scsi:Replace printk and WARN_ON with WARN macro
 2024-06-25  2:50 UTC  (2+ messages)

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-06-24 19:32 UTC  (6+ messages)
` [RFC 01/12] Drivers: hv: vmbus: Drop unsupported VMBus devices earlier
` [RFC 11/12] Drivers: hv: vmbus: Wait for MODIFYCHANNEL to finish when offlining CPUs

move features flags into queue_limits v2
 2024-06-24 17:24 UTC  (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits

[PATCH v1] ufs: core: fix ufshcd_abort_all racing issue
 2024-06-24  9:13 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 6.10-rc4
 2024-06-22 16:35 UTC  (7+ messages)

[Bug 209177] mpt2sas_cm0: failure at drivers/scsi/mpt3sas/mpt3sas_scsih.c:10791/_scsih_probe()!
 2024-06-22 11:49 UTC  (2+ messages)

[Patch v9 00/10] block atomic writes
 2024-06-21 21:23 UTC  (5+ messages)
` [Patch v9 07/10] block: Add fops atomic write support

[PATCH V4] scsi: lpfc: Fix a possible null pointer dereference
 2024-06-21 19:28 UTC  (2+ messages)

6.6 kernel block: blk_mq_freeze_queue_wait in suspend path but userspace task held the queue->q_usage_counter in 'TASK_FROZEN' state
 2024-06-21 17:31 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 NNTP newsgroup(s).