linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 22:06:07 to 2022-10-24 15:15:16 UTC [more...]

Report in downstream Debian: mpt3sas broken with xen dom0 with update to 5.10.149 in 5.10.y
 2022-10-24 12:55 UTC  (5+ messages)

[PATCH v1] ufs: core: print more evt history
 2022-10-24 13:15 UTC  (2+ messages)

[PATCH v4] scsi:iscsi: Fix multiple iscsi session unbind event sent to userspace
 2022-10-24 12:50 UTC  (5+ messages)

[PATCH 0/5] scatterlist: add operations for scsi_debug
 2022-10-24 12:21 UTC  (7+ messages)
` [PATCH 1/5] sgl_alloc_order: remove 4 GiB limit
` [PATCH 2/5] scatterlist: add sgl_copy_sgl() function
` [PATCH 3/5] scatterlist: add sgl_equal_sgl() function
` [PATCH 4/5] scatterlist: add sgl_memset()
` [PATCH 5/5] scsi_debug: change store from vmalloc to sgl

[PATCH v5 0/7] libsas and drivers: NCQ error handling
 2022-10-24 12:24 UTC  (11+ messages)

[PATCH v25 00/44] sg: add v4 interface
 2022-10-24  3:20 UTC  (45+ messages)
` [PATCH v25 01/44] sg: move functions around
` [PATCH v25 02/44] sg: remove typedefs, type+formatting cleanup
` [PATCH v25 03/44] sg: sg_log and is_enabled
` [PATCH v25 04/44] sg: remove typedefs, type+formatting cleanup
` [PATCH v25 05/44] sg: bitops in sg_device
` [PATCH v25 06/44] sg: make open count an atomic
` [PATCH v25 07/44] sg: move header to uapi section
` [PATCH v25 08/44] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v25 09/44] sg: sg_allow_if_err_recovery and renames
` [PATCH v25 10/44] sg: change rwlock to spinlock
` [PATCH v25 11/44] sg: ioctl handling
` [PATCH v25 12/44] sg: split sg_read
` [PATCH v25 13/44] sg: sg_common_write add structure for arguments
` [PATCH v25 14/44] sg: rework sg_vma_fault
` [PATCH v25 15/44] sg: rework sg_mmap
` [PATCH v25 16/44] sg: replace sg_allow_access
` [PATCH v25 17/44] sg: rework scatter gather handling
` [PATCH v25 18/44] sg: introduce request state machine
` [PATCH v25 19/44] sg: sg_find_srp_by_id
` [PATCH v25 20/44] sg: sg_fill_request_element
` [PATCH v25 21/44] sg: printk change %p to %pK
` [PATCH v25 22/44] sg: xarray for fds in device
` [PATCH v25 23/44] sg: xarray for reqs in fd
` [PATCH v25 24/44] sg: replace rq array with xarray
` [PATCH v25 25/44] sg: sense buffer rework
` [PATCH v25 26/44] sg: add sg v4 interface support
` [PATCH v25 27/44] sg: rework debug info
` [PATCH v25 28/44] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v25 29/44] sg: expand sg_comm_wr_t
` [PATCH v25 30/44] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v25 31/44] sg: move procfs objects to avoid forward decls
` [PATCH v25 32/44] sg: protect multiple receivers
` [PATCH v25 33/44] sg: first debugfs support
` [PATCH v25 34/44] sg: rework mmap support
` [PATCH v25 35/44] sg: defang allow_dio
` [PATCH v25 36/44] sg: warn v3 write system call users
` [PATCH v25 37/44] sg: add mmap_sz tracking
` [PATCH v25 38/44] sg: track lowest inactive and await indexes
` [PATCH v25 39/44] sg: remove unit attention check for device changed
` [PATCH v25 40/44] sg: no_dxfer: move to/from kernel buffers
` [PATCH v25 41/44] sg: add bio_poll support
` [PATCH v25 42/44] sg: add statistics similar to st
` [PATCH v25 43/44] sg: rework command completion when removed device
` [PATCH v25 44/44] sg: bump version to 4.0.14

[PATCH V2] scsi: ufs: core: Let delay value after LPM can be modified by vendor
 2022-10-23 10:18 UTC  (3+ messages)

[PATCH v4 0/3] Changes for ufshcd.c
 2022-10-23  9:47 UTC  (7+ messages)
