linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 08:23:42 to 2023-09-20 10:55:37 UTC [more...]

[PATCH v16 00/12] Implement copy offload support
 2023-09-20 10:54 UTC  (14+ messages)
  ` [PATCH v16 01/12] block: Introduce queue limits and sysfs for copy-offload support
  ` [PATCH v16 02/12] Add infrastructure for copy offload in block and request layer
  ` [PATCH v16 03/12] block: add copy offload support
  ` [PATCH v16 04/12] block: add emulation for copy
  ` [PATCH v16 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v16 06/12] fs, block: copy_file_range for def_blk_ops for direct "
  ` [PATCH v16 07/12] nvme: add copy offload support
  ` [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
  ` [PATCH v16 09/12] dm: Add support for copy offload
  ` [PATCH v16 10/12] dm: Enable copy offload for dm-linear target
  ` [PATCH v16 11/12] null: Enable trace capability for null block
  ` [PATCH v16 12/12] null_blk: add support for copy offload

[PATCH 0/6] Enable HS-G5 support on SM8550
 2023-09-20 10:23 UTC  (23+ messages)
` [PATCH 1/6] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH 2/6] scsi: ufs: ufs-qcom: Add support for UFS device version detection
` [PATCH 3/6] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
` [PATCH 4/6] phy: qualcomm: phy-qcom-qmp-ufs: Move data structs and setting tables to header
` [PATCH 5/6] scsi: ufs: ufs-sysfs: Expose UFS power info
` [PATCH 6/6] scsi: ufs: ufs-sysfs: Introduce UFS power info sysfs nodes

[PATCH v3 00/23] Fix libata suspend/resume handling and code cleanup
 2023-09-20 10:22 UTC  (42+ messages)
` [PATCH v3 01/23] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v3 02/23] ata: libata-core: Fix port and device removal
` [PATCH v3 03/23] ata: libata-scsi: link ata port and scsi device
` [PATCH v3 04/23] scsi: sd: Differentiate system and runtime start/stop management
` [PATCH v3 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v3 06/23] scsi: Do not attempt to rescan suspended devices
` [PATCH v3 07/23] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v3 08/23] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v3 09/23] scsi: sd: Do not issue commands to suspended disks on shutdown
` [PATCH v3 10/23] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v3 11/23] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v3 12/23] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v3 13/23] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v3 14/23] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v3 15/23] ata: libata-core: Detach a port devices on shutdown
` [PATCH v3 16/23] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v3 17/23] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v3 18/23] ata: libata-core: Do not poweroff runtime suspended ports
` [PATCH v3 19/23] ata: libata-core: Do not resume "
` [PATCH v3 20/23] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v3 21/23] ata: libata-eh: Improve reset error messages
` [PATCH v3 22/23] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v3 23/23] ata: libata: Cleanup inline DMA helper functions

[PATCH] scsi: ufs: core: Do not access null point in ufshpb_remove
 2023-09-20  9:12 UTC 

Poptávka
 2023-09-20  7:51 UTC 

[PATCH 0/4] UFS core patches
 2023-09-20  7:13 UTC  (10+ messages)
` [PATCH 1/4] scsi: ufs: Return in case of an invalid tag
` [PATCH 2/4] scsi: ufs: Move the 4K alignment code into the Exynos driver
` [PATCH 3/4] scsi: ufs: Simplify ufshcd_comp_scsi_upiu()
` [PATCH 4/4] scsi: ufs: Set the Command Priority (CP) flag for RT requests

[bug report] blktests srp/002 hang
 2023-09-20  4:22 UTC  (14+ messages)

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-09-19 23:18 UTC  (5+ messages)

[PATCH] scsi: fnic: Fix sg_reset success path
 2023-09-19 18:24 UTC 

scsi: Allow scsi_execute users to control retries
 2023-09-19 18:02 UTC  (75+ messages)
