linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 09:26:18 to 2020-03-27 20:52:02 UTC [more...]

[PATCH 0/2] libfc: Move to PLOGI state on RJT and retry exhaustion
 2020-03-27 20:51 UTC  (4+ messages)
` [PATCH 1/2] libfc: If PRLI rejected, move rport to PLOGI state
` [PATCH 2/2] libfc: rport state move to PLOGI if all PRLI retry exhausted

[PATCH] scsi: aic7xxx: Remove more FreeBSD-specific code from aic7xxx_core.c
 2020-03-27 19:11 UTC 

[PATCH 0/3] bnx2fc: General updates
 2020-03-27 18:18 UTC  (5+ messages)
` [PATCH 1/3] bnx2fc: Process the RQE with CQE in interrupt context
` [PATCH 2/3] bnx2fc: Fix scsi command completion after cleanup is posted
` [PATCH 3/3] bnx2fc: Update the driver version to 2.12.13

[PATCH v3 0/6] Fix qla2xxx endianness annotations
 2020-03-27 17:57 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3 0/5] scsi: target: XCOPY performance
 2020-03-27 17:49 UTC  (7+ messages)
` [PATCH v3 1/5] scsi: target: use #def for xcopy descriptor len
` [PATCH v3 2/5] scsi: target: drop xcopy DISK BLOCK LENGTH debug
` [PATCH v3 3/5] scsi: target: avoid per-loop XCOPY buffer allocations
` [PATCH v3 4/5] scsi: target: increase XCOPY I/O size
` [PATCH v3 5/5] scsi: target: use the stack for XCOPY passthrough cmds

[PATCH v3 00/10] Introduce Zone Append for writing to zoned block devices
 2020-03-27 17:26 UTC  (22+ messages)
` [PATCH v3 01/10] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v3 02/10] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v3 03/10] block: introduce blk_req_zone_write_trylock
` [PATCH v3 04/10] block: Introduce zone write pointer offset caching
` [PATCH v3 05/10] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v3 06/10] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v3 07/10] null_blk: Cleanup zoned device initialization
` [PATCH v3 08/10] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v3 09/10] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v3 10/10] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[PATCH] scsi: aic7xxx: aic97xx: Remove FreeBSD-specific code
 2020-03-27 17:16 UTC  (3+ messages)

