messages from 2024-11-15 21:26:41 to 2024-11-21 06:54:18 UTC [more...]
[PATCH v9 00/11] Read/Write with meta/integrity
2024-11-21 6:54 UTC (20+ messages)
` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
[PATCH v16 00/26] Improve write performance for zoned UFS devices
2024-11-21 3:36 UTC (60+ messages)
` [PATCH v16 01/26] blk-zoned: Fix a reference count leak
` [PATCH v16 02/26] blk-zoned: Split disk_zone_wplugs_work()
` [PATCH v16 03/26] blk-zoned: Split queue_zone_wplugs_show()
` [PATCH v16 04/26] blk-zoned: Only handle errors after pending zoned writes have completed
` [PATCH v16 05/26] blk-zoned: Fix a deadlock triggered by unaligned writes
` [PATCH v16 06/26] blk-zoned: Fix requeuing of zoned writes
` [PATCH v16 07/26] block: Support block drivers that preserve the order of write requests
` [PATCH v16 08/26] dm-linear: Report to the block layer that the write order is preserved
` [PATCH v16 09/26] mq-deadline: Remove a local variable
` [PATCH v16 10/26] blk-mq: Clean up blk_mq_requeue_work()
` [PATCH v16 11/26] block: Optimize blk_mq_submit_bio() for the cache hit scenario
` [PATCH v16 12/26] block: Rework request allocation in blk_mq_submit_bio()
` [PATCH v16 13/26] block: Support allocating from a specific software queue
` [PATCH v16 14/26] blk-mq: Restore the zoned write order when requeuing
` [PATCH v16 15/26] blk-zoned: Document the locking order
` [PATCH v16 16/26] blk-zoned: Document locking assumptions
` [PATCH v16 17/26] blk-zoned: Uninline functions that are not in the hot path
` [PATCH v16 18/26] blk-zoned: Make disk_should_remove_zone_wplug() more robust
` [PATCH v16 19/26] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v16 20/26] blk-zoned: Support pipelining of zoned writes
` [PATCH v16 21/26] scsi: core: Retry unaligned "
` [PATCH v16 22/26] scsi: sd: Increase retry count for "
` [PATCH v16 23/26] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v16 24/26] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v16 25/26] scsi: scsi_debug: Skip host/bus reset settle delay
` [PATCH v16 26/26] scsi: ufs: Inform the block layer about write ordering
[PATCH v5 0/8] blk: refactor queue affinity helpers
2024-11-21 3:19 UTC (14+ messages)
` [PATCH v5 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v5 4/8] blk-mq: introduce blk_mq_map_hw_queues
` [PATCH v5 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
` [PATCH v5 6/8] nvme: "
` [PATCH v5 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v5 8/8] blk-mq: remove unused queue mapping helpers
[PATCH 0/5] scsi: ufs: Bug fixes for ufs core and platform drivers
2024-11-21 3:06 UTC (12+ messages)
` [PATCH 1/5] scsi: ufs: core: Cancel RTC work during ufshcd_remove()
` [PATCH 2/5] scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
` [PATCH 3/5] scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers
` [PATCH 4/5] scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove()
` [PATCH 5/5] scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove()
[PATCH v3] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG
2024-11-21 2:59 UTC (2+ messages)
[PATCH] scsi: target: tcmu: Constify some structures
2024-11-21 2:55 UTC (2+ messages)
[PATCH] megaraid_sas: fix for a potential deadlock
2024-11-21 2:54 UTC (3+ messages)
[PATCH] scsi: ufs: Switch back to struct platform_driver::remove()
2024-11-21 2:51 UTC (2+ messages)
[PATCH 0/2] scsi: bfa: builder/parser deadcode
2024-11-21 2:40 UTC (4+ messages)
` [PATCH 1/2] scsi: bfa: Remove unused structure builders
` [PATCH 2/2] scsi: bfa: Remove unused parsers
[PATCH v2] scsi: qla1280: Fix hw revision numbering for ISP1020/1040
2024-11-21 2:33 UTC (2+ messages)
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-20 18:11 UTC (14+ messages)
` [EXT] "
[PATCH v2 0/3] Enable UFS on QCS615
2024-11-20 16:58 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: ufs: qcom: Add UFS Host Controller for QCS615
` [PATCH v2 2/3] arm64: dts: qcom: qcs615: add UFS node
` [PATCH v2 3/3] arm64: dts: qcom: qcs615-ride: Enable "
Fwd: Report "general protection fault in unmap_vmas"
2024-11-20 16:24 UTC (2+ messages)
` "
[PATCH] scsi: sg: fix slab-use-after-free Read in sg_release
2024-11-20 12:59 UTC
[PATCH v1] ufs: core: add missing post notify for power mode change
2024-11-20 9:55 UTC
[syzbot] [scsi?] [usb?] KASAN: slab-use-after-free Read in sg_release
2024-11-20 9:05 UTC (3+ messages)
[PATCH] scsi: ufs: core: sysfs: Prevent div by zero
2024-11-20 6:25 UTC
[PATCH v5 00/14] Introduce support for Fabric Discovery and
2024-11-20 0:03 UTC (5+ messages)
` [PATCH v5 09/14] scsi: fnic: Modify IO path to use FDLS
scsi bus disconnect on high load in qemu kvm anno 2024
2024-11-19 17:59 UTC (5+ messages)
[PATCH 0/2] scsi: st: More reset patches
2024-11-19 17:42 UTC (10+ messages)
` [PATCH 1/2] scsi: st: Remove use of device->was_reset
` [PATCH 2/2] scsi: st: Restore some drive settings after reset
[PATCH v2] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG
2024-11-19 9:22 UTC (6+ messages)
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-11-19 9:09 UTC (52+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script
` [cocci] "
` [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v2 04/21] s390: kernel: "
` [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v2 06/21] mm: kmemleak: "
` [PATCH v2 07/21] accel/habanalabs: "
` [PATCH v2 08/21] drm/xe: Convert timeout "
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts "
` [PATCH v2 10/21] scsi: lpfc: "
` [PATCH v2 11/21] scsi: arcmsr: "
` [PATCH v2 12/21] scsi: pm8001: "
` [PATCH v2 13/21] xen/blkback: "
` [PATCH v2 14/21] gve: "
` [PATCH v2 15/21] wifi: ath11k: "
` [PATCH v2 16/21] Bluetooth: MGMT: "
` [PATCH v2 17/21] staging: vc04_services: "
` [PATCH v2 18/21] ceph: "
` [PATCH v2 19/21] livepatch: "
` [PATCH v2 20/21] ALSA: line6: "
` [PATCH v2 21/21] nfp: "
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-19 2:03 UTC (11+ messages)
[syzbot] [scsi?] [usb?] KASAN: slab-use-after-free Read in sg_release
2024-11-18 19:27 UTC (3+ messages)
[PATCH] scsi: pm80xx: Remove msleep() loop from pm8001_dev_gone_notify()
2024-11-18 18:00 UTC (3+ messages)
[PATCH 0/3] scsi: st: improve pos_unknown handling after reset
2024-11-18 17:10 UTC (7+ messages)
` [PATCH 2/3] scsi: st: clear was_reset when CHKRES_NEW_SESSION
[PATCH v4 0/3] Untie the host lock entanglement - part 2
2024-11-18 14:41 UTC (4+ messages)
` [PATCH v4 1/3] scsi: ufs: core: Prepare to introduce a new clock_gating lock
` [PATCH v4 2/3] scsi: ufs: core: Introduce "
` [PATCH v4 3/3] scsi: ufs: core: Introduce a new clock_scaling lock
DMMP request-queue vs. BiO
2024-11-18 13:05 UTC (5+ messages)
[PATCH 00/22] Converge on using secs_to_jiffies()
2024-11-18 11:27 UTC (11+ messages)
` [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH 08/22] drm/xe: Convert timeout to secs_to_jiffies()
` [PATCH 19/22] livepatch: Convert timeouts "
` [PATCH 22/22] jiffies: Define secs_to_jiffies()
[PATCH v3 0/2] Untie the host lock entanglement - part 2
2024-11-18 7:00 UTC (4+ messages)
` [PATCH v3 1/2] scsi: ufs: core: Introduce a new clock_gating lock
Nov:16:24
2024-11-16 15:40 UTC
qla1280 driver for qlogic-1040 on alpha
2024-11-15 23:39 UTC (19+ messages)
[PATCH 0/7] qla2xxx misc. bug fixes
2024-11-15 23:26 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).