linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 10:03:01 to 2022-04-15 05:47:20 UTC [more...]

use block_device based APIs in block layer consumers v3
 2022-04-15  5:47 UTC  (43+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH v1 0/4] several UFSHPB changes
 2022-04-15  4:12 UTC  (6+ messages)
` [PATCH v1 1/4] scsi: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
` [PATCH v1 2/4] scsi: ufshpb: Remove 0 assignment for enum value
` [PATCH v1 3/4] scsi: ufshpb: Cleanup the handler when device reset HPB information
` [PATCH v1 4/4] scsi: ufshpb: Add device reset HPB regions Infor handling for HPB device mode

[PATCH v3 1/1] scsi: Fix racing between dev init and dev reset
 2022-04-15  4:04 UTC 

[RFC PATCH] scsi: ses: Fix out-of-bound write at ses_enclosure_data_process()
 2022-04-15  3:23 UTC 

[PATCH 1/1] scsi: ufs: remove redundant HPB unmap
 2022-04-14 22:07 UTC  (8+ messages)

Problems removing ramdisk backed luns
 2022-04-14 21:14 UTC  (2+ messages)

[RFC PATCH v2 0/6] ufs: set power domain performance state when scaling gears
 2022-04-14 15:29 UTC  (14+ messages)
` [RFC PATCH v2 1/6] dt-bindings: clock: qcom,gcc-sdm845: add parent power domain
` [RFC PATCH v2 2/6] dt-bindings: opp: accept array of frequencies
` [RFC PATCH v2 3/6] dt-bindings: ufs: common: add OPP table
` [RFC PATCH v2 4/6] PM: opp: allow control of multiple clocks
` [RFC PATCH v2 5/6] ufs: use PM OPP when scaling gears

[PATCH 0/2] Fix multiple iscsi session unbind event sent to userspace
 2022-04-14 15:30 UTC  (5+ messages)
` [PATCH 1/2] scsi: iscsi: introduce session UNBOUND state to avoid multiple unbind event
` [PATCH 2/2] iscsi: set session to FREE state after unbind session in remove session

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

[PATCH v2 0/7] treewide: scsi: ufs: Add support for Renesas R-Car UFS controller
 2022-04-14 11:39 UTC  (13+ messages)
` [PATCH v2 1/7] dt-bindings: ufs: Document Renesas R-Car UFS host controller
` [PATCH v2 2/7] ufs: add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
` [PATCH v2 3/7] ufs: add UFSHCD_QUIRK_HIBERN_FASTAUTO
` [PATCH v2 4/7] scsi: ufs-renesas: Add support for Renesas R-Car UFS controller
` [PATCH v2 5/7] scsi: MAINTAINERS: Add maintainer for Renesas UFS driver
` [PATCH v2 6/7] arm64: dts: renesas: r8a779f0: Add UFS node
` [PATCH v2 7/7] arm64: dts: renesas: r8a779f0: spider-cpu: Enable UFS device

[PATCH] scsi: increase max device queue_depth to 4096
 2022-04-14 10:36 UTC 

[PATCH v2 1/1] scsi: Fix racing between dev init and dev reset
 2022-04-14  8:18 UTC  (4+ messages)

[RFC] scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()
 2022-04-14  6:43 UTC 

[PATCH] qla2xxx: Add an additional flag to fc_host_fpin_rcv()
 2022-04-14  6:02 UTC  (2+ messages)

[RESEND][PATCH] scsi: dc395x: fix a missing check on list iterator
 2022-04-14  4:02 UTC 

[PATCH v2] scsi: target: tcmu: Fix possible data corruption
 2022-04-14  3:08 UTC  (3+ messages)

[PATCH 0/7] treewide: scsi: ufs: Add support for Renesas R-Car UFS controller
 2022-04-14  2:25 UTC  (18+ messages)
` [PATCH 1/7] dt-bindings: ufs: Document Renesas R-Car UFS host controller
` [PATCH 2/7] ufs: add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
` [PATCH 4/7] scsi: ufs-renesas: Add support for Renesas R-Car UFS controller
` [PATCH 5/7] scsi: MAINTAINERS: Add maintainer for Renesas UFS driver
` [PATCH 6/7] arm64: dts: renesas: r8a779f0: Add UFS node
` [PATCH 7/7] arm64: dts: renesas: r8a779f0: spider-cpu: Enable UFS device

