messages from 2024-08-22 17:03:04 to 2024-08-28 06:14:58 UTC [more...]
[RFC 0/7] Introduce swiotlb throttling
2024-08-28 6:14 UTC (37+ messages)
` [RFC 1/7] swiotlb: "
` [RFC 2/7] dma: Handle swiotlb throttling for SGLs
` [RFC 3/7] dma: Add function for drivers to know if allowing blocking is useful
` [RFC 4/7] scsi_lib_dma: Add _attrs variant of scsi_dma_map()
` [RFC 5/7] scsi: storvsc: Enable swiotlb throttling
` [RFC 6/7] nvme: Move BLK_MQ_F_BLOCKING indicator to struct nvme_ctrl
` [RFC 7/7] nvme: Enable swiotlb throttling for NVMe PCI devices
[PATCH v1 1/1] scsi: ufs: core: Remove ufshcd_urgent_bkops()
2024-08-28 6:02 UTC (2+ messages)
regression on generic/351 in 6.11-rc5?
2024-08-28 5:05 UTC (4+ messages)
[PATCH] block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
2024-08-28 4:25 UTC (2+ messages)
[PATCH] scsi: st: Fix input/output error on empty drive reset
2024-08-28 1:11 UTC
BUG: kernel panic: corrupted stack end in worker_thread
2024-08-27 23:49 UTC
[PATCH v2 0/9] Simplify the UFS driver initialization code
2024-08-27 22:04 UTC (22+ messages)
` [PATCH v2 1/9] ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v2 2/9] ufs: core: Introduce ufshcd_activate_link()
` [PATCH v2 3/9] ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v2 4/9] ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v2 5/9] ufs: core: Move the ufshcd_device_init() call
` [PATCH v2 6/9] ufs: core: Move the ufshcd_device_init(hba, true) call
` [PATCH v2 7/9] ufs: core: Expand "
` [PATCH v2 8/9] ufs: core: Move the MCQ scsi_add_host() call
` [PATCH v2 9/9] ufs: core: Remove the second argument of ufshcd_device_init()
[PATCH 0/2] Fix the UFS driver hibernation code
2024-08-27 21:59 UTC (45+ messages)
` [PATCH 1/2] scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to read
` [PATCH 2/2] scsi: ufs: core: Fix the code for entering hibernation
`
[PATCH -next] scsi: core: Remove obsoleted declaration for scsi_driverbyte_string
2024-08-27 21:52 UTC (2+ messages)
[PATCH 0/7] smartpqi updates
2024-08-27 18:55 UTC (8+ messages)
` [PATCH 1/7] smartpqi: Add fw log to kdump
` [PATCH 2/7] smartpqi: correct stream detection
` [PATCH 3/7] smartpqi: add counter for parity write stream requests
` [PATCH 4/7] smartpqi: add new controller PCI IDs
` [PATCH 5/7] smartpqi: fix rare system hang during LUN reset
` [PATCH 6/7] smartpqi: fix volume size updates
` [PATCH 7/7] smartpqi: update driver version to 2.1.30-031
[PATCH v2 0/2] ufs: core: fix err handler mcq abort defect
2024-08-27 15:55 UTC (5+ messages)
` [PATCH v2 1/2] ufs: core: complete scsi command after release
` [PATCH v2 2/2] ufs: core: force reset after mcq abort all
remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
2024-08-27 12:19 UTC (7+ messages)
` [PATCH 1/4] scsi: check that busses support the DMA API before setting dma parameters
` [PATCH 2/4] dma-mapping: don't return errors from dma_set_min_align_mask
` [PATCH 3/4] dma-mapping: don't return errors from dma_set_seg_boundary
` [PATCH 4/4] dma-mapping: don't return errors from dma_set_max_seg_size
[PATCH v1] fusion: mptctl: Use min macro
2024-08-27 11:39 UTC
[PATCH v2 0/2] scsi: ufs: introduce a callback to override OCS value
2024-08-27 5:59 UTC (6+ messages)
[PATCH v4 0/5] Write-placement hints and FDP
2024-08-27 5:12 UTC (8+ messages)
` [PATCH v4 1/5] fs, block: refactor enum rw_hint
` [PATCH v4 2/5] fcntl: rename rw_hint_* to rw_life_hint_*
` [PATCH v4 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
` [PATCH v4 4/5] sd: limit to use write life hints
` [PATCH v4 5/5] nvme: enable FDP support
[PATCH 0/3] add fixup_dev_quirks vops for ufs-qcom
2024-08-27 5:06 UTC (4+ messages)
` [PATCH 3/3] scsi: ufs: ufs-qcom: Apply DELAY_AFTER_LPM quirk for Toshiba devices
[PATCH v2 1/2] scsi: ufs: core: introduce override_cqe_ocs
2024-08-26 13:08 UTC (2+ messages)
[PATCH v1 0/2] ufs: core: fix err handler mcq abort defect
2024-08-26 3:42 UTC (7+ messages)
` [PATCH v1 1/2] ufs: core: complete scsi command after release
` [PATCH v1 2/2] ufs: core: force reset after mcq abort all
[PATCH] mpi3mr: a perfomance fix
2024-08-25 8:31 UTC (3+ messages)
[GIT PULL] SCSI fixes for 6.11-rc4
2024-08-25 0:13 UTC (2+ messages)
[PATCH] usb-storage: Constify struct usb_device_id and us_unusual_dev
2024-08-24 15:20 UTC (2+ messages)
[PATCH v3 00/10] Read/Write with meta/integrity
2024-08-24 8:52 UTC (21+ messages)
` [PATCH v3 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v3 02/10] block: introduce a helper to determine metadata bytes from data iter
` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
` [PATCH v3 04/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v3 05/10] block: define meta io descriptor
` [PATCH v3 06/10] io_uring/rw: add support to send meta along with read/write
` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v3 07/10] block,nvme: "
` [PATCH v3 08/10] block: add support to pass user meta buffer
` [PATCH v3 09/10] nvme: add handling for app_tag
` [PATCH v3 10/10] scsi: add support for user-meta interface
[PATCH -next] scsi: bnx2i: Remove unused declarations
2024-08-24 8:47 UTC
[PATCH] scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport
2024-08-23 7:59 UTC
[PATCH] aacraid: Fix double-free on probe failure
2024-08-23 1:56 UTC (2+ messages)
[PATCH] scsi: lpfc: fix overflow build issue
2024-08-23 1:56 UTC (2+ messages)
[PATCH v3 00/18] Simplify multiple create*_workqueue() invocations
2024-08-23 1:32 UTC (20+ messages)
` [PATCH v3 01/18] scsi: Expand all "
` [PATCH v3 02/18] scsi: mptfusion: Simplify the alloc*_workqueue() invocations
` [PATCH v3 03/18] scsi: be2iscsi: Simplify an alloc_workqueue() invocation
` [PATCH v3 04/18] scsi: bfa: Simplify an alloc_ordered_workqueue() invocation
` [PATCH v3 05/18] scsi: esas2r: "
` [PATCH v3 06/18] scsi: fcoe: Simplify alloc_ordered_workqueue() invocations
` [PATCH v3 07/18] scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocation
` [PATCH v3 08/18] scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocation
` [PATCH v3 09/18] scsi: mpt3sas: "
` [PATCH v3 10/18] scsi: myrb: "
` [PATCH v3 11/18] scsi: myrs: "
` [PATCH v3 12/18] scsi: qedf: Simplify alloc_workqueue() invocations
` [PATCH v3 13/18] scsi: qedi: Simplify an alloc_workqueue() invocation
` [PATCH v3 14/18] scsi: snic: Simplify alloc_workqueue() invocations
` [PATCH v3 15/18] scsi: scsi_transport_fc: "
` [PATCH v3 16/18] scsi: stex: Simplify an alloc_ordered_workqueue() invocation
` [PATCH v3 17/18] scsi: ufs: Simplify alloc*_workqueue() invocation
` [PATCH v3 18/18] scsi: core: Simplify an alloc_workqueue() invocation
[PATCH] scsi: elx: libefc: potential use after free in efc_nport_vport_del()
2024-08-23 1:08 UTC (2+ messages)
[PATCH v2] scsi: ufs: Move UFS trace events to private header
2024-08-23 0:55 UTC (2+ messages)
[PATCH 5/9] ufs: core: Move the ufshcd_device_init() call
2024-08-22 17:46 UTC (3+ 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).