public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-28 07:29:14 to 2022-09-30 06:44:02 UTC [more...]

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

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

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

[PATCH v3 0/8] Fix a deadlock in the UFS driver
 2022-09-30  0:32 UTC  (11+ messages)
` [PATCH v3 1/8] scsi: core: Fix a race between scsi_done() and scsi_timeout()
` [PATCH v3 2/8] scsi: core: Change the return type of .eh_timed_out()
` [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/7] scsi: target: make RTPI an TPG identifier
 2022-09-30  0:03 UTC  (8+ 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] scsi: bfa: Avoid clashing function prototypes
 2022-09-29 23:03 UTC 

[PATCH v6 0/8] Prepare for constifying SCSI host templates
 2022-09-29 22:44 UTC  (9+ messages)
` [PATCH v6 1/8] scsi: esas2r: Initialize two host template members implicitly
` [PATCH v6 2/8] scsi: esas2r: Introduce scsi_template_proc_dir()
` [PATCH v6 3/8] scsi: core: Fail host creation if creating the proc directory fails
` [PATCH v6 4/8] scsi: core: Introduce a new list for SCSI proc directory entries
` [PATCH v6 5/8] scsi: core: Rework scsi_single_lun_run()
` [PATCH v6 6/8] scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()
` [PATCH v6 7/8] scsi: core: Remove the put_device() call from scsi_device_get()
` [PATCH v6 8/8] scsi: core: Release SCSI devices synchronously

[PATCH v2 0/4] target: fix bugs in Persistent Reservations
 2022-09-29 21:44 UTC  (2+ messages)

[PATCH v2 0/6] add support of RSOC command
 2022-09-29 20:34 UTC  (2+ messages)

[PATCH linux-next] scsi: target: use sysfs_emit() to instead of snprintf()
 2022-09-29 19:48 UTC  (2+ messages)

[PATCH v2 0/8] Fix a deadlock in the UFS driver
 2022-09-29 18:12 UTC  (9+ messages)
` [PATCH v2 2/8] scsi: core: Change the return type of .eh_timed_out()
` [PATCH v2 8/8] scsi: ufs: Fix a deadlock between PM and the SCSI error handler

[PATCH v5 0/7] Prepare for constifying SCSI host templates
 2022-09-29 17:51 UTC  (12+ messages)
` [PATCH v5 4/7] scsi: core: Introduce a new list for SCSI proc directory entries
` [PATCH v5 6/7] module: Improve support for asynchronous module exit code

[PATCH] tcm_loop: Increase maximum request size
 2022-09-29 11:55 UTC 

[PATCH] scsi: core: Add BLIST_NO_ASK_VPD_SIZE for some VDASD
 2022-09-29 10:42 UTC  (2+ messages)

[PATCH 0/6] scsi: libsas: Use request tag in more drivers
 2022-09-29  8:02 UTC  (25+ messages)
` [PATCH 1/6] scsi: libsas: Add sas_task_find_rq()
` [PATCH 2/6] scsi: hisi_sas: Use sas_task_find_rq()
` [PATCH 3/6] scsi: pm8001: Remove pm8001_tag_init()
` [PATCH 4/6] scsi: pm8001: Use sas_task_find_rq() for tagging
` [PATCH 5/6] scsi: mvsas: Delete mvs_tag_init()
` [PATCH 6/6] scsi: mvsas: Use sas_task_find_rq() for tagging

KASAN: use-after-free Read in sg_release
 2022-09-29  3:01 UTC  (4+ messages)

[PATCH 5.10] scsi: hisi_sas: Revert "scsi: hisi_sas: Limit max hw sectors for v3 HW"
 2022-09-29  2:57 UTC  (9+ messages)

[PATCH] scsi: ufs: Remove unneeded casts from void *
 2022-09-28 22:22 UTC 

[PATCH] scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
 2022-09-28 22:21 UTC 

[PATCH] target/iblock: fold iblock_emulate_read_cap_with_block_size into iblock_get_blocks
 2022-09-28 19:14 UTC  (2+ messages)

[PATCHSET v2 0/5] Enable alloc caching and batched freeing for passthrough
 2022-09-28 17:05 UTC  (14+ messages)
` [PATCH 1/5] block: enable batched allocation for blk_mq_alloc_request()
` [PATCH 3/5] block: allow end_io based requests in the completion batch handling
` [PATCH 4/5] nvme: split out metadata vs non metadata end_io uring_cmd completions
` [PATCH 5/5] nvme: enable batched completions of passthrough IO

[PATCH] scsi: ufs-bsg: Remove ufs_bsg_get_query_desc_size function
 2022-09-28 17:01 UTC  (7+ messages)

[PATCH v3 0/9] PCI/AER: Fix and optimize usage of status clearing api
 2022-09-28 15:54 UTC  (13+ messages)
` [PATCH v3 1/9] PCI/AER: Add pci_aer_clear_uncorrect_error_status() to PCI core
` [PATCH v3 2/9] PCI/DPC: Use pci_aer_clear_uncorrect_error_status() to clear uncorrectable error status
` [PATCH v3 3/9] NTB: Remove pci_aer_clear_nonfatal_status() call
` [PATCH v3 4/9] scsi: lpfc: Change to use pci_aer_clear_uncorrect_error_status()
` [PATCH v3 5/9] PCI/AER: Unexport pci_aer_clear_nonfatal_status()
` [PATCH v3 6/9] PCI/AER: Move check inside pcie_clear_device_status()
` [PATCH v3 7/9] PCI/AER: Use pcie_aer_is_native() to judge whether OS owns AER
` [PATCH v3 8/9] PCI/ERR: Clear fatal error status when pci_channel_io_frozen
` [PATCH v3 9/9] PCI/AER: Refine status clearing process with api
  ` [External] Re: [PATCH v3 0/9] PCI/AER: Fix and optimize usage of status clearing api

[PATCH 2/7] scsi: Convert snprintf() to scnprintf()
 2022-09-28 13:37 UTC  (3+ messages)

[PATCH 0/5] scsi: megaraid_sas: some bug fixes and cod cleanup
 2022-09-28 11:19 UTC  (11+ messages)
` [PATCH 1/5] scsi: megaraid_sas: correct the parameter of scsi_device_lookup
` [PATCH 2/5] scsi: megaraid_sas: correct an error message
` [PATCH 3/5] scsi: megaraid_sas: simplify the megasas_update_device_list
` [PATCH 4/5] scsi: megaraid_sas: remove unnecessary memset
` [PATCH 5/5] scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init

