linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 22:19:25 to 2020-12-20 20:37:52 UTC [more...]

[PATCH 0/6] scsi: target: Remove in_interrupt() usage
 2020-12-20 20:36 UTC  (4+ messages)
` [PATCH 1/6] scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session()
` [PATCH 3/6] scsi: target: iscsi: Redo iscsit_check_session_usage_count() return code
` [PATCH 4/6] scsi: target: Remove in_interrupt() usage in core_alua_check_nonop_delay()

[RFC PATCH v1] ufs: relocate flush of exceptional event
 2020-12-20 14:09 UTC  (3+ messages)

[PATCH v2 0/2] permit vendor specific values of unipro timeouts
 2020-12-20 14:03 UTC  (4+ messages)
    ` [PATCH v2 1/2] ufs: add a quirk not to use default unipro timeout values
    ` [PATCH v2 2/2] ufs: ufs-exynos: apply vendor specifics for three timeouts

[PATCH v6 0/3] Three changes related with UFS clock scaling
 2020-12-20  5:42 UTC  (4+ messages)
` [PATCH v6 1/3] scsi: ufs: Protect some contexts from unexpected "
` [PATCH v6 2/3] scsi: ufs: Clean up ufshcd_exit_clk_scaling/gating()
` [PATCH v6 3/3] scsi: ufs: Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"

[RFC PATCH v1] ufs: relocate turning off device power sources
 2020-12-20  5:34 UTC  (2+ messages)

[PATCH v5 00/16] blkcg:Support to track FC storage blk io traffic
 2020-12-19 23:27 UTC  (29+ messages)
` [PATCH v5 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v5 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v5 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v5 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v5 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v5 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v5 07/16] lpfc: vmid: VMID params initialization
` [PATCH v5 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v5 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v5 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v5 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v5 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v5 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v5 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v5 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v5 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[PATCH 0/3 V2] iscsi cmd lifetime fixups/cleanups
 2020-12-19 22:18 UTC  (6+ messages)
` [PATCH 1/3] libiscsi: fix iscsi_prep_scsi_cmd_pdu error handling
` [PATCH 2/3] libiscsi: drop taskqueuelock
` [PATCH 3/3] libiscsi: fix iscsi_task use after free

[PATCH v16 0/3] scsi: ufs: Add Host Performance Booster Support
 2020-12-19 12:55 UTC  (7+ messages)
    ` [PATCH v16 1/3] scsi: ufs: Introduce HPB feature
    ` [PATCH v16 2/3] scsi: ufs: L2P map management for HPB read
` [PATCH v16 3/3] scsi: ufs: Prepare HPB read for cached sub-region

[PATCH v15 0/3] scsi: ufs: Add Host Performance Booster Support
 2020-12-19  9:03 UTC  (6+ messages)
    ` [PATCH v15 2/3] scsi: ufs: L2P map management for HPB read
    ` [PATCH v15 3/3] scsi: ufs: Prepare HPB read for cached sub-region
    ` [PATCH v15 1/3] scsi: ufs: Introduce HPB feature
    `  "

[RFC PATCH v1 0/2] permit to set block parameters per vendor
 2020-12-19  4:38 UTC  (3+ messages)
    ` [RFC PATCH v1 1/2] ufs: add a vops to configure block parameter
    ` [RFC PATCH v1 2/2] ufs: ufs-exynos: set dma_alignment to 4095

[RFC PATCH v1 0/2] permit vendor specific timeouts for PMC
 2020-12-19  2:55 UTC  (5+ messages)
    ` [RFC PATCH v1 1/2] ufs: add a quirk for vendor specifics before pmc
    ` [RFC PATCH v1 2/2] ufs: ufs-exynos: apply vendor specifics for three timeouts

[PATCH 0/5] ibmvfc: MQ preparatory locking work
 2020-12-18 23:19 UTC  (6+ messages)
` [PATCH 1/5] ibmvfc: define generic queue structure for CRQs
` [PATCH 2/5] ibmvfc: make command event pool queue specific
` [PATCH 3/5] ibmvfc: define per-queue state/list locks
` [PATCH 4/5] ibmvfc: complete commands outside the host/queue lock
` [PATCH 5/5] ibmvfc: relax locking around ibmvfc_queuecommand

[PATCH 00/11] scsi: libsas: Remove in_interrupt() check
 2020-12-18 20:43 UTC  (12+ messages)
` [PATCH 01/11] Documentation: scsi: libsas: Remove notify_ha_event()
` [PATCH 02/11] scsi: libsas: Introduce a _gfp() variant of event notifiers
` [PATCH 03/11] scsi: mvsas: Pass gfp_t flags to libsas "
` [PATCH 04/11] scsi: isci: port: link down: Pass gfp_t flags
` [PATCH 05/11] scsi: isci: port: link up: "
` [PATCH 06/11] scsi: isci: port: broadcast change: "
` [PATCH 07/11] scsi: libsas: Pass gfp_t flags to event notifiers
` [PATCH 08/11] scsi: pm80xx: Pass gfp_t flags to libsas "
` [PATCH 09/11] scsi: aic94xx: "
` [PATCH 10/11] scsi: hisi_sas: "
` [PATCH 11/11] scsi: libsas: event notifiers: Remove non _gfp() variants

[PATCH V3] scsi: ufs-debugfs: Add error counters
 2020-12-18 18:57 UTC  (4+ messages)

[PATCH 0/3] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback() -- Take 2
 2020-12-18 15:16 UTC  (10+ messages)
` [PATCH 1/3] scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newer
` [PATCH 2/3] scsi: storvsc: Resolve data race in storvsc_probe()
` [PATCH 3/3] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()

[PATCH] scsi: target: tcmu: Fix wrong uio handling causing big memory leak
 2020-12-18 14:15 UTC 

[PATCH V2] scsi: ufs-debugfs: Add error counters
 2020-12-18 12:17 UTC  (6+ messages)

[PATCH 20/35] dc395x: drop internal SCSI message definitions
 2020-12-18  8:58 UTC  (2+ messages)

[PATCH v5 0/3] Three changes related with UFS clock scaling
 2020-12-18  7:09 UTC  (4+ messages)
` [PATCH v5 1/3] scsi: ufs: Protect some contexts from unexpected "
` [PATCH v5 2/3] scsi: ufs: Clean up ufshcd_exit_clk_scaling/gating()
` [PATCH v5 3/3] scsi: ufs: Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"

[PATCH v2 0/4] scsi: ufs: Cleanup and refactor clock scaling
 2020-12-18  6:30 UTC  (13+ messages)
` [PATCH v2 1/4] scsi: ufs: Refactor cancelling clkscaling works
` [PATCH v2 2/4] scsi: ufs: Remove redundant null checking of devfreq instance
` [PATCH v2 3/4] scsi: ufs: Cleanup and refactor clk-scaling feature
` [PATCH v2 4/4] scsi: ufs: Fix build warning by incorrect function description

[PATCH v4 0/3] Three changes related with UFS clock scaling
 2020-12-18  6:26 UTC  (7+ messages)
` [PATCH v4 1/3] scsi: ufs: Protect some contexts from unexpected "
` [PATCH v4 2/3] scsi: ufs: Clean up ufshcd_exit_clk_scaling/gating()

[PATCH V2 1/1] scsi: ufs: Fix a possible NULL pointer issue
 2020-12-18  5:42 UTC  (3+ messages)

[PATCH] scsi: ufs: fix livelock of ufshcd_clear_ua_wluns
 2020-12-18  3:31 UTC 

[PATCH v14 0/3] scsi: ufs: Add Host Performance Booster Support
 2020-12-18  2:16 UTC  (13+ messages)
    ` Subject: [PATCH v14 1/3] scsi: ufs: Introduce HPB feature
        `  "
        ` Re: [PATCH v14 0/3] scsi: ufs: Add Host Performance Booster Support
    ` [PATCH v14 3/3] scsi: ufs: Prepare HPB read for cached sub-region
    ` [PATCH v14 2/3] scsi: ufs: L2P map management for HPB read

[PATCH] qedi: Correct max length of CHAP secret
 2020-12-17 17:21 UTC  (2+ messages)

[PATCH] mpt3sas: fix spelling mistake in Kconfig: "compatiblity" -> "compatibility"
 2020-12-17 17:20 UTC 

[PATCH] scsi: target: core: check SR field in REPORT LUNS
 2020-12-17 12:37 UTC 

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-17 11:49 UTC  (8+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement

[RFC PATCH 00/22 V3] iscsi: lock clean ups
 2020-12-17  6:42 UTC  (23+ messages)
` [PATCH 01/22] libiscsi: fix iscsi_prep_scsi_cmd_pdu error handling
` [PATCH 02/22] libiscsi: drop taskqueuelock
` [PATCH 03/22] libiscsi: fix iscsi_task use after free
` [PATCH 04/22] qla4xxx: use iscsi_is_session_online
` [PATCH 05/22] iscsi class: drop session lock in iscsi_session_chkready
` [PATCH 06/22] libiscsi: remove queued_cmdsn
` [PATCH 07/22] libiscsi: drop frwd lock for session state
` [PATCH 08/22] libiscsi: add task prealloc/free callouts
` [PATCH 09/22] qedi: implement alloc_task_priv/free_task_priv
` [PATCH 10/22] bnx2i: "
` [PATCH 11/22] iser, be2iscsi, qla4xxx: set scsi_host_template cmd_size
` [PATCH 12/22] bnx2i: "
` [PATCH 13/22] qedi: "
` [PATCH 14/22] iscsi_tcp, libcxgbi: "
` [PATCH 15/22] libiscsi: use scsi_host_busy_iter
` [PATCH 16/22] be2iscsi: "
` [PATCH 17/22] bnx2i: prep driver for switch to blk tags
` [PATCH 18/22] qedi: "
` [PATCH 19/22] libiscsi: use blk/scsi-ml mq cmd pre-allocator
` [PATCH 20/22] libiscsi: rm iscsi_put_task back_lock requirement
` [PATCH 21/22] libiscsi: drop back_lock from xmit path
` [PATCH 22/22] libiscsi: fix conn_send_pdu API

[PATCH v1] scsi: ufs: Fix possible power drain during system suspend
 2020-12-17  4:24 UTC 

[PATCH] scsi: ufs: fix livelock on ufshcd_clear_ua_wlun
 2020-12-17  1:41 UTC  (3+ messages)

[GIT PULL] first round of SCSI updates for the 5.10+ merge window
 2020-12-16 21:50 UTC  (2+ messages)

[PATCH 0/3] iscsi cmd lifetime fixups/cleanups
 2020-12-16 17:39 UTC  (5+ messages)
` [PATCH 1/3] libiscsi: fix iscsi_prep_scsi_cmd_pdu error handling
` [PATCH 3/3] libiscsi: fix iscsi_task use after free

[PATCH] scsi: ufs-debugfs: Add error counters
 2020-12-16 16:47 UTC  (2+ messages)

[RFC PATCH] scsi:libiscsi:Fix possible NULL dereference in iscsi_eh_cmd_timed_out
 2020-12-16  6:05 UTC  (3+ messages)

[PATCH v5 0/7] Several changes for UFS WriteBooster
 2020-12-16  4:17 UTC  (11+ messages)
` [PATCH v5 1/7] scsi: ufs: Add "wb_on" sysfs node to control WB on/off
` [PATCH v5 2/7] docs: ABI: Add wb_on documentation for UFS sysfs
` [PATCH v5 3/7] scsi: ufs: Changes comment in the function ufshcd_wb_probe()
` [PATCH v5 4/7] scsi: ufs: Remove two WB related fields from struct ufs_dev_info
` [PATCH v5 5/7] scsi: ufs: Group UFS WB related flags to "
` [PATCH v5 6/7] scsi: ufs: Cleanup WB buffer flush toggle implementation
` [PATCH v5 7/7] scsi: ufs: Keep device active mode only fWriteBoosterBufferFlushDuringHibernate == 1

[RFC PATCH v2 0/2] add simple copy support
 2020-12-15 23:45 UTC  (7+ messages)

[PATCH v3 0/6] Several changes for the UPIU trace
 2020-12-15 22:18 UTC  (4+ 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).