messages from 2024-08-28 14:10:13 to 2024-09-05 12:20:28 UTC [more...]
[PATCH 00/18] random: Include <linux/percpu.h> and resolve circular include dependency
2024-09-05 12:17 UTC
[PATCH 00/19] Add initial support for QCS8300
2024-09-05 11:31 UTC (31+ messages)
` [PATCH 01/19] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc
` [PATCH 02/19] remoteproc: qcom: pas: Add QCS8300 remoteproc support
` [PATCH 03/19] dt-bindings: phy: Add QMP UFS PHY comptible for QCS8300
` [PATCH 04/19] dt-bindings: ufs: qcom: Document the QCS8300 UFS Controller
` [PATCH 05/19] phy: qcom-qmp-ufs: Add support for QCS8300
` [PATCH 06/19] dt-bindings: power: rpmpd: Add QCS8300 power domains
` [PATCH 07/19] pmdomain: qcom: rpmhpd: "
` [PATCH 08/19] dt-bindings: qcom,pdc: document QCS8300 Power Domain Controller
` [PATCH 09/19] dt-bindings: arm-smmu: Add compatible for QCS8300 SoC
` [PATCH 10/19] dt-bindings: firmware: qcom,scm: document SCM on QCS8300 SoCs
` [PATCH 11/19] dt-bindings: soc: qcom: add qcom,qcs8300-imem compatible
` [PATCH 12/19] dt-bindings: mailbox: qcom-ipcc: Document QCS8300 IPCC
` [PATCH 13/19] dt-bindings: mfd: qcom,tcsr: Add compatible for QCS8300
` [PATCH 14/19] dt-bindings: nvmem: qfprom: "
` [PATCH 15/19] dt-bindings: soc: qcom,aoss-qmp: Document the QCS8300 AOSS channel
` [PATCH 16/19] dt-bindings: arm: qcom: document QCS8275/QCS8300 SoC and reference board
` [PATCH 17/19] arm64: defconfig: enable clock controller, interconnect and pinctrl for QCS8300
` [PATCH 18/19] arm64: dts: qcom: add initial support for QCS8300 DTSI
` [PATCH 19/19] arm64: dts: qcom: add base QCS8300 RIDE dts
[PATCH v1 0/5] mpi3mr: Few Enhancements and minor fix
2024-09-05 10:27 UTC (6+ messages)
` [PATCH v1 1/5] mpi3mr: Enhance the Enable Controller retry logic
` [PATCH v1 2/5] mpi3mr: use firmware provided timestamp update interval
` [PATCH v1 3/5] mpi3mr: Update MPI Headers to revision 34
` [PATCH v1 4/5] mpi3mr: improve wait logic while controller transitions to READY state
` [PATCH v1 5/5] mpi3mr: Update driver version to 8.12.0.0.50
[PATCH 1/2] m68k/mvme147: Fix SCSI IRQ numbers
2024-09-05 5:09 UTC (3+ messages)
` [PATCH 2/2] scsi: wd33c93: Avoid deferencing null pointer in interrupt handler
[PATCH] scsi: qla2xxx: avoid possible garbage in qla8044_rd_reg_indirect()
2024-09-05 5:02 UTC
[PATCH] scsi: pmcraid: Convert comma to semicolon
2024-09-05 2:35 UTC
[PATCH v3] sd: Retry START STOP UNIT commands
2024-09-05 0:35 UTC (2+ messages)
[PATCH v2] docs: Move fault injection section to dev-tools
2024-09-04 20:06 UTC (3+ messages)
[PATCH] scsi: aacraid: Fix memory leak in open_getadapter_fib function
2024-09-04 17:23 UTC (7+ messages)
[PATCHv3 00/10] block integrity merging and counting
2024-09-04 15:26 UTC (11+ messages)
` [PATCHv3 01/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv3 02/10] block: provide helper for nr_integrity_segments
` [PATCHv3 03/10] scsi: use request helper to get integrity segments
` [PATCHv3 04/10] nvme-rdma: "
` [PATCHv3 05/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv3 06/10] blk-integrity: simplify counting segments
` [PATCHv3 07/10] blk-integrity: simplify mapping sg
` [PATCHv3 08/10] blk-integrity: remove inappropriate limit checks
` [PATCHv3 09/10] blk-integrity: consider entire bio list for merging
` [PATCHv3 10/10] blk-merge: properly account for integrity segments
[PATCH v4 0/5] Write-placement hints and FDP
2024-09-04 14:57 UTC (8+ messages)
` [PATCH v4 1/5] fs, block: refactor enum rw_hint
[PATCH -next 0/3] Use sysfs_emit for reloading sysfs's .show
2024-09-04 1:35 UTC (4+ messages)
` [PATCH -next 1/3] scsi: pmcraid: change snprintf() to sysfs_emit()
` [PATCH -next 2/3] scsi: aacraid: Use sysfs_emit() to replace the sprintf()
` [PATCH -next 3/3] scsi: hptiop: Change snprintf() to sysfs_emit()
[PATCH AUTOSEL 5.15 04/12] scsi: lpfc: Fix overflow build issue
2024-09-03 19:26 UTC
[PATCH AUTOSEL 6.1 06/17] scsi: lpfc: Fix overflow build issue
2024-09-03 19:25 UTC
[PATCH AUTOSEL 6.6 07/20] scsi: lpfc: Fix overflow build issue
2024-09-03 19:23 UTC
[PATCH AUTOSEL 6.10 07/22] scsi: lpfc: Fix overflow build issue
2024-09-03 19:21 UTC
[PATCH v3 0/9] Simplify the UFS driver initialization code
2024-09-03 20:24 UTC (16+ messages)
` [PATCH v3 1/9] ufs: core: Introduce ufshcd_add_scsi_host()
` [PATCH v3 2/9] ufs: core: Introduce ufshcd_activate_link()
` [PATCH v3 3/9] ufs: core: Introduce ufshcd_post_device_init()
` [PATCH v3 4/9] ufs: core: Call ufshcd_add_scsi_host() later
` [PATCH v3 5/9] ufs: core: Move the ufshcd_device_init() call
` [PATCH v3 6/9] ufs: core: Move the ufshcd_device_init(hba, true) call
` [PATCH v3 7/9] ufs: core: Expand "
` [PATCH v3 8/9] ufs: core: Move the MCQ scsi_add_host() call
` [PATCH v3 9/9] ufs: core: Remove the second argument of ufshcd_device_init()
[RESEND PATCH v2 0/2] scsi: ufs: introduce a callback to override OCS value
2024-09-03 19:42 UTC (4+ messages)
` [RESEND PATCH v2 1/2] scsi: ufs: core: introduce override_cqe_ocs
` [RESEND PATCH v2 2/2] scsi: ufs: ufs-exynos: implement override_cqe_ocs
[PATCH] scsi: aacraid: Prevent premature freeing and improve memory allocation checks for fsa_dev
2024-09-03 17:19 UTC
[PATCH][next] scsi: lpfc: Remove trailing space after \n newline
2024-09-03 16:20 UTC (2+ messages)
[PATCH RFC 0/4] RAID0 atomic write support
2024-09-03 15:07 UTC (5+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support
[PATCH v2] mpi3mr: a performance fix
2024-09-03 14:47 UTC
[PATCH] ibmvfc: Add max_sectors module parameter
2024-09-03 14:42 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH V2] scsi: ufs: ufs-qcom: add fixup_dev_quirks vops
2024-09-03 13:18 UTC (3+ messages)
[PATCH V3] scsi: ufs: ufs-qcom: add fixup_dev_quirks vops
2024-09-03 13:15 UTC
[PATCH v2 0/2] fix MCQ abort defect
2024-09-03 12:56 UTC (4+ messages)
` [PATCH v2 1/2] ufs: core: fix the issue of ICU failure
` [PATCH v2 2/2] ufs: core: requeue MCQ abort request
[PATCH V6] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-09-03 6:37 UTC
[PATCH][next] scsi: mpt3sas: Remove trailing space after \n newline
2024-09-02 17:14 UTC (2+ messages)
[PATCH][next][V2] scsi: mpt3sas: Remove trailing space after \n newline
2024-09-02 17:27 UTC
[PATCH][next] scsi: qedf: Remove trailing space after \n newline
2024-09-02 14:51 UTC
[PATCH][next] scsi: hisi_sas: Remove trailing space after \n newline
2024-09-02 14:41 UTC
[PATCH][next] megaraid_sas: Remove trailing space after \n newline
2024-09-02 14:22 UTC
[PATCH][next] scsi: pm8001: Remove trailing space after \n newline
2024-09-02 14:19 UTC (2+ messages)
[PATCH][next] scsi: zalon: Remove trailing space after \n newline
2024-09-02 14:12 UTC
[PATCH V5] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-09-02 12:47 UTC (2+ messages)
[Bug 213759] New: CD tray ejected on hibernate resume
2024-09-02 8:48 UTC (2+ messages)
` [Bug 213759] "
[PATCH V2] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-09-02 5:20 UTC (4+ messages)
[PATCH v2] fusion: mptctl: Use min macro
2024-09-02 1:33 UTC
[PATCH v2 0/2] scsi: ufs: introduce a callback to override OCS value
2024-09-02 0:27 UTC (4+ messages)
[PATCH] scsi: libcxgbi: Remove an unused field in struct cxgbi_device
2024-09-01 20:45 UTC
[PATCH v1 0/2] fix MCQ abort defect
2024-08-31 19:49 UTC (6+ messages)
` [PATCH v1 1/2] ufs: core: fix the issue of ICU failure
` [PATCH v1 2/2] ufs: core: requeue MCQ abort request
[GIT PULL] SCSI fixes for 6.11-rc5
2024-08-31 19:13 UTC (2+ messages)
[PATCH v1] fusion: mptctl: Use min macro
2024-08-31 12:19 UTC (2+ messages)
[PATCH -next] scsi: qla2xxx: replace simple_strtoul to kstrtoul
2024-08-31 1:27 UTC (3+ messages)
[PATCH] docs: Move fault injection section to dev-tools
2024-08-30 17:43 UTC
[PATCH -next] scsi: sd: Remove duplicate included header file linux/bio-integrity.h
2024-08-30 7:58 UTC
[PATCH V4] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-08-30 7:20 UTC (2+ messages)
[RFC 0/7] Introduce swiotlb throttling
2024-08-30 3:58 UTC (7+ messages)
BUG: kernel panic: corrupted stack end in worker_thread
2024-08-29 20:38 UTC (4+ messages)
BUG: corrupted list in dst_init
2024-08-29 19:30 UTC (3+ messages)
[PATCH v3 00/10] Read/Write with meta/integrity
2024-08-29 13:29 UTC (21+ messages)
` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
` [PATCH v3 09/10] nvme: add handling for app_tag
` [PATCH v3 05/10] block: define meta io descriptor
` [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 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
[PATCH V3] scsi: ufs: qcom: update MODE_MAX cfg_bw value
2024-08-29 12:21 UTC
[PATCH v1 0/1] Set SDEV_OFFLINE when ufs shutdown
2024-08-29 9:39 UTC (2+ messages)
` [PATCH v1 1/1] ufs: core: set "
[PATCH v1] scsi: Convert to use ERR_CAST()
2024-08-29 9:17 UTC
BUG: general protection fault in batadv_iv_send_outstanding_bat_ogm_packet
2024-08-29 6:40 UTC
remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value v2
2024-08-29 4:24 UTC (3+ messages)
[PATCH -next] scsi: target: Remove unused declarations
2024-08-29 2:50 UTC (2+ messages)
[PATCH] scsi: elx: libefc: potential use after free in efc_nport_vport_del()
2024-08-29 2:50 UTC (2+ messages)
[PATCH v2] scsi: ufs: Move UFS trace events to private header
2024-08-29 2:50 UTC (2+ messages)
[PATCH v3 00/18] Simplify multiple create*_workqueue() invocations
2024-08-29 2:50 UTC (2+ messages)
[PATCH 0/1] ufs: mediatek: Fix probe failure on MT8395 SoC
2024-08-29 2:50 UTC (3+ messages)
` [PATCH 1/1] scsi: ufs-mediatek: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP
[PATCH v2 0/2] Fix system resume for SCSI devices
2024-08-29 2:46 UTC (3+ messages)
` [PATCH v2 1/2] scsi: core: Retry passthrough commands if SCMD_RETRY_PASSTHROUGH is set
[PATCH 0/2] Fix the UFS driver hibernation code
2024-08-29 2:34 UTC (15+ messages)
` [PATCH 2/2] scsi: ufs: core: Fix the code for entering hibernation
[PATCH 0/7] smartpqi updates
2024-08-29 2:18 UTC (2+ messages)
[PATCH] scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_port
2024-08-29 1:32 UTC (2+ messages)
[PATCH] scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport
2024-08-29 1:34 UTC (2+ messages)
[PATCH v1 1/1] scsi: ufs: core: Remove ufshcd_urgent_bkops()
2024-08-29 1:18 UTC (2+ messages)
[PATCH -next] scsi: core: Remove obsoleted declaration for scsi_driverbyte_string
2024-08-29 1:04 UTC (2+ messages)
[PATCH -next] scsi: bnx2i: Remove unused declarations
2024-08-29 0:59 UTC (2+ messages)
BUG: kernel panic: corrupted stack end in sg_ioctl
2024-08-28 22:57 UTC
[PATCH v2 0/9] Simplify the UFS driver initialization code
2024-08-28 17:19 UTC (10+ messages)
` [PATCH v2 3/9] ufs: core: Introduce ufshcd_post_device_init()
` [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] block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
2024-08-28 14:51 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).