linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 01:26:32 to 2022-10-05 03:28:54 UTC [more...]

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-05  3:22 UTC  (13+ messages)
` [RFC PATCH 01/21] "
` [RFC PATCH 02/21] loop: use lib tagset init helper
` [RFC PATCH 03/21] nbd: "
` [RFC PATCH 04/21] rnbd: "
` [RFC PATCH 05/21] bsg-lib: "
` [RFC PATCH 06/21] rnbd-clt: "
` [RFC PATCH 07/21] virtio-blk: "
` [RFC PATCH 08/21] scsi: "
` [RFC PATCH 09/21] block: "
` [RFC PATCH 10/21] amiflop: "
` [RFC PATCH 11/21] floppy: "
` [RFC PATCH 12/21] mtip32xx: "

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

[PATCH v3 0/7] scsi: libsas: Use request tag in more drivers
 2022-10-04 22:44 UTC  (9+ messages)
` [PATCH v3 1/7] scsi: libsas: Add sas_task_find_rq()
` [PATCH v3 2/7] scsi: hisi_sas: Use sas_task_find_rq()
` [PATCH v3 3/7] scsi: hisi_sas: Put reserved tags in lower region of tagset
` [PATCH v3 4/7] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH v3 5/7] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH v3 6/7] scsi: mvsas: Delete mvs_tag_init()
` [PATCH v3 7/7] scsi: mvsas: Use sas_task_find_rq() for tagging

[PATCH v1 00/16] Add Multi Circular Queue Support
 2022-10-04 22:09 UTC  (21+ messages)
` [PATCH v1 01/16] ufs: core: Probe for ext_iid support
` [PATCH v1 03/16] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v1 04/16] ufs: core: mcq: Introduce Multi Circular Queue
` [PATCH v1 05/16] ufs: core: mcq: Configure resource regions
` [PATCH v1 07/16] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v1 12/16] ufs: core: Prepare for completion in mcq
` [PATCH v1 13/16] ufs: mcq: Add completion support of a cqe
` [PATCH v1 15/16] ufs: core: mcq: Enable Multi Circular Queue

[PATCH 0/7] scsi: target: make RTPI an TPG identifier
 2022-10-04 16:41 UTC  (13+ messages)
` [PATCH 2/7] scsi: target: core: Add RTPI field to target port
` [PATCH 6/7] scsi: target: core: Add RTPI attribute for "
` [PATCH 7/7] target: core: check RTPI uniquity for enabled TPG

[PATCH v5 0/7] libsas and drivers: NCQ error handling
 2022-10-04 14:04 UTC  (3+ messages)

[Bug 214311] New: megaraid_sas - no disks detected
 2022-10-04 12:51 UTC  (4+ messages)
` [Bug 214311] "

[PATCH v2 0/6] scsi: libsas: Use request tag in more drivers
 2022-10-04  7:37 UTC  (21+ messages)
` [PATCH v2 1/6] scsi: libsas: Add sas_task_find_rq()
` [PATCH v2 2/6] scsi: hisi_sas: Use sas_task_find_rq()
` [PATCH v2 3/6] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH v2 4/6] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH v2 5/6] scsi: mvsas: Delete mvs_tag_init()
` [PATCH v2 6/6] scsi: mvsas: Use sas_task_find_rq() for tagging

[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
 2022-10-04  6:00 UTC  (5+ messages)

[PATCH v5 0/7] Prepare for constifying SCSI host templates
 2022-10-04  0:24 UTC  (8+ messages)
` [PATCH v5 6/7] module: Improve support for asynchronous module exit code

[PATCH v3 0/8] Fix a deadlock in the UFS driver
 2022-10-04  0:21 UTC  (23+ messages)
` [PATCH v3 3/8] scsi: core: Support failing requests while recovering
` [PATCH v3 4/8] scsi: ufs: Remove an outdated comment
` [PATCH v3 5/8] scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()
` [PATCH v3 6/8] scsi: ufs: Try harder to change the power mode
` [PATCH v3 7/8] scsi: ufs: Track system suspend / resume activity
` [PATCH v3 8/8] scsi: ufs: Fix a deadlock between PM and the SCSI error handler

[PATCH 0/3] fixes related to iSCSI Time2Retain timer
 2022-10-03 20:27 UTC  (4+ messages)
` [PATCH 1/3] target: iscsi: schedule close_session at timeout
` [PATCH 2/3] target: iscsi: forbid call iscsit_close_session() from atomic context
` [PATCH 3/3] target: iscsi: close session without connections

[PATCH v6 0/8] Prepare for constifying SCSI host templates
 2022-10-03 16:23 UTC  (4+ messages)
` [PATCH v6 6/8] scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()

