Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-09-08 20:17:13 to 2026-09-11 03:52:36 UTC [more...]

[PATCH v9 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-11  3:52 UTC  (20+ messages)
` [PATCH v9 1/9] scsi: ibmvfc: add basic FPIN support
` [PATCH v9 2/9] scsi: ibmvfc: add NOOP command support
` [PATCH v9 3/9] scsi: ibmvfc: add FPIN extended flag and async sub-CRQ queue handle
` [PATCH v9 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v9 5/9] scsi: ibmvfc: add interrupt routine for asynchronous sub CRQ
` [PATCH v9 6/9] scsi: ibmvfc: extend channel reg/dereg helpers for async sub-CRQ
` [PATCH v9 7/9] scsi: ibmvfc: fix IRQ leak and guard deregister on channel reg failure
` [PATCH v9 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v9 9/9] scsi: ibmvfc: handle extended FPIN events

[PATCH] scsi: ufs: core: Disable timestamp for Kioxia THGJFJT2T85BAT0A
 2026-09-11  3:07 UTC  (2+ messages)

[PATCH 0/2] scsi: ufs: core: Handle devices declining optional Query IDNs
 2026-09-11  2:43 UTC  (3+ messages)
` [PATCH 1/2] scsi: ufs: core: Fast-abort unsupported "
` [PATCH 2/2] scsi: ufs: core: Dynamically disable timestamp on unsupported devices

[PATCH v8 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-11  2:42 UTC  (43+ messages)
` [PATCH v8 1/9] scsi: ibmvfc: add basic FPIN support
` [PATCH v8 2/9] scsi: ibmvfc: add NOOP command support
` [PATCH v8 3/9] scsi: ibmvfc: add FPIN extended flag and async sub-CRQ queue handle
` [PATCH v8 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v8 5/9] scsi: ibmvfc: add interrupt routine for asynchronous sub CRQ
` [PATCH v8 6/9] scsi: ibmvfc: extend channel reg/dereg helpers for async sub-CRQ
` [PATCH v8 7/9] scsi: ibmvfc: fix IRQ leak and guard deregister on channel reg failure
` [PATCH v8 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v8 9/9] scsi: ibmvfc: handle extended FPIN events
` [PATCH v9 1/9] scsi: ibmvfc: add basic FPIN support
` [PATCH v9 2/9] scsi: ibmvfc: add NOOP command support
` [PATCH v9 3/9] scsi: ibmvfc: add FPIN extended flag and async sub-CRQ queue handle
` [PATCH v9 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v9 5/9] scsi: ibmvfc: add interrupt routine for asynchronous sub CRQ
` [PATCH v9 6/9] scsi: ibmvfc: extend channel reg/dereg helpers for async sub-CRQ
` [PATCH v9 7/9] scsi: ibmvfc: fix IRQ leak and guard deregister on channel reg failure
` [PATCH v9 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v9 9/9] scsi: ibmvfc: handle extended FPIN events

[PATCH v2] scsi: dc395x: sync the waiting_timer before freeing the host
 2026-09-11  2:21 UTC  (2+ messages)

[PATCH] scsi: libsas: Fix SMP IO deadlock during HA resume
 2026-09-11  1:00 UTC  (2+ messages)

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-10 18:55 UTC  (8+ messages)

[PATCH v16 0/9] blk: honor isolcpus configuration
 2026-09-10 18:26 UTC  (11+ messages)
` [PATCH v16 1/9] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v16 2/9] lib/group_cpus: remove dead !SMP code
` [PATCH v16 3/9] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v16 4/9] sched/isolation: Prevent out-of-bounds read in isolcpus= boot parameter parser
` [PATCH v16 5/9] isolation: Introduce managed_irq_strict isolcpus type
` [PATCH v16 6/9] blk-mq: use hk cpus only when isolcpus=managed_irq_strict is enabled
` [PATCH v16 7/9] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v16 8/9] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v16 9/9] docs: add managed_irq_strict flag to isolcpus

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-10 18:11 UTC  (86+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v3] MAINTAINERS: Update maintainers and group list for QLogic and Broadcom drivers
 2026-09-10 15:22 UTC  (3+ messages)

[PATCH 0/4] Add UFS host controller support for NVIDIA Tegra264
 2026-09-10 13:52 UTC  (12+ messages)
` [PATCH 1/4] dt-bindings: ufs: Add nvidia,tegra264-ufs
` [PATCH 2/4] scsi: ufs: Add UIC DEBUGSAVECONFIGTIME attribute and its field masks
` [PATCH 3/4] scsi: ufs: hisi: Use VS_DEBUGSAVECONFIGTIME instead of a literal address
` [PATCH 4/4] scsi: ufs: tegra: Add Tegra264 UFS host controller driver

