public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-12 13:26:41 to 2024-11-15 21:26:42 UTC [more...]

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-15 21:26 UTC  (3+ messages)
` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-15 21:22 UTC  (23+ 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] scsi: message: fusion: Constify struct pci_device_id
 2024-11-15 21:12 UTC 

DMMP request-queue vs. BiO
 2024-11-15 20:28 UTC  (5+ messages)

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-15 19:03 UTC  (22+ 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

[syzbot] [scsi?] [usb?] KASAN: slab-use-after-free Read in sg_release
 2024-11-15 18:00 UTC  (4+ messages)

[PATCH 0/2] scsi: st: More reset patches
 2024-11-15 17:45 UTC  (4+ messages)
` [PATCH 1/2] scsi: st: Remove use of device->was_reset
` [PATCH 2/2] scsi: st: Restore some drive settings after reset

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-15 16:53 UTC  (13+ messages)
          ` [EXT] "

[PATCH v5 0/8] blk: refactor queue affinity helpers
 2024-11-15 16:37 UTC  (9+ 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

[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 0/7] qla2xxx misc. bug fixes
 2024-11-15 13:03 UTC  (8+ 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 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  (25+ 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 06/10] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 07/10] scsi: hisi_sas: use blk_mq_hctx_map_queues to map queues
` [PATCH v4 08/10] nvme: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v4 09/10] virtio: blk/scsi: replace blk_mq_virtio_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 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  (36+ messages)
` [PATCH v3 1/8] driver core: bus: add irq_get_affinity callback to bus_type
` [PATCH v3 2/8] PCI: hookup irq_get_affinity callback
` [PATCH v3 3/8] virtio: "
` [PATCH v3 4/8] blk-mp: introduce blk_mq_hctx_map_queues
` [PATCH v3 5/8] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH v3 6/8] nvme: "
` [PATCH v3 7/8] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH v3 8/8] blk-mq: remove unused queue mapping helpers

[PATCH] scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG
 2024-11-13 10:30 UTC 

remove two fields from struct request
 2024-11-13  5:06 UTC  (10+ messages)
  ` [PATCH 1/2] block: remove the write_hint field "
  ` [PATCH 2/2] block: remove the ioprio "

[RFC v1 0/8] scsi: Multipath support for scsi disk devices
 2024-11-13  0:20 UTC  (6+ messages)
` [RFC v1 1/8] scsi: Add multipath device support

[PATCH 0/5] scsi: ufs: Bug fixes for ufs core and platform drivers
 2024-11-12 18:40 UTC  (2+ messages)

[PATCH 0/3] scsi: ufs-qcom: Enable Dumping of Hibern8, MCQ, and Testbus Registers
 2024-11-12 18:10 UTC  (3+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-12 13:52 UTC  (10+ messages)

[PATCH v5 0/7] Initial support for RK3576 UFS controller
 2024-11-12 14:54 UTC  (5+ messages)
` [PATCH v5 3/7] pmdomain: core: Introduce dev_pm_genpd_rpm_always_on()
` [PATCH v5 6/7] scsi: ufs: rockchip: initial support for UFS

[PATCH 04/21] scsi: bnx2fc: Use kthread_create_on_cpu()
 2024-11-12 14:22 UTC  (3+ messages)
` [PATCH 05/21] scsi: bnx2i: "
` [PATCH 06/21] scsi: qedi: "

qla1280 driver for qlogic-1040 on alpha
 2024-11-12 13:52 UTC  (18+ messages)

[PATCH] scsi: target: tcmu: Constify some structures
 2024-11-12 13:49 UTC  (2+ messages)


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