messages from 2024-11-13 14:26:52 to 2024-11-18 17:03:33 UTC [more...]
[PATCH v9 00/11] Read/Write with meta/integrity
2024-11-18 17:03 UTC (29+ messages)
` [PATCH v9 01/11] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v9 02/11] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v9 03/11] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v9 04/11] fs, iov_iter: define meta io descriptor
` [PATCH v9 05/11] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
` [PATCH v9 07/11] io_uring: inline read/write attributes and PI
` [PATCH v9 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v9 09/11] nvme: add support for passing on the application tag
` [PATCH v9 10/11] scsi: add support for user-meta interface
` [PATCH v9 11/11] block: add support to pass user meta buffer
[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 (6+ messages)
[PATCH 00/22] Converge on using secs_to_jiffies()
2024-11-18 11:27 UTC (29+ messages)
` [PATCH 01/22] netfilter: conntrack: Cleanup timeout definitions
` [PATCH 02/22] coccinelle: misc: Add secs_to_jiffies script
` [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH 04/22] s390: kernel: "
` [PATCH 05/22] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH 06/22] mm: kmemleak: "
` [PATCH 07/22] accel/habanalabs: "
` [PATCH 08/22] drm/xe: Convert timeout "
` [PATCH 09/22] drm/etnaviv: Convert timeouts "
` [PATCH 10/22] scsi: lpfc: "
` [PATCH 11/22] scsi: arcmsr: "
` [PATCH 12/22] scsi: pm8001: "
` [PATCH 13/22] xen/blkback: "
` [PATCH 14/22] gve: "
` [PATCH 15/22] wifi: ath11k: "
` [PATCH 16/22] Bluetooth: MGMT: "
` [PATCH 17/22] staging: vc04_services: "
` [PATCH 18/22] ceph: "
` [PATCH 19/22] livepatch: "
` [PATCH 20/22] ALSA: line6: "
` [PATCH 21/22] nfp: "
` [PATCH 22/22] jiffies: Define secs_to_jiffies()
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-11-18 11:06 UTC (44+ 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: "
[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
[PATCH 0/5] scsi: ufs: Bug fixes for ufs core and platform drivers
2024-11-17 18:46 UTC (11+ 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 0/2] scsi: bfa: builder/parser deadcode
2024-11-17 13:52 UTC (3+ messages)
` [PATCH 1/2] scsi: bfa: Remove unused structure builders
` [PATCH 2/2] scsi: bfa: Remove unused parsers
Nov:16:24
2024-11-16 15:40 UTC
[PATCH 0/2] scsi: st: More reset patches
2024-11-16 15:35 UTC (5+ messages)
` [PATCH 1/2] scsi: st: Remove use of device->was_reset
` [PATCH 2/2] scsi: st: Restore some drive settings after reset
[PATCH v5 0/8] blk: refactor queue affinity helpers
2024-11-16 7:43 UTC (10+ messages)
` [PATCH v5 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v5 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v5 3/8] virtio: "
` [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
[syzbot] [scsi?] [usb?] KASAN: slab-use-after-free Read in sg_release
2024-11-15 23:46 UTC (5+ messages)
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 (9+ messages)
` [PATCH 1/7] qla2xxx: fix abort in bsg timeout
` [PATCH 2/7] qla2xxx: Fix use after free on unload
` [PATCH 3/7] qla2xxx: Move FCE Trace buffer allocation to user control
` [PATCH 4/7] qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cnt
` [PATCH 5/7] qla2xxx: Fix NVME and NPIV connect issue
` [PATCH 6/7] qla2xxx: Supported speed displayed incorrectly for VPorts
` [PATCH 7/7] qla2xxx: Update version to 10.02.09.400-k
[PATCH] scsi: message: fusion: Constify struct pci_device_id
2024-11-15 21:12 UTC
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-15 16:53 UTC (11+ messages)
` [EXT] "
[PATCH 0/3] scsi: st: improve pos_unknown handling after reset
2024-11-15 15:34 UTC (6+ messages)
` [PATCH 2/3] scsi: st: clear was_reset when CHKRES_NEW_SESSION
[PATCH v3] scsi: use unsigned int variables to parse partition table
2024-11-15 14:58 UTC (2+ messages)
[PATCH v1 0/4] Enable UFS on QCS615
2024-11-15 9:29 UTC (7+ messages)
` [PATCH v1 3/4] arm64: dts: qcom: qcs615: add UFS node
[PATCH] bfa: Fix typo in bfi.h
2024-11-15 8:38 UTC
[PATCH v4 00/10] blk: refactor queue affinity helpers
2024-11-14 12:20 UTC (19+ messages)
` [PATCH v4 01/10] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v4 02/10] driver core: add irq_get_affinity callback device_driver
` [PATCH v4 03/10] PCI: hookup irq_get_affinity callback
` [PATCH v4 04/10] virtio: "
` [PATCH v4 05/10] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 10/10] blk-mq: remove unused queue mapping helpers
[PATCH v2] scsi: use unsigned int variables to parse partition table
2024-11-14 12:10 UTC
[PATCH] scsi: use unsigned int variables to parse partition table
2024-11-14 7:29 UTC
[PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues
2024-11-14 7:08 UTC (4+ messages)
[PATCH v2] scsi: qla1280: Fix hw revision numbering for ISP1020/1040
2024-11-14 4:16 UTC (2+ messages)
[PATCH 0/2] scsi: Fix two possible memory leaks
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: bfa: fix use-after-free in bfad_im_module_exit()
2024-11-14 2:50 UTC (2+ messages)
[PATCH v3 00/14] UFS cleanups and enhancements to ufs-exynos for gs101
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: ufs: ufs-mediatek: configure individual LU queue flags
2024-11-14 2:49 UTC (2+ messages)
[PATCH] scsi: ufs: Replace deprecated PCI functions
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: fusion: Fix not used variable 'rc'
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: sg: Enable runtime power management
2024-11-14 2:49 UTC (2+ messages)
[PATCH] scsi: pm8001: Initialize devices in pm8001_alloc_dev()
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: Switch back to struct platform_driver::remove()
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: ufs: core: Restore SM8650 support
2024-11-14 2:49 UTC (2+ messages)
[PATCH] scsi: pm80xx: Use module param to set pcs event log severity
2024-11-14 2:50 UTC (2+ messages)
[PATCH] scsi: sun3: Mark driver struct with __refdata to prevent section mismatch
2024-11-14 2:49 UTC (2+ messages)
[PATCH] scsi: esas2r: Remove unused esas2r_build_cli_req
2024-11-14 2:50 UTC (2+ messages)
[PATCH v2] scsi: pm8001: Increase request sg length to support 4MiB requests
2024-11-14 2:49 UTC (2+ messages)
[PATCH 00/11] Update lpfc to revision 14.4.0.6
2024-11-14 2:49 UTC (2+ messages)
[PATCH v2] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG
2024-11-13 18:21 UTC (2+ messages)
[PATCH v3 0/8] blk: refactor queue affinity helpers
2024-11-13 14:30 UTC (7+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
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).