public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-18 12:15:46 to 2020-09-22 06:47:34 UTC [more...]

[PATCH v2 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-09-22  6:47 UTC 

let import_iovec deal with compat_iovecs as well
 2020-09-22  6:30 UTC  (61+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v1 0/2] Fix some racing problems btw err_handler and paths like system PM ops and the task abort callback
 2020-09-22  5:32 UTC  (3+ messages)
` [PATCH v1 1/2] scsi: ufs: Serialize eh_work with system PM events and async scan
` [PATCH v1 2/2] scsi: ufs: Fix a racing problem between ufshcd_abort and eh_work

[PATCH 1/6] scsi: ufs: atomic update for clkgating_enable
 2020-09-22  5:30 UTC  (7+ messages)
` [PATCH 5/6] scsi: ufs: show ufs part info in error case

bug in mpt3sas vs Lenovo 530-8i
 2020-09-22  4:36 UTC  (5+ messages)

[PATCH] scsi: libfc: Fix passing zero to 'PTR_ERR' warning
 2020-09-22  3:57 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] scsi: nsp32: remove unneeded semicolon
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: aacraid: make some symbols static in aachba.c
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: fnic: remove unneeded semicolon
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: target: remove redundant assignment to variable 'ret'
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] mpt3sas: a small correction in _base_process_reply_queue
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH v1] mpt3sas: Add support for Non-secure Aero and Sea PCI IDs
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH 0/2] zfcp: small changes for 5.10
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: sym53c8xx_2: Delete useless if-else in sym_xerr_cam_status
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: sym53c8xx_2: remove unneeded semicolon
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH -next] scsi: aic94xx: Remove unused inline function
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: make a bunch of symbols static in bnx2fc_fcoe.c
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH V7] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: remove unneeded variable 'rval'
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: myrb: make some symblos static
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: isci: make isci_host_attrs static
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: myrs: make some symbols static
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: ufs: Fix NOP OUT timeout value
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: megaraid: make smp_affinity_enable static
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: isci: make scu_link_layer_set_txcomsas_timeout() static
 2020-09-22  3:57 UTC  (2+ messages)

[PATCH] scsi: target: tcmu: add a missing newline when printing parameters
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] Rescan the entire target on transport reset when LUN is 0
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] mpt3sas: fix sync irqs
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] ibmvfc: Avoid link down on FS9100 canister reboot
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: Use kmemdup in two places
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH V2] scsi: ufs-pci: Add LTR support for Intel controllers
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH v2 0/3] Improve error handling
 2020-09-22  3:56 UTC  (2+ messages)

[PATCH 0/2] scsi/sd: make cmd retries configurable
 2020-09-22  3:22 UTC  (5+ messages)
` [PATCH 1/2] scsi: Add limitless cmd retry support
` [PATCH 2/2] scsi sd: Allow user to config cmd retries

[PATCH 0/8] vhost scsi: fixes and cleanups
 2020-09-22  2:51 UTC  (16+ messages)
` [PATCH 1/8] vhost vdpa: fix vhost_vdpa_open error handling
` [PATCH 2/8] vhost: add helper to check if a vq has been setup
` [PATCH 3/8] vhost scsi: alloc cmds per vq instead of session
` [PATCH 4/8] vhost scsi: fix cmd completion race
` [PATCH 5/8] vhost scsi: add lun parser helper
` [PATCH 6/8] vhost scsi: Add support for LUN resets
` [PATCH 7/8] vhost: remove work arg from vhost_work_flush
` [PATCH 8/8] vhost scsi: remove extra flushes

[PATCH v1 0/2] Supports Reading UFS's Vcc Voltage Levels from DT
 2020-09-22  0:36 UTC  (7+ messages)
` [PATCH v1 1/2] scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS

[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-09-21 22:15 UTC  (9+ messages)

[PATCH v3 00/13] qla2xxx misc features and bug fixes
 2020-09-21 17:30 UTC  (6+ messages)
` [PATCH v3 11/13] qla2xxx: Add IOCB resource tracking

[PATCH 0/3] qla2xxx SAN Congestion Management (SCM) support
 2020-09-21 17:48 UTC  (7+ messages)
` [PATCH 2/3] qla2xxx: SAN congestion management(SCM) implementation

[PATCH 00/14] drop double zeroing
 2020-09-21 16:58 UTC  (3+ messages)
` [PATCH 02/14] target/rd: "

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH] scsi: isci: make isci_remote_device_wait_for_resume_from_abort() static
 2020-09-21 14:27 UTC 

[PATCH] scsi: aic7xxx: move declaration of 'aic79xx_slowcrc' to aic79xx_osm.h
 2020-09-21 14:27 UTC 

[PATCH] scsi: aacraid: move declaration of 'aac_sync_mode' to aacraid.h
 2020-09-21 14:27 UTC 

[PATCH] scsi: bnx2fc: move declaration of 'bnx2fc_percpu' to bnx2fc.h
 2020-09-21 14:26 UTC 

[PATCH -next] scsi: libsas: simplify the return expression of sas_discover_end_dev
 2020-09-21 13:46 UTC  (4+ messages)
  ` [PATCH -next] scsi: libsas: simplify the return expression of sas_discover_* functions

[PATCH -next] scsi: fnic: simplify the return expression of vnic_cq_alloc()
 2020-09-21 13:11 UTC 

[PATCH -next] scsi: fcoe: simplify the return expression of fcoe_sysfs_setup
 2020-09-21 13:11 UTC 

[PATCH] qla2xxx: Use constant when it is known
 2020-09-21 11:23 UTC 

[PATCH v11 0/4] scsi: ufs: Add Host Performance Booster Support
 2020-09-21  8:03 UTC  (5+ messages)

[PATCH -next] snic: simplify the return expression of svnic_cq_alloc
 2020-09-21  8:24 UTC 

[PATCH -next] [SCSI] fnic: simplify the return expression of vnic_wq_copy_alloc
 2020-09-21  8:24 UTC 

[PATCHv3 0/4] zoned block device specific errors
 2020-09-21  6:54 UTC  (7+ messages)
` [PATCHv3 1/4] block: add zone specific block statuses
` [PATCHv3 2/4] nvme: translate zone resource errors

a saner API for allocating DMA addressable pages v3
 2020-09-21  6:36 UTC  (2+ messages)

[PATCH 0/9] Rework runtime suspend and SCSI domain validation
 2020-09-21  6:00 UTC  (3+ messages)

[PATCH] scsi: pmcraid: Fix memory allocation in 'pmcraid_alloc_sglist()'
 2020-09-20  7:57 UTC 

[RESEND] [PATCH] scsi: libiscsi: fix NOP race condition
 2020-09-19 15:05 UTC 

[PATCH v2] scsi: arcmsr: Remove the superfluous break
 2020-09-19  9:31 UTC 

[PATCH 0/4] scsi: ufs-mediatek: Fixes for kernel v5.10
 2020-09-19  8:08 UTC  (7+ messages)
` [PATCH 1/4] scsi: ufs-mediatek: Eliminate error message for unbound mphy
` [PATCH 2/4] scsi: ufs-mediatek: Fix HOST_PA_TACTIVATE quirk
` [PATCH 3/4] scsi: ufs-mediatek: Fix flag of unipro low-power mode

[PATCH] scsi: remove redundant initialization of variable ret
 2020-09-19  7:36 UTC  (2+ messages)

[PATCH v2 1/3] scsi: aacraid: improve compat_ioctl handlers
 2020-09-19  5:26 UTC  (5+ messages)
` [PATCH v2 2/3] scsi: megaraid_sas: check user-provided offsets
` [PATCH v2 3/3] scsi: megaraid_sas: simplify compat_ioctl handling

[PATCH -next v2] scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:52 UTC 

[PATCH -next v2] scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:52 UTC 

[PATCH -next v2] scsi: hisi_sas: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:38 UTC 

[PATCH -next] scsi: hisi_sas: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:32 UTC  (3+ messages)

[PATCH] scsi: arcmsr: Remove the superfluous break
 2020-09-19  1:52 UTC  (8+ messages)

[PATCH 1/1] scsi: scsi_dh_alua: do not set h->sdev to NULL before removing the list entry
 2020-09-18 22:07 UTC  (3+ messages)

[PATCH] scsi: libiscsi: fix NOP race condition
 2020-09-18 21:09 UTC 

[PATCH] lpfc: use NVMe error codes for LS request done callback
 2020-09-18 17:26 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