public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-06 11:52:56 to 2021-04-09 18:15:35 UTC [more...]

[PATCH v3 0/7] target: make tpg/enable attribute
 2021-04-09 18:15 UTC  (9+ messages)
` [PATCH v3 1/7] target: core: add common "
` [PATCH v3 2/7] target: iscsi: replace enable attr to ops.enable
` [PATCH v3 3/7] target: qla2xx: "
` [PATCH v3 4/7] target: sbp: "
` [PATCH v3 5/7] target: srpt "
` [PATCH v3 6/7] target: ibm_vscsi: "
` [PATCH v3 7/7] target: usb: "

[PATCH] target: core: remove from tmr_list at lun unlink
 2021-04-09 17:34 UTC  (3+ messages)

[PATCH v17 0/2] Enable power management for ufs wlun
 2021-04-09 17:30 UTC  (7+ messages)
` [PATCH v17 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v17 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH hyperv-next] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2021-04-09 17:19 UTC  (3+ messages)

start removing block bounce buffering support v3
 2021-04-09 15:46 UTC  (12+ messages)
` [PATCH 2/8] Buslogic: remove ISA support
` [PATCH 5/8] scsi: remove the unchecked_isa_dma flag
` [PATCH 8/8] block: stop calling blk_queue_bounce for passthrough requests

[RFC PATCH hyperv-next] scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
 2021-04-09 15:38 UTC  (2+ messages)

[PATCH -next] scsi: qla2xxx: remove unneeded if-null-free check
 2021-04-09 14:15 UTC  (2+ messages)

[PATCH] scsi_mod: Add a new parameter to scsi_mod to control storage logging
 2021-04-09 12:10 UTC  (5+ messages)

[PATCH -next] scsi: qla4xxx: remove unneeded if-null-free check
 2021-04-09 12:03 UTC 

aic7xxx seems broken
 2021-04-09 11:15 UTC 

[PATCH -next] scsi: ufs-qcom: Remove redundant dev_err call in ufs_qcom_init()
 2021-04-09  7:56 UTC  (2+ messages)

[PATCH] Revert "scsi: qla2xxx: Limit interrupt vectors to number of CPUs"
 2021-04-09  7:36 UTC  (2+ messages)

[bug report] scsi: smartpqi: Add support for RAID5 and RAID6 writes
 2021-04-09  6:52 UTC 

MegaRaid SAS 9341-8i issue
 2021-04-09  6:25 UTC  (3+ messages)

[PATCH v3 0/2] scsi: pm8001: tiny clean up patches
 2021-04-09  6:08 UTC  (5+ messages)
` [PATCH v3 1/2] scsi: pm8001: clean up for white space
` [PATCH v3 2/2] scsi: pm8001: clean up for open brace

[PATCH v17 00/45] sg: add v4 interface
 2021-04-09  6:00 UTC  (53+ 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 v17 38/45] sg: warn v3 write system call users
` [PATCH v17 39/45] sg: add mmap_sz tracking
` [PATCH v17 40/45] sg: remove rcv_done request state
` [PATCH v17 41/45] sg: track lowest inactive and await indexes
` [PATCH v17 42/45] sg: remove unit attention check for device changed
` [PATCH v17 43/45] sg: no_dxfer: move to/from kernel buffers
` [PATCH v17 44/45] sg: add blk_poll support
` [PATCH v17 45/45] sg: bump version to 4.0.12

[Announce] sg3_utils-1.46 available
 2021-04-08 19:23 UTC  (2+ messages)

[PATCH 00/40] iscsi lock and refcount fix ups
 2021-04-08 16:34 UTC  (2+ messages)

move bd_mutex to the gendisk
 2021-04-08 14:29 UTC  (3+ messages)
` [PATCH 10/15] block: move bd_mutex to struct gendisk

[PATCH v1 0/2] scsi: libsas: few clean up patches
 2021-04-08 13:03 UTC  (2+ messages)

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

[PATCH v1 0/2] scsi: pm8001: tiny clean up patches
 2021-04-08 12:18 UTC  (6+ messages)
` [PATCH v1 1/2] scsi: pm8001: clean up for white space

[PATCH v2] scsi: ufs: sysfs: Print string descriptors as raw data
 2021-04-08 10:25 UTC  (3+ messages)

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

[PATCH] scsi: message: fusion: Remove useless variable
 2021-04-08  9:06 UTC 

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-08  8:46 UTC  (24+ 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 0/3] scsi: mptfusion: Clear the warnings indicating that the variable is not used
 2021-04-08  6:18 UTC  (4+ messages)
` [PATCH 1/3] scsi: mptfusion: Remove unused local variable 'time_count'
` [PATCH 2/3] scsi: mptfusion: Remove unused local variable 'port'
` [PATCH 3/3] scsi: mptfusion: Fix error return code of mptctl_hp_hostinfo()

[PATCH][next] scsi: pm80xx: Fix potential infinite loop
 2021-04-08  5:21 UTC  (4+ messages)

[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][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-04-07 19:22 UTC  (2+ messages)

[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 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  (4+ messages)
` [PATCH 1/2] scsi: pm80xx: Increase timeout for pm80xx 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

[PATCH 0/6] hisi_sas: Some misc patches
 2021-04-06 11:48 UTC  (2+ messages)
` [PATCH 4/6] scsi: hisi_sas: Directly snapshot registers when executing a reset


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