` [PATCH v4 1/3] scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"
` [PATCH v4 2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()
` [PATCH v4 3/3] scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodes

[PATCH 0/2] Check and update the device link rate during discovery
 2022-10-23  7:07 UTC  (5+ messages)
` [PATCH 1/2] scsi: libsas: Add sas_update_linkrate()
` [PATCH 2/2] scsi: libsas: Add sas_check_port_linkrate()

[PATCH v5 00/35] Allow scsi_execute users to control retries
 2022-10-23  6:32 UTC  (37+ messages)
` [PATCH v5 01/35] scsi: Add helper to prep sense during error handling
` [PATCH v5 02/35] scsi: Allow passthrough to override what errors to retry
` [PATCH v5 03/35] scsi: Add struct for args to execution functions
` [PATCH v5 04/35] scsi: Add scsi_failure field to scsi_exec_args
` [PATCH v5 05/35] scsi: libata: Convert to scsi_exec_req
` [PATCH v5 06/35] hwmon: drivetemp: "
` [PATCH v5 07/35] scsi: ch: "
` [PATCH v5 08/35] scsi: scsi_dh: "
` [PATCH v5 09/35] scsi: core: "
` [PATCH v5 10/35] scsi: spi: "
` [PATCH v5 11/35] scsi: sd: "
` [PATCH v5 12/35] scsi: zbc: "
` [PATCH v5 13/35] scsi: ses: "
` [PATCH v5 14/35] scsi: sr: "
` [PATCH v5 15/35] scsi: virtio_scsi: "
` [PATCH v5 16/35] scsi: target_core_pscsi: "
` [PATCH v5 17/35] scsi: ufshcd: "
` [PATCH v5 18/35] scsi: cxlflash: "
` [PATCH v5 19/35] scsi: Remove scsi_execute functions
` [PATCH v5 20/35] scsi: Have scsi-ml retry scsi_probe_lun errors
` [PATCH v5 21/35] scsi: retry INQUIRY after timeout
` [PATCH v5 22/35] scsi: Have scsi-ml retry read_capacity_16 errors
` [PATCH v5 23/35] scsi: Have scsi-ml retry sd_spinup_disk errors
` [PATCH v5 24/35] scsi: hp_sw: Have scsi-ml retry scsi_exec_req errors
` [PATCH v5 25/35] scsi: rdac: Have scsi-ml retry send_mode_select errors
` [PATCH v5 26/35] scsi: spi: Have scsi-ml retry spi_execute errors
` [PATCH v5 27/35] scsi: sd: Have scsi-ml retry sd_sync_cache errors
` [PATCH v5 28/35] scsi: ch: Have scsi-ml retry ch_do_scsi errors
` [PATCH v5 29/35] scsi: Have scsi-ml retry scsi_mode_sense errors
` [PATCH v5 30/35] scsi: Have scsi-ml retry scsi_report_lun_scan errors
` [PATCH v5 31/35] scsi: sd: Have sd_pr_command retry UAs
` [PATCH v5 32/35] scsi: sd: Have scsi-ml retry read_capacity_10 errors
` [PATCH v5 33/35] scsi: ses: Have scsi-ml retry scsi_exec_req errors
` [PATCH v5 34/35] scsi: sr: Have scsi-ml retry get_sectorsize errors
` [PATCH v5 35/35] scsi: Add kunit tests for scsi_check_passthrough

[PATCH v4 00/10] Fix a deadlock in the UFS driver
 2022-10-23  6:16 UTC  (13+ messages)
` [PATCH v4 02/10] scsi: core: Change the return type of .eh_timed_out()
` [PATCH v4 03/10] scsi: core: Support failing requests while recovering
` [PATCH v4 09/10] scsi: ufs: Introduce the function ufshcd_execute_start_stop()

[PATCH v3 0/3] Changes for ufshcd.c
 2022-10-22 21:30 UTC  (4+ messages)
` [PATCH v3 2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()

[Bug 216588] RTL9210(B) falsely detected as rotational disk
 2022-10-22  7:26 UTC  (3+ messages)

[PATCH] drivers/scsi: fix repeated words in comments
 2022-10-22  6:45 UTC 

[PATCH] scsi/lpfc: fix repeated words in comments
 2022-10-22  6:42 UTC 

[PATCH] scsi/aic7xxx: fix repeated words in comments
 2022-10-22  6:38 UTC 

[PATCH] scsi/bfa: fix repeated words in comments
 2022-10-22  6:35 UTC 

[PATCH] scsi/fcoe: fix repeated words in comments
 2022-10-22  6:34 UTC 

[PATCH] scsi/isci: fix repeated words in comments
 2022-10-22  6:33 UTC 

[PATCH] scsi/isci: fix repeated words in comments
 2022-10-22  6:31 UTC 

[PATCH] scsi/isci: fix repeated words in comments
 2022-10-22  6:30 UTC 

[PATCH] scsi/isci: fix repeated words in comments
 2022-10-22  6:29 UTC 

[PATCH] scsi/ibmvscsi_tgt: fix repeated words in comments
 2022-10-22  6:26 UTC 

[Bug] double ->queue_rq() because of timeout in ->queue_rq()
 2022-10-22  4:27 UTC  (10+ messages)

[PATCH v6 0/8] scsi: libsas: sas address comparison refactor
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Fix typo for register name in comments
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH v6 0/8] libsas and drivers: NCQ error handling
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Fix typo in comments
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Fix the error log in ufshcd_query_flag_retry()
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH v2] scsi: mpi3mr: select CONFIG_SCSI_SAS_ATTRS
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH] scsi: pm80xx: Display proc_name in sysfs
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH v7 0/8] Prepare for constifying SCSI host templates
 2022-10-22  3:52 UTC  (2+ messages)

[PATCH 1/5] lpfc: Set sli4_param's cmf option to zero when CMF is turned off
 2022-10-22  3:20 UTC  (2+ messages)

[PATCH] scsi: pm80xx: Remove unused reset_in_progress flag logic
 2022-10-22  3:07 UTC  (2+ messages)

[PATCH v4 0/7] scsi: libsas: Use request tag in more drivers
 2022-10-22  3:05 UTC  (2+ messages)

[PATCH] scsi: sd: Update dix config everytime sd_revalidate_disk is called
 2022-10-22  2:52 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 6.0-rc1
 2022-10-21 22:50 UTC  (2+ messages)

[PATCH v2 0/2] Fix scsi device's iodone_cnt mismatch with iorequest_cnt
 2022-10-21 23:56 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: increase scsi device's iodone_cnt in scsi_timeout()
` [PATCH v2 2/2] scsi: donot increase scsi_device's iorequest_cnt if dispatch failed

[PATCH v4 00/36] Allow scsi_execute users to control retries
 2022-10-20 21:22 UTC  (15+ messages)
` [PATCH v4 02/36] scsi: Allow passthrough to override what errors to retry
` [PATCH v4 06/36] hwmon: drivetemp: Convert to scsi_exec_req
` [PATCH v4 20/36] scsi: Have scsi-ml retry scsi_probe_lun errors
` [PATCH v4 22/36] scsi: Have scsi-ml retry read_capacity_16 errors
` [PATCH v4 23/36] scsi: Have scsi-ml retry sd_spinup_disk errors

[PATCH v3 00/17] Add Multi Circular Queue Support
 2022-10-20 18:03 UTC  (18+ messages)
` [PATCH v3 01/17] ufs: core: Probe for ext_iid support
` [PATCH v3 02/17] ufs: core: Optimize duplicate code to read extended feature
` [PATCH v3 03/17] ufs: core: Introduce Multi-circular queue capability
` [PATCH v3 04/17] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v3 05/17] ufs: core: mcq: Introduce Multi Circular Queue
` [PATCH v3 06/17] ufs: core: mcq: Configure resource regions
` [PATCH v3 07/17] ufs: core: mcq: Calculate queue depth
` [PATCH v3 08/17] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v3 09/17] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v3 10/17] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v3 11/17] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v3 12/17] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v3 13/17] ufs: core: Prepare for completion in mcq
` [PATCH v3 14/17] ufs: mcq: Add completion support of a cqe
` [PATCH v3 15/17] ufs: core: mcq: Add completion support in poll
` [PATCH v3 16/17] ufs: core: mcq: Enable Multi Circular Queue
` [PATCH v3 17/17] ufs: qcom-host: Enable multi circular queue capability

[PATCH] ufs: core: Disable auto h8 before ssu
 2022-10-20 17:47 UTC  (9+ messages)

[PATCH linux-next] scsi: target: core: use strscpy() is more robust and safer
 2022-10-20  9:48 UTC  (2+ messages)

[PATCH RESEND] scsi: ufs: core: Let delay value after LPM can be modified by vendor
 2022-10-20  9:16 UTC  (3+ messages)

[PATCH v2 06/17] ufs: core: mcq: Configure resource regions
 2022-10-20  1:13 UTC  (8+ messages)
  ` Fwd: "


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).