[PATCH] scsi: target: iscsi: cxgbit: fix sleep-in-atomic-context bug in cxgbit_abort_conn
 2022-10-03 14:56 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 5/8] scsi: qedf: Fix a UAF bug in __qedf_probe()
 2022-10-02 22:52 UTC 

[PATCH AUTOSEL 5.4 5/9] scsi: qedf: Fix a UAF bug in __qedf_probe()
 2022-10-02 22:52 UTC 

[PATCH AUTOSEL 5.10 06/14] scsi: qedf: Fix a UAF bug in __qedf_probe()
 2022-10-02 22:51 UTC 

[PATCH AUTOSEL 5.15 09/20] scsi: qedf: Fix a UAF bug in __qedf_probe()
 2022-10-02 22:50 UTC 

[PATCH AUTOSEL 5.19 12/29] scsi: qedf: Fix a UAF bug in __qedf_probe()
 2022-10-02 22:49 UTC 

[PATCH] tcm_loop: Increase maximum request size
 2022-10-02 21:09 UTC  (2+ messages)

[PATCH] scsi: lpfc: Fix memory leak in lpfc_create_port()
 2022-10-02 16:48 UTC  (3+ messages)

[PATCH ] scsi/ipr: keep the order of locks
 2022-10-02  4:14 UTC  (3+ messages)

[PATCH] scsi: ufs: Remove unneeded casts from void *
 2022-10-01  9:58 UTC  (3+ messages)

[PATCH] scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
 2022-10-01  9:56 UTC  (2+ messages)

[PATCH] qla2xxx: Use transport defined speed mask for supported_speeds
 2022-10-01  9:55 UTC  (2+ messages)

[PATCH] target/iblock: fold iblock_emulate_read_cap_with_block_size into iblock_get_blocks
 2022-10-01  9:52 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Fix serialization of DCBX TLV data request
 2022-10-01  9:50 UTC  (2+ messages)

[PATCH 0/5] fetch sense data for ATA devices supporting sense reporting
 2022-10-01  9:47 UTC  (3+ messages)
` [PATCH 1/5] scsi: Define the COMPLETED sense key

[PATCH 2/7] scsi: Convert snprintf() to scnprintf()
 2022-10-01  9:44 UTC  (4+ messages)

[PATCH -next] scsi: ufs: Remove redundant dev_err call
 2022-10-01  9:29 UTC  (3+ messages)

[PATCH 0/5] scsi: megaraid_sas: some bug fixes and cod cleanup
 2022-10-01  9:22 UTC  (2+ messages)

[PATCH] target: core: UA on all luns after reset
 2022-10-01  9:07 UTC  (2+ messages)

[PATCH v2 0/4] target: fix bugs in Persistent Reservations
 2022-10-01  9:04 UTC  (2+ messages)

[PATCH v2 00/35] Allow scsi_execute users to control retries
 2022-09-30 18:03 UTC  (7+ messages)
` [PATCH v2 03/35] scsi: Add struct for args to execution functions
` [PATCH v2 17/35] scsi: ufshcd: Convert to scsi_exec_req

[PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru
 2022-09-30 14:04 UTC  (16+ messages)
  ` [PATCH for-next v12 01/12] io_uring: add io_uring_cmd_import_fixed
  ` [PATCH for-next v12 02/12] io_uring: introduce fixed buffer support for io_uring_cmd
  ` [PATCH for-next v12 03/12] block: add blk_rq_map_user_io
  ` [PATCH for-next v12 04/12] scsi: Use blk_rq_map_user_io helper
  ` [PATCH for-next v12 05/12] nvme: "
  ` [PATCH for-next v12 06/12] nvme: refactor nvme_add_user_metadata
  ` [PATCH for-next v12 07/12] nvme: refactor nvme_alloc_request
  ` [PATCH for-next v12 08/12] block: rename bio_map_put to blk_mq_map_bio_put
  ` [PATCH for-next v12 09/12] block: factor out blk_rq_map_bio_alloc helper
  ` [PATCH for-next v12 10/12] block: extend functionality to map bvec iterator
  ` [PATCH for-next v12 11/12] nvme: pass ubuffer as an integer
  ` [PATCH for-next v12 12/12] nvme: wire up fixed buffer support for nvme passthrough

[PATCH for-next v11 11/13] block: add blk_rq_map_user_io
 2022-09-30  4:15 UTC  (2+ messages)

[PATCH] restrict legal sdev_state transitions via sysfs
 2022-09-30  2:57 UTC  (2+ messages)

[PATCH for-next v11 00/13] Fixed-buffer for uring-cmd/passthru
 2022-09-30  1:26 UTC  (3+ messages)
  ` [PATCH for-next v11 02/13] io_uring: introduce fixed buffer support for io_uring_cmd


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