[PATCH 0/1] Rebase: Add printk indexing to scsi drivers
 2022-04-13 22:02 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] Rebase: Add printk indexing to scsi drivers
 2022-04-13 21:47 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/1] dm-mpath: do not fail paths on ALUA state transitioning state
 2022-04-13 17:50 UTC 

[PATCH 00/26] lpfc: Update lpfc to revision 14.2.0.2
 2022-04-13 16:25 UTC  (28+ messages)
` [PATCH 01/26] lpfc: Tweak message log categories for ELS/FDMI/NVME Rescan
` [PATCH 02/26] lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg
` [PATCH 03/26] lpfc: Fix diagnostic fw logging after a function reset
` [PATCH 04/26] lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 field
` [PATCH 05/26] lpfc: Requeue SCSI I/O to upper layer when fw reports link down
` [PATCH 06/26] lpfc: Fix SCSI I/O completion and abort handler deadlock
` [PATCH 07/26] lpfc: Clear fabric topology flag before initiating a new FLOGI
` [PATCH 08/26] lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI
` [PATCH 09/26] lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT
` [PATCH 10/26] lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submit
` [PATCH 11/26] lpfc: Transition to NPR state upon LOGO cmpl if link down or aborted
` [PATCH 12/26] lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF path
` [PATCH 13/26] lpfc: Move MI module parameter check to handle dynamic disable
` [PATCH 14/26] lpfc: Correct CRC32 calculation for congestion stats
` [PATCH 15/26] lpfc: Fix call trace observed during I/O with CMF enabled
` [PATCH 16/26] lpfc: Revise FDMI reporting of supported port speed for trunk groups
` [PATCH 17/26] lpfc: Remove false FDMI NVME FC-4 support for NPIV ports
` [PATCH 18/26] lpfc: Register for Application Services FC-4 type in Fabric topology
` [PATCH 19/26] lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completion
` [PATCH 20/26] lpfc: Fix field overload in lpfc_iocbq data structure
` [PATCH 21/26] lpfc: Refactor cleanup of mailbox commands
` [PATCH 22/26] lpfc: Change FA-PWWN detection methodology
` [PATCH 23/26] lpfc: Update stat accounting for READ_STATUS mbox command
` [PATCH 24/26] lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQE
` [PATCH 25/26] lpfc: Update lpfc version to 14.2.0.2
` [PATCH 26/26] lpfc: Copyright updates for 14.2.0.2 patches

[PATCH v4 0/8] mpi3mr: add BSG interface support for controller management
 2022-04-13 14:56 UTC  (9+ messages)
` [PATCH v4 1/8] mpi3mr: add BSG device support
` [PATCH v4 2/8] mpi3mr: add support for driver commands
` [PATCH v4 3/8] mpi3mr: move data structures/definitions from MPI headers to uapi header
` [PATCH v4 4/8] mpi3mr: add support for MPT commands
` [PATCH v4 5/8] mpi3mr: add support for PEL commands
` [PATCH v4 6/8] mpi3mr: expose adapter state to sysfs
` [PATCH v4 7/8] mpi3mr: add support for nvme pass-through
` [PATCH v4 8/8] mpi3mr: update driver version to 8.0.0.69.0

[PATCH] scsi: sr: add handling of memory allocation failure in get_capabilities
 2022-04-13 10:00 UTC 

Wycena paneli fotowoltaicznych
 2022-04-12  7:50 UTC 

[PATCH] scsi: mpi3mr: Fix an error code when probing the driver
 2022-04-13  9:27 UTC  (3+ messages)

[PATCH v2 29/29] scsi: ufs: Split the drivers/scsi/ufs directory
 2022-04-12 18:31 UTC 

[PATCH] Revert "scsi: scsi_debug: Address races following module load"
 2022-04-12 18:22 UTC  (4+ messages)

Please check ufshpb init flow
 2022-04-12  7:51 UTC  (5+ 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).