[PATCH v2 0/2] scsi: core: Optimize the SCSI printk() variants
 2026-09-10 13:28 UTC  (7+ messages)
` [PATCH v2 2/2] scsi: core: Eliminate scsi_log_{reserve,release}_buffer()

[PATCH] scsi: qedi: Initialize callback state before registration
 2026-09-10 11:46 UTC  (2+ messages)

[PATCH v12 0/6] Enable ICE clock scaling
 2026-09-10 10:17 UTC  (3+ messages)
` [PATCH v12 3/6] mmc: sdhci-msm: Set ICE clk to TURBO at sdhci ICE init

[PATCH] scsi: qedi: Initialize callback state before registration
 2026-09-10  9:52 UTC  (2+ messages)

[PATCH RFC 0/1] leds: add ASUS Aura SCSI driver for ROG NVMe enclosures
 2026-09-10  9:32 UTC  (9+ messages)
` [PATCH RFC 1/1] "
  ` [PATCH RFC v2 0/1] leds: asus-aura-scsi: Add ASUS Aura RGB LED "
    ` [PATCH RFC v2 1/1] "
        ` [PATCH RFC v3 0/1] "
          ` [PATCH RFC v3 1/1] "

[PATCH] scsi: dc395x: sync the waiting_timer before freeing the host
 2026-09-10  8:33 UTC  (2+ messages)

[PATCH v4 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-09-10  4:39 UTC  (7+ messages)
` [PATCH v4 1/3] scsi: ufs: spacemit: dt-bindings: Add UFS controller for "
` [PATCH v4 2/3] scsi: ufs: spacemit: k3: Add UFS Host Controller driver

[PATCH V2] scsi: ufs: ufs-qcom: Enable only lane clocks in lane clock APIs
 2026-09-10  2:31 UTC  (3+ messages)

[PATCH v2 0/4] devfreq: check the get_cur_freq() return value and use it in ufshcd
 2026-09-10  2:28 UTC  (2+ messages)

scsi_debug: add support to corrupt data and/or reftag v3
 2026-09-10  2:13 UTC  (3+ messages)
` [PATCH] scsi_debug: add support to corrupt data and/or reftag

[PATCH v3 0/2] scsi: ufs: rpmb: Fix bus registration and device lifecycle
 2026-09-10  2:13 UTC  (6+ messages)
` [PATCH v3 1/2] scsi: ufs: rpmb: Register and unregister ufs_rpmb_bus_type
` [PATCH v3 2/2] scsi: ufs: rpmb: Decouple device lifecycle from devres to avoid UAF

[PATCH v2 00/17] scsi: mpi3mr: Fix out-of-bounds accesses and reference leaks
 2026-09-10  2:10 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: default to a higher throughput config
 2026-09-10  1:59 UTC  (2+ messages)

[PATCH v5 0/2] ufs: rpmb: make RPMB usable with OP-TEE key derivation
 2026-09-10  1:55 UTC  (2+ messages)

[PATCH] scsi: zorro7xx: Use individual zorro_driver_data structures
 2026-09-10  1:48 UTC  (2+ messages)

[PATCH v6 00/40] Use defined 16-bits ASC/ASCQ combinations
 2026-09-09 19:02 UTC  (3+ messages)
` [PATCH v6 32/40] scsi: hpsa: use 16-bits defined sense codes

[PATCH RFC] scsi: core: Clear cmd->flags for terminal queuing error
 2026-09-09 17:55 UTC  (4+ messages)

[PATCH] ufs: host: qcom: Enable MCQ support for sa8255p
 2026-09-09 10:24 UTC  (2+ messages)

[PATCH] dma-mapping: rename dma_opt_mapping_size()
 2026-09-09  9:33 UTC  (2+ messages)

[PATCH v1] scsi: ufs: core: Hold a clock reference across the probe
 2026-09-09  9:25 UTC  (2+ messages)

[PATCH v1] ufs: core: serialize AHIT register access between sysfs and host driver
 2026-09-09  9:23 UTC  (2+ messages)

[PATCH V1 0/2] scsi: ufs: ufs-qcom: Add specified gear support for multi gear scaling
 2026-09-09  7:02 UTC  (5+ messages)
` [PATCH V1 1/2] "

[PATCH V1] scsi: ufs: ufs-qcom: Enable only lane clocks in lane clock APIs
 2026-09-09  2:47 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox