public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-03 23:24:10 to 2021-04-08 01:46:52 UTC [more...]

[PATCH v17 00/45] sg: add v4 interface
 2021-04-08  1:45 UTC  (38+ messages)
` [PATCH v17 01/45] sg: move functions around
` [PATCH v17 02/45] sg: remove typedefs, type+formatting cleanup
` [PATCH v17 03/45] sg: sg_log and is_enabled
` [PATCH v17 04/45] sg: rework sg_poll(), minor changes
` [PATCH v17 05/45] sg: bitops in sg_device
` [PATCH v17 06/45] sg: make open count an atomic
` [PATCH v17 07/45] sg: move header to uapi section
` [PATCH v17 08/45] sg: speed sg_poll and sg_get_num_waiting
` [PATCH v17 09/45] sg: sg_allow_if_err_recovery and renames
` [PATCH v17 10/45] sg: improve naming
` [PATCH v17 11/45] sg: change rwlock to spinlock
` [PATCH v17 12/45] sg: ioctl handling
` [PATCH v17 13/45] sg: split sg_read
` [PATCH v17 14/45] sg: sg_common_write add structure for arguments
` [PATCH v17 15/45] sg: rework sg_vma_fault
` [PATCH v17 16/45] sg: rework sg_mmap
` [PATCH v17 17/45] sg: replace sg_allow_access
` [PATCH v17 18/45] sg: rework scatter gather handling
` [PATCH v17 19/45] sg: introduce request state machine
` [PATCH v17 20/45] sg: sg_find_srp_by_id
` [PATCH v17 21/45] sg: sg_fill_request_element
` [PATCH v17 22/45] sg: printk change %p to %pK
` [PATCH v17 23/45] sg: xarray for fds in device
` [PATCH v17 24/45] sg: xarray for reqs in fd
` [PATCH v17 25/45] sg: replace rq array with xarray
` [PATCH v17 26/45] sg: sense buffer rework
` [PATCH v17 27/45] sg: add sg v4 interface support
` [PATCH v17 28/45] sg: rework debug info
` [PATCH v17 29/45] sg: add 8 byte SCSI LUN to sg_scsi_id
` [PATCH v17 30/45] sg: expand sg_comm_wr_t
` [PATCH v17 31/45] sg: add sg_iosubmit_v3 and sg_ioreceive_v3 ioctls
` [PATCH v17 32/45] sg: add some __must_hold macros
` [PATCH v17 33/45] sg: move procfs objects to avoid forward decls
` [PATCH v17 34/45] sg: protect multiple receivers
` [PATCH v17 35/45] sg: first debugfs support
` [PATCH v17 36/45] sg: rework mmap support
` [PATCH v17 37/45] sg: defang allow_dio

[PATCH 0/6] Clean up obsolete TODO files
 2021-04-07 22:20 UTC  (3+ messages)
` [PATCH 4/6] fs/jffs2: Delete obsolete TODO file

[PATCH v1 0/2] scsi: pm8001: tiny clean up patches
 2021-04-07 21:56 UTC  (8+ messages)
` [PATCH v1 1/2] scsi: pm8001: clean up for white space
` [PATCH v1 2/2] scsi: pm8001: clean up for open brace