[PATCH v2 0/9] PCI/AER: Fix and optimize usage of status clearing api
 2022-09-28 11:00 UTC  (6+ messages)
` [PATCH v2 1/9] PCI/AER: Add pci_aer_clear_uncorrect_error_status() to PCI core
` [PATCH v2 3/9] NTB: Change to use pci_aer_clear_uncorrect_error_status()

[PATCH v2 0/2] Fixes for ATA device queue depth control
 2022-09-28  9:10 UTC  (8+ messages)
` [PATCH v2 2/2] ata: libata-sata: Fix "

[PATCH v6 0/8] scsi: libsas: sas address comparison refactor
 2022-09-28  7:58 UTC  (20+ messages)
` [PATCH v6 1/8] scsi: libsas: introduce sas address comparison helpers
` [PATCH v6 2/8] scsi: libsas: introduce sas_find_attached_phy_id() helper
` [PATCH v6 3/8] scsi: pm8001: use sas_find_attached_phy_id() instead of open coded
` [PATCH v6 4/8] scsi: mvsas: "
` [PATCH v6 5/8] scsi: hisi_sas: use sas_find_attathed_phy_id() "
` [PATCH v6 6/8] scsi: libsas: use sas_phy_match_dev_addr() "
` [PATCH v6 7/8] scsi: libsas: use sas_phy_addr_match() "
` [PATCH v6 8/8] scsi: libsas: use sas_phy_match_port_addr() "


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