linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 16:07:58 to 2020-11-10 08:48:34 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v2] scsi: ufshcd: fix missing destroy_workqueue()
 2020-11-10  7:52 UTC  (2+ messages)

[PATCH 0/5 V5] vhost-scsi: IO error fixups
 2020-11-10  7:20 UTC  (7+ messages)
` [PATCH 1/5] vhost: add helper to check if a vq has been setup
` [PATCH 2/5] vhost scsi: alloc cmds per vq instead of session
` [PATCH 3/5] vhost scsi: fix cmd completion race
` [PATCH 4/5] vhost scsi: add lun parser helper
` [PATCH 5/5] vhost scsi: Add support for LUN resets

cleanup updating the size of block devices
 2020-11-10  7:00 UTC  (38+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[PATCH V3 for 5.11 00/12] blk-mq/scsi: tracking device queue depth via sbitmap
 2020-11-10  4:20 UTC  (4+ messages)
` [PATCH V3 for 5.11 04/12] sbitmap: move allocation hint into sbitmap

[PATCH AUTOSEL 5.9 17/55] scsi: hpsa: Fix memory leak in hpsa_init_one()
 2020-11-10  3:52 UTC  (3+ messages)
` [PATCH AUTOSEL 5.9 30/55] scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()
` [PATCH AUTOSEL 5.9 31/55] scsi: mpt3sas: Fix timeouts observed while reenabling IRQ

[PATCH AUTOSEL 5.4 13/42] scsi: hpsa: Fix memory leak in hpsa_init_one()
 2020-11-10  3:54 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 22/42] scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()
` [PATCH AUTOSEL 5.4 23/42] scsi: mpt3sas: Fix timeouts observed while reenabling IRQ

[PATCH AUTOSEL 4.19 06/21] scsi: hpsa: Fix memory leak in hpsa_init_one()
 2020-11-10  3:55 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 13/21] scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()

[PATCH AUTOSEL 4.14 05/14] scsi: hpsa: Fix memory leak in hpsa_init_one()
 2020-11-10  3:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 10/14] scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()

[PATCH AUTOSEL 4.9 04/12] scsi: hpsa: Fix memory leak in hpsa_init_one()
 2020-11-10  3:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 09/12] scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()

Subject: [RFC] clang tooling cleanups
 2020-11-10  2:52 UTC  (2+ messages)

[PATCH 00/11 V4] vhost: vhost-scsi bug fixes
 2020-11-10  2:50 UTC  (19+ messages)
` [PATCH 01/11] vhost scsi: add lun parser helper
` [PATCH 02/11] vhost: remove work arg from vhost_work_flush
` [PATCH 03/11] vhost net: use goto error handling in open
` [PATCH 04/11] vhost: prep vhost_dev_init users to handle failures
` [PATCH 05/11] vhost: move vq iovec allocation to dev init time
` [PATCH 06/11] vhost: support delayed vq creation
` [PATCH 07/11] vhost scsi: support delayed IO "
` [PATCH 08/11] vhost scsi: alloc cmds per vq instead of session
` [PATCH 09/11] vhost scsi: fix cmd completion race
` [PATCH 10/11] vhost scsi: Add support for LUN resets
` [PATCH 11/11] vhost scsi: remove extra flushes

[PATCH] scsi: ufshcd: fix missing destroy_workqueue() on error in ufshcd_init
 2020-11-10  1:19 UTC  (3+ messages)

[PATCH] f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
 2020-11-09 16:58 UTC 

[PATCH] scsi: pm80xx: Fix error return in pm8001_pci_probe
 2020-11-09 16:03 UTC 

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-11-09 14:05 UTC  (15+ messages)
` [PATCH v8 17/18] scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug

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

[PATCH v3 00/19] blkcg:Support to track FC storage blk io traffic
 2020-11-09 13:49 UTC  (3+ messages)
` [PATCH v3 01/19] cgroup: Added cgroup_get_from_kernfs_id

[PATCH v1] scsi: isci: Don't use PCI helper functions
 2020-11-09 13:38 UTC  (3+ messages)

scsi: ufs: Try to save power mode change and UIC cmd completion timeout
 2020-11-09 13:21 UTC 

[PATCH v2] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2020-11-09 10:07 UTC 

[PATCH v9 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-09 10:04 UTC  (2+ messages)
` [PATCH v9 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "

[bug report] scsi: ufs: Try to save power mode change and UIC cmd completion timeout
 2020-11-09  9:57 UTC 

[PATCH] scsi: qedi: fix missing destroy_workqueue() on error in __qedi_probe
 2020-11-09  9:15 UTC 

[PATCH] scsi_debug: change store from vmalloc to sgl
 2020-11-09  5:41 UTC  (5+ messages)

[PATCH] scsi: bnx2fc: fix comparison to bool warning
 2020-11-09  4:56 UTC  (2+ messages)

[PATCH] scsi: use kobj_to_dev() instead
 2020-11-09  2:43 UTC 

[PATCH] scsi: core: fix -Wformat
 2020-11-08 21:10 UTC  (3+ messages)

[PATCH] scsi: lpfc: make lpfc_sli_process_sol_iocb() void
 2020-11-08 13:01 UTC 

Linux 5.9: smartpqi: controller is offline: status code 0x6100c
 2020-11-08  8:11 UTC  (3+ messages)

[Bug 207855] New: arcconf host reset causes kernel panic -> driver crash?
 2020-11-07 17:11 UTC  (2+ messages)
` [Bug 207855] "

Im rechtlichen Kontext
 2020-11-07  8:44 UTC 

[PATCH] scsi: ses: Fix crash caused by kfree an invalid pointer
 2020-11-07  6:25 UTC 

[PATCH v6 0/4] scsi: Support to handle Intermittent errors
 2020-11-07  1:18 UTC  (12+ messages)
` [PATCH v6 1/4] scsi: Added a new definition in scsi_cmnd.h
` [PATCH v6 2/4] scsi: No retries on abort success
` [PATCH v6 3/4] scsi_transport_fc: Added a new rport state FC_PORTSTATE_MARGINAL
` [PATCH v6 4/4] scsi_transport_fc: Added store fucntionality to set the rport port_state using sysfs

[PATCH 0/4] scsi: remove devices in ALUA transitioning status
 2020-11-07  0:02 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.10-rc2
 2020-11-06 23:37 UTC  (2+ messages)

[PATCH v2] SCSI: libiscsi: fix NOP race condition
 2020-11-06 19:33 UTC 

[PATCH] docs: ABI: sysfs-driver-ufs: Add DeepSleep power mode
 2020-11-06 15:36 UTC 

[PATCH] scsi: fdomain_isa: merge branches in fdomain_isa_match()
 2020-11-06  9:22 UTC  (4+ messages)

Adaptec ASR-51245 and aacraid driver timeouts
 2020-11-06  9:02 UTC  (3+ messages)

[PATCH v1 0/6] scsi: ufs: Add some proprietary features in MediaTek UFS platforms
 2020-11-06  6:10 UTC  (2+ messages)

[PATCH v4 0/4] scatterlist: add new capabilities
 2020-11-05 21:52 UTC  (5+ messages)
` [PATCH v4 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v4 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v4 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v4 4/4] scatterlist: add sgl_memset()

[PATCH] scsi: libiscsi: fix NOP race condition
 2020-11-05 18:30 UTC  (4+ messages)

[PATCH 1/3] scsi: arcmsr: arcmsr_hba: Stop __builtin_strncpy complaining about a lack of space for NUL
 2020-11-05 11:34 UTC  (7+ messages)
` [PATCH 2/3] scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left "
` [PATCH 3/3] scsi: pm8001: pm8001_hwi: Remove unused variable 'value'

[PATCH v3 0/5] Introduce a new helper marco DEFINE_SHOW_STORE_ATTRIBUTE at seq_file.c
 2020-11-05 11:08 UTC  (5+ messages)

Disinfectant
 2020-11-05  8:30 UTC 

[PATCH v13 0/3] scsi: ufs: Add Host Performance Booster Support
 2020-11-05  8:16 UTC  (2+ messages)

[PATCH] iscsi: Do Not set param when sock is NULL
 2020-11-05  5:40 UTC 

[PATCH] libfc: fix enum-conversion warning
 2020-11-05  4:21 UTC  (2+ messages)

[PATCH 1/2] libfc: move scsi/fc_encode.h to libfc
 2020-11-05  4:21 UTC  (2+ messages)

[PATCH v2 1/2] scsi: ufs: Put hba into LPM during clk gating
 2020-11-05  4:21 UTC  (2+ messages)

[PATCH 0/5] zfcp: cleanups, refactorings and features for 5.11
 2020-11-05  4:21 UTC  (2+ messages)

[PATCH v1 0/2] Two minor fixes for UFS driver
 2020-11-05  4:17 UTC  (2+ messages)

[PATCH V4 0/2] scsi: ufs: Add DeepSleep feature
 2020-11-05  4:06 UTC  (7+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] scsi: ufs: Allow an error return value from ->device_reset()

[PATCH V3 0/4] pm80xx updates
 2020-11-05  3:56 UTC  (2+ messages)

[PATCH 1/1] target_core_user: make Bodo maintainer
 2020-11-05  3:44 UTC  (2+ messages)

[PATCH 0/8 v3] target: fix up locking/refcounting in IO paths
 2020-11-05  3:41 UTC  (2+ messages)

[PATCH] scsi: fcoe: remove unneeded semicolon
 2020-11-05  3:05 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: remove unneeded semicolon
 2020-11-05  3:04 UTC  (2+ messages)

[PATCH v4 0/4] scsi: target: COMPARE AND WRITE miscompare sense
 2020-11-05  3:03 UTC  (2+ messages)

[PATCH v1 00/14] mpt3sas: Add support for multi-port path topology
 2020-11-05  2:58 UTC  (2+ messages)

[PATCH v3 1/3] scsi: aacraid: improve compat_ioctl handlers
 2020-11-05  2:56 UTC  (2+ messages)

[PATCH v3 0/4] scatterlist: add new capabilities
 2020-11-04 18:26 UTC  (4+ messages)
` [PATCH v3 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning

[PATCH v4 00/29] scsi: use generic power management
 2020-11-04 18:08 UTC  (3+ messages)
` [PATCH v4 20/29] scsi: hpsa: "


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