[PATCH][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-04-07 19:22 UTC  (2+ messages)

[PATCH v16 0/2] Enable power management for ufs wlun
 2021-04-07 18:08 UTC  (3+ messages)
` [PATCH v16 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v16 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v15 0/2] Enable power management for ufs wlun
 2021-04-07 17:46 UTC  (5+ messages)
` [PATCH v15 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v15 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH][next] scsi: pm80xx: Fix potential infinite loop
 2021-04-07 17:18 UTC  (3+ messages)

[PATCH] target: core: remove from tmr_list at lun unlink
 2021-04-07 14:21 UTC 

[PATCH v2 0/2] scsi: pm8001: tiny clean up patches
 2021-04-07 10:07 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: pm8001: clean up for white space
` [PATCH v2 2/2] scsi: pm8001: clean up for open brace

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

[PATCH v2 00/24] Introducing mpi3mr driver
 2021-04-07  4:33 UTC  (27+ messages)
` [PATCH v2 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
` [PATCH v2 02/24] mpi3mr: base driver code
` [PATCH v2 03/24] mpi3mr: create operational request and reply queue pair
` [PATCH v2 04/24] mpi3mr: add support of queue command processing
` [PATCH v2 05/24] mpi3mr: add support of internal watchdog thread
` [PATCH v2 06/24] mpi3mr: add support of event handling part-1
` [PATCH v2 07/24] mpi3mr: add support of event handling pcie devices part-2
` [PATCH v2 08/24] mpi3mr: add support of event handling part-3
` [PATCH v2 09/24] mpi3mr: add support for recovering controller
` [PATCH v2 10/24] mpi3mr: add support of timestamp sync with firmware
` [PATCH v2 11/24] mpi3mr: print ioc info for debugging
` [PATCH v2 12/24] mpi3mr: add bios_param shost template hook
` [PATCH v2 13/24] mpi3mr: implement scsi error handler hooks
` [PATCH v2 14/24] mpi3mr: add change queue depth support
` [PATCH v2 15/24] mpi3mr: allow certain commands during pci-remove hook
` [PATCH v2 16/24] mpi3mr: hardware workaround for UNMAP commands to nvme drives
` [PATCH v2 17/24] mpi3mr: add support of threaded isr
` [PATCH v2 18/24] mpi3mr: add complete support of soft reset
` [PATCH v2 19/24] mpi3mr: print pending host ios for debug
` [PATCH v2 20/24] mpi3mr: wait for pending IO completions upon detection of VD IO timeout
` [PATCH v2 21/24] mpi3mr: add support of PM suspend and resume
` [PATCH v2 22/24] mpi3mr: add support of DSN secure fw check
` [PATCH v2 23/24] mpi3mr: add eedp dif dix support
` [PATCH v2 24/24] mpi3mr: add event handling debug prints

[PATCH V5 00/31] smartpqi updates
 2021-04-07  3:16 UTC  (3+ messages)

[PATCH 0/2] Fix use-after-free in iscsi_sw_tcp_host_get_param()
 2021-04-07  1:24 UTC  (3+ messages)
` [PATCH 1/2] scsi: libiscsi: Split iscsi_session_teardown() to destroy and free
` [PATCH 2/2] scsi: iscsi_tcp: Fix use-after-free in iscsi_sw_tcp_host_get_param()

[PATCH] scsi: be2iscsi: Reset the address passed in beiscsi_iface_create_default
 2021-04-07  0:24 UTC 

[PATCH AUTOSEL 5.10 07/22] scsi: iscsi: Fix race condition between login and sync thread
 2021-04-06 19:22 UTC  (3+ messages)

[PATCH 0/2] pm80xx mpi_uninit_check() fixes
 2021-04-06 19:01 UTC  (6+ messages)
` [PATCH 1/2] scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
` [PATCH 2/2] scsi: pm80xx: Remove busy wait from mpi_uninit_check()

[PATCH] scsi: mpt3sas: disable ASPM for mpt3sas / SAS3.0
 2021-04-06 19:01 UTC  (3+ messages)

[PATCH v2 0/2] pm80xx mpi_uninit_check() fixes
 2021-04-06 18:05 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
` [PATCH v2 2/2] scsi: pm80xx: Remove busy wait from mpi_uninit_check()

[PATCH v32 0/4] scsi: ufs: Add Host Performance Booster Support
 2021-04-06 17:21 UTC  (3+ messages)

[PATCH 1/1] scsi: iscsi: fix iscsi cls conn state
 2021-04-06 17:17 UTC 

[PATCH 0/6] dma mapping/iommu: Allow IOMMU IOVA rcache range to be configured
 2021-04-06 16:54 UTC  (8+ messages)
` [PATCH 1/6] iommu: Move IOVA power-of-2 roundup into allocator

start removing block bounce buffering support v3
 2021-04-06 15:42 UTC  (6+ messages)
` [PATCH 2/8] Buslogic: remove ISA support

[PATCH 0/6] hisi_sas: Some misc patches
 2021-04-06 11:48 UTC  (7+ messages)
` [PATCH 1/6] scsi: hisi_sas: Delete some unused callbacks
` [PATCH 2/6] scsi: hisi_sas: Print SAS address for v3 hw erroneous completion print
` [PATCH 3/6] scsi: hisi_sas: Call sas_unregister_ha() to roll back if .hw_init() fails
` [PATCH 4/6] scsi: hisi_sas: Directly snapshot registers when executing a reset
` [PATCH 5/6] scsi: hisi_sas: Warn in v3 hw channel interrupt handler when status reg cleared
` [PATCH 6/6] scsi: hisi_sas: Print SATA device SAS address for soft reset failure

[PATCH] scsi: isci/phy.h: Remove unnecessary struct declaration
 2021-04-06 10:59 UTC 

[PATCH v2] scsi: libsas: Reset num_scatter if libata mark qc as NODATA
 2021-04-06 10:41 UTC  (6+ messages)

[PATCH][next] scsi: mptlan: Replace one-element array with flexible-array member
 2021-04-06  9:58 UTC  (3+ messages)

[RFC PATCH] scsi: megaraid_sas: set msix index for NON_READ_WRITE_LDIO type cmd
 2021-04-06  9:03 UTC  (2+ messages)

[PATCH] scsi: hisi_sas: fix IRQ checks
 2021-04-06  7:43 UTC  (4+ messages)

[PATCH v7 00/11] Add Host control mode to HPB
 2021-04-06  7:16 UTC  (9+ messages)
  ` [PATCH v7 06/11] scsi: ufshpb: Region inactivation in host mode

[PATCH v4 0/2] Introduce hba performance monitoring sysfs nodes
 2021-04-06  6:11 UTC  (7+ messages)
  ` [PATCH 1/2] scsi: ufs: Introduce hba performance monitor "
        `  "

[PATCH 1/1] pm80xx: Fix chip initialization failure
 2021-04-06  5:26 UTC  (3+ messages)

[PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings
 2021-04-06  4:53 UTC  (2+ messages)

[PATCH] scsi: scsi_transport_srp: don't block target in SRP_PORT_LOST state
 2021-04-06  4:52 UTC  (2+ messages)

[PATCH] scsi: fcoe: fix mismatched fcoe_wwn_from_mac declaration
 2021-04-06  4:53 UTC  (2+ messages)

[PATCH 1/2] aic94xx: avoid -Wempty-body warning
 2021-04-06  4:53 UTC  (2+ messages)

[PATCH] mvsas: avoid -Wempty-body warning
 2021-04-06  4:53 UTC  (2+ messages)

[PATCH][next] SCSI: fusion: mpi_ioc.h: Replace one-element array with flexible-array member
 2021-04-06  4:53 UTC  (2+ messages)

[PATCH] target: iscsi: Fix zero tag inside a trace event
 2021-04-06  4:52 UTC  (3+ messages)

RFC: one more time: SCSI device identification
 2021-04-06  4:47 UTC  (2+ messages)

[PATCH 00/40] iscsi lock and refcount fix ups
 2021-04-05 16:03 UTC  (40+ messages)
` [PATCH 01/40] scsi: iscsi: fix shost->max_id use
` [PATCH 02/40] scsi: libiscsi: fix write starvation
` [PATCH 03/40] scsi: iscsi: remove unneeded task state check
` [PATCH 05/40] scsi: iscsi: add task prealloc/free callouts
` [PATCH 08/40] scsi: iser, be2iscsi, qla4xxx: set scsi_host_template cmd_size
` [PATCH 09/40] scsi: bnx2i: "
` [PATCH 10/40] scsi: qedi: "
` [PATCH 11/40] scsi: iscsi_tcp, libcxgbi: use init_cmd_priv/exit_cmd_priv
` [PATCH 12/40] scsi: libiscsi: use scsi_host_busy_iter
` [PATCH 13/40] scsi: be2iscsi: "
` [PATCH 14/40] scsi: libiscsi rename iscsi_complete_task
` [PATCH 15/40] scsi: libiscsi: add helper to complete a iscsi task
` [PATCH 16/40] scsi: be2iscsi: switch to iscsi_complete_task
` [PATCH 17/40] scsi: qedi: cleanup abort handling
` [PATCH 18/40] scsi: qedi: misc cleanup
` [PATCH 19/40] scsi: qedi: drop libiscsi itt use
` [PATCH 20/40] scsi: qedi: rm unused nr_hw_queues
` [PATCH 21/40] scsi: iscsi: use blk/scsi-ml mq cmd pre-allocator
` [PATCH 22/40] scsi: libiscsi: remove ISCSI_TASK_ABRT_SESS_RECOV
` [PATCH 23/40] scsi: libiscsi: remove ISCSI_TASK_REQUEUE_SCSIQ
` [PATCH 24/40] scsi: be2iscsi: check for running task under back_lock
` [PATCH 25/40] scsi: iscsi: add mgmt lock
` [PATCH 26/40] scsi: iscsi: replace back_lock with task lock for lookup
` [PATCH 27/40] scsi: qedi: use task lock when checking task state
` [PATCH 28/40] scsi: be2iscsi: replace back_lock with task lock during eh
` [PATCH 29/40] scsi: libiscsi: "
` [PATCH 30/40] scsi: be2iscsi: prep for back_lock removal
` [PATCH 31/40] scsi: iscsi: rm iscsi_put_task back_lock requirement
` [PATCH 32/40] scsi: libiscsi: improve conn_send_pdu API
` [PATCH 33/40] scsi: libiscsi: add max/exp cmdsn lock
` [PATCH 34/40] scsi: iscsi: remove back_lock
` [PATCH 35/40] scsi: libiscsi: update leadconn comments/locking
` [PATCH 36/40] scsi: libiscsi: move ISCSI_SUSPEND_BIT check during queueing
` [PATCH 37/40] scsi: libiscsi: add new task state for requeues
` [PATCH 38/40] scsi: libiscsi: replace list_head with llist_head
` [PATCH 39/40] scsi: libiscsi: remove queued_cmdsn
` [PATCH 40/40] scsi: iscsi_tcp: tell net layer we are sending multiple pdus

[PATCH AUTOSEL 5.11 07/22] scsi: iscsi: Fix race condition between login and sync thread
 2021-04-05 16:03 UTC 

[PATCH][next] scsi: ufs: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd
 2021-04-05 11:27 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox