linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-28 16:29:41 to 2022-04-01 14:55:48 UTC [more...]

[PATCH AUTOSEL 5.16 006/109] scsi: scsi_debug: Address races following module load
 2022-04-01 14:32 UTC  (11+ messages)
` [PATCH AUTOSEL 5.16 025/109] scsi: mvsas: Replace snprintf() with sysfs_emit()
` [PATCH AUTOSEL 5.16 026/109] scsi: bfa: "
` [PATCH AUTOSEL 5.16 038/109] scsi: smartpqi: Fix kdump issue when controller is locked up
` [PATCH AUTOSEL 5.16 046/109] scsi: mpi3mr: Fix reporting of actual data transfer size
` [PATCH AUTOSEL 5.16 065/109] scsi: pm8001: Fix pm8001_mpi_task_abort_resp()
` [PATCH AUTOSEL 5.16 067/109] scsi: pm8001: Fix tag leaks on error
` [PATCH AUTOSEL 5.16 068/109] scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()
` [PATCH AUTOSEL 5.16 073/109] scsi: aha152x: Fix aha152x_setup() __setup handler return value
` [PATCH AUTOSEL 5.16 075/109] scsi: hisi_sas: Limit users changing debugfs BIST count value
` [PATCH AUTOSEL 5.16 088/109] scsi: libfc: Fix use after free in fc_exch_abts_resp()

[PATCH AUTOSEL 5.15 19/98] scsi: mvsas: Replace snprintf() with sysfs_emit()
 2022-04-01 14:37 UTC  (9+ messages)
` [PATCH AUTOSEL 5.15 20/98] scsi: bfa: "
` [PATCH AUTOSEL 5.15 31/98] scsi: smartpqi: Fix kdump issue when controller is locked up
` [PATCH AUTOSEL 5.15 38/98] scsi: mpi3mr: Fix reporting of actual data transfer size
` [PATCH AUTOSEL 5.15 39/98] scsi: mpi3mr: Fix memory leaks
` [PATCH AUTOSEL 5.15 53/98] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
` [PATCH AUTOSEL 5.15 55/98] scsi: pm8001: Fix task leak in pm8001_send_abort_all()
` [PATCH AUTOSEL 5.15 57/98] scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()
` [PATCH AUTOSEL 5.15 78/98] scsi: libfc: Fix use after free in fc_exch_abts_resp()

[PATCH AUTOSEL 5.10 13/65] scsi: bfa: Replace snprintf() with sysfs_emit()
 2022-04-01 14:41 UTC 

[PATCH AUTOSEL 5.17 010/149] scsi: scsi_debug: Address races following module load
 2022-04-01 14:25 UTC  (18+ messages)
` [PATCH AUTOSEL 5.17 035/149] scsi: mvsas: Replace snprintf() with sysfs_emit()
` [PATCH AUTOSEL 5.17 036/149] scsi: bfa: "
` [PATCH AUTOSEL 5.17 049/149] scsi: smartpqi: Fix rmmod stack trace
` [PATCH AUTOSEL 5.17 050/149] scsi: smartpqi: Fix kdump issue when controller is locked up
` [PATCH AUTOSEL 5.17 066/149] scsi: mpi3mr: Fix deadlock while canceling the fw event
` [PATCH AUTOSEL 5.17 067/149] scsi: mpi3mr: Fix reporting of actual data transfer size
` [PATCH AUTOSEL 5.17 068/149] scsi: mpi3mr: Fix memory leaks
` [PATCH AUTOSEL 5.17 093/149] scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
` [PATCH AUTOSEL 5.17 094/149] scsi: pm8001: Fix pm8001_mpi_task_abort_resp()
` [PATCH AUTOSEL 5.17 095/149] scsi: pm8001: Fix tag values handling
` [PATCH AUTOSEL 5.17 096/149] scsi: pm8001: Fix task leak in pm8001_send_abort_all()
` [PATCH AUTOSEL 5.17 097/149] scsi: pm8001: Fix tag leaks on error
` [PATCH AUTOSEL 5.17 098/149] scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()
` [PATCH AUTOSEL 5.17 106/149] scsi: aha152x: Fix aha152x_setup() __setup handler return value
` [PATCH AUTOSEL 5.17 107/149] scsi: hisi_sas: Free irq vectors in order for v3 HW
` [PATCH AUTOSEL 5.17 108/149] scsi: hisi_sas: Limit users changing debugfs BIST count value
` [PATCH AUTOSEL 5.17 125/149] scsi: libfc: Fix use after free in fc_exch_abts_resp()

[PATCH 00/29] UFS patches for kernel v5.19
 2022-04-01 14:12 UTC  (50+ messages)
` [PATCH 01/29] scsi: ufs: Declare ufshcd_wait_for_register() static
` [PATCH 02/29] scsi: ufs: Remove superfluous boolean conversions
` [PATCH 03/29] scsi: ufs: Simplify statements that return a boolean
` [PATCH 04/29] scsi: ufs: Remove ufshcd_lrb.sense_bufflen
` [PATCH 05/29] scsi: ufs: Remove ufshcd_lrb.sense_buffer
` [PATCH 06/29] scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()
` [PATCH 07/29] scsi: ufs: Remove the UFS_FIX() and END_FIX() macros
` [PATCH 08/29] scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirk
` [PATCH 09/29] scsi: ufs: Declare the quirks array const
` [PATCH 10/29] scsi: ufs: Invert the return value of ufshcd_is_hba_active()
` [PATCH 11/29] scsi: ufs: Remove unused constants and code
` [PATCH 12/29] scsi: ufs: Switch to aggregate initialization
` [PATCH 13/29] scsi: ufs: Remove the LUN quiescing code from ufshcd_wl_shutdown()
` [PATCH 14/29] scsi: ufs: Make the config_scaling_param calls type safe
` [PATCH 15/29] scsi: ufs: Remove the driver version
` [PATCH 16/29] scsi: ufs: Rename sdev_ufs_device into ufs_device_wlun
` [PATCH 17/29] scsi: ufs: Use an SPDX license identifier in the Kconfig file
` [PATCH 18/29] scsi: ufs: Remove paths from source code comments
` [PATCH 19/29] scsi: ufs: Remove the TRUE and FALSE definitions
` [PATCH 20/29] scsi: ufs: Remove locking from around single register writes
` [PATCH 21/29] scsi: ufs: Introduce ufshcd_clkgate_delay_set()
` [PATCH 22/29] scsi: ufs: qcom: Fix ufs_qcom_resume()
` [PATCH 23/29] scsi: ufs: Remove unnecessary ufshcd-crypto.h include directives
` [PATCH 24/29] scsi: ufs: Fix kernel-doc syntax in ufshcd.h
` [PATCH 25/29] scsi: ufs: Minimize #include directives
` [PATCH 26/29] scsi: ufs: Split the ufshcd.h header file
` [PATCH 27/29] scsi: ufs: Move the struct ufs_ref_clk definition
` [PATCH 28/29] scsi: ufs: Move the ufs_is_valid_unit_desc_lun() definition
` [PATCH 29/29] scsi: ufs: Split the drivers/scsi/ufs directory

[Bug 215788] New: arcmsr driver on kernel 5.16 and up fails to initialize ARC-1280ML RAID controller
 2022-04-01 11:00 UTC  (2+ messages)
` [Bug 215788] "

[PATCH 0/2] pm80xx updates
 2022-04-01  9:58 UTC  (4+ messages)
` [PATCH 2/2] scsi: pm80xx: enable upper inbound, outbound queues

[PATCH V3 00/15] misc iscsi patches
 2022-04-01  9:29 UTC  (20+ messages)
` [PATCH V3 01/15] scsi: iscsi: Move iscsi_ep_disconnect
` [PATCH V3 02/15] scsi: iscsi: Fix offload conn cleanup when iscsid restarts
` [PATCH V3 03/15] scsi: iscsi: Merge suspend fields
` [PATCH V3 04/15] scsi: iscsi: Fix nop handling during conn recovery
` [PATCH V3 05/15] scsi: iscsi: Rename iscsi_conn_queue_work
` [PATCH V3 06/15] scsi: iscsi: Add recv workqueue helpers
` [PATCH V3 07/15] scsi: iscsi: Allow a recv and xmit work to run
` [PATCH V3 08/15] scsi: iscsi: Run recv path from workqueue
` [PATCH V3 09/15] scsi: iscsi_tcp: Tell net when there's more data
` [PATCH V3 10/15] scsi: iscsi_tcp: Drop target_alloc use
` [PATCH V3 11/15] scsi: iscsi: remove unneeded task state check
` [PATCH V3 12/15] scsi: iscsi: Remove iscsi_get_task back_lock requirement
` [PATCH V3 13/15] scsi: iscsi: Try to avoid taking back_lock in xmit path
` [PATCH V3 14/15] scsi: libiscsi: improve conn_send_pdu API
` [PATCH V3 15/15] scsi: iscsi: Fix race between recovery and task xmit

[PATCH] scsi: ufs: ufshcd-pltfrm: simplify usages of pdev->dev
 2022-04-01  9:16 UTC  (2+ messages)

[PATCH] scsi: pmcraid: Remove unneeded semicolon
 2022-04-01  3:06 UTC 

[PATCH] drivers: scsi: alloc scsi disk ida index before adding scsi device
 2022-04-01  0:59 UTC 

[PATCH] scsi: sd: call device_del() if device_add_disk() fails
 2022-03-31 17:21 UTC  (15+ messages)

Estimating Services
 2022-03-31 16:22 UTC 

[PATCH V2] target: allow changing dbroot if there are no registered devices
 2022-03-31 16:15 UTC  (2+ messages)

[PATCH] scsi: core: always finish successfully aborted notry command
 2022-04-01  3:50 UTC 

[PATCH] scsi: sd: cleanup gendisk if device_add_disk() failed
 2022-04-01  1:10 UTC 

mpt3sas_base.c:5396:40: warning: array subscript ‘Mpi2SasIOUnitPage1_t is partly outside array bounds of ‘unsigned char[20]’
 2022-03-31  7:08 UTC 

filesystem corruption with "scsi: core: Reallocate device's budget map on queue depth change"
 2022-03-31  6:12 UTC  (10+ messages)

[RESEND PATCH v3] scsi: ufs: exclude UECxx from SFR dump list
 2022-03-31  1:24 UTC 

[linux-next:master] BUILD REGRESSION a67ba3cf9551f8c92d5ec9d7eae1aadbb9127b57
 2022-03-30 21:51 UTC 

[Bug 215691] New: mpt3sas "SMP command sent to the expander has timed out" cause halt
 2022-03-30 13:43 UTC  (2+ messages)
` [Bug 215691] "

[PATCH] target: iscsi: add vrf support
 2022-03-30 12:18 UTC 

[PATCH v2] scsi: core: Refine how we set tag_set NUMA node
 2022-03-30 11:38 UTC 

[REQUEST DISCUSS]: speed up SCSI error handle for host with massive devices
 2022-03-30 10:59 UTC  (7+ messages)

[PATCH] megaraid_sas: device scan on logical target with invalid LUN ID deletes that target from the OS
 2022-03-30 10:39 UTC  (3+ messages)

[PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"
 2022-03-30  4:06 UTC  (2+ messages)

[PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
 2022-03-30  4:07 UTC  (3+ messages)
` [EXT] "

[PATCH] zorro: Fix a resource leak in zorro7xx_remove_one()
 2022-03-30  4:05 UTC  (2+ messages)

[PATCH] [SCSI] aic7xxx: use standard pci subsystem, subdevice defines
 2022-03-30  4:01 UTC  (2+ messages)

[PATCH v2] ufs: qcom: drop custom Android boot parameters
 2022-03-30  3:59 UTC  (2+ messages)

[PATCH] scsi: core: sysfs: remove comments that conflict with the actual logic
 2022-03-30  3:54 UTC  (4+ messages)

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-30  3:51 UTC  (3+ messages)
` [PATCH 5/9] virtio-scsi: "

[PATCH] scsi: hisi_sas: remove stray fallthrough annotation
 2022-03-30  3:53 UTC  (2+ messages)

[PATCH] scsi: isci: host: Fix spelling mistake "doesnt" -> "doesn't"
 2022-03-30  3:46 UTC  (2+ messages)

[PATCH v2] scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()
 2022-03-30  3:45 UTC  (2+ messages)

[PATCH] aha152x: Stop using struct scsi_pointer
 2022-03-30  3:43 UTC  (3+ messages)

[PATCH] ibmvscsis: increase INITIAL_SRP_LIMIT to 1024
 2022-03-30  3:39 UTC  (2+ messages)

[PATCH] scsi: sr: fix typo in CDROM(CLOSETRAY|EJECT) handling
 2022-03-30  3:38 UTC  (2+ messages)

[PATCH v3] scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementation
 2022-03-30  3:32 UTC  (3+ messages)

[PATCH] scsi_logging: fix a BUG
 2022-03-30  3:29 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Remove unused field in struct ufs_hba
 2022-03-30  3:28 UTC  (2+ messages)

[PATCH 0/2] lpfc: Fix regressions in 14.2.0.0 refactoring
 2022-03-30  3:22 UTC  (2+ messages)

[PATCH 0/4] lpfc: Update lpfc to revision 14.2.0.1
 2022-03-30  3:20 UTC  (2+ messages)

[PATCH] scsi:libiscsi: remove unnecessary memset in iscsi_conn_setup
 2022-03-30  3:02 UTC  (2+ messages)

[PATCH v2] scsi: mpt3sas: fix use after free in _scsih_expander_node_remove()
 2022-03-30  2:56 UTC  (2+ messages)

[PATCH v5] scsi:spraid: initial commit of Ramaxel spraid driver
 2022-03-30  2:54 UTC  (3+ messages)

[PATCH v2 0/7] mpi3mr: add BSG interface support for controller management
 2022-03-29 18:06 UTC  (8+ messages)
` [PATCH v2 1/7] mpi3mr: add BSG device support
` [PATCH v2 2/7] mpi3mr: add support for driver commands
` [PATCH v2 3/7] mpi3mr: add support for MPT commands
` [PATCH v2 4/7] mpi3mr: add support for PEL commands
` [PATCH v2 5/7] mpi3mr: expose adapter state to sysfs
` [PATCH v2 6/7] mpi3mr: add support for nvme pass-through
` [PATCH v2 7/7] mpi3mr: update driver version to 8.0.0.69.0

[PATCH] scsi: sd: Jump to out_free_index if device_add{,_disk}() fail
 2022-03-29  9:08 UTC  (8+ messages)


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