[PATCH v4 0/5] exynos-ufs: Add support for UFS HCI
 2020-03-27 17:06 UTC  (6+ messages)
    ` [PATCH v4 1/5] dt-bindings: phy: Document Samsung UFS PHY bindings
    ` [PATCH v4 2/5] phy: samsung-ufs: add UFS PHY driver for samsung SoC
    ` [PATCH v4 3/5] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller
    ` [PATCH v4 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs
    ` [PATCH v4 5/5] arm64: dts: Add node for ufs exynos7

[PATCH v3 0/2] scsi: ufs: add error recovery for suspend and resume in ufs-mediatek
 2020-03-27 17:06 UTC  (4+ messages)
` [PATCH v3 1/2] scsi: ufs: export ufshcd_link_recovery for vendor's error recovery
` [PATCH v3 2/2] scsi: ufs-mediatek: add error recovery for suspend and resume

[PATCH v9 00/11] Inline Encryption Support
 2020-03-27 17:05 UTC  (22+ messages)
` [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v9 02/11] block: Inline encryption support for blk-mq
` [PATCH v9 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v9 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v9 06/11] scsi: ufs: UFS crypto API
` [PATCH v9 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v9 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v9 09/11] fscrypt: add inline encryption support
` [PATCH v9 10/11] f2fs: "
` [PATCH v9 11/11] ext4: "

[PATCH v6 0/2] UFS driver general fixes bundle 2
 2020-03-27 17:04 UTC  (6+ messages)
` [PATCH v6 1/2] scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling error out path
  ` [EXT] "
  ` [PATCH v6 2/2] scsi: ufs: Do not rely on prefetched data

[PATCH v2 0/3] qla2xxx: Updates for the driver
 2020-03-27 16:54 UTC  (5+ messages)
` [PATCH v2 1/3] qla2xxx: Fix MPI failure AEN (8200) handling
` [PATCH v2 2/3] qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
` [PATCH v2 3/3] qla2xxx: delete all sessions before unregister local nvme port

[PATCH v3 0/5] scsi: qla2xxx: fixes for driver unloading
 2020-03-27 16:47 UTC  (6+ messages)
` [PATCH v3 1/5] scsi: qla2xxx: set UNLOADING before waiting for session deletion
` [PATCH v3 2/5] scsi: qla2xxx: check UNLOADING before posting async work
` [PATCH v3 3/5] Revert "scsi: qla2xxx: Fix unbound sleep in fcport delete path."
` [PATCH v3 4/5] scsi: qla2xxx: avoid sending iocbs when firmware is stopped
` [PATCH v3 5/5] scsi: qla2xxx: only send certain mailbox commands to stopped firmware

Re:
 2020-03-27 15:53 UTC 

[PATCH 0/3] qla2xxx: Updates for the driver
 2020-03-27 14:20 UTC  (8+ messages)
` [PATCH 1/3] qla2xxx: Fix MPI failure AEN (8200) handling
` [PATCH 2/3] qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
` [PATCH 3/3] qla2xxx: delete all sessions before unregister local nvme port

[PATCH] mpt3sas: Fix kernel panic observed on soft HBA unplug
 2020-03-27 10:35 UTC  (5+ messages)

[PATCH v1 1/1] scsi: ufs: set device as active power mode after resetting device
 2020-03-27  9:58 UTC 

[PATCH v2 0/2] scsi: ufs: add error recovery for suspend and resume in ufs-mediatek
 2020-03-27  9:54 UTC  (6+ messages)
` [PATCH v2 1/2] scsi: ufs: export ufshcd_link_recovery for vendor's error recovery
` [PATCH v2 2/2] scsi: ufs-mediatek: add error recovery for suspend and resume

[PATCH v2] mpt3sas: Fix kernel panic observed on soft HBA unplug
 2020-03-27  9:52 UTC 

[PATCH v2 0/5] scsi: target:
 2020-03-27  9:27 UTC  (8+ messages)
` [PATCH v2 1/5] scsi: target: use #def for xcopy descriptor len
` [PATCH v2 2/5] scsi: target: drop xcopy DISK BLOCK LENGTH debug
` [PATCH v2 3/5] scsi: target: avoid per-loop XCOPY buffer allocations
` [PATCH v2 4/5] scsi: target: increase XCOPY I/O size
` [PATCH v2 5/5] scsi: target: use the stack for XCOPY passthrough cmds

[PATCH 0/8] qed/qedf: Firmware recovery, bw update and misc fixes
 2020-03-27  4:32 UTC  (11+ messages)
` [PATCH 1/8] qedf: Keep track of num of pending flogi
` [PATCH 2/8] qedf: Fix for the deviations from the SAM-4 spec
` [PATCH 3/8] qed: Send BW update notifications to the protocol drivers
` [PATCH 4/8] qedf: Implement callback for bw_update
` [PATCH 5/8] qedf: Add schedule recovery handler
    ` [EXT] "
` [PATCH 6/8] qedf: Fix crash when MFW calls for protocol stats while function is still probing
` [PATCH 7/8] qedf: Get dev info after updating the params
` [PATCH 8/8] qedf: Update the driver version to 8.42.3.5

[PATCH 00/12] lpfc: Update lpfc to revision 12.8.0.0
 2020-03-27  3:17 UTC  (2+ messages)

[PATCH] dc395x: remove dc395x_bios_param
 2020-03-27  2:51 UTC  (2+ messages)

[PATCH] scsi:libiscsi:Fix an error count for active session
 2020-03-27  2:50 UTC  (3+ messages)

[PATCH] hpsa: correct race condition in offload enabled
 2020-03-27  2:45 UTC  (2+ messages)

[PATCH 0/2] Add MFW recovery and PCI Shutdown handler
 2020-03-27  2:39 UTC  (2+ messages)

[PATCH RESEND 0/3] Fix a race condition in the target driver
 2020-03-27  2:33 UTC  (2+ messages)

[PATCH v4 1/1] scsi: ufs: Enable block layer runtime PM for well-known logical units
 2020-03-27  2:31 UTC  (2+ messages)

[PATCH v2 0/3] UFS Clock Scaling fixes and enhancements
 2020-03-27  2:18 UTC  (6+ messages)
` [PATCH v2 1/3] scsi: ufshcd: Update the set frequency to devfreq
` [PATCH v2 2/3] scsi: ufshcd: Let vendor override devfreq parameters
` [PATCH v2 3/3] scsi: ufs-qcom: Override "

[<PATCH v1> 1/1] scsi: ufs: Resume ufs host before accessing ufs device
 2020-03-27  2:11 UTC  (3+ messages)

[PATCH v7 0/7] scsi: ufs: some cleanups and make the delay for host enabling customizable
 2020-03-27  2:09 UTC  (2+ messages)

[PATCH RESEND v4] iscsi: Report connection state on sysfs
 2020-03-27  2:00 UTC  (2+ messages)

[PATCH] scsi: target: core: add task tag to trace events
 2020-03-27  1:56 UTC  (2+ messages)

[PATCH] scsi: aha1740: Fix an errro handling path in 'aha1740_probe()'
 2020-03-27  1:12 UTC  (2+ messages)

[PATCH] qla2xxx: Remove non functional code
 2020-03-27  1:07 UTC  (2+ messages)

Invalid optimal transfer size 33553920 accepted when physical_block_size 512
 2020-03-27  0:54 UTC  (13+ messages)

[PATCH] scsi: core: Make MODE SENSE DBD a boolean
 2020-03-27  0:51 UTC  (6+ messages)
  ` [PATCH v2] "

[<RFC RESEND PATCH v2> 0/3] WriteBooster Feature Support
 2020-03-26 21:53 UTC  (2+ messages)

[RFC PATCH 0/5] scsi: target: XCOPY performance
 2020-03-26 21:20 UTC  (4+ messages)
` [RFC PATCH 5/5] scsi: target: avoid XCOPY per-loop read/write cmd allocations

NULL pointer dereference in qla24xx_abort_command
 2020-03-26 14:36 UTC  (3+ messages)

[PATCH] block: all zones zone management operations
 2020-03-26  9:30 UTC  (4+ messages)

memory leak in scsi_init_io
 2020-03-26  5:24 UTC 

[PATCH v5 0/2] UFS driver general fixes bundle 2
 2020-03-25  9:23 UTC  (3+ messages)
` [PATCH v5 1/2] scsi: ufs: Clean up ufshcd_scale_clks() and clock scaling error out path
` [PATCH v5 2/2] scsi: ufs: Do not rely on prefetched data

[PATCH] drivers/scsi/arcmsr/armsr_hba.c: fix "msecs_to_jiffies(6 *
 2020-03-26  0:40 UTC 

[PATCH v2 0/3] scsi: qla2xxx: fixes for driver unloading
 2020-03-25 23:35 UTC  (13+ messages)
` [PATCH v2 1/3] scsi: qla2xxx: avoid sending mailbox commands if firmware is stopped
              ` [EXT] "
` [PATCH v2 2/3] scsi: qla2xxx: don't shut down firmware before closing sessions

[PATCH v3 1/1] scsi: ufs: Enable block layer runtime PM for well-known logical units
 2020-03-25 23:18 UTC 

[RFC PATCH 11/11] scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned
 2020-03-25 22:55 UTC 

NULL pointer dereference in qla24xx_abort_command
 2020-03-25 18:20 UTC 

[PATCH v1 1/3] scsi: ufshcd: Update the set frequency to devfreq
 2020-03-25 16:32 UTC  (7+ messages)
` [PATCH v1 2/3] scsi: ufshcd: Let vendor override devfreq parameters
` [PATCH v1 3/3] scsi: ufs-qcom: Override "

[PATCH v3 0/5] exynos-ufs: Add support for UFS HCI
 2020-03-25 16:30 UTC  (4+ messages)
  ` [PATCH v3 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs

[PATCH v2 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-25 16:24 UTC  (14+ messages)
` [PATCH v2 01/11] block: factor out requeue handling from dispatch code
` [PATCH v2 03/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v2 10/11] iomap: Add support for zone append writes

[PATCH v2 1/1] scsi: ufs: Enable block layer runtime PM for well-known logical units
 2020-03-25 13:11 UTC 


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