` [PATCH v11 02/34] scsi: Allow passthrough to override what errors to retry
` [PATCH v11 04/34] scsi: Have scsi-ml retry scsi_probe_lun errors
` [PATCH v11 05/34] scsi: retry INQUIRY after timeout
` [PATCH v11 06/34] scsi: sd: Fix sshdr use in read_capacity_16
` [PATCH v11 07/34] scsi: sd: Have scsi-ml retry read_capacity_16 errors
` [PATCH v11 08/34] scsi: Use separate buf for START_STOP in sd_spinup_disk
` [PATCH v11 09/34] scsi: sd: Fix sshdr use "
` [PATCH v11 10/34] scsi: Have scsi-ml retry sd_spinup_disk errors
` [PATCH v11 11/34] scsi: hp_sw: Only access sshdr if res > 0
` [PATCH v11 12/34] scsi: hp_sw: Have scsi-ml retry scsi_exec_req errors
` [PATCH v11 13/34] scsi: rdac: Fix send_mode_select retry handling
` [PATCH v11 14/34] scsi: rdac: Fix sshdr use
` [PATCH v11 15/34] scsi: rdac: Have scsi-ml retry send_mode_select errors
` [PATCH v11 16/34] scsi: spi: Fix sshdr use
` [PATCH v11 17/34] scsi: spi: Have scsi-ml retry spi_execute errors
` [PATCH v11 18/34] scsi: sd: Fix sshdr use in sd_suspend_common
` [PATCH v11 19/34] scsi: sd: Have scsi-ml retry sd_sync_cache errors
` [PATCH v11 20/34] scsi: ch: Remove unit_attention
` [PATCH v11 21/34] scsi: ch: Have scsi-ml retry ch_do_scsi errors
` [PATCH v11 22/34] scsi: Have scsi-ml retry scsi_mode_sense UAs
` [PATCH v11 23/34] scsi: sd: Fix scsi_mode_sense caller's sshdr use
` [PATCH v11 24/34] scsi: Have scsi-ml retry scsi_report_lun_scan errors
` [PATCH v11 25/34] scsi: sd: Have pr commands retry UAs
` [PATCH v11 26/34] scsi: sd: Have scsi-ml retry read_capacity_10 errors
` [PATCH v11 27/34] scsi: ses: Have scsi-ml retry scsi_exec_req errors
` [PATCH v11 28/34] scsi: sr: Have scsi-ml retry get_sectorsize errors
` [PATCH v11 29/34] scsi: ufs: Have scsi-ml retry start stop errors
` [PATCH v11 30/34] scsi: Fix sshdr use in scsi_test_unit_ready
` [PATCH v11 31/34] scsi: Fix sshdr use in scsi_cdl_enable
` [PATCH v11 32/34] scsi: sd: Fix sshdr use in cache_type_store
` [PATCH v11 33/34] scsi: sr: Fix sshdr use in sr_get_events
` [PATCH v11 34/34] scsi: Add kunit tests for scsi_check_passthrough

[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
 2023-09-19 15:10 UTC  (13+ messages)

Fwd: Marvell RAID Controller issues since 6.5.x
 2023-09-19 12:08 UTC  (6+ messages)

[PATCH] scsi: iscsi: fix reference count leak in cxgbi_check_route()
 2023-09-19  7:26 UTC 

Pytanie o samochód
 2023-09-19  7:30 UTC 

[PATCH 02/11] ibmvfc: implement channel queue depth and event buffer accounting
 2023-09-19  4:12 UTC  (2+ messages)

[PATCH 01/11] ibmvfc: remove BUG_ON in the case of an empty event pool
 2023-09-19  0:04 UTC  (2+ messages)

[PATCH] scsi: target: fix deadlock by recursive locking
 2023-09-18 22:58 UTC 

[PATCH] scsi: Do no try to probe for CDL on old drives
 2023-09-18 19:51 UTC  (6+ messages)

[PATCH v12 00/16] Improve write performance for zoned UFS devices
 2023-09-18 16:55 UTC  (17+ messages)
` [PATCH v12 01/16] block: Introduce more member variables related to zone write locking
` [PATCH v12 02/16] block: Only use write locking if necessary
` [PATCH v12 03/16] block/mq-deadline: Only use zone "
` [PATCH v12 04/16] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v12 05/16] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v12 06/16] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v12 07/16] scsi: core: Retry unaligned zoned writes
` [PATCH v12 08/16] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v12 09/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v12 10/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v12 11/16] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v12 12/16] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v12 13/16] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v12 14/16] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v12 15/16] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v12 16/16] scsi: ufs: Inform the block layer about write ordering

scsi: hosts: check result of scsi_host_set_state() in scsi_add_host_with_dma()
 2023-09-18 15:55 UTC  (2+ messages)

[PATCH 3/3] scsi: arcmsr: updated driver's version to v1.51.00.14-20230915
 2023-09-18 10:42 UTC 

[PATCH 2/3] scsi: arcmsr: support new PCI device ID 1883 and 1886 Raid controllers
 2023-09-18 10:38 UTC 

[PATCH 1/3] scsi: arcmsr: support Areca ARC-1688 Raid controller
 2023-09-18 10:32 UTC 

[PATCH 0/3] scsi: arcmsr: support Areca ARC-1688 Raid controller
 2023-09-18 10:25 UTC 

[PATCH 5.15 260/511] scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
 2023-09-17 19:11 UTC  (3+ messages)
` [PATCH 5.15 261/511] scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH 5.15 262/511] scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly

[PATCH] scsi: ufs: Convert all platform drivers to return void
 2023-09-17 20:14 UTC  (3+ messages)

[PATCH 5.10 226/406] scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
 2023-09-17 19:11 UTC  (3+ messages)
` [PATCH 5.10 227/406] scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH 5.10 228/406] scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly

[PATCH] scsi: iscsi_tcp: restrict to TCP sockets
 2023-09-17 16:50 UTC  (3+ messages)

[GIT PULL] SCSI fixes for 6.6-rc1
 2023-09-16 19:00 UTC  (2+ messages)

[Bug 217914] New: scsi_eh_1 process high cpu after upgrading to 6.5
 2023-09-15 22:46 UTC  (12+ messages)
` [Bug 217914] "


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