messages from 2025-11-04 10:04:33 to 2025-11-10 15:54:09 UTC [more...]
[PATCH v3 00/16] qla2xxx target mode improvements
2025-11-10 15:54 UTC (7+ messages)
` [PATCH v3 01/16] Revert "scsi: qla2xxx: Perform lockless command completion in abort path"
` [PATCH v3 02/16] scsi: qla2xxx: fix initiator mode with qlini_mode=exclusive
` [PATCH v3 03/16] scsi: qla2xxx: fix lost interrupts with qlini_mode=disabled
` [PATCH v3 04/16] scsi: qla2xxx: use reinit_completion on mbx_intr_comp
` [PATCH v3 05/16] scsi: qla2xxx: remove code for unsupported hardware
` [PATCH v3 06/16] scsi: qla2xxx: improve debug output for term exchange
[PATCH v3] usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
2025-11-10 13:23 UTC (2+ messages)
[PATCH] scsi: fcoe: add WQ_PERCPU to alloc_workqueue users
2025-11-10 10:00 UTC (4+ messages)
[PATCH] ufs: core: Revert "Make HID attributes visible"
2025-11-10 9:52 UTC (3+ messages)
[PATCH v3 00/24] MediaTek UFS Cleanup and MT8196 Enablement
2025-11-10 9:23 UTC (7+ messages)
` [PATCH v3 09/24] scsi: ufs: mediatek: Rework the crypt-boost stuff
` [PATCH v3 10/24] scsi: ufs: mediatek: Rework probe function
[PATCH v6 0/3] Support power resources defined in acpi on ata
2025-11-08 20:18 UTC (9+ messages)
` [PATCH v6 1/3] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v6 2/3] ata: Use ACPI methods to power on disks
` [PATCH v6 3/3] ata: stop disk on restart if ACPI power resources are found
[PATCH v7 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-11-08 18:41 UTC (5+ messages)
` [PATCH v7 1/3] scsi: ufs: core: Convert string descriptor format macros to enum
` [PATCH v7 2/3] scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
` [PATCH v7 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
[PATCH v2 00/10] Update lpfc to revision 14.4.0.12
2025-11-08 18:19 UTC (12+ messages)
` [PATCH v2 01/10] lpfc: Update various NPIV diagnostic log messaging
` [PATCH v2 02/10] lpfc: Revise discovery related function headers and comments
` [PATCH v2 03/10] lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb
` [PATCH v2 04/10] lpfc: Ensure unregistration of rpis for received PLOGIs
` [PATCH v2 05/10] lpfc: Fix leaked ndlp krefs when in point-to-point topology
` [PATCH v2 06/10] lpfc: Modify kref handling for Fabric Controller ndlps
` [PATCH v2 07/10] lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI
` [PATCH v2 08/10] lpfc: Allow support for BB credit recovery in point-to-point topology
` [PATCH v2 09/10] lpfc: Add capability to register Platform Name ID to fabric
` [PATCH v2 10/10] lpfc: Update lpfc version to 14.4.0.12
[PATCH 0/4] smartpqi updates
2025-11-08 18:09 UTC (6+ messages)
` [PATCH 1/4] smartpqi: Add timeout value to RAID path requests to physical devices
` [PATCH 2/4] smartpqi: Fix device resources accessed after device removal
` [PATCH 3/4] smartpqi: add support for Hurray Data new controller PCI device
` [PATCH 4/4] smartpqi: update version to 2.1.36-026
[PATCH] scsi: ufs: ti-j721e: Add suspend-resume support
2025-11-08 17:58 UTC (2+ messages)
[PATCH] scsi: mpt3sas: use sysfs_emit function in sysfs
2025-11-08 17:53 UTC (2+ messages)
[PATCH] scsi: aacraid: Fix coding style violations in commsup.c
2025-11-08 17:52 UTC (2+ messages)
[PATCH] scsi: Fix double word in comments
2025-11-08 17:42 UTC (2+ messages)
[PATCH] scsi/arm: Clean up coding style violations
2025-11-08 17:33 UTC (3+ messages)
[PATCH 1/2] st: separate st-unique ioctl handling from scsi common ioctl handling
2025-11-08 17:22 UTC (9+ messages)
` [PATCH 2/2] st: skip buffer flush for information ioctls
[PATCH v1] dt-bindings: phy: mediatek,ufs-phy: Update maintainer information in mediatek,ufs-phy.yaml
2025-11-08 17:15 UTC (3+ messages)
[PATCH] scsi: stex: fix reboot_notifier leak in probe error path
2025-11-08 17:11 UTC (2+ messages)
[PATCH v2 00/16] qla2xxx target mode improvements
2025-11-08 17:03 UTC (3+ messages)
[PATCH 4/4] scsi: scsi_debug: Do not sleep in atomic sections
2025-11-08 9:38 UTC (9+ messages)
` [PATCH] scsi: scsi_debug: make timeout faults by set delay to maximum value
` "
[PATCH v26 00/17] Improve write performance for zoned UFS devices
2025-11-08 1:39 UTC (22+ messages)
` [PATCH v26 01/17] block: Support block devices that preserve the order of write requests
` [PATCH v26 02/17] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v26 03/17] blk-mq: Restore the zone write order when requeuing
` [PATCH v26 04/17] blk-mq: Serialize dispatching for zoned write pipelining
` [PATCH v26 05/17] blk-zoned: Fix a typo in a source code comment
` [PATCH v26 06/17] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v26 07/17] blk-zoned: Split an if-statement
` [PATCH v26 08/17] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v26 09/17] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v26 10/17] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v26 11/17] blk-zoned: Support pipelining of zoned writes
` [PATCH v26 12/17] null_blk: Add the preserves_write_order attribute
` [PATCH v26 13/17] scsi: core: Retry unaligned zoned writes
` [PATCH v26 14/17] scsi: sd: Increase retry count for "
` [PATCH v26 15/17] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v26 16/17] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v26 17/17] ufs: core: Inform the block layer about write ordering
[PATCH 0/4] fnic: fixup INTx and MSI interrupt modes
2025-11-07 22:23 UTC (15+ messages)
` [PATCH 1/4] fnic: use resulting interrupt mode during configuration
` [PATCH 2/4] fnic: correctly initialize 'fnic->name'
` [PATCH 3/4] fnic: missing initialisation for wq_copy_base
` [PATCH 4/4] fnic: make interrupt mode configurable
[PATCH v9 0/4] Introduce and plumb PMSG_POWEROFF
2025-11-07 20:21 UTC (3+ messages)
` [PATCH v9 1/4] PM: Introduce new PMSG_POWEROFF event
[GIT PULL] SCSI fixes for 6.18-rc4
2025-11-07 16:05 UTC (2+ messages)
[PATCH] scsi: pm80xx: add WQ_PERCPU to alloc_workqueue users
2025-11-07 15:52 UTC
[PATCH] usb: uas: add WQ_PERCPU to alloc_workqueue users
2025-11-07 15:42 UTC
[PATCH] scsi: target: add WQ_PERCPU to alloc_workqueue users
2025-11-07 15:40 UTC
[PATCH] scsi: qedf: add WQ_PERCPU to alloc_workqueue users
2025-11-07 15:23 UTC
[PATCH] scsi: qedi: add WQ_PERCPU to alloc_workqueue users
2025-11-07 15:16 UTC
[PATCH] scsi: ibmvscsi_tgt: add WQ_PERCPU to alloc_workqueue users
2025-11-07 15:05 UTC
[PATCH 0/2] add WQ_PERCPU to alloc_workqueue
2025-11-07 15:01 UTC (3+ messages)
` [PATCH 1/2] scsi: bnx2fc: add WQ_PERCPU to alloc_workqueue users
` [PATCH 2/2] scsi: qedf: "
[PATCH] scsi: be2iscsi: add WQ_PERCPU to alloc_workqueue users
2025-11-07 14:49 UTC
[PATCH] scsi: message: fusion: add WQ_PERCPU to alloc_workqueue users
2025-11-07 14:14 UTC
[Bug 220761] New: Observed data-race in pvscsi_process_completion_ring+0x2e5/0x620 [vmw_pvscsi]
2025-11-07 8:13 UTC
[PATCH v8 00/28] Optimize the hot path in the UFS driver
2025-11-06 18:23 UTC (3+ messages)
[PATCH v6 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-11-06 18:21 UTC (3+ messages)
[PATCH] scsi: ufs: core: fix hid sysfs group update
2025-11-06 16:09 UTC (2+ messages)
[PATCH] scsi: fix uninitialized pointers with free attr
2025-11-06 16:06 UTC (6+ messages)
[PATCH] scsi: target: tcm_loop: fix segfault in tcm_loop_tpg_address_show()
2025-11-06 15:56 UTC (3+ messages)
[PATCH v3 0/2] Add edp reference clock for lemans
2025-11-06 8:50 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: phy: qcom-edp: Add eDP ref clk for sa8775p
` [PATCH v3 2/2] arm64: dts: qcom: lemans: Add eDP ref clk for eDP PHYs
[PATCH] UFS: Make TM command timeout configurable from host side
2025-11-06 1:26 UTC
[PATCH v4 00/15] Introduce cached report zones
2025-11-05 15:45 UTC (18+ messages)
` [PATCH v4 01/15] block: handle zone management operations completions
` [PATCH v4 02/15] block: freeze queue when updating zone resources
` [PATCH v4 03/15] block: cleanup blkdev_report_zones()
` [PATCH v4 04/15] block: introduce disk_report_zone()
` [PATCH v4 05/15] block: reorganize struct blk_zone_wplug
` [PATCH v4 06/15] block: use zone condition to determine conventional zones
` [PATCH v4 07/15] block: track zone conditions
` [PATCH v4 08/15] block: refactor blkdev_report_zones() code
` [PATCH v4 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v4 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v4 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v4 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v4 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v4 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v4 15/15] xfs: "
[PATCH v6 00/28] Optimize the hot path in the UFS driver
2025-11-05 8:05 UTC (3+ messages)
` [PATCH v6 05/28] scsi: core: Introduce .queue_reserved_command()
[PATCH v3 00/15] Introduce cached report zones
2025-11-05 7:14 UTC (34+ messages)
` [PATCH v3 01/15] block: handle zone management operations completions
` [PATCH v3 02/15] block: freeze queue when updating zone resources
` [PATCH v3 04/15] block: introduce disk_report_zone()
` [PATCH v3 05/15] block: reorganize struct blk_zone_wplug
` [PATCH v3 06/15] block: use zone condition to determine conventional zones
` [PATCH v3 07/15] block: track zone conditions
` [PATCH v3 08/15] block: refactor blkdev_report_zones() code
` [PATCH v3 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v3 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v3 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v3 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v3 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v3 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v3 15/15] xfs: "
[PATCH v1] dt-bindings: ufs: mediatek,ufs: Update maintainer information in mediatek,ufs.yaml
2025-11-05 4:02 UTC (2+ messages)
[PATCH v1] ufs: mediatek: Add the maintainer for MediaTek UFS hooks
2025-11-05 4:02 UTC (2+ messages)
[PATCH v3 0/3] target: RW/num_cmds stats improvements
2025-11-05 4:02 UTC (2+ messages)
[PATCH] scsi: core: Remove unused code from scsi_sysfs.c
2025-11-05 4:02 UTC (2+ messages)
[PATCH] scsi: core: Improve sdev_store_timeout()
2025-11-05 4:02 UTC (2+ messages)
[PATCH 0/2] Improve a SCSI target configfs show function
2025-11-05 4:02 UTC (2+ messages)
[PATCH v3 0/7] scsi: target: Add WRITE_ATOMIC_16 support
2025-11-05 4:02 UTC (2+ messages)
[PATCH] scsi: lpfc: WQ_PERCPU added to alloc_workqueue users
2025-11-04 21:50 UTC (2+ messages)
ATA PASS-THROUGH latency regression after exposing blk-mq hardware queues
2025-11-04 12:32 UTC (5+ messages)
[PATCH 00/13] Introduce cached report zones
2025-11-04 12:03 UTC (8+ messages)
` [PATCH 07/13] block: track zone conditions
[PATCH] sbp-target: replace use of system_unbound_wq with system_dfl_wq
2025-11-04 10:45 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox